summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-10-07locking/spinlocks: Make __raw_* lock ops staticGeert Uytterhoeven-4/+4
2024-10-06Merge branch 'timers/vfs' into timers/coreThomas Gleixner-0/+133
2024-10-06timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton-0/+29
2024-10-06timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton-0/+104
2024-10-05function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()Oleg Nesterov-1/+1
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng-58/+248
2024-10-04rv: Fix a typoAndrew Kreimer-1/+1
2024-10-04sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init()Tejun Heo-1/+0
2024-10-04sched_ext: Improve error reporting during loadingTejun Heo-11/+19
2024-10-04Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-11/+28
2024-10-04Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+5
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-18/+14
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown-0/+30
2024-10-03bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman-6/+3
2024-10-03bpf: Call kfree(obj) only once in free_one()Markus Elfring-4/+1
2024-10-03bpf: Constify struct btf_kind_operationsChristophe JAILLET-9/+9
2024-10-03sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner-14/+12
2024-10-03tracing/hwlat: Fix a race during cpuhp processingWei Li-0/+2
2024-10-03tracing/timerlat: Fix a race during cpuhp processingWei Li-0/+2
2024-10-03tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li-7/+6
2024-10-03tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li-2/+5
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt-2/+13
2024-10-03audit: Reorganize kerneldoc parameter namesJulia Lawall-1/+1
2024-10-03bpf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak-1/+1
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-10-02bpf: devmap: provide rxq after redirectFlorian Kauer-4/+7
2024-10-02timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systemsJeff Layton-3/+13
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner-0/+4
2024-10-02timekeeping: Add the boot clock to system time snapshotVincent Donnefort-0/+4
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner-17/+16
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner-15/+16
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner-26/+28
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner-7/+8
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner-6/+7
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner-17/+19
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner-5/+9
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner-16/+16
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner-20/+19
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner-20/+18
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner-22/+16
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner-25/+24
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner-90/+85
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner-16/+18
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner-29/+36
2024-10-02ntp: Read reference time only onceThomas Gleixner-5/+5
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner-17/+11
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen-24/+13
2024-10-02ntp: Clean up commentsThomas Gleixner-66/+78
2024-10-02ntp: Make tick_usec staticThomas Gleixner-1/+4