summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko-4/+16
2024-10-30sched/ext: Fix scx vs sched_delayedPeter Zijlstra-2/+12
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao-3/+30
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao-1/+9
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao-1/+13
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao-6/+5
2024-10-29bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman-12/+2
2024-10-29Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+20
2024-10-29Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-12/+17
2024-10-29bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong-1/+1
2024-10-29sched_ext: Introduce NUMA awareness to the default idle selection policyAndrea Righi-17/+119
2024-10-29bpf: Force checkpoint when jmp history is too longEduard Zingerman-3/+6
2024-10-29sched: Pass correct scheduling policy to __setscheduler_classAboorva Devarajan-11/+11
2024-10-29ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()Steven Rostedt-11/+4
2024-10-29ftrace: Use guard to take the ftrace_lock in release_probe()Steven Rostedt-2/+1
2024-10-29ftrace: Use guard to lock ftrace_lock in cache_mod()Steven Rostedt-11/+6
2024-10-29ftrace: Use guard for match_records()Steven Rostedt-12/+6
2024-10-29fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()Steven Rostedt-6/+4
2024-10-29fgraph: Give ret_stack its own kmem cacheSteven Rostedt-5/+28
2024-10-29fgraph: Separate size of ret_stack from PAGE_SIZESteven Rostedt-1/+1
2024-10-29Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/coreSteven Rostedt-15/+26
2024-10-29posix-timers: Add proper state trackingThomas Gleixner-17/+28
2024-10-29posix-timers: Rename k_itimer:: It_requeue_pendingThomas Gleixner-9/+9
2024-10-29posix-timers: Drop signal if timer has been deleted or reprogrammedThomas Gleixner-4/+5
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner-4/+6
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner-15/+10
2024-10-29signal: Cleanup flush_sigqueue_mask()Thomas Gleixner-15/+12
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner-85/+77
2024-10-29dma-mapping: trace more error pathsSean Anderson-7/+18
2024-10-29dma-mapping: use trace_dma_alloc for dma_alloc* instead of using trace_dma_mapSean Anderson-5/+5
2024-10-29dma-mapping: trace dma_alloc/free directionSean Anderson-2/+4
2024-10-29dma-debug: remove DMA_API_DEBUG_SGChristoph Hellwig-19/+0
2024-10-29dma-debug: store a phys_addr_t in struct dma_debug_entryChristoph Hellwig-51/+28
2024-10-29dma-debug: fix a possible deadlock on radix_lockLevi Yun-2/+6
2024-10-28resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price-3/+1
2024-10-28fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes-5/+2
2024-10-28fork: do not invoke uffd on fork if error occursLorenzo Stoakes-1/+4
2024-10-28configs/debug: make sure PROVE_RCU_LIST=y takes effectJakub Kicinski-0/+1
2024-10-28srcu: Introduce srcu_gp_is_expedited() helper functionPaul E. McKenney-2/+12
2024-10-28srcu: Rename srcu_might_be_idle() to srcu_should_expedite()Paul E. McKenney-7/+9
2024-10-27Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+4
2024-10-27genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()Thorsten Blum-2/+2
2024-10-27genirq/msi: Fix off-by-one error in msi_domain_alloc()Jinjie Ruan-1/+1
2024-10-27posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall-0/+2
2024-10-26sched: psi: pass enqueue/dequeue flags to psi callbacks directlyJohannes Weiner-44/+53
2024-10-26sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang-2/+2
2024-10-26sched/uclamp: Fix unnused variable warningChristian Loehle-1/+1
2024-10-25scx: Fix raciness in scx_ops_bypass()David Vernet-12/+17
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda-1/+1
2024-10-25time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda-1/+1