Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b9bb3fdf4e870fb655064f5c3c81c1fee7fd89ce
b9bb3fd
i2c: Remove unnecessary call to irq_find_mapping
by Charles Keepax
· 6 years ago
9bb9d4f
Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 6 years ago
adb6b2b
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
by Linus Torvalds
· 6 years ago
9b5cf82
Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 6 years ago
31990f0
Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
a9ac6cc
Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
d547d44
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
519f64b
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
0c86e76
Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 6 years ago
b3491d8
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
59fc453
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
2ebe822
mm/gup.c: fix __get_user_pages_fast() comment
by Fengguang Wu
· 6 years ago
f2c57d9
mm: Fix warning in insert_pfn()
by Jan Kara
· 6 years ago
dee6da2
memory-hotplug.rst: add some details about locking internals
by David Hildenbrand
· 6 years ago
5666848
powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
by David Hildenbrand
· 6 years ago
cec1680
powerpc/powernv: hold device_hotplug_lock when calling device_online()
by David Hildenbrand
· 6 years ago
381eab4
mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
by David Hildenbrand
· 6 years ago
8df1d0e
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
by David Hildenbrand
· 6 years ago
d15e592
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
by David Hildenbrand
· 6 years ago
2f77080
mm/memblock.c: warn if zero alignment was requested
by Mike Rapoport
· 6 years ago
7e1c4e2
memblock: stop using implicit alignment to SMP_CACHE_BYTES
by Mike Rapoport
· 6 years ago
530d4c0
docs/boot-time-mm: remove bootmem documentation
by Mike Rapoport
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
97ad108
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
by Mike Rapoport
· 6 years ago
bda49a8
mm: remove nobootmem
by Mike Rapoport
· 6 years ago
7c2ee34
memblock: rename __free_pages_bootmem to memblock_free_pages
by Mike Rapoport
· 6 years ago
c6ffc5c
memblock: rename free_all_bootmem to memblock_free_all
by Mike Rapoport
· 6 years ago
53ab85e
memblock: replace free_bootmem_late with memblock_free_late
by Mike Rapoport
· 6 years ago
2013288
memblock: replace free_bootmem{_node} with memblock_free
by Mike Rapoport
· 6 years ago
6c7835f
mm: nobootmem: remove bootmem allocation APIs
by Mike Rapoport
· 6 years ago
2a5bda5
memblock: replace alloc_bootmem with memblock_alloc
by Mike Rapoport
· 6 years ago
4fc4a09
memblock: replace __alloc_bootmem with memblock_alloc_from
by Mike Rapoport
· 6 years ago
15c3c11
memblock: replace alloc_bootmem_pages with memblock_alloc
by Mike Rapoport
· 6 years ago
e8625dc
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
by Mike Rapoport
· 6 years ago
3bb1f80
memblock: replace alloc_bootmem_node with memblock_alloc_node
by Mike Rapoport
· 6 years ago
ccfa2a0
memblock: replace __alloc_bootmem_node with appropriate memblock_ API
by Mike Rapoport
· 6 years ago
64c0066
memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
by Mike Rapoport
· 6 years ago
3913c8f
memblock: add align parameter to memblock_alloc_node()
by Mike Rapoport
· 6 years ago
a5159e8
memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
by Mike Rapoport
· 6 years ago
510d22f
memblock: replace alloc_bootmem_low with memblock_alloc_low (2)
by Mike Rapoport
· 6 years ago
238997e
memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
by Mike Rapoport
· 6 years ago
bf2886e
memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
by Mike Rapoport
· 6 years ago
0791517
memblock: replace alloc_bootmem_low with memblock_alloc_low
by Mike Rapoport
· 6 years ago
e0802b8d
memblock: replace alloc_bootmem_align with memblock_alloc
by Mike Rapoport
· 6 years ago
eb31d55
memblock: remove _virt from APIs returning virtual address
by Mike Rapoport
· 6 years ago
9a8dd70
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
by Mike Rapoport
· 6 years ago
b146ada
mm: nobootmem: remove dead code
by Mike Rapoport
· 6 years ago
355c45a
mm: remove bootmem allocator implementation.
by Mike Rapoport
· 6 years ago
aca52c3
mm: remove CONFIG_HAVE_MEMBLOCK
by Mike Rapoport
· 6 years ago
b4a991e
mm: remove CONFIG_NO_BOOTMEM
by Mike Rapoport
· 6 years ago
69a60bc
percpu: remove PER_CPU_DEF_ATTRIBUTES macro
by Alexander Pateenok
· 6 years ago
6a32c24
kbuild: fix kernel/bounds.c 'W=1' warning
by Arnd Bergmann
· 6 years ago
2209fda
lib/lz4: update LZ4 decompressor module
by Gao Xiang
· 6 years ago
8c81ddd
ipc: IPCMNI limit check for semmni
by Waiman Long
· 6 years ago
6730e65
ipc: IPCMNI limit check for msgmni and shmmni
by Waiman Long
· 6 years ago
b49dec1
kernel/panic.c: filter out a potential trailing newline
by Borislav Petkov
· 6 years ago
95c4fb7
kernel/panic.c: do not append newline to the stack protector panic string
by Borislav Petkov
· 6 years ago
3819dde
include/linux/signal.h: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
2e58f57
kernel/signal.c: fix a comment error
by Weikang Shi
· 6 years ago
22ea4eb
fat: truncate inode timestamp updates in setattr
by Frank Sorenson
· 6 years ago
cd83f6b
fat: change timestamp updates to use fat_truncate_time
by Frank Sorenson
· 6 years ago
6bb885e
fat: add functions to update and truncate timestamps appropriately
by Frank Sorenson
· 6 years ago
d9f4d94
fat: create a function to calculate the timezone offest
by Frank Sorenson
· 6 years ago
eceb890
fat: expand a slightly out-of-date comment
by Mihir Mehta
· 6 years ago
21bfc83
reiserfs: remove workaround code for GCC 3.x
by Masahiro Yamada
· 6 years ago
b10298d
reiserfs: propagate errors from fill_with_dentries() properly
by Jann Horn
· 6 years ago
6c9a3f8
fs/hfs/extent.c: fix array out of bounds read of array extent
by Colin Ian King
· 6 years ago
8cd3cb5
hfs: update timestamp on truncate()
by Ernesto A. Fernández
· 6 years ago
dc8844a
hfsplus: update timestamps on truncate()
by Ernesto A. Fernández
· 6 years ago
1267a07
hfs: fix return value of hfs_get_block()
by Ernesto A. Fernández
· 6 years ago
839c3a6a
hfsplus: fix return value of hfsplus_get_block()
by Ernesto A. Fernández
· 6 years ago
54640c7
hfs: prevent btree data loss on ENOSPC
by Ernesto A. Fernández
· 6 years ago
d92915c
hfsplus: prevent btree data loss on ENOSPC
by Ernesto A. Fernández
· 6 years ago
ef75bcc
hfs: fix BUG on bnode parent update
by Ernesto A. Fernández
· 6 years ago
d057c03
hfs: prevent btree data loss on root split
by Ernesto A. Fernández
· 6 years ago
19a9d0f
hfsplus: fix BUG on bnode parent update
by Ernesto A. Fernández
· 6 years ago
0a3021d
hfsplus: prevent btree data loss on root split
by Ernesto A. Fernández
· 6 years ago
f027c34
init/do_mounts.c: add root=PARTLABEL=<name> support
by Nikolaus Voss
· 6 years ago
22ebb72
checkpatch: remove GCC_BINARY_CONSTANT warning
by Christophe Leroy
· 6 years ago
8997600
include/linux/compat.h: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
048e513
lib/kstrtox.c: delete unnecessary casts
by Alexey Dobriyan
· 6 years ago
7e5ca36
lib/rbtree.c: fix typo in comment of rb_insert_augmented()
by Wei Yang
· 6 years ago
7f47671
lib/sg_pool.c: remove unnecessary null check when freeing object
by zhong jiang
· 6 years ago
7a20c2fa1
lib/zlib_inflate/inflate.c: remove fall through warnings
by Corentin Labbe
· 6 years ago
36c8d1e
lib/parser.c: switch match_number() over to use match_strdup()
by Eric Biggers
· 6 years ago
4ed97b3
lib/parser.c: switch match_u64int() over to use match_strdup()
by Eric Biggers
· 6 years ago
30f7bc9
lib/parser.c: switch match_strdup() over to use kmemdup_nul()
by Eric Biggers
· 6 years ago
8ec3d768
lib/bitmap.c: simplify bitmap_print_to_pagebuf()
by Rasmus Villemoes
· 6 years ago
ce1091d
lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf
by Rasmus Villemoes
· 6 years ago
41e7b16
linux/bitmap.h: relax comment on compile-time constant nbits
by Rasmus Villemoes
· 6 years ago
d987396
linux/bitmap.h: fix type of nbits in bitmap_shift_right()
by Rasmus Villemoes
· 6 years ago
c8cebc5
linux/bitmap.h: remove redundant uses of small_const_nbits()
by Rasmus Villemoes
· 6 years ago
7275b09
linux/bitmap.h: handle constant zero-size bitmaps correctly
by Rasmus Villemoes
· 6 years ago
696e421
lib/bitmap.c: remove wrong documentation
by Rasmus Villemoes
· 6 years ago
ea6f650
kernel/fail_function.c: remove meaningless null pointer check before debugfs_remove_recursive
by zhong jiang
· 6 years ago
de0d22e
treewide: remove current_text_addr
by Nick Desaulniers
· 6 years ago
49ef341
.mailmap: add Oleksij Rempel
by Oleksij Rempel
· 6 years ago
b5c2123
fs/proc/vmcore.c: Convert to use vmf_error()
by Souptick Joarder
· 6 years ago
4b408c7
mm/gup_benchmark.c: prevent integer overflow in ioctl
by Dan Carpenter
· 6 years ago
ec131b2
mm/hmm: invalidate device page table at start of invalidation
by Jérôme Glisse
· 6 years ago
Next »