aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-25locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlockWill Deacon1-38/+12
2017-10-25locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'Will Deacon1-24/+2
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song6-44/+188
2017-10-25bpf: use the same condition in perf event set/free bpf handlerYonghong Song1-3/+3
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon3-4/+4
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar21-172/+292
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick1-2/+2
2017-10-24bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer1-4/+8
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar9-67/+196
2017-10-23Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+15
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-201/+308
2017-10-22Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2017-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+12
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-32/+77
2017-10-22bpf: fix pattern matches for direct packet accessDaniel Borkmann1-0/+24
2017-10-22bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann1-12/+21
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend1-1/+1
2017-10-21workqueue: respect isolated cpus when queueing an unbound workTal Shorer1-1/+5
2017-10-21cpu/hotplug: Reset node state after operationThomas Gleixner1-0/+5
2017-10-20waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook1-2/+2
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney9-67/+196
2017-10-20srcu: Add parameters to SRCU docbook commentsPaul E. McKenney1-1/+1
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng1-2/+2
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng1-2/+32
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng8-22/+110
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend1-0/+3
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend1-0/+3
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-10/+9
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-0/+6
2017-10-20kprobes: Disable the jprobes test codeMasami Hiramatsu1-1/+8
2017-10-20kprobes: Disable the jprobes APIsMasami Hiramatsu1-0/+2
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar37-924/+1120
2017-10-20kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu1-6/+8
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney3-12/+17
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers1-4/+30
2017-10-19rcu/segcblist: Include rcupdate.hSebastian Andrzej Siewior1-0/+1
2017-10-19rcu: Add extended-quiescent-state testing advicePaul E. McKenney1-0/+30
2017-10-19rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney1-1/+1
2017-10-19rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior1-2/+1
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan1-8/+13
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2-5/+1
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann1-2/+3
2017-10-19kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring1-3/+1
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada1-2/+2
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada1-7/+7
2017-10-19livepatch: add transition noticesJoe Lawrence1-1/+17
2017-10-19livepatch: move transition "complete" notice into klp_complete_transition()Joe Lawrence1-3/+3
2017-10-19livepatch: add (un)patch callbacksJoe Lawrence4-13/+98
2017-10-19locking/static_keys: Improve uninitialized key warningBorislav Petkov1-7/+7
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner1-3/+3