| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 | 1 | -3/+36 |
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-03-07 | 1 | -7/+7 |
|\ |
|
| * | locking/refcounts: Change WARN() to WARN_ONCE() | Ingo Molnar | 2017-03-01 | 1 | -7/+7 |
* | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-03-07 | 1 | -2/+2 |
|\ \ |
|
| * | | ida: Free correct IDA bitmap | Matthew Wilcox | 2017-03-07 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-03-03 | 12 | -4/+16 |
|\ \ |
|
| * | | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
| * | | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 3 | -0/+3 |
| * | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
| * | | sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
| * | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -2/+1 |
| * | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | kasan, sched/headers: Uninline kasan_enable/disable_current() | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
| * | | sched/core: Remove the tsk_cpus_allowed() wrapper | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
| |/ |
|
* / | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() | David Howells | 2017-03-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-03-01 | 3 | -1187/+819 |
|\ |
|
| * | idr: Add missing __rcu annotations | Matthew Wilcox | 2017-02-14 | 2 | -7/+8 |
| * | radix-tree: Fix __rcu annotations | Matthew Wilcox | 2017-02-14 | 2 | -59/+68 |
| * | radix-tree: Add rcu_dereference and rcu_assign_pointer calls | Matthew Wilcox | 2017-02-14 | 1 | -11/+15 |
| * | radix_tree_iter_resume: Fix out of bounds error | Matthew Wilcox | 2017-02-14 | 1 | -1/+0 |
| * | radix-tree: Store a pointer to the root in each node | Matthew Wilcox | 2017-02-14 | 1 | -6/+8 |
| * | radix-tree: Chain preallocated nodes through ->parent | Matthew Wilcox | 2017-02-14 | 1 | -5/+4 |
| * | ida: Use exceptional entries for small IDAs | Matthew Wilcox | 2017-02-14 | 2 | -6/+89 |
| * | ida: Move ida_bitmap to a percpu variable | Matthew Wilcox | 2017-02-14 | 2 | -40/+44 |
| * | Reimplement IDR and IDA using the radix tree | Matthew Wilcox | 2017-02-14 | 2 | -1034/+519 |
| * | radix-tree: Add radix_tree_iter_delete | Matthew Wilcox | 2017-02-13 | 1 | -31/+60 |
| * | radix-tree: Add radix_tree_iter_tag_clear() | Matthew Wilcox | 2017-02-13 | 1 | -28/+40 |
| * | radix tree: constify some pointers | Matthew Wilcox | 2017-01-28 | 1 | -26/+31 |
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-02-28 | 3 | -14/+268 |
|\ \ |
|
| * | | locking/refcounts: Out-of-line everything | Peter Zijlstra | 2017-02-24 | 3 | -14/+268 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-02-28 | 3 | -7/+6 |
|\ \ \ |
|
| * | | | rhashtable: Fix RCU dereference annotation in rht_bucket_nested | Herbert Xu | 2017-02-27 | 1 | -2/+3 |
| * | | | rhashtable: Fix use before NULL check in bucket_table_free | Herbert Xu | 2017-02-27 | 1 | -3/+1 |
| * | | | lib: Allow compile-testing of parman | Geert Uytterhoeven | 2017-02-27 | 1 | -1/+1 |
| * | | | lib: fix spelling mistake: "actualy" -> "actually" | Colin Ian King | 2017-02-26 | 1 | -1/+1 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-28 | 3 | -17/+13 |
|\ \ \ \ |
|
| * | | | | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -4/+4 |
| * | | | | scatterlist: do not disable IRQs in sg_copy_buffer | Gilad Ben-Yossef | 2017-02-28 | 1 | -4/+0 |
| * | | | | scatterlist: reorder compound boolean expression | Gilad Ben-Yossef | 2017-02-28 | 1 | -1/+1 |
| * | | | | lib/fonts/Kconfig: keep non-Sparc fonts listed together | Randy Dunlap | 2017-02-28 | 1 | -8/+8 |
* | | | | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2017-02-28 | 1 | -3/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | percpu_counter: percpu_counter_hotcpu_callback() cleanup | Eric Dumazet | 2017-01-20 | 1 | -3/+2 |
* | | | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 4 | -3/+86 |
|\ \ \ \ \ |
|
| * | | | | | lib/dma-virt: Add dma_virt_ops | Bart Van Assche | 2017-01-24 | 3 | -0/+78 |
| * | | | | | lib/dma-noop: Only build dma_noop_ops for s390 and m32r | Bart Van Assche | 2017-01-24 | 2 | -1/+6 |
| * | | | | | lib/dma-noop: Clarify a comment | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |