summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-12net: stmmac: arrange register fields after register offsetsRussell King (Oracle)
2026-01-12net: stmmac: cores: remove many xxx_SHIFT definitionsRussell King (Oracle)
2026-01-12net: stmmac: descs: remove many xxx_SHIFT definitionsRussell King (Oracle)
2026-01-12net: stmmac: descs: use u32 for descriptorsRussell King (Oracle)
2026-01-12net: stmmac: descs: fix buffer 1 off-by-one errorRussell King (Oracle)
2026-01-12net: stmmac: dwmac4: fix PTP message type field extractionRussell King (Oracle)
2026-01-12net: stmmac: dwmac4: fix RX FIFO fill statisticsRussell King (Oracle)
2026-01-12net: stmmac: dwmac4: remove duplicated definitionsRussell King (Oracle)
2026-01-12net: phy: motorcomm: fix duplex setting error for phy ledsJijie Shao
2026-01-12net: devmem: convert binding refcount to percpu_refBobby Eshleman
2026-01-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-01-12Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-01-12bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa
2026-01-12drm/i915/guc: Recommend GuC v70.53.0 for DG2, MTLJulia Filipchuk
2026-01-12selftests: ublk: add stop command with --safe optionMing Lei
2026-01-12ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen
2026-01-12ublk: make ublk_ctrl_stop_dev return voidYoav Cohen
2026-01-12drm/xe/hwmon: Expose individual VRAM channel temperatureKarthik Poosa
2026-01-12drm/xe/hwmon: Expose GPU PCIe temperatureKarthik Poosa
2026-01-12drm/xe/hwmon: Expose memory controller temperatureKarthik Poosa
2026-01-12drm/xe/hwmon: Expose temperature limitsKarthik Poosa
2026-01-12Merge branch 'tools-ynl-cli-improve-the-help-and-doc'Jakub Kicinski
2026-01-12tools: ynl: cli: print reply in combined format if possibleJakub Kicinski
2026-01-12tools: ynl: cli: extract the event/notify handling in --list-attrsJakub Kicinski
2026-01-12tools: ynl: cli: factor out --list-attrs / --doc handlingJakub Kicinski
2026-01-12tools: ynl: cli: add --doc as alias to --list-attrsJakub Kicinski
2026-01-12tools: ynl: cli: improve --helpJakub Kicinski
2026-01-12tools: ynl: cli: wrap the doc text if it's longJakub Kicinski
2026-01-12tools: ynl: cli: introduce formatting for attr names in --list-attrsJakub Kicinski
2026-01-12x86/xen: Drop xen_mmu_opsJuergen Gross
2026-01-12ASoC: tegra: Revert fix for uninitialized flat cache warning in tegra210_ahubsheetal
2026-01-12ASoC: amd: acp: soc-acpi: add is_device_rt712_vb() helperVijendar Mukunda
2026-01-12ASoC: amd: drop unused Kconfig symbolsRandy Dunlap
2026-01-12ASoC: pxa: drop unused Kconfig symbolRandy Dunlap
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-01-12perf addr2line.c: Rename a2l_style to cmd_a2l_styleIan Rogers
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers
2026-01-12crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]Eric Biggers
2026-01-12crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct placesEric Biggers
2026-01-12crypto: arm64/aes - Switch to aes_enc_tab[] and aes_dec_tab[]Eric Biggers
2026-01-12crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]Eric Biggers
2026-01-12crypto: arm/aes-neonbs - Use AES library for single blocksEric Biggers
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers
2026-01-12crypto: powerpc/aes - Rename struct aes_keyEric Biggers