index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
udf
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
SMB3: drop reference to cfile before sending oplock break
Bharath SM
4
-16
/
+21
2023-05-17
SMB3: Close all deferred handles of inode in case of handle lease break
Bharath SM
1
-8
/
+1
2023-05-17
drm/amdgpu/gfx11: update gpu_clock_counter logic
Alex Deucher
1
-4
/
+7
2023-05-17
tracing: make ftrace_likely_update() declaration visible
Arnd Bergmann
1
-3
/
+2
2023-05-17
drm/msm: Be more shouty if per-process pgtables aren't working
Rob Clark
1
-1
/
+6
2023-05-17
iommu/arm-smmu-qcom: Fix missing adreno_smmu's
Rob Clark
1
-0
/
+10
2023-05-17
ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table
Nikhil Mahale
1
-0
/
+5
2023-05-17
ALSA: oss: avoid missing-prototype warnings
Arnd Bergmann
1
-8
/
+8
2023-05-17
ALSA: cs46xx: mark snd_cs46xx_download_image as static
Arnd Bergmann
1
-1
/
+1
2023-05-17
tools headers disabled-features: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+7
2023-05-17
nvme: do not let the user delete a ctrl before a complete initialization
Maurizio Lombardi
1
-1
/
+5
2023-05-17
nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
Christoph Hellwig
1
-1
/
+0
2023-05-17
tools headers UAPI: Sync arch prctl headers with the kernel sources
Arnaldo Carvalho de Melo
3
-0
/
+11
2023-05-17
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
7
-72
/
+24
2023-05-17
tools headers x86 cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+21
2023-05-17
s390/iommu: get rid of S390_CCW_IOMMU and S390_AP_IOMMU
Jason Gunthorpe
5
-23
/
+1
2023-05-17
s390/Kconfig: remove obsolete configs SCHED_{BOOK,DRAWER}
Lukas Bulwahn
1
-8
/
+0
2023-05-17
s390/uapi: cover statfs padding by growing f_spare
Ilya Leoshkevich
2
-3
/
+3
2023-05-17
statfs: enforce statfs[64] structure initialization
Ilya Leoshkevich
1
-2
/
+2
2023-05-17
s390/qdio: fix do_sqbs() inline assembly constraint
Heiko Carstens
1
-1
/
+1
2023-05-17
netfilter: nft_set_rbtree: fix null deref on element insertion
Florian Westphal
1
-7
/
+13
2023-05-17
netfilter: nf_tables: fix nft_trans type confusion
Florian Westphal
1
-3
/
+1
2023-05-17
netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...
Tom Rix
1
-0
/
+4
2023-05-17
net: wwan: t7xx: Ensure init is completed before system sleep
Kai-Heng Feng
2
-0
/
+19
2023-05-17
net: selftests: Fix optstring
Benjamin Poirier
1
-1
/
+1
2023-05-17
net: pcs: xpcs: fix C73 AN not getting enabled
Vladimir Oltean
1
-1
/
+1
2023-05-17
net: wwan: iosm: fix NULL pointer dereference when removing device
M Chetan Kumar
3
-12
/
+33
2023-05-17
vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
Eric Dumazet
1
-2
/
+2
2023-05-17
tracing: fprobe: Initialize ret valiable to fix smatch error
Masami Hiramatsu (Google)
1
-1
/
+1
2023-05-17
mailmap: add entries for Nikolay Aleksandrov
Nikolay Aleksandrov
1
-0
/
+5
2023-05-17
igb: fix bit_shift to be in [1..8] range
Aleksandr Loktionov
1
-2
/
+2
2023-05-17
net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset
Marco Migliore
1
-1
/
+1
2023-05-17
cassini: Fix a memory leak in the error handling path of cas_init_one()
Christophe JAILLET
1
-0
/
+2
2023-05-17
tun: Fix memory leak for detached NAPI queue.
Kuniyuki Iwashima
1
-0
/
+15
2023-05-17
can: kvaser_pciefd: Disable interrupts in probe error path
Jimmy Assarsson
1
-0
/
+2
2023-05-17
can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt
Jimmy Assarsson
1
-17
/
+4
2023-05-17
can: kvaser_pciefd: Empty SRB buffer in probe
Jimmy Assarsson
1
-0
/
+15
2023-05-17
can: kvaser_pciefd: Call request_irq() before enabling interrupts
Jimmy Assarsson
1
-5
/
+5
2023-05-17
can: kvaser_pciefd: Clear listen-only bit if not explicitly requested
Jimmy Assarsson
1
-0
/
+2
2023-05-17
can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
Jimmy Assarsson
1
-0
/
+1
2023-05-17
wifi: b43: fix incorrect __packed annotation
Arnd Bergmann
2
-2
/
+2
2023-05-17
wifi: rtw88: sdio: Always use two consecutive bytes for word operations
Martin Blumenstingl
1
-8
/
+0
2023-05-17
devlink: Fix crash with CONFIG_NET_NS=n
Ido Schimmel
1
-1
/
+1
2023-05-17
scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failed
Wenchao Hao
1
-0
/
+2
2023-05-17
scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...
Wenchao Hao
1
-1
/
+2
2023-05-17
scsi: storvsc: Don't pass unused PFNs to Hyper-V host
Michael Kelley
1
-4
/
+4
2023-05-17
scsi: ufs: core: Fix MCQ nr_hw_queues
Po-Wen Kao
1
-1
/
+2
2023-05-17
scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc()
Po-Wen Kao
3
-7
/
+7
2023-05-17
scsi: ufs: core: Fix MCQ tag calculation
Po-Wen Kao
2
-2
/
+2
2023-05-16
Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
Randy Dunlap
1
-2
/
+1
[prev]
[next]