summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-08i3c: renesas: Don't register devices when ENTDAA times outTommaso Merciai
2026-08-08i3c: master: dw-i3c-master: fix OD timing for first broadcastTze Yee Ng
2026-08-08i3c: mipi-i3c-hci: Advertise IBI wakeup capabilityAdrian Hunter
2026-08-08i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()Adrian Hunter
2026-08-08i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCIAdrian Hunter
2026-08-08i3c: master: Reject IBI requests from non-IBI-capable devicesAdrian Hunter
2026-08-08i3c: master: Add helper to query bus wakeup requirementsAdrian Hunter
2026-08-08i3c: master: Report wakeup events for IBIsAdrian Hunter
2026-08-08i3c: master: Support IBI-based wakeup capabilityAdrian Hunter
2026-08-08i3c: master: Fix potential UAF in i3c_device_match()Adrian Hunter
2026-08-08i3c: master: Fix potential UAF in i3c_device_uevent()Adrian Hunter
2026-08-08i3c: Make dev->desc locking assumptions explicitAdrian Hunter
2026-08-08i3c: master: Fix use-after-free of master->thisAdrian Hunter
2026-08-08i3c: master: Do not treat master device as a duplicate targetAdrian Hunter
2026-08-08i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_m...Adrian Hunter
2026-08-08i3c: master: Fix recursive locking during device registrationAdrian Hunter
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)
2026-08-08futex: Tell kmemleak we're not leaking __futex_queuesPeter Zijlstra
2026-08-08Merge branch 'add-arena-argument-support-to-kfuncs-and-struct_ops'Eduard Zingerman
2026-08-08selftests/bpf: Test attach rejection for struct_ops arena programsKumar Kartikeya Dwivedi
2026-08-08bpf: Reject tracing/freplace progs for struct_ops with arena argsKumar Kartikeya Dwivedi
2026-08-08selftests/bpf: Test stack-passed struct_ops arena argumentsTejun Heo
2026-08-08bpf, x86: Fix stack-passed arguments for indirect trampolinesTejun Heo
2026-08-08selftests/bpf: Add struct_ops __arena and __arena__nullable argument testsTejun Heo
2026-08-08selftests/bpf: Add JIT-sequence tests for __arena kfunc argumentsTejun Heo
2026-08-08selftests/bpf: Add kfunc __arena and __arena__nullable argument testsTejun Heo
2026-08-08bpf, x86: Convert struct_ops arena arguments in the trampolineTejun Heo
2026-08-08bpf, x86: JIT __arena kfunc argument rebasingTejun Heo
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo
2026-08-08bpf: Collect kfuncs after resolving program resourcesKumar Kartikeya Dwivedi
2026-08-08bpf: Split subprogram and kfunc collectionKumar Kartikeya Dwivedi
2026-08-08bpf: Rename 'early' BTF checking as a preparation phaseKumar Kartikeya Dwivedi
2026-08-08selftests/bpf: Verify zext_dst annotations for various instructionsEduard Zingerman
2026-08-08bpf: Simplify the bpf_is_reg64()Eduard Zingerman
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman
2026-08-08bpf: Track upper 32-bit register halves' liveness in compute_live_registers()Eduard Zingerman
2026-08-08bpf: Move bpf_is_reg64() to fixups.cEduard Zingerman
2026-08-08bpf: Extract is_addr_space_cast32() utility functionEduard Zingerman
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman
2026-08-08bpf: Fix mmap_lock leak in irq_work pathSanghyun Park
2026-08-08ALSA: ump: Fix corrupted data bytes at MIDI 1.0 SysEx to UMP conversionHyeongJun An
2026-08-08RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-hartsPengpeng Hou
2026-08-08fbdev: bitblit: bound-check glyph index in bit_cursor()Rik van Riel
2026-08-08fbdev: Fix out-of-bounds access when rotating console after font resizeZizhi Wo
2026-08-08fbdev: core: Fix pointer desynchronization in fb_io_read()Mingyu Wang
2026-08-08fbdev: serialize mode sysfs access with lock_fb_info()Melbin K Mathew
2026-08-08fbdev: clear fb_info->mode before deleting a videomodeMelbin K Mathew
2026-08-08fbdev: bound mode sysfs output to the sysfs bufferMelbin K Mathew
2026-08-08RISC-V: KVM: Guard HFENCE range loops against overflowPengpeng Hou