summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-02
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-02
* rhashtable: compact struct rhashtable_paramsFlorian Westphal2017-05-01
* rhashtable: Do not lower max_elems when max_size is zeroHerbert Xu2017-04-28
* rhashtable: Cap total number of entries to 2^31Herbert Xu2017-04-27
* rhashtable: remove insecure_max_entries paramFlorian Westphal2017-04-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-20
|\
| * sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan2017-04-18
* | rhashtable: remove insecure_elasticityFlorian Westphal2017-04-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-15
|\ \ | |/
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2017-04-06
| |\
| | * [iov_iter] new privimitive: iov_iter_revert()Al Viro2017-04-02
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-04-02
|\ \
| * | lib/syscall: Clear return values when no stackKees Cook2017-03-24
| |/
* | kasan: report only the first error by defaultMark Rutland2017-03-31
|/
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-09
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-07
|\
| * locking/refcounts: Change WARN() to WARN_ONCE()Ingo Molnar2017-03-01
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-07
|\ \
| * | ida: Free correct IDA bitmapMatthew Wilcox2017-03-07
| |/
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03
|\ \
| * | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-02
| * | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-02
| * | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-02
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
| * | sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>Ingo Molnar2017-03-02
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
| * | kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar2017-03-02
| * | sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-02
| |/
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-02
|/
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-28
|\
| * idr: Add missing __rcu annotationsMatthew Wilcox2017-02-13
| * radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-13
| * radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-13
| * radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox2017-02-13
| * radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-13
| * radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-13
| * ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-13
| * ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-13
| * Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-13
| * radix-tree: Add radix_tree_iter_deleteMatthew Wilcox2017-02-13
| * radix-tree: Add radix_tree_iter_tag_clear()Matthew Wilcox2017-02-13
| * radix tree: constify some pointersMatthew Wilcox2017-01-27
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-28
|\ \
| * | locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-24