index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: ufs: ufs-exynos: Fix return value check in exynos_ufs_init()
Wei Yongjun
2020-06-24
1
-6
/
+6
*
scsi: ufs: Allow exynos ufs driver to build as module
Alim Akhtar
2020-06-24
1
-1
/
+1
*
scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM
Bodo Stroesser
2020-06-20
1
-1
/
+1
*
scsi: target: tcmu: Optimize use of flush_dcache_page
Bodo Stroesser
2020-06-20
1
-4
/
+7
*
scsi: ufs: docs: Add WriteBooster documentation
Asutosh Das
2020-06-20
1
-0
/
+136
*
scsi: core: Fix formatting errors in scsi_lib.c
Bean Huo
2020-06-20
1
-22
/
+21
*
scsi: core: Remove scsi_sdb_cache
Bean Huo
2020-06-20
3
-19
/
+0
*
scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHT
Bodo Stroesser
2020-06-20
1
-2
/
+0
*
scsi: ufs: ufs-exynos: Fix spelling mistake "pa_granularty" -> "pa_granularity"
Colin Ian King
2020-06-20
1
-1
/
+1
*
scsi: ufs-mediatek: Make ufs_mtk_wait_link_state static
Stanley Chu
2020-06-20
1
-2
/
+2
*
scsi: ufs: Fix imprecise load calculation in devfreq window
Stanley Chu
2020-06-16
2
-9
/
+11
*
scsi: ufs: Add trace event for UIC commands
Stanley Chu
2020-06-16
2
-0
/
+57
*
scsi: ufs: Remove unused field in struct uic_command
Stanley Chu
2020-06-16
1
-4
/
+0
*
scsi: ufs: Clean up device vendor name and device quirk table
Stanley Chu
2020-06-16
2
-10
/
+7
*
scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices
Stanley Chu
2020-06-16
2
-0
/
+3
*
scsi: mpt3sas: Fix spelling mistake
Flavio Suligoi
2020-06-16
2
-2
/
+2
*
scsi: Fix trivial spelling
Kieran Bingham
2020-06-16
4
-6
/
+6
*
scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bean Huo
2020-06-16
6
-157
/
+6
*
scsi: ufs: Add compatibility with 3.1 UFS unit descriptor length
Bean Huo
2020-06-16
2
-3
/
+9
*
scsi: ufs: Clean up ufs initialization path
Bean Huo
2020-06-16
4
-161
/
+38
*
scsi: ufs: Fix potential NULL pointer access during memcpy
Bean Huo
2020-06-16
1
-2
/
+2
*
scsi: ufs: Delete ufshcd_read_desc()
Bean Huo
2020-06-16
1
-19
/
+8
*
scsi: ufs: Remove max_t in ufs_get_device_desc
Bean Huo
2020-06-16
1
-4
/
+1
*
scsi: ufs-mediatek: Allow unbound mphy
Stanley Chu
2020-06-16
1
-0
/
+6
*
scsi: ufs-mediatek: Fix unbalanced clock on/off
Stanley Chu
2020-06-16
2
-23
/
+38
*
scsi: ufs-mediatek: Introduce low-power mode for device power supply
Stanley Chu
2020-06-16
1
-0
/
+21
*
scsi: ufs-mediatek: Do not gate clocks if auto-hibern8 is not entered yet
Stanley Chu
2020-06-16
1
-9
/
+27
*
scsi: ufs-mediatek: Fix imprecise waiting time for ref-clk control
Stanley Chu
2020-06-16
2
-4
/
+5
*
scsi: ufs: ufs-exynos: Add UFS host support for Exynos SoCs
Alim Akhtar
2020-06-15
5
-0
/
+1625
*
scsi: ufs: Add quirk to fix abnormal ocs fatal error
Kiwoong Kim
2020-06-15
2
-0
/
+12
*
scsi: ufs: Introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
Alim Akhtar
2020-06-15
2
-7
/
+29
*
scsi: ufs: Add quirk to enable host controller without hce
Alim Akhtar
2020-06-15
2
-2
/
+80
*
scsi: ufs: Add quirk to disallow reset of interrupt aggregation
Alim Akhtar
2020-06-15
2
-1
/
+8
*
scsi: ufs: Add quirk to fix mishandling utrlclr/utmrlclr
Alim Akhtar
2020-06-15
2
-2
/
+14
*
Linux 5.8-rc1
v5.8-rc1
Linus Torvalds
2020-06-14
1
-2
/
+2
*
Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...
Linus Torvalds
2020-06-14
5
-1
/
+40
|
\
|
*
security: Add LSM hooks to set*gid syscalls
Thomas Cedeno
2020-06-14
5
-1
/
+40
*
|
Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-06-14
7
-234
/
+286
|
\
\
|
*
|
Revert "btrfs: switch to iomap_dio_rw() for dio"
David Sterba
2020-06-14
4
-166
/
+169
|
*
|
Revert "fs: remove dio_end_io()"
David Sterba
2020-06-09
2
-0
/
+21
|
*
|
Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"
David Sterba
2020-06-09
2
-0
/
+21
|
*
|
Revert "btrfs: split btrfs_direct_IO to read and write part"
David Sterba
2020-06-09
3
-83
/
+90
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-14
111
-647
/
+1344
|
\
\
\
|
*
|
|
net: ethernet: ti: ale: fix allmulti for nu type ale
Grygorii Strashko
2020-06-14
1
-9
/
+40
|
*
|
|
net: ethernet: ti: am65-cpsw-nuss: fix ale parameters init
Grygorii Strashko
2020-06-14
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-06-14
27
-93
/
+348
|
|
\
\
\
|
|
*
|
|
bpf: Undo internal BPF_PROBE_MEM in BPF insns dump
Andrii Nakryiko
2020-06-13
1
-5
/
+12
|
|
*
|
|
libbpf: Support pre-initializing .bss global variables
Andrii Nakryiko
2020-06-13
3
-13
/
+55
|
|
*
|
|
tools/bpftool: Fix skeleton codegen
Andrii Nakryiko
2020-06-13
1
-2
/
+0
|
|
*
|
|
bpf: Fix memlock accounting for sock_hash
Andrey Ignatov
2020-06-13
1
-0
/
+4
[next]