summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 daysMerge tag 'rust-fixes-7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2 daysMerge branch 'sunxi/clk-for-7.4' into sunxi/for-nextChen-Yu Tsai
2 daysclk: sunxi-ng: sun55i-a523-r-ccu: Use P-only clocks for timersJunhui Liu
2 daysclk: sunxi-ng: sun55i-a523-ccu: Use P-only clocks for high-speed timersJunhui Liu
2 daysclk: sunxi-ng: sun55i-a523-ccu: Use M-only clocks for MBUS, IOMMU and DRAMJunhui Liu
2 daysclk: sunxi-ng: div: Add feature support to M clock macroJunhui Liu
2 daysMerge tag 'bootconfig-fixes-v7.3-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2 daysMerge tag 'timers-urgent-2026-09-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2 daysMerge tag 'sched-urgent-2026-09-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2 daysMerge branch 'for-7.3-fixes' into for-nextTejun Heo
2 dayssched_ext: Close the pre-enable ops error claim windowfangqiurong
2 daysMerge tag 'perf-urgent-2026-09-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2 dayscgroup/dmem: Fix eviction helper reference in dmem_cgroup_try_charge()Karl Mehltretter
2 daysMerge tag 'objtool-urgent-2026-09-13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2 daysMerge tag 'irq-urgent-2026-09-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2 daysMerge tag 'core-urgent-2026-09-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2 daysregulator: dt-bindings: Use consistent indentation in the exampleKrzysztof Kozlowski
2 daysMAINTAINERS: add exFAT documentationNamjae Jeon
2 daysexfat: remove runtime integer divisionDavid Timber
2 daysexfat: update percent_in_use field when updating volume flagsDavid Timber
2 daysexfat: clear the volume dirty flag only when remounting read-onlyChi Zhiling
2 daysexfat: doc: add documentationNamjae Jeon
2 daysexfat: validate vendor allocation directory entriesYang Wen
2 daysexfat: take bitmap_lock at the start of exfat_alloc_cluster()Chi Zhiling
2 daysexfat: fix used_clusters accounting during cluster allocationChi Zhiling
2 daysexfat: map allocated extents for swap activationNamjae Jeon
3 daysphy: mediatek: phy-mtk-hdmi-mt8195: Fix TMDS clk bit ratio settingAngeloGioacchino Del Regno
3 daysphy: mediatek: phy-mtk-hdmi-mt8195: Fix PLL calc divisor overflowAngeloGioacchino Del Regno
3 daysphy: renesas: rcar-gen3-usb2: Avoid long delay in atomic contextClaudiu Beznea
3 daysALSA: virtio: reset device before deleting virtqueuesYuho Choi
3 daysfirewire: ohci: obsolete flushing field in at_context structureTakashi Sakamoto
3 daysALSA: hda/acpi: add runtime PM suspend/resume to the ACPI controllerDavid Cemin
3 daysALSA: core: Fix potential UAF after asynchronous card releaseTakashi Iwai
3 daysALSA: usb-audio: Clamp implicit feedback packet count to URB capacityXiang Mei
3 daysMerge branch 'bpf-support-by-value-struct-and-__int128-arguments'Alexei Starovoitov
3 daysselftests/bpf: Add tests for by-value kfunc argumentsYonghong Song
3 daysselftests/bpf: Add inline-asm tests for by-value argumentsYonghong Song
3 daysselftests/bpf: Add C tests for by-value arguments up to 16 bytesYonghong Song
3 daysbpf, arm64: Move kfunc arguments into the arm64 calling conventionYonghong Song
3 daysbpf, arm64: Place trampoline arguments by the arm64 calling conventionYonghong Song
3 daysbpf, x86: Move kfunc arguments into the x86-64 calling conventionYonghong Song
3 daysbpf: Prepare kfunc arguments for the JIT from an ABI descriptionYonghong Song
3 daysbpf: Recognize by-value struct and __int128 kfunc argumentsYonghong Song
3 daysbpf: Rename bpf_call_summary::num_params to arg_slot_cntYonghong Song
3 daysbpf: Support __int128 as a by-value function argumentYonghong Song
3 daysbpf: Support by-value struct arguments up to 16 bytesYonghong Song
3 daysbpf: Index global function arguments by argument slotYonghong Song
3 daysbpf: Rename bpf_subprog_info::arg_cnt to arg_slot_cntYonghong Song
3 daysselftests/bpf: Add a test for an __int128 by-value argumentYonghong Song
3 daysbpf: Read a kfunc's __sz argument only when it is in a registerYonghong Song