summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-08-03uprobes: Switch uretprobes_srcu to SRCU-fast-updownPuranjay Mohan
2026-08-03binfmt_misc: use RCU for the handler lookupChristian Brauner
2026-08-03binfmt_misc: convert entry list to an hlistChristian Brauner
2026-08-03bpf: Fix mmap_lock deadlock on arena lock failureJiayuan Chen
2026-08-03bpf: Generate kfunc argument prototype at add-call timeAmery Hung
2026-08-03bpf: Classify scalar kfunc arguments from BTFAmery Hung
2026-08-03bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULLAmery Hung
2026-08-03bpf: Classify kfunc pointer arguments from BTF, resolve type against the regi...Amery Hung
2026-08-03bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZEAmery Hung
2026-08-03bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL typeAmery Hung
2026-08-03bpf: Classify kfunc mem_size args from BTF without register stateAmery Hung
2026-08-03bpf: Fold __szk const size handling into the scalar arg pathAmery Hung
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung
2026-08-03bpf: Check fixed-size mem args of helpers and kfuncs the same wayAmery Hung
2026-08-03bpf: Check helper and kfunc mem+size arguments identicallyAmery Hung
2026-08-03bpf: Resolve map lookup result type at lookup timeEduard Zingerman
2026-08-03bpf: Pass kfunc meta to mem and mem_size checkAmery Hung
2026-08-03bpf: Split kfunc map argument into __const_map and __mapAmery Hung
2026-08-03bpf: Unify const map ptr argument checking for helpers and kfuncsAmery Hung
2026-08-03bpf: Drop process_timer_func wrappersAmery Hung
2026-08-02sched_ext: Set errno on ENABLING -> ENABLED transition failureLiang Luo
2026-08-02sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-docLiang Luo
2026-08-02Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-08-02Merge tag 'perf-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-01cgroup: drop unneeded semicolonJulia Lawall
2026-08-02futex: Prevent robust futex exit race some moreKeno Fischer
2026-07-31Merge tag 'trace-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-08-01bpf: Reject >8 byte return values on return-reading trampoline pathsYonghong Song
2026-07-31ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error pathMasami Hiramatsu (Google)
2026-07-31bpf: Propagate untrusted pointer state in commuted arithmeticYiyang Chen
2026-07-31bpf: Preserve pointer state for commuted arithmeticYiyang Chen
2026-07-31bpf: Simplify sanitize_err() signatureEduard Zingerman
2026-07-31rv: Add KUnit tests for some LTL monitorsGabriele Monaco
2026-07-31rv: Add KUnit mock for currentGabriele Monaco
2026-07-31rv: Add KUnit tests for some DA/HA monitorsGabriele Monaco
2026-07-31rv: Export task monitor slot and react symbolsGabriele Monaco
2026-07-31Merge back cpufreq material for 7.3Rafael J. Wysocki
2026-07-31rv: Use generic rv_this for the rv_monitor variable in LTLGabriele Monaco
2026-07-31stop_machine: Make stop_one_cpu_nowait() return voidYury Norov
2026-07-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2026-07-31locking/percpu-rwsem: Annotate intentional data race in readers_active_check()Sun Shaojie
2026-07-31locking/lockdep: Fix NULL pointer dereference in __lock_set_class()Naveen Kumar Chaudhary
2026-07-31uprobes: Fix NULL pointer dereference in hprobe_expire()Breno Leitao
2026-07-31swiotlb: remove unused SWIOTLB_FORCE flagAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: handle set_memory_decrypted() failuresAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: free dynamic pools from process contextAneesh Kumar K.V (Arm)
2026-07-31dma-direct: rename ret to cpu_addr in alloc helpersAneesh Kumar K.V (Arm)
2026-07-31dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHAREDAneesh Kumar K.V (Arm)
2026-07-31dma-direct: set decrypted flag for remapped DMA allocationsAneesh Kumar K.V (Arm)
2026-07-31dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)