aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'audit-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+2
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-15/+3
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-1/+27
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-85/+66
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-11/+17
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 17-334/+2723
2024-03-11Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+5
2024-03-11Merge tag 'smp-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+4
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-56/+184
2024-03-11Merge tag 'irq-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-119/+130
2024-03-11Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-11/+7
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 3-435/+1432
2024-03-11Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Gravatar Linus Torvalds 15-305/+388
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+15
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-14/+14
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 5-204/+143
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2024-03-10Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-93/+113
2024-03-10tracing: Use .flush() call to wake up readersGravatar Steven Rostedt (Google) 1-6/+15
2024-03-10ring-buffer: Fix resetting of shortest_fullGravatar Steven Rostedt (Google) 1-7/+23
2024-03-10ring-buffer: Fix waking up ring buffer readersGravatar Steven Rostedt (Google) 1-71/+68
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-1/+4
2024-03-06tracing: Limit trace_marker writes to just 4KGravatar Steven Rostedt (Google) 1-5/+5
2024-03-06tracing: Remove precision vsnprintf() check from print eventGravatar Steven Rostedt (Google) 1-4/+2
2024-03-06timer/migration: Fix quick check reporting late expiryGravatar Frederic Weisbecker 1-9/+15
2024-03-05cpumap: Zero-initialise xdp_rxq_info struct before running XDP programGravatar Toke Høiland-Jørgensen 1-1/+1
2024-03-05bpf: check bpf_func_state->callback_depth when pruning statesGravatar Eduard Zingerman 1-0/+3
2024-03-05Merge tag 'cgroup-for-6.8-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Gravatar Thomas Gleixner 2-0/+26
2024-03-01Merge tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+6
2024-03-01locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters()Gravatar Uros Bizjak 1-4/+5
2024-03-01pidfs: convert to path_from_stashed() helperGravatar Christian Brauner 1-0/+1
2024-03-01pidfd: add pidfsGravatar Christian Brauner 3-12/+14
2024-03-01fprobe: Fix to allocate entry_data_size buffer with rethook instancesGravatar Masami Hiramatsu (Google) 1-8/+6
2024-02-29workqueue: Drain BH work items on hot-unplugged CPUsGravatar Tejun Heo 2-3/+90
2024-02-29cgroup/cpuset: Fix retval in update_cpumask()Gravatar Kamalesh Babulal 1-1/+1
2024-02-29cgroup/cpuset: Mark memory_spread_slab as obsoleteGravatar Xiongwei Song 1-0/+1
2024-02-29tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=nGravatar Arnd Bergmann 1-1/+1
2024-02-28cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()Gravatar Waiman Long 1-3/+3
2024-02-28pidfd: move struct pidfd_fopsGravatar Christian Brauner 1-110/+0
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCGravatar Alex Shi 2-15/+15
2024-02-28sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Gravatar Alex Shi 1-9/+7
2024-02-28sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Gravatar Alex Shi 1-25/+20
2024-02-28sched/fair: Remove unused parameter from sched_asym()Gravatar Alex Shi 1-4/+2
2024-02-28sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSGravatar Alex Shi 1-4/+5
2024-02-28sched/fair: Simplify the update_sd_pick_busiest() logicGravatar David Vernet 1-9/+3
2024-02-28sched/fair: Do strict inequality check for busiest misfit task groupGravatar David Vernet 1-1/+1
2024-02-28sched/fair: Remove unnecessary goto in update_sd_lb_stats()Gravatar David Vernet 1-6/+1