index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
timers: Introduce function to check timer base is_idle flag
Anna-Maria Behnsen
2
-0
/
+11
2024-02-22
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
2
-7
/
+20
2024-02-22
timers: Check if timers base is handled already
Anna-Maria Behnsen
1
-0
/
+3
2024-02-22
timers: Restructure internal locking
Richard Cochran (linutronix GmbH)
1
-10
/
+21
2024-02-22
timers: Add get next timer interrupt functionality for remote CPUs
Anna-Maria Behnsen
2
-5
/
+100
2024-02-22
timers: Split out "get next timer interrupt" functionality
Anna-Maria Behnsen
1
-26
/
+38
2024-02-22
timers: Retrieve next expiry of pinned/non-pinned timers separately
Anna-Maria Behnsen
1
-4
/
+31
2024-02-22
timers: Keep the pinned timers separate from the others
Anna-Maria Behnsen
1
-29
/
+56
2024-02-22
timers: Split next timer interrupt logic
Anna-Maria Behnsen
1
-13
/
+19
2024-02-22
timers: Simplify code in run_local_timers()
Anna-Maria Behnsen
1
-8
/
+6
2024-02-22
timers: Make sure TIMER_PINNED flag is set in add_timer_on()
Anna-Maria Behnsen
1
-1
/
+7
2024-02-22
workqueue: Use global variant for add_timer()
Anna-Maria Behnsen
1
-1
/
+1
2024-02-22
timers: Introduce add_timer() variants which modify timer flags
Anna-Maria Behnsen
1
-0
/
+34
2024-02-22
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
2
-4
/
+9
2024-02-22
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
3
-30
/
+71
2024-02-22
timers: Split out get next timer interrupt
Anna-Maria Behnsen
1
-9
/
+14
2024-02-22
timers: Restructure get_next_timer_interrupt()
Anna-Maria Behnsen
1
-6
/
+6
2024-02-22
cpu: Remove stray semicolon
Max Kellermann
1
-1
/
+1
2024-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
3
-1
/
+8
2024-02-21
mm: convert mm_counter_file() to take a folio
Kefeng Wang
1
-1
/
+1
2024-02-21
ring-buffer: Do not let subbuf be bigger than write mask
Steven Rostedt (Google)
1
-0
/
+4
2024-02-21
clocksource: Scale the watchdog read retries automatically
Feng Tang
2
-12
/
+11
2024-02-21
time/kunit: Use correct format specifier
David Gow
1
-1
/
+1
2024-02-21
pidfd: allow to override signal scope in pidfd_send_signal()
Christian Brauner
1
-9
/
+37
2024-02-20
workqueue: Make @flags handling consistent across set_work_data() and friends
Tejun Heo
1
-16
/
+16
2024-02-20
workqueue: Remove clear_work_data()
Tejun Heo
1
-16
/
+8
2024-02-20
workqueue: Factor out work_grab_pending() from __cancel_work_sync()
Tejun Heo
1
-52
/
+80
2024-02-20
workqueue: Clean up enum work_bits and related constants
Tejun Heo
1
-4
/
+4
2024-02-20
workqueue: Introduce work_cancel_flags
Tejun Heo
1
-12
/
+17
2024-02-20
workqueue: Use variable name irq_flags for saving local irq flags
Tejun Heo
1
-38
/
+38
2024-02-20
workqueue: Reorganize flush and cancel[_sync] functions
Tejun Heo
1
-68
/
+68
2024-02-20
workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
Tejun Heo
1
-3
/
+3
2024-02-20
workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()
Tejun Heo
1
-2
/
+2
2024-02-20
workqueue: Cosmetic changes
Tejun Heo
1
-16
/
+14
2024-02-20
hardening: Enable KFENCE in the hardening config
Marco Elver
1
-0
/
+3
2024-02-20
hardening: drop obsolete DRM_LEGACY from config fragment
Lukas Bulwahn
1
-3
/
+0
2024-02-20
hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment
Lukas Bulwahn
1
-1
/
+0
2024-02-20
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
1
-0
/
+6
2024-02-20
genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokens
Marc Zyngier
1
-1
/
+1
2024-02-20
kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMS
Masahiro Yamada
1
-2
/
+1
2024-02-19
Merge tag 'v6.8-rc5' into timers/core, to resolve conflict
Ingo Molnar
11
-90
/
+117
2024-02-19
cpu: Mark cpu_possible_mask as __ro_after_init
Alexey Dobriyan
1
-2
/
+2
2024-02-19
bpf: Fix an issue due to uninitialized bpf_iter_task
Yafang Shao
1
-0
/
+2
2024-02-19
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
1
-1
/
+4
2024-02-19
timekeeping: Fix cross-timestamp interpolation for non-x86
Peter Hilber
1
-4
/
+2
2024-02-19
timekeeping: Fix cross-timestamp interpolation corner case decision
Peter Hilber
1
-8
/
+10
2024-02-19
timekeeping: Fix cross-timestamp interpolation on counter wrap
Peter Hilber
1
-1
/
+1
2024-02-19
genirq: Wake interrupt threads immediately when changing affinity
Crystal Wood
1
-54
/
+55
2024-02-19
timers: Add struct member description for timer_base
Anna-Maria Behnsen
1
-0
/
+45
2024-02-19
tick/sched: Add function description for tick_nohz_next_event()
Anna-Maria Behnsen
1
-0
/
+10
[prev]
[next]