Age | Commit message (Expand) | Author |
2018-07-09 | printk/nmi: Prevent deadlock when accessing the main log buffer in NMI | Petr Mladek |
2018-07-07 | lib: reciprocal_div: implement the improved algorithm on the paper mentioned | Jiong Wang |
2018-07-06 | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int... | Dave Airlie |
2018-07-04 | ioremap: Update pgtable free interfaces with addr | Chintan Pandya |
2018-07-04 | RAID/s390: Remove VLA usage | Kees Cook |
2018-07-03 | lib: rhashtable: Correct self-assignment in rhashtable.c | Rishabh Bhatnagar |
2018-07-03 | locking: Implement an algorithm choice for Wound-Wait mutexes | Thomas Hellstrom |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-02 | scsi: klist: Make it safe to use klists in atomic context | Bart Van Assche |
2018-07-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-06-30 | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-06-29 | sg: remove ->sg_magic member | Jens Axboe |
2018-06-28 | test_bpf: flag tests that cannot be jited on s390 | Kleber Sacilotto de Souza |
2018-06-28 | Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-06-28 | kasan: depend on CONFIG_SLUB_DEBUG | Jason A. Donenfeld |
2018-06-28 | lib/percpu_ida.c: don't do alloc from per-CPU list if there is none | Sebastian Andrzej Siewior |
2018-06-28 | netlink: Return extack message if attribute validation fails | David Ahern |
2018-06-27 | bitfield: add tests | Johannes Berg |
2018-06-27 | printk: Make CONSOLE_LOGLEVEL_QUIET configurable | Hans de Goede |
2018-06-26 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar |
2018-06-26 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-06-25 | Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests" | Petr Mladek |
2018-06-24 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-06-22 | rhashtable: clean up dereference of ->future_tbl. | NeilBrown |
2018-06-22 | rhashtable: use cmpxchg() to protect ->future_tbl. | NeilBrown |
2018-06-22 | rhashtable: simplify nested_table_alloc() and rht_bucket_nested_insert() | NeilBrown |
2018-06-22 | rhashtable: simplify INIT_RHT_NULLS_HEAD() | NeilBrown |
2018-06-22 | rhashtable: remove nulls_base and related code. | NeilBrown |
2018-06-22 | rhashtable: split rhashtable.h | NeilBrown |
2018-06-22 | rhashtable: silence RCU warning in rhashtable_test. | NeilBrown |
2018-06-22 | lib/bch: Remove VLA usage | Kees Cook |
2018-06-21 | locking/refcounts: Include fewer headers in <linux/refcount.h> | Alexey Dobriyan |
2018-06-21 | atomics/generic: Define atomic64_fetch_add_unless() | Mark Rutland |
2018-06-21 | atomics: Make conditional ops return 'bool' | Mark Rutland |
2018-06-21 | kprobes: Remove jprobe API implementation | Masami Hiramatsu |
2018-06-20 | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-06-19 | scsi: Remove percpu_ida | Matthew Wilcox |
2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab |
2018-06-15 | lib/test_printf.c: accept "ptrval" as valid result for plain 'p' tests | Thierry Escande |
2018-06-15 | lib/test_printf.c: call wait_for_random_bytes() before plain %p tests | Thierry Escande |
2018-06-15 | fault-injection: reorder config entries | Mikulas Patocka |
2018-06-14 | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig |
2018-06-14 | dma-mapping: use obj-y instead of lib-y for generic dma ops | Christoph Hellwig |
2018-06-13 | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |