summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-03bpf: Call kfree(obj) only once in free_one()Markus Elfring
2024-10-03bpf: Constify struct btf_kind_operationsChristophe JAILLET
2024-10-03sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner
2024-10-03tracing/hwlat: Fix a race during cpuhp processingWei Li
2024-10-03tracing/timerlat: Fix a race during cpuhp processingWei Li
2024-10-03tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li
2024-10-03tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt
2024-10-03audit: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-03bpf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02bpf: devmap: provide rxq after redirectFlorian Kauer
2024-10-02timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systemsJeff Layton
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner
2024-10-02timekeeping: Add the boot clock to system time snapshotVincent Donnefort
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner
2024-10-02ntp: Read reference time only onceThomas Gleixner
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen
2024-10-02ntp: Clean up commentsThomas Gleixner
2024-10-02ntp: Make tick_usec staticThomas Gleixner
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner
2024-10-02sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu
2024-10-02sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith
2024-10-01rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)
2024-10-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
2024-09-30Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-09-30cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.ceverestkc
2024-09-30Merge tag 'probes-fixes-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt
2024-09-30tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)
2024-09-29close_range(): fix the logics in descriptor table trimmingAl Viro
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov