index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
Linux 5.10.164
v5.10.164
Greg Kroah-Hartman
1
-1
/
+1
2023-01-18
Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"
Ferry Toth
1
-1
/
+1
2023-01-18
io_uring/io-wq: only free worker if it was allocated for creation
Jens Axboe
1
-1
/
+6
2023-01-18
io_uring/io-wq: free worker if task_work creation is canceled
Jens Axboe
1
-0
/
+1
2023-01-18
drm/virtio: Fix GEM handle creation UAF
Rob Clark
1
-1
/
+9
2023-01-18
efi: fix NULL-deref in init error path
Johan Hovold
1
-3
/
+6
2023-01-18
arm64: cmpxchg_double*: hazard against entire exchange variable
Mark Rutland
2
-2
/
+2
2023-01-18
arm64: atomics: remove LL/SC trampolines
Mark Rutland
1
-31
/
+9
2023-01-18
arm64: atomics: format whitespace consistently
Mark Rutland
2
-50
/
+50
2023-01-18
x86/resctrl: Fix task CLOSID/RMID update race
Peter Newman
1
-1
/
+11
2023-01-18
x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...
Reinette Chatre
1
-9
/
+5
2023-01-18
KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
Paolo Bonzini
2
-16
/
+30
2023-01-18
Documentation: KVM: add API issues section
Paolo Bonzini
1
-0
/
+46
2023-01-18
iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()
Christophe JAILLET
1
-1
/
+3
2023-01-18
iommu/mediatek-v1: Add error handle for mtk_iommu_probe
Yong Wu
1
-4
/
+18
2023-01-18
mm: Always release pages to the buddy allocator in memblock_free_late().
Aaron Thompson
1
-1
/
+7
2023-01-18
net/mlx5e: Don't support encap rules with gbp option
Gavin Li
1
-0
/
+2
2023-01-18
net/mlx5: Fix ptp max frequency adjustment range
Rahul Rameshbabu
1
-1
/
+1
2023-01-18
net/sched: act_mpls: Fix warning during failed attribute validation
Ido Schimmel
1
-1
/
+7
2023-01-18
nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
Minsuk Kang
1
-3
/
+41
2023-01-18
hvc/xen: lock console list traversal
Roger Pau Monne
1
-17
/
+29
2023-01-18
octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
Angela Czubak
2
-3
/
+2
2023-01-18
octeontx2-af: Map NIX block from CGX connection
Subbaraya Sundeep
6
-10
/
+107
2023-01-18
octeontx2-af: Update get/set resource count functions
Subbaraya Sundeep
2
-22
/
+53
2023-01-18
tipc: fix unexpected link reset due to discovery messages
Tung Nguyen
1
-4
/
+8
2023-01-18
ASoC: wm8904: fix wrong outputs volume after power reactivation
Emanuele Ghidoli
1
-0
/
+7
2023-01-18
regulator: da9211: Use irq handler when ready
Ricardo Ribalda
1
-5
/
+6
2023-01-18
EDAC/device: Fix period calculation in edac_device_reset_delay_period()
Eliav Farber
2
-10
/
+9
2023-01-18
x86/boot: Avoid using Intel mnemonics in AT&T syntax asm
Peter Zijlstra
1
-2
/
+2
2023-01-18
powerpc/imc-pmu: Fix use of mutex in IRQs disabled section
Kajol Jain
2
-71
/
+67
2023-01-18
netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.
Gavrilov Ilia
1
-2
/
+2
2023-01-18
xfrm: fix rcu lock in xfrm_notify_userpolicy()
Nicolas Dichtel
1
-1
/
+6
2023-01-18
ext4: fix uninititialized value in 'ext4_evict_inode'
Ye Bin
1
-0
/
+1
2023-01-18
usb: ulpi: defer ulpi_register on ulpi_read_id timeout
Ferry Toth
1
-1
/
+1
2023-01-18
xhci: Prevent infinite loop in transaction errors recovery for streams
Mathias Nyman
2
-5
/
+11
2023-01-18
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
1
-41
/
+43
2023-01-18
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2
-27
/
+30
2023-01-18
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
1
-46
/
+46
2023-01-18
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
1
-6
/
+25
2023-01-18
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
3
-21
/
+17
2023-01-18
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
1
-11
/
+6
2023-01-18
xhci: Avoid parsing transfer events several times
Mathias Nyman
3
-20
/
+12
2023-01-18
clk: imx: imx8mp: add shared clk gate for usb suspend clk
Li Jun
1
-1
/
+3
2023-01-18
dt-bindings: clocks: imx8mp: Add ID for usb suspend clock
Li Jun
1
-1
/
+2
2023-01-18
clk: imx8mp: add clkout1/2 support
Lucas Stach
2
-2
/
+21
2023-01-18
clk: imx8mp: Add DISP2 pixel clock
Marek Vasut
2
-3
/
+6
2023-01-18
iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid options
Kim Phillips
2
-30
/
+76
2023-01-18
iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands
Suravee Suthikulpanit
2
-26
/
+52
2023-01-18
bus: mhi: host: Fix race between channel preparation and M0 event
Qiang Yu
1
-1
/
+2
2023-01-18
ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
Herbert Xu
1
-0
/
+4
[next]