summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-03-20lockdep: Teach lockdep about "USED" <- "IN-NMI" inversionsPeter Zijlstra
2020-03-20locking/lockdep: Rework lockdep_lockPeter Zijlstra
2020-03-20locking/lockdep: Fix bad recursion patternPeter Zijlstra
2020-03-20locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng
2020-03-20perf/core: Fix reversed NULL check in perf_event_groups_less()Dan Carpenter
2020-03-20perf/core: Fix endless multiplex timerPeter Zijlstra
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef
2020-03-20kthread: Do not preempt current task if it is going to call schedule()Liang Chen
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-19Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2020-03-19time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau
2020-03-17dma-mapping: Fix dma_pgprot() for unencrypted coherent pagesThomas Hellstrom
2020-03-15Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-15Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-03-14PM / hibernate: Remove unnecessary compat ioctl overridesEric Biggers
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-11Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton
2020-03-09bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko
2020-03-09bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner
2020-03-09futex: Unbreak futex hashingThomas Gleixner
2020-03-08pid: Fix error return value in some casesCorey Minyard
2020-03-08genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner
2020-03-08genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner
2020-03-08genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner
2020-03-08irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu