summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra
2019-04-16sched/core: Remove ttwu_activate()Peter Zijlstra
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner
2019-04-16sched/deadline: Correctly handle active 0-lag timersluca abeni
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-16sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider
2019-04-16perf/core: Add perf_pmu_resched() as global functionStephane Eranian
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-04-16perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin
2019-04-16perf/core: Fix the address filtering fixAlexander Shishkin
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-04-16kprobes: Fix error check when reusing optimized probesMasami Hiramatsu
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long
2019-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-04-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-04-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-12perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra
2019-04-11dma-debug: only skip one stackframe entryScott Wood
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche
2019-04-10locking/rwsem: Enable lock event countingWaiman Long
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long
2019-04-10sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider
2019-04-10sched/topology: Fix build_sched_groups() commentValentin Schneider
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05genirq/timings: Add array suffix computation codeDaniel Lezcano
2019-04-05genirq/timings: Remove variance computation codeDaniel Lezcano
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd