summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-03-26rcu: Move common code out of if-else blockAkira Yokosawa-3/+1
2019-03-26rcu: Set rcutree.kthread_prio sysfs access to read-onlyLiu Song-1/+1
2019-03-26rcu: Make exit_rcu() handle non-preempted RCU readersPaul E. McKenney-7/+13
2019-03-26rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twiceCyrill Gorcunov-1/+1
2019-03-26rcu: Avoid unnecessary softirq when system is idleJoel Fernandes (Google)-0/+1
2019-03-26rcu: Unconditionally expedite during suspend/hibernatePaul E. McKenney-4/+2
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon-2/+3
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam-6/+6
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand-1/+1
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi-1/+0
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann-14/+18
2019-03-24genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi-1/+3
2019-03-24timer/trace: Improve timer tracingAnna-Maria Gleixner-4/+13
2019-03-24timer: Move trace point to get proper indexAnna-Maria Gleixner-9/+4
2019-03-24tick/sched: Update tick_sched struct documentationAnna-Maria Gleixner-3/+10
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-56/+89
2019-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2019-03-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2019-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+7
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+1
2019-03-23tick: Remove outgoing CPU from broadcast masksThomas Gleixner-27/+43
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva-0/+1
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes-14/+15
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner-0/+2
2019-03-22genetlink: make policy common to familyJohannes Berg-3/+25
2019-03-22softirq: Remove tasklet_hrtimerThomas Gleixner-51/+0
2019-03-22watchdog/core: Make variables staticValdis Kletnieks-2/+2
2019-03-22time/jiffies: Make refined_jiffies staticValdis Kletnieks-1/+1
2019-03-22genirq/devres: Remove excess parameter from kernel docValdis Kletnieks-2/+0
2019-03-22futex: Ensure that futex address is aligned in handle_futex_death()Chen Jie-0/+4
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski-9/+11
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer-1/+2
2019-03-21bpf: allow helpers to return PTR_TO_SOCK_COMMONLorenz Bauer-0/+4
2019-03-21bpf: track references based on is_acquire_funcLorenz Bauer-14/+12
2019-03-21bpf: do not restore dst_reg when cur_state is freedXu Yu-1/+1
2019-03-21workqueue: Only unregister a registered lockdep keyBart Van Assche-2/+3
2019-03-20bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau-2/+11
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin-4/+4
2019-03-20audit: Make audit_log_cap and audit_copy_inode staticYueHaibing-3/+5
2019-03-20audit: connect LOGIN record to its syscall recordRichard Guy Briggs-1/+1
2019-03-19kernel/workqueue: Document wq_worker_last_func() argumentBart Van Assche-0/+1
2019-03-19sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider-28/+37
2019-03-19sched/fair: Tune down misfit NOHZ kicksValentin Schneider-1/+25
2019-03-19sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider-2/+11
2019-03-19sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov-1/+1
2019-03-19sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra-34/+25
2019-03-18audit: fix a memleak caused by auditing load moduleLi RongQing-1/+9
2019-03-18bpf: Try harder when allocating memory for large mapsMartynas Pumputis-7/+15
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-6/+128
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds-3/+15