summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge tag 'smp-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-30Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2021-08-29Merge tag 'sched_urgent_for_v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-27locking/rtmutex: Return success on deadlock for ww_mutex waitersPeter Zijlstra
2021-08-27locking/rtmutex: Prevent spurious EDEADLK return caused by ww_mutexesPeter Zijlstra
2021-08-27padata: Remove repeated verbose license textCai Huoqing
2021-08-26Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-26sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar
2021-08-26perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-08-25Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-08-25locking/rtmutex: Dequeue waiter on ww_mutex deadlockThomas Gleixner
2021-08-25locking/rtmutex: Dont dereference waiter locklessThomas Gleixner
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song
2021-08-24genirq/cpuhotplug: Demote debug printk to KERN_DEBUGLee Jones
2021-08-23ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov
2021-08-23ucounts: Fix regression preventing increasing of rlimits in init_user_nsEric W. Biederman
2021-08-23bpf: Fix ringbuf helper function compatibilityDaniel Borkmann
2021-08-23irqdomain: Export irq_domain_disconnect_hierarchy()Maulik Shah
2021-08-20locking/semaphore: Add might_sleep() to down_*() familyXiaoming Ni
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon
2021-08-20sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra
2021-08-20locking/ww_mutex: Initialize waiter.ww_ctx properlySebastian Andrzej Siewior
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-08-18Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner
2021-08-17locking/rtmutex: Add adaptive spinwait mechanismSteven Rostedt
2021-08-17locking/rtmutex: Implement equal priority lock stealingGregory Haskins
2021-08-17locking/rtmutex: Prevent lockdep false positive with PI futexesThomas Gleixner
2021-08-17futex: Prevent requeue_pi() lock nesting issue on RTThomas Gleixner