index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
driver.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-13
driver core: platform: fix ups for constant struct device_driver
Greg Kroah-Hartman
1
-6
/
+6
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
7
-13
/
+13
2024-06-13
nvdimm: make nd_class constant
Greg Kroah-Hartman
1
-9
/
+10
2024-06-13
gve: Clear napi->skb before dev_kfree_skb_any()
Ziwei Xiao
1
-3
/
+5
2024-06-13
ionic: fix use after netif_napi_del()
Taehee Yoo
1
-3
/
+1
2024-06-13
Revert "igc: fix a log entry using uninitialized netdev"
Sasha Neftin
1
-3
/
+2
2024-06-13
drm/xe: move disable_c6 call
Riana Tauro
2
-6
/
+7
2024-06-13
drm/xe: flush engine buffers before signalling user fence on all engines
Andrzej Hajda
1
-2
/
+16
2024-06-13
drm/xe/pf: Assert LMEM provisioning is done only on DGFX
Michal Wajdeczko
1
-2
/
+13
2024-06-13
drm/xe/xe_gt_idle: use GT forcewake domain assertion
Riana Tauro
1
-1
/
+1
2024-06-13
ACPI: EC: Evaluate orphan _REG under EC device
Rafael J. Wysocki
5
-5
/
+66
2024-06-13
iommu/amd: Fix panic accessing amd_iommu_enable_faulting
Dimitri Sivanich
1
-1
/
+1
2024-06-13
x86/boot: Don't add the EFI stub to targets, again
Benjamin Segall
1
-2
/
+2
2024-06-13
net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
Nikolay Aleksandrov
1
-1
/
+1
2024-06-13
net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state
Nikolay Aleksandrov
1
-6
/
+5
2024-06-13
net/ipv6: Fix the RT cache flush via sysctl using a previous delay
Petr Pavlu
1
-2
/
+2
2024-06-12
vfio/pci: Insert full vma on mmap'd MMIO fault
Alex Williamson
1
-2
/
+17
2024-06-12
nbd: Remove __force casts
Christoph Hellwig
1
-29
/
+22
2024-06-12
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
1
-0
/
+1
2024-06-12
nvmet: always initialize cqe.result
Daniel Wagner
3
-9
/
+1
2024-06-12
nvmet-passthru: propagate status from id override functions
Daniel Wagner
1
-3
/
+3
2024-06-12
nvme: avoid double free special payload
Chunguang Xu
1
-0
/
+1
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
3
-6
/
+39
2024-06-12
block: fix request.queuelist usage in flush
Chengming Zhou
1
-1
/
+2
2024-06-12
block: Optimize disk zone resource cleanup
Damien Le Moal
1
-0
/
+3
2024-06-12
block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()
Su Hui
1
-1
/
+1
2024-06-12
mailmap: Add my outdated addresses to the map file
Andy Shevchenko
2
-1
/
+3
2024-06-12
i2c: designware: Fix the functionality flags of the slave-only interface
Jean Delvare
1
-1
/
+1
2024-06-12
i2c: at91: Fix the functionality flags of the slave-only interface
Jean Delvare
1
-2
/
+1
2024-06-12
cpufreq: intel_pstate: Check turbo_is_disabled() in store_no_turbo()
Rafael J. Wysocki
1
-7
/
+12
2024-06-12
kobject_uevent: Fix OOB access within zap_modalias_env()
Zijun Hu
1
-1
/
+16
2024-06-12
drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time
Douglas Anderson
1
-0
/
+8
2024-06-12
drm: renesas: shmobile: Call drm_atomic_helper_shutdown() at shutdown time
Douglas Anderson
1
-0
/
+8
2024-06-12
xhci: Handle TD clearing for multiple streams case
Hector Martin
2
-11
/
+44
2024-06-12
xhci: Apply broken streams quirk to Etron EJ188 xHCI host
Kuangyi Chiang
1
-1
/
+3
2024-06-12
xhci: Apply reset resume quirk to Etron EJ188 xHCI host
Kuangyi Chiang
1
-0
/
+5
2024-06-12
xhci: Set correct transferred length for cancelled bulk transfers
Mathias Nyman
1
-3
/
+2
2024-06-12
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
4
-11
/
+19
2024-06-12
ksmbd: move leading slash check to smb2_get_name()
Namjae Jeon
1
-9
/
+6
2024-06-12
net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...
Xiaolei Wang
1
-14
/
+11
2024-06-12
gve: ignore nonrelevant GSO type bits when processing TSO headers
Joshua Washington
1
-15
/
+5
2024-06-12
net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
Kory Maincent
1
-2
/
+2
2024-06-12
scsi: mpi3mr: Fix ATA NCQ priority support
Damien Le Moal
6
-28
/
+89
2024-06-12
scsi: ufs: core: Quiesce request queues before checking pending cmds
Ziqi Chen
1
-3
/
+3
2024-06-12
scsi: core: Disable CDL by default
Damien Le Moal
1
-0
/
+7
2024-06-12
parisc: Try to fix random segmentation faults in package builds
John David Anglin
3
-180
/
+275
2024-06-12
x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
Kees Cook
2
-3
/
+7
2024-06-12
bcachefs: Fix rcu_read_lock() leak in drop_extra_replicas
Kent Overstreet
1
-2
/
+1
2024-06-11
drm/nouveau: remove unused struct 'init_exec'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-11
thermal: gov_step_wise: Restore passive polling management
Rafael J. Wysocki
1
-0
/
+17
[prev]
[next]