summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-3/+1
*-------. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-266-15/+76
|\ \ \ \ \
| | | | | * kill __copy_from_user_nocache()Al Viro2017-03-281-2/+2
| | |_|_|/ | |/| | |
| | | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-023-12/+45
| | | | |\ | | |_|/ / | |/| | |
| | | | * mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-3/+36
| | | * | Merge commit 'fc69910f329d' into uaccess.mipsAl Viro2017-04-062-9/+9
| | | |\ \ | | |/ / / | |/| | / | | | |/
| | * | Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64Al Viro2017-04-062-9/+9
| | |\ \ | |/ / / | | | _
| | * Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-071-7/+7
| | |\
| | | * locking/refcounts: Change WARN() to WARN_ONCE()Ingo Molnar2017-03-011-7/+7
| | * | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-071-2/+2
| | |\ \ | |/ / / |/| | |
| | * | ida: Free correct IDA bitmapMatthew Wilcox2017-03-071-2/+2
| | |/
| * | generic ...copy_..._user primitivesAl Viro2017-03-282-0/+28
| * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
|/ /
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-0312-4/+16
|\ \
| * | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-022-0/+2
| * | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
| * | sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-2/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar2017-03-021-0/+1
| * | sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1
| |/
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
|/
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-283-1187/+819
|\
| * idr: Add missing __rcu annotationsMatthew Wilcox2017-02-132-7/+8
| * radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-132-59/+68
| * radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-131-11/+15
| * radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox2017-02-131-1/+0
| * radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-131-6/+8
| * radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-131-5/+4
| * ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-132-6/+89
| * ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-132-40/+44
| * Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-132-1034/+519
| * radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-131-31/+60
| * radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-131-28/+40
| * radix tree: constify some pointersMatthew Wilcox2017-01-271-26/+31
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-283-14/+268
|\ \
| * | locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-243-14/+268
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-283-7/+6
|\ \ \
| * | | rhashtable: Fix RCU dereference annotation in rht_bucket_nestedHerbert Xu2017-02-261-2/+3
| * | | rhashtable: Fix use before NULL check in bucket_table_freeHerbert Xu2017-02-261-3/+1
| * | | lib: Allow compile-testing of parmanGeert Uytterhoeven2017-02-261-1/+1
| * | | lib: fix spelling mistake: "actualy" -> "actually"Colin Ian King2017-02-261-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-273-17/+13
|\ \ \ \
| * | | | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-4/+4
| * | | | scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef2017-02-271-4/+0
OpenPOWER on IntegriCloud