summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-21Merge branch 'bpf-extend-the-bpf_list-family-of-apis'Alexei Starovoitov
2026-05-21selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/emptyKaitao Cheng
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng
2026-05-21bpf: refactor __bpf_list_add to take insertion point via **prev_ptrKaitao Cheng
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng
2026-05-21bpf: allow non-owning list-node args via __nonown_allowedKaitao Cheng
2026-05-21bpf: clear list node owner and unlink before dropKaitao Cheng
2026-05-21bpf: refactor __bpf_list_del to take list node pointerKaitao Cheng
2026-05-21drm/msm/hdmi: Use the common TMDS char rate constants in 8998 PHYJavier Martinez Canillas
2026-05-21drm/msm/hdmi: Use the common TMDS char rate constants in 8996 PHYJavier Martinez Canillas
2026-05-21drm/sun4i: hdmi: Use the common TMDS char rate constantJavier Martinez Canillas
2026-05-21drm/sti: hdmi: Use the common TMDS char rate constantsJavier Martinez Canillas
2026-05-21drm/bridge: inno-hdmi: Use the common TMDS char rate constantJavier Martinez Canillas
2026-05-21drm/bridge: dw-hdmi-qp: Use the common TMDS char rate constantJavier Martinez Canillas
2026-05-21drm/bridge: dw-hdmi: Use the common TMDS char rate constantJavier Martinez Canillas
2026-05-21video/hdmi: Add common TMDS character rate constantsJavier Martinez Canillas
2026-05-21drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_nodeVladimir Oltean
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-21Merge patch series "vfs: add O_EMPTYPATH to openat(2)/openat2(2)"Christian Brauner
2026-05-21openat2: introduce EFTYPE error codeDorjoy Chowdhury
2026-05-21selftest: add tests for O_EMPTYPATHJori Koolstra
2026-05-21Merge patch series "selftests: openat2: migrate to kselftest harness"Christian Brauner
2026-05-21vfs: add O_EMPTYPATH to openat(2)/openat2(2)Jori Koolstra
2026-05-21selftests: openat2: migrate to kselftest harnessAleksa Sarai
2026-05-21selftests: openat2: switch from custom ARRAY_LEN to ARRAY_SIZEAleksa Sarai
2026-05-21selftests: openat2: move helpers to headerAleksa Sarai
2026-05-21selftests: move openat2 tests to selftests/filesystems/Aleksa Sarai
2026-05-21gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCsThomas Lin
2026-05-21regmap-i2c: fix sparse warning in regmap_smbus_word_write_reg16Nishanth Sampath Kumar
2026-05-21gpio: tegra186: Enable GTE for Tegra264Suneel Garapati
2026-05-21comedi: comedi_test: fix check for valid scan_begin_src in waveform_ai_cmdtest()Ian Abbott
2026-05-21comedi: comedi_test: Fix limiting of convert_arg in waveform_ai_cmdtest()Ian Abbott
2026-05-21gpio: pca953x: propagate regulator_enable() error from resumeStepan Ionichev
2026-05-21USB: serial: option: add missing RSVD(5) flag for Rolling RW135R-GLWanquan Zhong
2026-05-21USB: serial: option: add MeiG SRM813QJan Volckaert
2026-05-21dcache: use kmalloc_flex() in __d_allocThorsten Blum
2026-05-21vfs: remove always taken if-branch in find_next_fd()Jori Koolstra
2026-05-21iov_iter: use kmemdup_array for dup_iter to harden against overflowWang Haoran
2026-05-21Merge patch series "initramfs: test and improve cpio hex header validation"Christian Brauner
2026-05-21kstrtox: Drop extern keyword in the simple_strtox() declarationsAndy Shevchenko
2026-05-21vsprintf: Revert "add simple_strntoul"Andy Shevchenko
2026-05-21initramfs: Refactor to use hex2bin() instead of custom approachAndy Shevchenko
2026-05-21initramfs: Sort headers alphabeticallyAndy Shevchenko
2026-05-21initramfs_test: test header fields with 0x hex prefixDavid Disseldorp
2026-05-21initramfs_test: add fill_cpio() inject_ox parameterDavid Disseldorp
2026-05-20sched_ext: Add cmask mask opsTejun Heo
2026-05-20sched_ext: Track bits[] storage size in struct scx_cmaskTejun Heo
2026-05-20sched_ext: Rename scx_cmask.nr_bits to nr_cidsTejun Heo
2026-05-21Merge tag 'amd-drm-next-7.2-2026-05-20' of https://gitlab.freedesktop.org/agd...Dave Airlie