index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-09
sed-opal: add UID of Locking Table.
Ondrej Kozina
-0
/
+3
2026-03-09
lib/crc: tests: Add a .kunitconfig file
Eric Biggers
-0
/
+3
2026-03-09
lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNIT
Eric Biggers
-0
/
+14
2026-03-09
lib/crc: tests: Make crc_kunit test only the enabled CRC variants
Eric Biggers
-12
/
+23
2026-03-09
PCI: Rename __pci_bus_reset() and __pci_slot_reset()
Keith Busch
-7
/
+7
2026-03-09
crypto: jitterentropy - Use SHA-3 library
David Howells
-108
/
+52
2026-03-09
wifi: mac80211: Use AES-CMAC library in aes_s2v()
Eric Biggers
-32
/
+17
2026-03-09
wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()
Eric Biggers
-79
/
+26
2026-03-09
lib/crypto: aes: Add FIPS self-test for CMAC
Eric Biggers
-3
/
+47
2026-03-09
lib/crypto: tests: Add KUnit tests for CBC-based MACs
Eric Biggers
-3
/
+450
2026-03-09
lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
Eric Biggers
-231
/
+61
2026-03-09
lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
Eric Biggers
-71
/
+109
2026-03-09
crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bit
Eric Biggers
-2
/
+2
2026-03-09
crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library
Eric Biggers
-7
/
+190
2026-03-09
lib/crypto: aes: Add support for CBC-based MACs
Eric Biggers
-0
/
+362
2026-03-09
io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migration
Jens Axboe
-1
/
+1
2026-03-09
spi: fsl-qspi: Use reinit_completion() for repeated operations
Felix Gu
-1
/
+2
2026-03-09
spi: nxp-fspi: Use reinit_completion() for repeated operations
Felix Gu
-1
/
+2
2026-03-09
spi: nxp-xspi: Use reinit_completion() for repeated operations
Felix Gu
-1
/
+2
2026-03-09
sched_ext: Replace system_unbound_wq with system_dfl_wq in scx_kobj_release()
Tejun Heo
-1
/
+1
2026-03-09
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
-112
/
+363
2026-03-09
ASoC: codecs: wcd9335: Remove potential undefined behavior in wcd9335_slimbus...
Josh Poimboeuf
-1
/
+1
2026-03-09
ASoC: wm_adsp: Make wm_adsp_fw_text[] const
Richard Fitzgerald
-1
/
+1
2026-03-09
sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT
Zhao Mengmeng
-12
/
+2
2026-03-09
ACPI: PAD: Rearrange notify handler installation and removal
Rafael J. Wysocki
-14
/
+5
2026-03-09
ACPI: AC: Get rid of unnecessary declarations
Rafael J. Wysocki
-12
/
+2
2026-03-09
spi: rockchip-sfc: Fix double-free in remove() callback
Felix Gu
-1
/
+1
2026-03-09
ACPI: processor: idle: Add missing bounds check in flatten_lpi_states()
Jingkai Tan
-0
/
+2
2026-03-09
HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
BenoƮt Sevens
-0
/
+10
2026-03-09
drm/bridge: cadence: cdns-mhdp8546-core: Reduce log level for DPCD read/write
Jayesh Choudhary
-2
/
+2
2026-03-09
cadence: cdns-mhdp8546*: Change drm_connector from structure to pointer
Jayesh Choudhary
-15
/
+14
2026-03-09
drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector ...
Jayesh Choudhary
-178
/
+9
2026-03-09
drm/bridge: cadence: cdns-mhdp8546-core: Handle HDCP state in bridge atomic c...
Harikrishna Shenoy
-0
/
+23
2026-03-09
drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook to drm_bridge_funcs
Jayesh Choudhary
-0
/
+20
2026-03-09
drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector earlier in at...
Jayesh Choudhary
-18
/
+30
2026-03-09
Merge tag 'linux-cpupower-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Rafael J. Wysocki
-6
/
+61
2026-03-09
iopoll: fix function parameter names in read_poll_timeout_atomic()
Randy Dunlap
-4
/
+4
2026-03-09
scripts: generate_rust_analyzer.py: reduce cfg plumbing
Tamir Duberstein
-7
/
+4
2026-03-09
scripts: generate_rust_analyzer.py: rename cfg to generated_cfg
Eliot Courtney
-4
/
+4
2026-03-09
scripts: generate_rust_analyzer.py: avoid FD leak
Tamir Duberstein
-1
/
+2
2026-03-09
scripts: generate_rust_analyzer.py: define scripts
Tamir Duberstein
-1
/
+13
2026-03-09
scripts: generate_rust_analyzer.py: identify crates explicitly
Tamir Duberstein
-42
/
+42
2026-03-09
scripts: generate_rust_analyzer.py: add type hints
Tamir Duberstein
-39
/
+89
2026-03-09
scripts: generate_rust_analyzer.py: drop `"is_proc_macro": false`
Tamir Duberstein
-17
/
+43
2026-03-09
scripts: generate_rust_analyzer.py: extract `{build,register}_crate`
Tamir Duberstein
-13
/
+61
2026-03-09
hfsplus: fix uninit-value by validating catalog record size
Deepanshu Kartikey
-4
/
+64
2026-03-09
dt-bindings: arm: fsl: add bindings for TQMa8x
Alexander Stein
-0
/
+10
2026-03-09
staging: rtl8723bs: remove unnecessary braces in rtw_mlme.c
Gustavo Arantes
-3
/
+2
2026-03-09
staging: rtl8723bs: rename supportRateNum to support_rate_num
Esther Zilberberg
-13
/
+13
2026-03-09
staging: most: fix typos in driver_usage.txt
Mustafa Karamanli
-5
/
+5
[prev]
[next]