aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner1-11/+5
2024-11-07alarmtimers: Remove the throttle mechanism from alarm_forward_now()Thomas Gleixner1-26/+2
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner5-124/+23
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner2-6/+81
2024-11-07signal: Handle ignored signals in do_sigaction(action != SIG_IGN)Thomas Gleixner1-1/+52
2024-11-07posix-timers: Handle ignored list on delete and exitThomas Gleixner1-0/+28
2024-11-07signal: Provide ignored_posix_timers listThomas Gleixner1-0/+1
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner2-9/+4
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner1-35/+4
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner2-43/+64
2024-11-07signal: Replace resched_timer logicThomas Gleixner2-13/+21
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner2-38/+46
2024-11-07posix-timers: Store PID type in the timerThomas Gleixner1-3/+6
2024-11-07signal: Provide posixtimer_sigqueue_init()Thomas Gleixner1-0/+11
2024-11-07signal: Split up __sigqueue_alloc()Thomas Gleixner1-17/+35
2024-11-07posix-timers: Add a refcount to struct k_itimerThomas Gleixner1-3/+4
2024-11-07posix-cpu-timers: Use dedicated flag for CPU timer nanosleepThomas Gleixner1-1/+2
2024-11-07posix-cpu-timers: Cleanup the firing logicThomas Gleixner1-10/+24
2024-11-07posix-timers: Make signal overrun accounting sensibleThomas Gleixner2-11/+6
2024-11-07posix-timers: Make signal delivery consistentThomas Gleixner3-17/+19
2024-11-07posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del()Thomas Gleixner1-6/+6
2024-11-06resource: avoid unnecessary resource tree walking in __region_intersects()Huang Ying1-4/+22
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2024-11-06Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko3-176/+450
2024-11-05perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu1-8/+1
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu1-3/+3
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak1-2/+2
2024-11-05reboot: move reboot_notifier_list to kernel/reboot.cThomas Weißschuh2-8/+7
2024-11-05resource: correct reallocate_resource() documentationIlpo Järvinen1-1/+1
2024-11-05auditsc: replace memcpy() with strscpy()Yafang Shao1-3/+3
2024-11-05get rid of __get_task_comm()Yafang Shao1-1/+1
2024-11-05resource: introduce is_type_match() helper and use itAndy Shevchenko1-13/+10
2024-11-05resource: replace open coded resource_intersection()Andy Shevchenko1-9/+6
2024-11-05kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...Tio Zhang1-1/+2
2024-11-05kexec/crash: no crash update when kexec in progressSourabh Jain1-2/+4
2024-11-05mm: move mm flags to mm_types.hNanyong Sun2-2/+0
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes1-2/+3
2024-11-05sched_ext: Add a missing newline at the end of an error messageTejun Heo1-1/+1
2024-11-05perf/core: Add aux_pause, aux_resume, aux_start_pausedAdrian Hunter2-4/+72
2024-11-05sched: Enable PREEMPT_DYNAMIC for PREEMPT_RTPeter Zijlstra3-7/+11
2024-11-05sched: Add Lazy preemption modelPeter Zijlstra5-7/+100
2024-11-05sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra3-16/+24
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner1-6/+1
2024-11-05sched: Initialize idle tasks only onceThomas Gleixner1-7/+5
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver3-14/+19
2024-11-05time/sched_clock: Broaden sched_clock()'s instrumentation coverageMarco Elver1-2/+14
2024-11-05time/sched_clock: Swap update_clock_read_data() latch writesMarco Elver1-3/+3
2024-11-04PM: EM: Add min/max available performance state limitsLukasz Luba1-0/+52
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi2-8/+76
2024-11-03bpf: Unify resource leak checksKumar Kartikeya Dwivedi1-56/+34