summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-01-20Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-31/+152
2025-01-20Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki-30/+44
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-50/+0
2025-01-20tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULESSteven Rostedt-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+7
2025-01-20bpf: Remove 'may_goto 0' instruction in opt_remove_nops()Yonghong Song-3/+8
2025-01-20bpf: Allow 'may_goto 0' instruction in verifierYonghong Song-3/+2
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2025-01-20bpf: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao-2/+16
2025-01-20bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()Hou Tao-4/+6
2025-01-20bpf: Bail out early in __htab_map_lookup_and_delete_elem()Hou Tao-25/+26
2025-01-20bpf: Free special fields after unlock in htab_lru_map_delete_node()Hou Tao-1/+2
2025-01-20Merge branch 'for-6.14-cpu_sync-fixup' into for-linusPetr Mladek-10/+17
2025-01-19Merge tag 'timers_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-20/+94
2025-01-19Merge tag 'sched_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-128/+23
2025-01-19padata: avoid UAF for reorder_workChen Ridong-1/+9
2025-01-19padata: fix UAF in padata_reorderChen Ridong-0/+6
2025-01-19padata: add pd get/put refcnt helperChen Ridong-7/+20
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt-9/+68
2025-01-16tracing: Adopt __free() and guard() for trace_fprobe.cMasami Hiramatsu (Google)-66/+58
2025-01-16bpf: verifier: Support eliding map lookup nullnessDaniel Xu-3/+89
2025-01-16bpf: verifier: Refactor helper access type trackingDaniel Xu-29/+16
2025-01-16bpf: verifier: Add missing newline on verbose() callDaniel Xu-1/+1
2025-01-16Merge back earlier cpufreq material for 6.14Rafael J. Wysocki-2/+2
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-62/+97
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt-28/+268
2025-01-16tracing: Add :mod: command to enabled module eventsSteven Rostedt-13/+48
2025-01-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker-3/+1
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den-2/+11
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker-6/+15
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker-2/+12
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker-1/+28
2025-01-16genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()Dr. David Alan Gilbert-0/+1
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han-10/+6
2025-01-15bpf: Send signals asynchronously if !preemptiblePuranjay Mohan-1/+1
2025-01-15genirq/timings: Add kernel-doc for a function parameterRandy Dunlap-0/+1
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner-22/+1
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert-69/+8
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap-12/+9
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap-0/+2
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark-4/+3
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney-1/+2
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun-1/+1
2025-01-15signal/posixtimers: Handle ignore/blocked sequences correctlyThomas Gleixner-9/+28
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner-3/+20
2025-01-15genirq: Remove handle_enforce_irqctx() wrapperThomas Gleixner-7/+2
2025-01-15genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner-6/+3
2025-01-15cgroup/dmem: Fix parameters documentationMaxime Ripard-5/+2
2025-01-15kernel/cgroup: Remove the unused variable climitJiapeng Chong-2/+1
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson-1/+20