summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-27Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-05-27Merge tag 'regulator-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-27Merge tag 'regmap-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-27Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-05-27Merge tag 'pwm/for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-27Merge tag 'chrome-platform-v6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-27Remove legacy 'cc-disable-warning' use from the generic build scriptsLinus Torvalds
2025-05-27Make 'cc-option' work correctly for the -Wno-xyzzy patternLinus Torvalds
2025-05-27selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song
2025-05-27bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song
2025-05-27perf test: Add AMD IBS sw filter testNamhyung Kim
2025-05-27perf mem: Count L2 HITM for c2c statisticYicong Yang
2025-05-27perf arm-spe: Add support for SPE Data Source packet on HiSilicon HIP12Yicong Yang
2025-05-27dt-bindings: arm/cpus: Allow 2 power-domains entriesRob Herring (Arm)
2025-05-27drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepar...Damon Ding
2025-05-27drm/connector: only call HDMI audio helper plugged cb if non-nullNicolas Frattaroli
2025-05-27ring-buffer: Move cpus_read_lock() outside of buffer->mutexSteven Rostedt
2025-05-27dt-bindings: usb: dwc3-xilinx: allow dma-coherentRadhey Shyam Pandey
2025-05-27media: dt-bindings: sony,imx219: Allow props from video-interface-devicesAlexander Stein
2025-05-27dt-bindings: soundwire: qcom: Document v2.1.0 version of IP blockKrzysztof Kozlowski
2025-05-27wifi: iwlwifi: mld: Work around Clang loop unrolling bugKees Cook
2025-05-27drm/xe: Add missing documentation of rpa_freqRodrigo Vivi
2025-05-27drm/xe: Make xe_gt_freq part of the DocumentationRodrigo Vivi
2025-05-27dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1021a-wdtFrank Li
2025-05-27dt-bindings: pinctrl: amlogic,pinctrl-a4: Add missing constraint on allowed '...Rob Herring (Arm)
2025-05-27Merge patch series "dropbehind fixes and cleanups"Christian Brauner
2025-05-27mm/filemap: unify dropbehind flag testing and clearingJens Axboe
2025-05-27mm/filemap: unify read/write dropbehind namingJens Axboe
2025-05-27Revert "Disable FOP_DONTCACHE for now due to bugs"Jens Axboe
2025-05-27mm/filemap: use filemap_end_dropbehind() for read invalidationJens Axboe
2025-05-27mm/filemap: gate dropbehind invalidate on folio !dirty && !writebackJens Axboe
2025-05-27io_uring/zcrx: fix area release on registration failurePavel Begunkov
2025-05-27Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-27Merge tag 'docs-6.16' of git://git.lwn.net/linuxLinus Torvalds
2025-05-27Merge tag 'lkmm.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-27Documentation: rust: testing: add docs on the new KUnit `#[test]` testsMiguel Ojeda
2025-05-27Documentation: rust: rename `#[test]`s to "`rusttest` host tests"Miguel Ojeda
2025-05-27rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'sMiguel Ojeda
2025-05-27rust: str: simplify KUnit tests `format!` macroMiguel Ojeda
2025-05-27rust: str: convert `rusttest` tests into KUnitMiguel Ojeda
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda
2025-05-27Merge branch 'bpf-arm64-support-up-to-12-arguments'Alexei Starovoitov
2025-05-27selftests/bpf: enable many-args tests for arm64Alexis Lothoré (eBPF Foundation)
2025-05-27bpf, arm64: Support up to 12 function argumentsXu Kuohai
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao
2025-05-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan