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-17
drm/amdgpu: apply state adjust rules to some additional HAINAN vairants
Alex Deucher
-1
/
+3
2026-03-17
drm/amdgpu: rework how we handle TLB fences
Alex Deucher
-1
/
+8
2026-03-17
drm/amdgpu: Add JPEG_v5_0_2 IP block
Sonny Jiang
-0
/
+954
2026-03-17
drm/amdgpu: Set VCN_5_0_2 DPG mode
Sonny Jiang
-1
/
+1
2026-03-17
drm/amdgpu: Add VCN_5_0_2 codecs capabilities support
Sonny Jiang
-0
/
+34
2026-03-17
drm/amdgpu: Add VCN v5_0_2
Sonny Jiang
-2
/
+1259
2026-03-17
drm/amd/pm: Add mutex lock for metrics table
Asad Kamal
-0
/
+1
2026-03-17
drm/amd/pm: Update pm attributes
Asad Kamal
-26
/
+10
2026-03-17
drm/amd/pm: Add fru eeprom info support
Asad Kamal
-0
/
+1
2026-03-17
drm/amd/ras: Fix NULL deref in ras_core_get_utc_second_timestamp()
Srinivasan Shanmugam
-2
/
+5
2026-03-17
PCI: rpaphp: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-3
/
+1
2026-03-17
PCI: pnv_php: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-12
/
+7
2026-03-17
securityfs: use kstrdup_const() to manage symlink targets
Dmitry Antipov
-5
/
+5
2026-03-17
libie: prevent memleak in fwlog code
Michal Swiatkowski
-13
/
+36
2026-03-17
accel/amdxdna: Support retrieving hardware context debug information
Lizhi Hou
-11
/
+213
2026-03-17
Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-15
/
+61
2026-03-17
iavf: fix VLAN filter lost on add/delete race
Petr Oros
-3
/
+6
2026-03-17
io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()
Jens Axboe
-2
/
+4
2026-03-17
io_uring/rw: use cached file rather than req->file
Jens Axboe
-1
/
+1
2026-03-17
io_uring/net: use 'ctx' consistently
Jens Axboe
-1
/
+1
2026-03-17
io_uring/poll: cache req->apoll_events
Jens Axboe
-3
/
+5
2026-03-17
igc: fix page fault in XDP TX timestamps handling
Zdenek Bouska
-0
/
+42
2026-03-17
igc: fix missing update of skb->tail in igc_xmit_frame()
Kohei Enju
-5
/
+2
2026-03-17
devres: add devres_node_init()
Danilo Krummrich
-6
/
+9
2026-03-17
devres: add devres_node_add()
Danilo Krummrich
-8
/
+9
2026-03-17
devres: fix missing node debug info in devm_krealloc()
Danilo Krummrich
-0
/
+2
2026-03-17
perf kvm stat: Fix relative paths for including headers
Leo Yan
-3
/
+3
2026-03-17
perf parse-events: Fix big-endian 'overwrite' by writing correct union member
Thomas Richter
-17
/
+65
2026-03-17
perf metricgroup: Fix metricgroup__has_metric_or_groups()
Ian Rogers
-3
/
+3
2026-03-17
io_uring/kbuf: use 'ctx' consistently
Jens Axboe
-2
/
+2
2026-03-17
io_uring/poll: fix multishot recv missing EOF on wakeup race
Jens Axboe
-2
/
+7
2026-03-17
PCI/CXL: Hide SBR from reset_methods if masked by CXL
Vidya Sagar
-5
/
+1
2026-03-17
ACPICA: Update the format of Arg3 of _DSM
Saket Dumbre
-1
/
+1
2026-03-17
driver core: platform: use generic driver_override infrastructure
Danilo Krummrich
-48
/
+13
2026-03-17
sh: platform_early: remove pdev->driver_override check
Danilo Krummrich
-4
/
+0
2026-03-17
hwmon: axi-fan: don't use driver_override as IRQ name
Danilo Krummrich
-1
/
+1
2026-03-17
docs: driver-model: document driver_override
Danilo Krummrich
-0
/
+48
2026-03-17
driver core: generalize driver_override in struct device
Danilo Krummrich
-1
/
+162
2026-03-17
Merge tag 'rust_io-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Danilo Krummrich
-388
/
+1927
2026-03-17
Merge tag 'rust_io-7.1-rc1' into driver-core-next
Danilo Krummrich
-4392
/
+8289
2026-03-17
sample: rust: pci: use `register!` macro
Alexandre Courbot
-22
/
+68
2026-03-17
rust: io: introduce `write_reg` and `LocatedRegister`
Alexandre Courbot
-2
/
+120
2026-03-17
rust: io: add `register!` macro
Alexandre Courbot
-1
/
+1233
2026-03-17
rust: io: use generic read/write accessors for primitive accesses
Alexandre Courbot
-68
/
+150
2026-03-17
rust: io: add IoLoc type and generic I/O accessors
Alexandre Courbot
-0
/
+124
2026-03-17
rust: num: make Bounded::get const
Alexandre Courbot
-2
/
+5
2026-03-17
rust: num: add `into_bool` method to `Bounded`
Alexandre Courbot
-0
/
+21
2026-03-17
rust: num: add `shr` and `shl` methods to `Bounded`
Alexandre Courbot
-0
/
+42
2026-03-17
rust: enable the `generic_arg_infer` feature
Alexandre Courbot
-1
/
+5
2026-03-17
rust: io: remove overloaded Io methods of Mmio
Alexandre Courbot
-207
/
+0
[prev]
[next]