index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
alarmtimers: Remove return value from alarm functions
Thomas Gleixner
1
-11
/
+5
2024-11-07
alarmtimers: Remove the throttle mechanism from alarm_forward_now()
Thomas Gleixner
1
-26
/
+2
2024-11-07
posix-timers: Cleanup SIG_IGN workaround leftovers
Thomas Gleixner
5
-124
/
+23
2024-11-07
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
2
-6
/
+81
2024-11-07
signal: Handle ignored signals in do_sigaction(action != SIG_IGN)
Thomas Gleixner
1
-1
/
+52
2024-11-07
posix-timers: Handle ignored list on delete and exit
Thomas Gleixner
1
-0
/
+28
2024-11-07
signal: Provide ignored_posix_timers list
Thomas Gleixner
1
-0
/
+1
2024-11-07
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
2
-9
/
+4
2024-11-07
signal: Cleanup unused posix-timer leftovers
Thomas Gleixner
1
-35
/
+4
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
2
-43
/
+64
2024-11-07
signal: Replace resched_timer logic
Thomas Gleixner
2
-13
/
+21
2024-11-07
signal: Refactor send_sigqueue()
Thomas Gleixner
2
-38
/
+46
2024-11-07
posix-timers: Store PID type in the timer
Thomas Gleixner
1
-3
/
+6
2024-11-07
signal: Provide posixtimer_sigqueue_init()
Thomas Gleixner
1
-0
/
+11
2024-11-07
signal: Split up __sigqueue_alloc()
Thomas Gleixner
1
-17
/
+35
2024-11-07
posix-timers: Add a refcount to struct k_itimer
Thomas Gleixner
1
-3
/
+4
2024-11-07
posix-cpu-timers: Use dedicated flag for CPU timer nanosleep
Thomas Gleixner
1
-1
/
+2
2024-11-07
posix-cpu-timers: Cleanup the firing logic
Thomas Gleixner
1
-10
/
+24
2024-11-07
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
2
-11
/
+6
2024-11-07
posix-timers: Make signal delivery consistent
Thomas Gleixner
3
-17
/
+19
2024-11-07
posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del()
Thomas Gleixner
1
-6
/
+6
2024-11-06
resource: avoid unnecessary resource tree walking in __region_intersects()
Huang Ying
1
-4
/
+22
2024-11-06
Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2024-11-06
Merge tag 'perf-core-for-bpf-next' from tip tree
Andrii Nakryiko
3
-176
/
+450
2024-11-05
perf/core: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
1
-8
/
+1
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
1
-3
/
+3
2024-11-05
perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros
Uros Bizjak
1
-2
/
+2
2024-11-05
reboot: move reboot_notifier_list to kernel/reboot.c
Thomas Weißschuh
2
-8
/
+7
2024-11-05
resource: correct reallocate_resource() documentation
Ilpo Järvinen
1
-1
/
+1
2024-11-05
auditsc: replace memcpy() with strscpy()
Yafang Shao
1
-3
/
+3
2024-11-05
get rid of __get_task_comm()
Yafang Shao
1
-1
/
+1
2024-11-05
resource: introduce is_type_match() helper and use it
Andy Shevchenko
1
-13
/
+10
2024-11-05
resource: replace open coded resource_intersection()
Andy Shevchenko
1
-9
/
+6
2024-11-05
kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...
Tio Zhang
1
-1
/
+2
2024-11-05
kexec/crash: no crash update when kexec in progress
Sourabh Jain
1
-2
/
+4
2024-11-05
mm: move mm flags to mm_types.h
Nanyong Sun
2
-2
/
+0
2024-11-05
mm: refactor mm_access() to not return NULL
Lorenzo Stoakes
1
-2
/
+3
2024-11-05
sched_ext: Add a missing newline at the end of an error message
Tejun Heo
1
-1
/
+1
2024-11-05
perf/core: Add aux_pause, aux_resume, aux_start_paused
Adrian Hunter
2
-4
/
+72
2024-11-05
sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT
Peter Zijlstra
3
-7
/
+11
2024-11-05
sched: Add Lazy preemption model
Peter Zijlstra
5
-7
/
+100
2024-11-05
sched: Add TIF_NEED_RESCHED_LAZY infrastructure
Peter Zijlstra
3
-16
/
+24
2024-11-05
sched/ext: Remove sched_fork() hack
Thomas Gleixner
1
-6
/
+1
2024-11-05
sched: Initialize idle tasks only once
Thomas Gleixner
1
-7
/
+5
2024-11-05
seqlock, treewide: Switch to non-raw seqcount_latch interface
Marco Elver
3
-14
/
+19
2024-11-05
time/sched_clock: Broaden sched_clock()'s instrumentation coverage
Marco Elver
1
-2
/
+14
2024-11-05
time/sched_clock: Swap update_clock_read_data() latch writes
Marco Elver
1
-3
/
+3
2024-11-04
PM: EM: Add min/max available performance state limits
Lukasz Luba
1
-0
/
+52
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2
-8
/
+76
2024-11-03
bpf: Unify resource leak checks
Kumar Kartikeya Dwivedi
1
-56
/
+34
[prev]
[next]