aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-01-25rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney1-1/+1
2019-01-25rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney2-23/+34
2019-01-25rcu: Update NOCB commentsPaul E. McKenney1-17/+16
2019-01-25rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney1-4/+0
2019-01-25rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney2-13/+5
2019-01-25rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney2-3/+0
2019-01-25rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney2-5/+5
2019-01-25rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney2-7/+10
2019-01-25rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney1-1/+1
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney3-68/+13
2019-01-25rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney1-45/+36
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney3-91/+73
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()Paul E. McKenney1-56/+49
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney2-17/+14
2019-01-25rcu: Inline rcu_kthread_do_work() into its sole remaining callerPaul E. McKenney1-6/+1
2019-01-25rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney2-4/+0
2019-01-25rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney1-15/+6
2019-01-25rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney1-0/+1
2019-01-25rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney3-6/+6
2019-01-25sched: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2-3/+3
2019-01-25sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2-3/+3
2019-01-25audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs1-31/+33
2019-01-25audit: 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-23bpf: notify offload JITs about optimizationsJakub Kicinski2-0/+41
2019-01-23bpf: verifier: record original instruction indexJakub Kicinski1-3/+5
2019-01-23bpf: verifier: remove unconditional branches by 0Jakub Kicinski1-0/+23
2019-01-23bpf: verifier: remove dead codeJakub Kicinski2-3/+185
2019-01-23bpf: verifier: hard wire branches to dead codeJakub Kicinski1-2/+43
2019-01-23bpf: change parameters of call/branch offset adjustmentJakub Kicinski1-19/+21
2019-01-23PM / EM: Expose the Energy Model in debugfsQuentin Perret1-0/+57
2019-01-22capabilities:: annotate implicit fall throughMathieu Malaterre1-3/+1
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris12-33/+141
2019-01-22PM: 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/scm/linux/kernel/git/acme/linux into perf/urgentIngo 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