summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-11-07hrtimer: Use __raise_softirq_irqoff() to raise the softirqSebastian Andrzej Siewior
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner
2024-11-07alarmtimers: Remove the throttle mechanism from alarm_forward_now()Thomas Gleixner
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner
2024-11-07signal: Handle ignored signals in do_sigaction(action != SIG_IGN)Thomas Gleixner
2024-11-07posix-timers: Handle ignored list on delete and exitThomas Gleixner
2024-11-07signal: Provide ignored_posix_timers listThomas Gleixner
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
2024-11-07signal: Replace resched_timer logicThomas Gleixner
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner
2024-11-07posix-timers: Store PID type in the timerThomas Gleixner
2024-11-07signal: Provide posixtimer_sigqueue_init()Thomas Gleixner
2024-11-07signal: Split up __sigqueue_alloc()Thomas Gleixner
2024-11-07posix-timers: Add a refcount to struct k_itimerThomas Gleixner
2024-11-07posix-cpu-timers: Use dedicated flag for CPU timer nanosleepThomas Gleixner
2024-11-07posix-cpu-timers: Cleanup the firing logicThomas Gleixner
2024-11-07posix-timers: Make signal overrun accounting sensibleThomas Gleixner
2024-11-07posix-timers: Make signal delivery consistentThomas Gleixner
2024-11-07posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del()Thomas Gleixner
2024-11-06resource: avoid unnecessary resource tree walking in __region_intersects()Huang Ying
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-06Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko
2024-11-05perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak
2024-11-05reboot: move reboot_notifier_list to kernel/reboot.cThomas Weißschuh
2024-11-05resource: correct reallocate_resource() documentationIlpo Järvinen
2024-11-05auditsc: replace memcpy() with strscpy()Yafang Shao
2024-11-05get rid of __get_task_comm()Yafang Shao
2024-11-05resource: introduce is_type_match() helper and use itAndy Shevchenko
2024-11-05resource: replace open coded resource_intersection()Andy Shevchenko
2024-11-05kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...Tio Zhang
2024-11-05kexec/crash: no crash update when kexec in progressSourabh Jain
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes
2024-11-05sched_ext: Add a missing newline at the end of an error messageTejun Heo
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter
2024-11-05sched: Enable PREEMPT_DYNAMIC for PREEMPT_RTPeter Zijlstra
2024-11-05sched: Add Lazy preemption modelPeter Zijlstra
2024-11-05sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner
2024-11-05sched: Initialize idle tasks only onceThomas Gleixner
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver
2024-11-05time/sched_clock: Broaden sched_clock()'s instrumentation coverageMarco Elver
2024-11-05time/sched_clock: Swap update_clock_read_data() latch writesMarco Elver
2024-11-04PM: EM: Add min/max available performance state limitsLukasz Luba
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi