| Age | Commit message (Expand) | Author | Lines |
| 2024-11-07 | signal: Provide posixtimer_sigqueue_init() | Thomas Gleixner | -0/+11 |
| 2024-11-07 | signal: Split up __sigqueue_alloc() | Thomas Gleixner | -17/+35 |
| 2024-11-07 | posix-timers: Add a refcount to struct k_itimer | Thomas Gleixner | -3/+4 |
| 2024-11-07 | posix-cpu-timers: Use dedicated flag for CPU timer nanosleep | Thomas Gleixner | -1/+2 |
| 2024-11-07 | posix-cpu-timers: Cleanup the firing logic | Thomas Gleixner | -10/+24 |
| 2024-11-07 | posix-timers: Make signal overrun accounting sensible | Thomas Gleixner | -11/+6 |
| 2024-11-07 | posix-timers: Make signal delivery consistent | Thomas Gleixner | -17/+19 |
| 2024-11-07 | posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del() | Thomas Gleixner | -6/+6 |
| 2024-11-06 | resource: avoid unnecessary resource tree walking in __region_intersects() | Huang Ying | -4/+22 |
| 2024-11-06 | Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | -0/+4 |
| 2024-11-06 | Merge tag 'perf-core-for-bpf-next' from tip tree | Andrii Nakryiko | -176/+450 |
| 2024-11-05 | perf/core: update min_heap_callbacks to use default builtin swap | Kuan-Wei Chiu | -8/+1 |
| 2024-11-05 | lib/min_heap: introduce non-inline versions of min heap API functions | Kuan-Wei Chiu | -3/+3 |
| 2024-11-05 | perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros | Uros Bizjak | -2/+2 |
| 2024-11-05 | reboot: move reboot_notifier_list to kernel/reboot.c | Thomas Weißschuh | -8/+7 |
| 2024-11-05 | resource: correct reallocate_resource() documentation | Ilpo Järvinen | -1/+1 |
| 2024-11-05 | auditsc: replace memcpy() with strscpy() | Yafang Shao | -3/+3 |
| 2024-11-05 | get rid of __get_task_comm() | Yafang Shao | -1/+1 |
| 2024-11-05 | resource: introduce is_type_match() helper and use it | Andy Shevchenko | -13/+10 |
| 2024-11-05 | resource: replace open coded resource_intersection() | Andy Shevchenko | -9/+6 |
| 2024-11-05 | kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled... | Tio Zhang | -1/+2 |
| 2024-11-05 | kexec/crash: no crash update when kexec in progress | Sourabh Jain | -2/+4 |
| 2024-11-05 | mm: move mm flags to mm_types.h | Nanyong Sun | -2/+0 |
| 2024-11-05 | mm: refactor mm_access() to not return NULL | Lorenzo Stoakes | -2/+3 |
| 2024-11-05 | sched_ext: Add a missing newline at the end of an error message | Tejun Heo | -1/+1 |
| 2024-11-05 | perf/core: Add aux_pause, aux_resume, aux_start_paused | Adrian Hunter | -4/+72 |
| 2024-11-05 | sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT | Peter Zijlstra | -7/+11 |
| 2024-11-05 | sched: Add Lazy preemption model | Peter Zijlstra | -7/+100 |
| 2024-11-05 | sched: Add TIF_NEED_RESCHED_LAZY infrastructure | Peter Zijlstra | -16/+24 |
| 2024-11-05 | sched/ext: Remove sched_fork() hack | Thomas Gleixner | -6/+1 |
| 2024-11-05 | sched: Initialize idle tasks only once | Thomas Gleixner | -7/+5 |
| 2024-11-05 | seqlock, treewide: Switch to non-raw seqcount_latch interface | Marco Elver | -14/+19 |
| 2024-11-05 | time/sched_clock: Broaden sched_clock()'s instrumentation coverage | Marco Elver | -2/+14 |
| 2024-11-05 | time/sched_clock: Swap update_clock_read_data() latch writes | Marco Elver | -3/+3 |
| 2024-11-04 | PM: EM: Add min/max available performance state limits | Lukasz Luba | -0/+52 |
| 2024-11-04 | bpf: Mark raw_tp arguments with PTR_MAYBE_NULL | Kumar Kartikeya Dwivedi | -8/+76 |
| 2024-11-03 | bpf: Unify resource leak checks | Kumar Kartikeya Dwivedi | -56/+34 |
| 2024-11-03 | bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable | Kumar Kartikeya Dwivedi | -0/+15 |
| 2024-11-03 | rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks() | Paul E. McKenney | -7/+11 |
| 2024-11-03 | Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | -0/+2 |
| 2024-11-03 | Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | -22/+69 |
| 2024-11-03 | Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | -1/+1 |
| 2024-11-03 | Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -1/+1 |
| 2024-11-03 | css_set_fork(): switch to CLASS(fd_raw, ...) | Al Viro | -8/+4 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | -48/+23 |
| 2024-11-03 | fdget(), trivial conversions | Al Viro | -31/+16 |
| 2024-11-03 | fdget_raw() users: switch to CLASS(fd_raw) | Al Viro | -6/+3 |
| 2024-11-03 | get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd) | Al Viro | -33/+16 |
| 2024-11-03 | regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range() | Al Viro | -1/+3 |
| 2024-11-02 | timekeeping: Always check for negative motion | Thomas Gleixner | -12/+0 |