summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-01-25rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney
2019-01-25rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney
2019-01-25rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney
2019-01-25rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney
2019-01-25sched: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2019-01-25sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney
2019-01-25audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs
2019-01-25audit: more filter PATH records keyed on filesystem magicRichard Guy Briggs
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton
2019-01-25audit: add support for fcaps v3Richard Guy Briggs
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann
2019-01-25workqueue: Try to catch flush_work() without INIT_WORK().Tetsuo Handa
2019-01-23bpf: notify offload JITs about optimizationsJakub Kicinski
2019-01-23bpf: verifier: record original instruction indexJakub Kicinski
2019-01-23bpf: verifier: remove unconditional branches by 0Jakub Kicinski
2019-01-23bpf: verifier: remove dead codeJakub Kicinski
2019-01-23bpf: verifier: hard wire branches to dead codeJakub Kicinski
2019-01-23bpf: change parameters of call/branch offset adjustmentJakub Kicinski
2019-01-23PM / EM: Expose the Energy Model in debugfsQuentin Perret
2019-01-22capabilities:: annotate implicit fall throughMathieu Malaterre
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris
2019-01-22PM: QoS: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-22Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-01-21bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu
2019-01-21perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu
2019-01-21perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo
2019-01-21locking/lockdep: Provide enum lock_usage_bit mask namesFrederic Weisbecker
2019-01-21locking/lockdep: Simplify mark_held_locks()Frederic Weisbecker
2019-01-21Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider
2019-01-21cpu/hotplug: Mute hotplug lockdep during initValentin Schneider
2019-01-21locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-01-21sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso
2019-01-21locking/rwsem: Fix (possible) missed wakeupXie Yongji
2019-01-21futex: Fix (possible) missed wakeupPeter Zijlstra
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood
2019-01-21perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-01-18audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit
2019-01-18perf core: Fix perf_proc_update_handler() bugStephane Eranian
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen
2019-01-18Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro