summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-01-26rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney1-15/+6
2019-01-26rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney1-0/+1
2019-01-26rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney3-6/+6
2019-01-26sched: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2-3/+3
2019-01-26sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2-3/+3
2019-01-26audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs1-31/+33
2019-01-26audit: more filter PATH records keyed on filesystem magicRichard Guy Briggs1-8/+27
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton2-5/+24
2019-01-25audit: add support for fcaps v3Richard Guy Briggs3-2/+9
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2-84/+85
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-0/+3
2019-01-25workqueue: Try to catch flush_work() without INIT_WORK().Tetsuo Handa1-0/+3
2019-01-24bpf: notify offload JITs about optimizationsJakub Kicinski2-0/+41
2019-01-24bpf: verifier: record original instruction indexJakub Kicinski1-3/+5
2019-01-24bpf: verifier: remove unconditional branches by 0Jakub Kicinski1-0/+23
2019-01-24bpf: verifier: remove dead codeJakub Kicinski2-3/+185
2019-01-24bpf: verifier: hard wire branches to dead codeJakub Kicinski1-2/+43
2019-01-24bpf: change parameters of call/branch offset adjustmentJakub Kicinski1-19/+21
2019-01-24PM / EM: Expose the Energy Model in debugfsQuentin Perret1-0/+57
2019-01-23capabilities:: annotate implicit fall throughMathieu Malaterre1-3/+1
2019-01-23Merge tag 'v5.0-rc3' into next-generalJames Morris12-33/+141
2019-01-23PM: QoS: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-01-22Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar1-7/+7
2019-01-21bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu1-1/+1
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu3-1/+118
2019-01-21perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu1-1/+97
2019-01-21perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2-6/+8
2019-01-21locking/lockdep: Provide enum lock_usage_bit mask namesFrederic Weisbecker2-22/+15
2019-01-21locking/lockdep: Simplify mark_held_locks()Frederic Weisbecker1-15/+8
2019-01-21Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider1-4/+1
2019-01-21cpu/hotplug: Mute hotplug lockdep during initValentin Schneider1-0/+9
2019-01-21locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-01-21sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso1-1/+1
2019-01-21locking/rwsem: Fix (possible) missed wakeupXie Yongji1-2/+9
2019-01-21futex: Fix (possible) missed wakeupPeter Zijlstra1-5/+8
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra1-3/+4
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra1-0/+12
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood1-1/+1
2019-01-21perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray1-0/+9
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+24
2019-01-19bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15
2019-01-19audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs4-12/+22
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit1-4/+1
2019-01-18perf core: Fix perf_proc_update_handler() bugStephane Eranian1-7/+7
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-0/+1
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen1-1/+1
2019-01-17Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro3-55/+21
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro1-3/+6
2019-01-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-0/+7