summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-31arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernateDavid Woodhouse
2024-10-31timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner
2024-10-31tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-10-31clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-10-31clockevents: Improve clockevents_notify_released() commentFrederic Weisbecker
2024-10-31kprobes: Use struct_size() in __get_insn_slot()Nathan Chancellor
2024-10-31kprobes: Cleanup collect_one_slot() and __disable_kprobe()Jinjie Ruan
2024-10-31kprobes: Cleanup the config commentJinjie Ruan
2024-10-30tracing: Replace multiple deprecated strncpy with memcpyJustin Stitt
2024-10-30tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko
2024-10-30sched/ext: Fix scx vs sched_delayedPeter Zijlstra
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman
2024-10-29Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-10-29Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-10-29bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-10-29sched_ext: Introduce NUMA awareness to the default idle selection policyAndrea Righi
2024-10-29bpf: Force checkpoint when jmp history is too longEduard Zingerman
2024-10-29sched: Pass correct scheduling policy to __setscheduler_classAboorva Devarajan
2024-10-29ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()Steven Rostedt
2024-10-29ftrace: Use guard to take the ftrace_lock in release_probe()Steven Rostedt
2024-10-29ftrace: Use guard to lock ftrace_lock in cache_mod()Steven Rostedt
2024-10-29ftrace: Use guard for match_records()Steven Rostedt
2024-10-29fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()Steven Rostedt
2024-10-29fgraph: Give ret_stack its own kmem cacheSteven Rostedt
2024-10-29fgraph: Separate size of ret_stack from PAGE_SIZESteven Rostedt
2024-10-29Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/coreSteven Rostedt
2024-10-29posix-timers: Add proper state trackingThomas Gleixner
2024-10-29posix-timers: Rename k_itimer:: It_requeue_pendingThomas Gleixner
2024-10-29posix-timers: Drop signal if timer has been deleted or reprogrammedThomas Gleixner
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner
2024-10-29signal: Cleanup flush_sigqueue_mask()Thomas Gleixner
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner
2024-10-29dma-mapping: trace more error pathsSean Anderson
2024-10-29dma-mapping: use trace_dma_alloc for dma_alloc* instead of using trace_dma_mapSean Anderson
2024-10-29dma-mapping: trace dma_alloc/free directionSean Anderson
2024-10-29dma-debug: remove DMA_API_DEBUG_SGChristoph Hellwig
2024-10-29dma-debug: store a phys_addr_t in struct dma_debug_entryChristoph Hellwig
2024-10-29dma-debug: fix a possible deadlock on radix_lockLevi Yun
2024-10-28resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price
2024-10-28fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes