Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-08-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-08-02 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-07-25 | 7 | -26/+114 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2018-06-26 | 3 | -5/+45 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | kprobes: Remove jprobe API implementation | Masami Hiramatsu | 2018-06-21 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-08-13 | 2 | -35/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v4.18-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2018-07-17 | 8 | -19/+67 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | locking/refcount: Always allow checked forms | Mark Rutland | 2018-07-13 | 1 | -28/+25 | |
| | * | | | | | | | | | | | | locking/refcounts: Include fewer headers in <linux/refcount.h> | Alexey Dobriyan | 2018-06-21 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | atomics/generic: Define atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | atomics: Make conditional ops return 'bool' | Mark Rutland | 2018-06-21 | 1 | -3/+3 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2018-08-13 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | debugobjects: Remove redundant NULL pointer check | Zhong Jiang | 2018-08-02 | 1 | -2/+1 | |
| | * | | | | | | | | | | | debugobjects: Make stack check warning more informative | Joel Fernandes (Google) | 2018-07-30 | 1 | -2/+5 | |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe | 2018-08-16 | 17 | -3322/+161 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | lib/ubsan: remove null-pointer checks | Andrey Ryabinin | 2018-08-10 | 1 | -11/+0 | |
| |/ / / / / / / / / / | ||||||
| * | | | / / / / / / | kasan: only select SLUB_DEBUG with SYSFS=y | Arnd Bergmann | 2018-07-26 | 1 | -1/+1 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-07-21 | 1 | -4/+73 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| | * | | | | | | | | lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe() | Dan Williams | 2018-07-16 | 1 | -4/+33 | |
| | * | | | | | | | | lib/iov_iter: Document _copy_to_iter_flushcache() | Dan Williams | 2018-07-16 | 1 | -0/+14 | |
| | * | | | | | | | | lib/iov_iter: Document _copy_to_iter_mcsafe() | Dan Williams | 2018-07-16 | 1 | -0/+26 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | lib/rhashtable: consider param->min_size when setting initial table size | Davidlohr Bueso | 2018-07-18 | 1 | -6/+11 | |
| * | | | | | | | | rhashtable: add restart routine in rhashtable_free_and_destroy() | Taehee Yoo | 2018-07-09 | 1 | -1/+7 | |
| * | | | | | | | | lib: rhashtable: Correct self-assignment in rhashtable.c | Rishabh Bhatnagar | 2018-07-03 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-07-02 | 1 | -0/+20 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-07-01 | 1 | -0/+20 | |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | | * | | | | | test_bpf: flag tests that cannot be jited on s390 | Kleber Sacilotto de Souza | 2018-06-28 | 1 | -0/+20 | |
| | | |/ / / / | ||||||
| * | | | | | | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-30 | 1 | -6/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | sg: remove ->sg_magic member | Jens Axboe | 2018-06-29 | 1 | -6/+0 | |
| * | | | | | | | Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-06-28 | 1 | -7/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests" | Petr Mladek | 2018-06-25 | 1 | -7/+0 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | kasan: depend on CONFIG_SLUB_DEBUG | Jason A. Donenfeld | 2018-06-28 | 1 | -0/+1 | |
| * | | | | | | | lib/percpu_ida.c: don't do alloc from per-CPU list if there is none | Sebastian Andrzej Siewior | 2018-06-28 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2018-06-24 | 3 | -5/+45 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| | * | | | | | locking/refcounts: Implement refcount_dec_and_lock_irqsave() | Anna-Maria Gleixner | 2018-06-12 | 1 | -0/+28 | |
| | * | | | | | atomic: Add irqsave variant of atomic_dec_and_lock() | Anna-Maria Gleixner | 2018-06-12 | 1 | -0/+16 | |
| | * | | | | | alpha: Remove custom dec_and_lock() implementation | Sebastian Andrzej Siewior | 2018-06-12 | 1 | -5/+1 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-06-20 | 7 | -3279/+1 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 2018-06-14 | 7 | -3279/+1 | |
| | * | | | | dma-mapping: use obj-y instead of lib-y for generic dma ops | Christoph Hellwig | 2018-06-14 | 1 | -3/+3 | |
* | | | | | | test_overflow: Add shift overflow tests | Kees Cook | 2018-08-08 | 1 | -1/+197 | |
|/ / / / / | ||||||
* | | | | | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 1 | -1/+1 | |
* | | | | | lib/test_printf.c: call wait_for_random_bytes() before plain %p tests | Thierry Escande | 2018-06-15 | 1 | -0/+7 | |
* | | | | | fault-injection: reorder config entries | Mikulas Patocka | 2018-06-15 | 1 | -18/+18 | |
|/ / / / | ||||||
* | | | | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2018-06-13 | 1 | -4/+7 | |
|\ \ \ \ | ||||||
| * | | | | kcov: test compiler capability in Kconfig and correct dependency | Masahiro Yamada | 2018-06-11 | 1 | -4/+7 | |
* | | | | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-12 | 13 | -25/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | treewide: Use array_size() in vzalloc() | Kees Cook | 2018-06-12 | 3 | -11/+17 | |
| * | | | | | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 2018-06-12 | 1 | -1/+1 | |
| * | | | | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 2 | -2/+2 |