index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
John Hubbard
2020-01-31
1
-4
/
+3
*
media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
John Hubbard
2020-01-31
1
-7
/
+4
*
drm/via: set FOLL_PIN via pin_user_pages_fast()
John Hubbard
2020-01-31
1
-1
/
+1
*
IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
John Hubbard
2020-01-31
8
-14
/
+13
*
goldish_pipe: convert to pin_user_pages() and put_user_page()
John Hubbard
2020-01-31
1
-14
/
+3
*
media/v4l2-core: set pages dirty upon releasing DMA buffers
John Hubbard
2020-01-31
1
-1
/
+4
*
IB/umem: use get_user_pages_fast() to pin DMA pages
John Hubbard
2020-01-31
1
-11
/
+6
*
vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
John Hubbard
2020-01-31
1
-25
/
+5
*
goldish_pipe: rename local pin_user_pages() routine
John Hubbard
2020-01-31
1
-9
/
+9
*
mm: Cleanup __put_devmap_managed_page() vs ->page_free()
Dan Williams
2020-01-31
1
-6
/
+0
*
ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
Andy Shevchenko
2020-01-31
1
-1
/
+0
*
Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-29
1
-2
/
+4
|
\
|
*
fs: move filp_close() outside of __close_fd_get_file()
Jens Axboe
2020-01-20
1
-2
/
+4
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-01-29
120
-1352
/
+2968
|
\
\
|
*
|
scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_mask
John Garry
2020-01-20
3
-3
/
+3
|
*
|
scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic affinity
Luo Jiaxing
2020-01-20
1
-0
/
+5
|
*
|
scsi: hisi_sas: Modify the file permissions of trigger_dump to write only
Luo Jiaxing
2020-01-20
1
-1
/
+1
|
*
|
scsi: hisi_sas: Replace magic number when handle channel interrupt
Luo Jiaxing
2020-01-20
1
-5
/
+12
|
*
|
scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...
Xiang Chen
2020-01-20
2
-34
/
+26
|
*
|
scsi: hisi_sas: use threaded irq to process CQ interrupts
Xiang Chen
2020-01-20
4
-45
/
+37
|
*
|
scsi: ufs: Use UFS device indicated maximum LU number
Bean Huo
2020-01-20
3
-6
/
+12
|
*
|
scsi: ufs: Add max_lu_supported in struct ufs_dev_info
Bean Huo
2020-01-20
2
-2
/
+41
|
*
|
scsi: ufs: Delete is_init_prefetch from struct ufs_hba
Bean Huo
2020-01-20
2
-6
/
+1
|
*
|
scsi: ufs: Inline two functions into their callers
Bean Huo
2020-01-20
1
-13
/
+4
|
*
|
scsi: ufs: Move ufshcd_get_max_pwr_mode() to ufshcd_device_params_init()
Bean Huo
2020-01-20
1
-5
/
+7
|
*
|
scsi: ufs: Split ufshcd_probe_hba() based on its called flow
Bean Huo
2020-01-20
1
-66
/
+101
|
*
|
scsi: ufs: Delete struct ufs_dev_desc
Bean Huo
2020-01-20
6
-48
/
+36
|
*
|
scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...
Bean Huo
2020-01-20
1
-1
/
+2
|
*
|
scsi: ufs-mediatek: enable low-power mode for hibern8 state
Stanley Chu
2020-01-20
1
-0
/
+53
|
*
|
scsi: ufs: export some functions for vendor usage
Stanley Chu
2020-01-20
2
-4
/
+10
|
*
|
scsi: ufs-mediatek: add dbg_register_dump implementation
Stanley Chu
2020-01-20
2
-0
/
+21
|
*
|
scsi: qla2xxx: Fix a NULL pointer dereference in an error path
Bart Van Assche
2020-01-20
1
-9
/
+8
|
*
|
scsi: qla1280: Make checking for 64bit support consistent
Thomas Bogendoerfer
2020-01-20
1
-1
/
+1
|
*
|
scsi: megaraid_sas: Update driver version to 07.713.01.00-rc1
Anand Lodnoor
2020-01-15
1
-2
/
+2
|
*
|
scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO req...
Anand Lodnoor
2020-01-15
1
-25
/
+31
|
*
|
scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing firmwa...
Anand Lodnoor
2020-01-15
1
-3
/
+55
|
*
|
scsi: megaraid_sas: Do not initiate OCR if controller is not in ready state
Anand Lodnoor
2020-01-15
3
-2
/
+5
|
*
|
scsi: megaraid_sas: Re-Define enum DCMD_RETURN_STATUS
Anand Lodnoor
2020-01-15
2
-25
/
+34
|
*
|
scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational state
Anand Lodnoor
2020-01-15
1
-0
/
+9
|
*
|
scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabled
Anand Lodnoor
2020-01-15
1
-2
/
+6
|
*
|
scsi: megaraid_sas: Do not kill host bus adapter, if adapter is already dead
Anand Lodnoor
2020-01-15
1
-0
/
+6
|
*
|
scsi: megaraid_sas: Update optimal queue depth for SAS and NVMe devices
Anand Lodnoor
2020-01-15
1
-2
/
+2
|
*
|
scsi: megaraid_sas: Set no_write_same only for Virtual Disk
Anand Lodnoor
2020-01-15
2
-4
/
+18
|
*
|
scsi: megaraid_sas: Reset adapter if FW is not in READY state after device re...
Anand Lodnoor
2020-01-15
1
-2
/
+29
|
*
|
scsi: qla1280: Fix dma firmware download, if dma address is 64bit
Thomas Bogendoerfer
2020-01-15
2
-6
/
+16
|
*
|
scsi: iscsi: Fail session and connection on transport registration failure
Gabriel Krisman Bertazi
2020-01-15
1
-2
/
+16
|
*
|
scsi: drivers: base: Propagate errors through the transport component
Gabriel Krisman Bertazi
2020-01-15
1
-3
/
+8
|
*
|
scsi: drivers: base: Support atomic version of attribute_container_device_tri...
Gabriel Krisman Bertazi
2020-01-15
1
-0
/
+103
|
*
|
scsi: iscsi: Don't destroy session if there are outstanding connections
Nick Black
2020-01-15
2
-3
/
+27
|
*
|
scsi: ufs-mediatek: add apply_dev_quirks variant operation
Stanley Chu
2020-01-15
1
-0
/
+11
[next]