summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-08i3c: master: dw-i3c-master: fix OD timing for first broadcastTze Yee Ng3-17/+67
2026-08-08i3c: mipi-i3c-hci: Advertise IBI wakeup capabilityAdrian Hunter1-2/+6
2026-08-08i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()Adrian Hunter3-14/+19
2026-08-08i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCIAdrian Hunter1-2/+21
2026-08-08i3c: master: Reject IBI requests from non-IBI-capable devicesAdrian Hunter1-3/+5
2026-08-08i3c: master: Add helper to query bus wakeup requirementsAdrian Hunter2-0/+36
2026-08-08i3c: master: Report wakeup events for IBIsAdrian Hunter1-0/+6
2026-08-08i3c: master: Support IBI-based wakeup capabilityAdrian Hunter2-0/+6
2026-08-08i3c: master: Fix potential UAF in i3c_device_match()Adrian Hunter1-1/+3
2026-08-08i3c: master: Fix potential UAF in i3c_device_uevent()Adrian Hunter1-2/+1
2026-08-08i3c: Make dev->desc locking assumptions explicitAdrian Hunter1-2/+1
2026-08-08i3c: master: Fix use-after-free of master->thisAdrian Hunter1-6/+11
2026-08-08i3c: master: Do not treat master device as a duplicate targetAdrian Hunter1-1/+2
2026-08-08i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_m...Adrian Hunter3-7/+6
2026-08-08i3c: master: Fix recursive locking during device registrationAdrian Hunter2-12/+36
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)3-3/+117
2026-08-08futex: Tell kmemleak we're not leaking __futex_queuesPeter Zijlstra1-0/+2
2026-08-08Merge branch 'add-arena-argument-support-to-kfuncs-and-struct_ops'Eduard Zingerman21-59/+1123
2026-08-08selftests/bpf: Test attach rejection for struct_ops arena programsKumar Kartikeya Dwivedi2-0/+79
2026-08-08bpf: Reject tracing/freplace progs for struct_ops with arena argsKumar Kartikeya Dwivedi1-0/+10
2026-08-08selftests/bpf: Test stack-passed struct_ops arena argumentsTejun Heo4-0/+39
2026-08-08bpf, x86: Fix stack-passed arguments for indirect trampolinesTejun Heo1-7/+8
2026-08-08selftests/bpf: Add struct_ops __arena and __arena__nullable argument testsTejun Heo6-0/+217
2026-08-08selftests/bpf: Add JIT-sequence tests for __arena kfunc argumentsTejun Heo2-0/+101
2026-08-08selftests/bpf: Add kfunc __arena and __arena__nullable argument testsTejun Heo4-0/+290
2026-08-08bpf, x86: Convert struct_ops arena arguments in the trampolineTejun Heo1-6/+51
2026-08-08bpf, x86: JIT __arena kfunc argument rebasingTejun Heo1-0/+50
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo7-22/+133
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo6-5/+100
2026-08-08bpf: Collect kfuncs after resolving program resourcesKumar Kartikeya Dwivedi1-5/+6
2026-08-08bpf: Split subprogram and kfunc collectionKumar Kartikeya Dwivedi1-9/+32
2026-08-08bpf: Rename 'early' BTF checking as a preparation phaseKumar Kartikeya Dwivedi3-10/+12
2026-08-08selftests/bpf: Verify zext_dst annotations for various instructionsEduard Zingerman2-0/+394
2026-08-08bpf: Simplify the bpf_is_reg64()Eduard Zingerman1-82/+26
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman4-122/+38
2026-08-08bpf: Track upper 32-bit register halves' liveness in compute_live_registers()Eduard Zingerman2-31/+59
2026-08-08bpf: Move bpf_is_reg64() to fixups.cEduard Zingerman2-90/+90
2026-08-08bpf: Extract is_addr_space_cast32() utility functionEduard Zingerman1-9/+26
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman6-55/+43
2026-08-08bpf: Fix mmap_lock leak in irq_work pathSanghyun Park3-37/+56
2026-08-08ALSA: ump: Fix corrupted data bytes at MIDI 1.0 SysEx to UMP conversionHyeongJun An1-0/+1
2026-08-08RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-hartsPengpeng Hou1-22/+30
2026-08-08fbdev: bitblit: bound-check glyph index in bit_cursor()Rik van Riel1-2/+7
2026-08-08fbdev: Fix out-of-bounds access when rotating console after font resizeZizhi Wo1-0/+25
2026-08-08fbdev: core: Fix pointer desynchronization in fb_io_read()Mingyu Wang1-0/+8
2026-08-08fbdev: serialize mode sysfs access with lock_fb_info()Melbin K Mathew1-8/+38
2026-08-08fbdev: clear fb_info->mode before deleting a videomodeMelbin K Mathew1-1/+4
2026-08-08fbdev: bound mode sysfs output to the sysfs bufferMelbin K Mathew1-5/+10
2026-08-08RISC-V: KVM: Guard HFENCE range loops against overflowPengpeng Hou1-12/+59
2026-08-08powerpc/pseries: lparcfg - fix kbuf[] underflowGeorge Wilson1-1/+1