summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-145/+195
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-34/+20
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao-1/+6
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt-6/+5
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt-137/+177
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu-4/+4
2025-04-11bpf: Convert ringbuf map to rqspinlockKumar Kartikeya Dwivedi-10/+7
2025-04-10Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+23
2025-04-10Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-51/+34
2025-04-10bpf: Convert queue_stack map to rqspinlockKumar Kartikeya Dwivedi-23/+12
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi-1/+1
2025-04-09timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior-0/+22
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao-1/+1
2025-04-09tracing: Do not add length to print format in synthetic eventsSteven Rostedt-1/+0
2025-04-08Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-30/+166
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-164/+247
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker-46/+18
2025-04-08tracing: fprobe: Cleanup fprobe hash when module unloadingMasami Hiramatsu (Google)-2/+101
2025-04-07uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...Andrii Nakryiko-2/+13
2025-04-07tracing: Hide get_vm_area() from MMUless buildsSteven Rostedt-0/+7
2025-04-06perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi-3/+3
2025-04-06Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+9
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-75/+44
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+8
2025-04-06Merge tag 'timers-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-69/+25
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao-2/+2
2025-04-05hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()Nam Cao-4/+4
2025-04-05hrtimers: Rename debug_init() to debug_setup()Nam Cao-4/+2
2025-04-05hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()Nam Cao-4/+4
2025-04-05hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()Nam Cao-2/+0
2025-04-05hrtimers: Make callback function pointer privateNam Cao-5/+5
2025-04-05hrtimers: Merge __hrtimer_init() into __hrtimer_setup()Nam Cao-9/+3
2025-04-05hrtimers: Switch to use __htimer_setup()Nam Cao-2/+1
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao-20/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-24/+24
2025-04-04Revert "timekeeping: Fix possible inconsistencies in _COARSE clockids"Thomas Gleixner-69/+25
2025-04-04genirq/migration: Use irqd_get_parent_data() in irq_force_complete_move()Thomas Gleixner-1/+1
2025-04-04irqdomain: Rename irq_get_default_host() to irq_get_default_domain()Jiri Slaby (SUSE)-3/+3
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)-4/+4
2025-04-03Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-26/+46
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+2
2025-04-03Merge tag 'sched_ext-for-6.15-rc0-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-11/+9
2025-04-03Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-3/+12
2025-04-03rseq: Eliminate useless task_work on execveMathieu Desnoyers-1/+0
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-48/+3
2025-04-02Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+8
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+6
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-15/+12