summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song
2017-10-27Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-10-27sched/isolation: Add basic isolcpus flagsFrederic Weisbecker
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker
2017-10-27sched/isolation: Use its own static keyFrederic Weisbecker
2017-10-27sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker
2017-10-27sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc versionFrederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-26sched/idle: Micro-optimize the idle loopCheng Jian
2017-10-25workqueue: Remove now redundant lock acquisitions wrt. workqueue flushesByungchul Park
2017-10-25locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=yByungchul Park
2017-10-25locking/lockdep: Add a boot parameter allowing unwind in cross-release and di...Byungchul Park
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland
2017-10-25locking/qrwlock: Prevent slowpath writers getting held up by fastpathWill Deacon
2017-10-25locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlockWill Deacon
2017-10-25locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'Will Deacon
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-10-23Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-22Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22bpf: fix pattern matches for direct packet accessDaniel Borkmann
2017-10-22bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend
2017-10-21cpu/hotplug: Reset node state after operationThomas Gleixner
2017-10-20waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney
2017-10-20srcu: Add parameters to SRCU docbook commentsPaul E. McKenney
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-10-20kprobes: Disable the jprobes test codeMasami Hiramatsu
2017-10-20kprobes: Disable the jprobes APIsMasami Hiramatsu
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-10-20kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers
2017-10-19rcu/segcblist: Include rcupdate.hSebastian Andrzej Siewior
2017-10-19rcu: Add extended-quiescent-state testing advicePaul E. McKenney
2017-10-19rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney
2017-10-19rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior