Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1d6c49df74b0706af13a7d707638f0db374eaf88
/
lib
203b660
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3478588
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
18a4d8b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f7fb7c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
6baec88
kasan: turn off asan-stack for clang-8 and earlier
by Arnd Bergmann
· 6 years ago
9ed8f1a
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 6 years ago
cdc84d7
locking/lockdep: Make it easy to detect whether or not inside a selftest
by Bart Van Assche
· 6 years ago
0614621d
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 6 years ago
fd92d66
bpf: test_bpf: turn off preemption in function __run_once
by Anders Roxell
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
6c4128f
rhashtable: Remove obsolete rhashtable_walk_init function
by Herbert Xu
· 6 years ago
56b90fa
lib/test_rhashtable: fix spelling mistake "existant" -> "existent"
by Colin Ian King
· 6 years ago
1f5a018
Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
375ca54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
0b999ae
Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/linux
by Linus Torvalds
· 6 years ago
bb2ba2d
assoc_array: Fix shortcut creation
by David Howells
· 6 years ago
ff98e20
lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pure
by Miguel Ojeda
· 6 years ago
fa8ba2c
lib: objagg: fix handling of object with 0 users when assembling hints
by Jiri Pirko
· 6 years ago
e7c2e3b
test_objagg: Uninitialized variable in error handling
by Dan Carpenter
· 6 years ago
951d3d6
test_objagg: Test the correct variable
by Dan Carpenter
· 6 years ago
4446eb8
lib: objagg: Fix an error code in objagg_hints_get()
by Dan Carpenter
· 6 years ago
02106f8
kprobes: Prohibit probing on bsearch()
by Andrea Righi
· 6 years ago
984640c
kprobes: Prohibit probing on preemption checking debug functions
by Masami Hiramatsu
· 6 years ago
204f6a8
lib: objagg: add root count to stats
by Jiri Pirko
· 6 years ago
9069a38
lib: objagg: implement optimization hints assembly and use hints for object creation
by Jiri Pirko
· 6 years ago
bb72e68
lib: objagg: fix typo in objagg_stats_put() docstring
by Jiri Pirko
· 6 years ago
27b4ad6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
47b8f3a
refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variants
by Elena Reshetova
· 6 years ago
db7ddea
lib/test_kmod.c: potential double free in error handling
by Dan Carpenter
· 6 years ago
fc42a68
lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically
by Bart Van Assche
· 6 years ago
48b1619
Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
fbfaf85
fix int_sqrt64() for very large numbers
by Florian La Roche
· 6 years ago
fe76fc6
sbitmap: Protect swap_lock from hardirq
by Ming Lei
· 6 years ago
d69d287
XArray tests: Check mark 2 gets squashed
by Matthew Wilcox
· 6 years ago
3719876
sbitmap: Protect swap_lock from softirqs
by Steven Rostedt (VMware)
· 6 years ago
b0606fe
XArray: Honour reserved entries in xa_insert
by Matthew Wilcox
· 6 years ago
76b4e52
XArray: Permit storing 2-byte-aligned pointers
by Matthew Wilcox
· 6 years ago
4a31896
XArray: Change xa_for_each iterator
by Matthew Wilcox
· 6 years ago
02669b1
XArray: Turn xa_init_flags into a static inline
by Matthew Wilcox
· 6 years ago
490fd30f
XArray tests: Add RCU locking
by Matthew Wilcox
· 6 years ago
85e1ffb
Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
d7252d0
Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
172caf1
kbuild: remove redundant target cleaning on failure
by Masahiro Yamada
· 6 years ago
e9666d1
jump_label: move 'asm goto' support test to Kconfig
by Masahiro Yamada
· 6 years ago
35004f2
lib/genalloc.c: include vmalloc.h
by Olof Johansson
· 6 years ago
9b286ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
a659811
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
6862d2f
lib/genalloc.c: use vzalloc_node() to allocate the bitmap
by Huang Shijie
· 6 years ago
439e00b
lib/find_bit_benchmark.c: align test_find_next_and_bit with others
by Yury Norov
· 6 years ago
52fbf11
lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk
by Alexey Skidanov
· 6 years ago
594cc25
make 'user_access_begin()' do 'access_ok()'
by Linus Torvalds
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
dc629c2
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linus
by Jens Axboe
· 6 years ago
04a17ed
Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
28e8c4b
Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 6 years ago
495d714
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
769e470
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
d8372ba
lib: don't depend on linux headers being installed.
by NeilBrown
· 6 years ago
b07039b
Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
117eda8
Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
f346b0b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
af7ddd8
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
0e9da3f
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
d53ce04
kmemleak: add config to select auto scan
by Sri Krishna chowdary
· 6 years ago
8e2d434
lib/ioremap: ensure break-before-make is used for huge p4d mappings
by Will Deacon
· 6 years ago
36ddc5a
lib/ioremap: ensure phys_addr actually corresponds to a physical address
by Will Deacon
· 6 years ago
d239865
ioremap: rework pXd_free_pYd_page() API
by Will Deacon
· 6 years ago
c3a5c77
lib/show_mem.c: drop pgdat_resize_lock in show_mem()
by Wei Yang
· 6 years ago
9705bea
mm: convert zone->managed_pages to atomic variable
by Arun KS
· 6 years ago
a9ee3a6
debugobjects: call debug_objects_mem_init eariler
by Qian Cai
· 6 years ago
2bd926b
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
by Andrey Konovalov
· 6 years ago
b71acb0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
e0c38a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
8d69733
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
792bf4d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
89261c5
Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
29924e5
seq_buf: Use size_t for len in seq_buf_puts()
by Michael Ellerman
· 6 years ago
0464ed2
seq_buf: Make seq_buf_puts() null-terminate the buffer
by Michael Ellerman
· 6 years ago
8636a1f
treewide: surround Kconfig file paths with double quotes
by Masahiro Yamada
· 6 years ago
2be09de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
9f6b7ef
sbitmap: add helpers for add/del wait queue handling
by Jens Axboe
· 6 years ago
be85f93
lib/raid6: add option to skip algo benchmarking
by Daniel Verkamp
· 6 years ago
0437de4
lib/raid6: sort algos in rough performance order
by Daniel Verkamp
· 6 years ago
86919f9
lib/raid6: check for assembler SSSE3 support
by Daniel Verkamp
· 6 years ago
e213574
raid6/ppc: Fix build for clang
by Joel Stanley
· 6 years ago
ac8b6f1
Fonts: New Terminus large console font
by Amanoel Dawod
· 6 years ago
809c670
test_rhashtable: remove semaphore usage
by Arnd Bergmann
· 6 years ago
10fdf83
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
by Christophe Leroy
· 6 years ago
4848361
XArray: Fix xa_alloc when id exceeds max
by Matthew Wilcox
· 6 years ago
d05f443
iov_iter: introduce hash_and_copy_to_iter helper
by Sagi Grimberg
· 6 years ago
cb002d0
iov_iter: pass void csum pointer to csum_and_copy_to_iter
by Sagi Grimberg
· 6 years ago
b2dbff1
sbitmap: flush deferred clears for resize and shallow gets
by Jens Axboe
· 6 years ago
4d42c44
lib/vsprintf: Print time and date in human readable format via %pt
by Andy Shevchenko
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
58ab5e3
sbitmap: silence bogus lockdep IRQ warning
by Jens Axboe
· 6 years ago
7c703e5
arch: switch the default on ARCH_HAS_SG_CHAIN
by Christoph Hellwig
· 6 years ago
4f145cd
XArray tests: Check iterating over multiorder entries
by Matthew Wilcox
· 6 years ago
b7677a1
XArray tests: Handle larger indices more elegantly
by Matthew Wilcox
· 6 years ago
eff3860
radix tree: Don't return retry entries from lookup
by Matthew Wilcox
· 6 years ago
186bddb
kref/kobject: Improve documentation
by Ezequiel Garcia
· 6 years ago
Next »