aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-03-26rcu: Fix typo in tree_exp.h commentPaul E. McKenney1-1/+1
2019-03-26rcu: Eliminate redundant NULL-pointer checkPaul E. McKenney1-5/+2
2019-03-26rcu: Fix force_qs_rnp() header commentZhouyi Zhou1-5/+5
2019-03-26rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() commentsPaul E. McKenney1-1/+2
2019-03-26rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qsNeeraj Upadhyay1-2/+1
2019-03-26rcu: Fix self-wakeups for grace-period kthreadNeeraj Upadhyay1-1/+1
2019-03-26rcu: Report error for bad rcu_nocbs= parameter valuesPaul E. McKenney1-2/+10
2019-03-26rcu: Allow rcu_nocbs= to specify all CPUsPaul E. McKenney1-1/+4
2019-03-26rcu: Move common code out of if-else blockAkira Yokosawa1-3/+1
2019-03-26rcu: Set rcutree.kthread_prio sysfs access to read-onlyLiu Song1-1/+1
2019-03-26rcu: Make exit_rcu() handle non-preempted RCU readersPaul E. McKenney1-7/+13
2019-03-26rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twiceCyrill Gorcunov1-1/+1
2019-03-26rcu: Avoid unnecessary softirq when system is idleJoel Fernandes (Google)1-0/+1
2019-03-26rcu: Unconditionally expedite during suspend/hibernatePaul E. McKenney1-4/+2
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon1-2/+3
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam1-6/+6
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand1-1/+1
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi1-1/+0
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2019-03-24genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi1-1/+3
2019-03-24timer/trace: Improve timer tracingAnna-Maria Gleixner1-4/+13
2019-03-24timer: Move trace point to get proper indexAnna-Maria Gleixner1-9/+4
2019-03-24tick/sched: Update tick_sched struct documentationAnna-Maria Gleixner1-3/+10
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-56/+89
2019-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-03-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+7
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+1
2019-03-23tick: Remove outgoing CPU from broadcast masksThomas Gleixner4-27/+43
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva1-0/+1
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes5-14/+15
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentThomas Gleixner1-0/+2
2019-03-22genetlink: make policy common to familyJohannes Berg1-3/+25
2019-03-22softirq: Remove tasklet_hrtimerThomas Gleixner1-51/+0
2019-03-22watchdog/core: Make variables staticValdis Kletnieks1-2/+2
2019-03-22time/jiffies: Make refined_jiffies staticValdis Kletnieks1-1/+1
2019-03-22genirq/devres: Remove excess parameter from kernel docValdis Kletnieks1-2/+0
2019-03-22futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie1-0/+4
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski1-9/+11
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer1-1/+2
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer1-0/+4
2019-03-21bpf: track references based on is_acquire_funcLorenz Bauer1-14/+12
2019-03-21bpf: do not restore dst_reg when cur_state is freedXu Yu1-1/+1
2019-03-21workqueue: Only unregister a registered lockdep keyBart Van Assche1-2/+3
2019-03-20bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau1-2/+11
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2-4/+4
2019-03-20audit: Make audit_log_cap and audit_copy_inode staticYueHaibing1-3/+5
2019-03-20audit: connect LOGIN record to its syscall recordRichard Guy Briggs1-1/+1
2019-03-19kernel/workqueue: Document wq_worker_last_func() argumentBart Van Assche1-0/+1
2019-03-19sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider1-28/+37