index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
Revert "usb: gadget: uvc: cleanup request when not in correct state"
Greg Kroah-Hartman
1
-6
/
+0
2024-08-29
pmdomain: imx: wait SSAR when i.MX93 power domain on
Peng Fan
1
-2
/
+3
2024-08-29
mmc: dw_mmc: allow biu and ciu clocks to defer
Ben Whitten
1
-0
/
+8
2024-08-29
cxgb4: add forgotten u64 ivlan cast before shift
Nikolay Kuratov
1
-1
/
+2
2024-08-29
Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combin...
Werner Sembach
1
-9
/
+1
2024-08-29
Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3
Werner Sembach
2
-6
/
+14
2024-08-29
HID: microsoft: Add rumble support to latest xbox controllers
Siarhei Vishniakou
2
-2
/
+19
2024-08-29
HID: wacom: Defer calculation of resolution until resolution_code is known
Jason Gerecke
1
-1
/
+3
2024-08-29
drm/amdgpu: Validate TA binary size
Candice Li
1
-0
/
+3
2024-08-29
mmc: mmc_test: Fix NULL dereference on allocation failure
Dan Carpenter
1
-4
/
+5
2024-08-29
drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
Dmitry Baryshkov
1
-0
/
+3
2024-08-29
drm/msm/dp: reset the link phy params before link training
Abhinav Kumar
1
-0
/
+2
2024-08-29
drm/msm/dp: fix the max supported bpp logic
Abhinav Kumar
1
-9
/
+10
2024-08-29
drm/msm/dpu: don't play tricks with debug macros
Dmitry Baryshkov
1
-12
/
+2
2024-08-29
net: xilinx: axienet: Fix dangling multicast addresses
Sean Anderson
2
-12
/
+10
2024-08-29
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
1
-0
/
+4
2024-08-29
octeontx2-af: Fix CPT AF register offset calculation
Bharat Bhushan
1
-12
/
+11
2024-08-29
net: dsa: mv88e6xxx: Fix out-of-bound access
Joseph Huang
1
-1
/
+2
2024-08-29
dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()
Dan Carpenter
1
-3
/
+4
2024-08-29
ice: fix ICE_LAST_OFFSET formula
Maciej Fijalkowski
1
-1
/
+1
2024-08-29
ice: fix page reuse when PAGE_SIZE is over 8k
Maciej Fijalkowski
1
-9
/
+3
2024-08-29
ice: Pull out next_to_clean bump out of ice_put_rx_buf()
Maciej Fijalkowski
1
-13
/
+16
2024-08-29
ice: Store page count inside ice_rx_buf
Maciej Fijalkowski
2
-17
/
+12
2024-08-29
ice: Add xdp_buff to ice_rx_ring struct
Maciej Fijalkowski
3
-16
/
+25
2024-08-29
ice: Prepare legacy-rx for upcoming XDP multi-buffer support
Maciej Fijalkowski
5
-23
/
+17
2024-08-29
bonding: fix xfrm state handling when clearing active slave
Nikolay Aleksandrov
1
-1
/
+1
2024-08-29
bonding: fix xfrm real_dev null pointer dereference
Nikolay Aleksandrov
1
-1
/
+0
2024-08-29
bonding: fix null pointer deref in bond_ipsec_offload_ok
Nikolay Aleksandrov
1
-0
/
+2
2024-08-29
bonding: fix bond_ipsec_offload_ok return type
Nikolay Aleksandrov
1
-12
/
+6
2024-08-29
net: mscc: ocelot: serialize access to the injection/extraction groups
Vladimir Oltean
3
-0
/
+67
2024-08-29
net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
Vladimir Oltean
2
-2
/
+9
2024-08-29
net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...
Vladimir Oltean
2
-7
/
+24
2024-08-29
drm/amdkfd: reserve the BO before validating it
Lang Yu
3
-5
/
+21
2024-08-29
platform/surface: aggregator: Fix warning when controller is destroyed in probe
Maximilian Luz
1
-1
/
+2
2024-08-29
drm/amd/display: Adjust cursor position
Rodrigo Siqueira
1
-1
/
+1
2024-08-29
net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell...
Long Li
2
-9
/
+16
2024-08-29
dm suspend: return -ERESTARTSYS instead of -EINTR
Mikulas Patocka
1
-2
/
+2
2024-08-29
i2c: tegra: Do not mark ACPI devices as irq safe
Breno Leitao
1
-2
/
+2
2024-08-29
i2c: tegra: allow VI support to be compiled out
Michał Mirosław
1
-10
/
+14
2024-08-29
i2c: tegra: allow DVC support to be compiled out
Michał Mirosław
1
-6
/
+11
2024-08-29
media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
Aurelien Jarno
1
-5
/
+5
2024-08-29
gtp: pull network headers in gtp_dev_xmit()
Eric Dumazet
1
-0
/
+3
2024-08-29
drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_p...
Jesse Zhang
1
-1
/
+5
2024-08-29
nvmet-rdma: fix possible bad dereference when freeing rsps
Sagi Grimberg
1
-12
/
+4
2024-08-29
irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc
Guanrui Huang
1
-2
/
+0
2024-08-29
fbdev: offb: replace of_node_put with __free(device_node)
Abdulrasaq Lawani
1
-2
/
+1
2024-08-29
usb: dwc3: core: Skip setting event buffers for host only controllers
Krishna Kurapati
1
-0
/
+13
2024-08-29
platform/x86: lg-laptop: fix %s null argument warning
Gergo Koteles
1
-1
/
+1
2024-08-29
irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same time
Biju Das
1
-3
/
+2
2024-08-29
nvmet-tcp: do not continue for invalid icreq
Hannes Reinecke
1
-0
/
+1
[prev]
[next]