summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds-5/+7
2024-11-10padata: Clean up in padata_do_multithreaded()Zicheng Qu-7/+0
2024-11-09sched_ext: Handle cases where pick_task_scx() is called without preceding bal...Tejun Heo-20/+42
2024-11-09sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked contextTejun Heo-0/+2
2024-11-09scftorture: Use a lock-less list to free memory.Sebastian Andrzej Siewior-4/+36
2024-11-09scftorture: Move memory allocation outside of preempt_disable region.Sebastian Andrzej Siewior-4/+4
2024-11-09scftorture: Wait until scf_cleanup_handler() completes.Sebastian Andrzej Siewior-1/+1
2024-11-09scftorture: Avoid additional div operation.Sebastian Andrzej Siewior-1/+1
2024-11-09sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()Changwoo Min-0/+9
2024-11-08sched_ext: Clarify sched_ext_ops table for userland schedulerChangwoo Min-2/+4
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo-0/+53
2024-11-08sched_ext: Avoid live-locking bypass mode switchingTejun Heo-3/+52
2024-11-08Merge branch 'for-6.12-fixes' into for-6.13Tejun Heo-117/+156
2024-11-08sched_ext: Fix incorrect use of bitwise ANDAndrea Righi-1/+1
2024-11-08dma-mapping: fix swapped dir/flags arguments to trace_dma_alloc_sgt_errSean Anderson-1/+1
2024-11-07sched_ext: Do not enable LLC/NUMA optimizations when domains overlapAndrea Righi-13/+72
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)-1/+1
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan-26/+58
2024-11-07module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)-8/+72
2024-11-07signal: restore the override_rlimit logicRoman Gushchin-3/+6
2024-11-07ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin-2/+1
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+77
2024-11-07sched: No PREEMPT_RT=y for all{yes,mod}configPeter Zijlstra-1/+1
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard-2/+2
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao-17/+0
2024-11-07alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()Nam Cao-5/+4
2024-11-07sched/idle: Switch to use hrtimer_setup_on_stack()Nam Cao-2/+2
2024-11-07hrtimers: Delete hrtimer_init_sleeper_on_stack()Nam Cao-14/+0
2024-11-07timers: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao-4/+3
2024-11-07futex: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao-3/+3
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao-0/+14
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao-0/+19
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao-0/+38
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao-29/+36
2024-11-07softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.Sebastian Andrzej Siewior-5/+80
2024-11-07timers: Use __raise_softirq_irqoff() to raise the softirq.Sebastian Andrzej Siewior-1/+1
2024-11-07hrtimer: Use __raise_softirq_irqoff() to raise the softirqSebastian Andrzej Siewior-2/+2
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner-11/+5
2024-11-07alarmtimers: Remove the throttle mechanism from alarm_forward_now()Thomas Gleixner-26/+2
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner-124/+23
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner-6/+81
2024-11-07signal: Handle ignored signals in do_sigaction(action != SIG_IGN)Thomas Gleixner-1/+52
2024-11-07posix-timers: Handle ignored list on delete and exitThomas Gleixner-0/+28
2024-11-07signal: Provide ignored_posix_timers listThomas Gleixner-0/+1
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner-9/+4
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner-35/+4
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner-43/+64
2024-11-07signal: Replace resched_timer logicThomas Gleixner-13/+21
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner-38/+46
2024-11-07posix-timers: Store PID type in the timerThomas Gleixner-3/+6