aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Merge tag 'kernel.sys.v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-0/+42
2021-08-30Merge tag 'for-5.15/io_uring-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+18
2021-08-30Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 10-156/+398
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-50/+195
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 20-1373/+3123
2021-08-30Merge tag 'smp-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-39/+67
2021-08-30Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-149/+672
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 2-3/+3
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-24/+11
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 13-1658/+1767
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+10
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Gravatar Thomas Gleixner 1-0/+1
2021-08-29Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-27/+121
2021-08-28clocksource: Make clocksource watchdog test safe for slow-HZ systemsGravatar Paul E. McKenney 3-23/+23
2021-08-27locking/rtmutex: Return success on deadlock for ww_mutex waitersGravatar Peter Zijlstra 1-1/+14
2021-08-27locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexesGravatar Peter Zijlstra 1-0/+25
2021-08-27padata: Remove repeated verbose license textGravatar Cai Huoqing 1-13/+0
2021-08-26Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+6
2021-08-26sched: Fix get_push_task() vs migrate_disable()Gravatar Sebastian Andrzej Siewior 1-0/+3
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseGravatar Ingo Molnar 1-1/+1
2021-08-26perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsGravatar Sebastian Andrzej Siewior 1-2/+2
2021-08-25Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-10/+10
2021-08-25locking/rtmutex: Dequeue waiter on ww_mutex deadlockGravatar Thomas Gleixner 1-1/+6
2021-08-25locking/rtmutex: Dont dereference waiter locklessGravatar Thomas Gleixner 2-2/+16
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreGravatar Barry Song 1-0/+134
2021-08-24genirq/cpuhotplug: Demote debug printk to KERN_DEBUGGravatar Lee Jones 1-1/+1
2021-08-23ucounts: Increase ucounts reference counter before the security hookGravatar Alexey Gladkov 1-6/+6
2021-08-23ucounts: Fix regression preventing increasing of rlimits in init_user_nsGravatar Eric W. Biederman 1-4/+4
2021-08-23bpf: Fix ringbuf helper function compatibilityGravatar Daniel Borkmann 1-2/+6
2021-08-23io_uring: remove files pointer in cancellation functionsGravatar Hao Xu 1-1/+1
2021-08-23irqdomain: Export irq_domain_disconnect_hierarchy()Gravatar Maulik Shah 1-0/+1
2021-08-20locking/semaphore: Add might_sleep() to down_*() familyGravatar Xiaoming Ni 1-0/+4
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityGravatar Will Deacon 1-17/+29
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsGravatar Will Deacon 2-18/+181
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionGravatar Will Deacon 1-48/+57
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityGravatar Will Deacon 2-0/+22
2021-08-20sched: Reject CPU affinity changes based on task_cpu_possible_mask()Gravatar Will Deacon 1-1/+8
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Gravatar Will Deacon 2-4/+9
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Gravatar Will Deacon 1-17/+26
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Gravatar Will Deacon 1-2/+6
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionGravatar Will Deacon 1-6/+3
2021-08-20sched: Cgroup SCHED_IDLE supportGravatar Josh Don 4-25/+208
2021-08-20sched/topology: Skip updating masks for non-online nodesGravatar Valentin Schneider 1-0/+65
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsGravatar Peter Zijlstra 2-27/+118
2021-08-20locking/ww_mutex: Initialize waiter.ww_ctx properlyGravatar Sebastian Andrzej Siewior 1-1/+1
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-6/+17
2021-08-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 2-6/+17