index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
samples: show race-free pidfd metadata access
Christian Brauner
3
-1
/
+119
2019-05-07
signal: support CLONE_PIDFD with pidfd_send_signal
Christian Brauner
2
-6
/
+9
2019-05-07
clone: add CLONE_PIDFD
Christian Brauner
3
-4
/
+106
2019-05-06
tty: rocket: fix incorrect forward declaration of 'rp_init()'
Linus Torvalds
1
-1
/
+1
2019-05-06
ubsan: Remove vla bound checks.
Andrey Ryabinin
3
-24
/
+0
2019-05-06
ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
Andrey Ryabinin
1
-26
/
+23
2019-05-06
vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files
Kirill Smelkov
2
-48
/
+70
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
103
-109
/
+109
2019-05-06
dtlk: remove double call to nonseekable_open
Kirill Smelkov
1
-1
/
+0
2019-05-06
mmc: sdhci-pci: Fix BYT OCP setting
Adrian Hunter
2
-0
/
+97
2019-05-06
dt-bindings: mmc: add DT bindings for ls1028a eSDHC host controller
Yinbo Zhu
1
-0
/
+1
2019-05-06
mmc: alcor: Drop pointer to mmc_host from alcor_sdmmc_host
Kamlesh Gurudasani
1
-8
/
+7
2019-05-06
mmc: mtk-sd: select REGULATOR
NeilBrown
1
-0
/
+1
2019-05-06
mmc: mtk-sd: enable internal card-detect logic.
NeilBrown
1
-4
/
+60
2019-05-06
mmc: mtk-sd: add support for config found in mt7620 family SOCs.
NeilBrown
2
-0
/
+13
2019-05-06
mmc: mtk-sd: don't hard-code interrupt trigger type
NeilBrown
1
-1
/
+1
2019-05-06
mmc: core: Fix tag set memory leak
Raul E Rangel
1
-0
/
+1
2019-05-06
dt-bindings: mmc: Add support for MT8516 to mtk-sd
Fabien Parent
1
-0
/
+1
2019-05-06
mmc: mmci: Prevent polling for busy detection in IRQ context
Ludovic Barre
1
-2
/
+3
2019-05-06
mmc: mmci: Cleanup mmci_cmd_irq() for busy detect
Ludovic Barre
1
-4
/
+4
2019-05-06
mmc: usdhi6rol0: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-6
/
+3
2019-05-06
mmc: core: Verify SD bus width
Raul E Rangel
1
-0
/
+8
2019-05-06
mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP
BOUGH CHEN
1
-3
/
+8
2019-05-06
mmc: sdhci-esdhc-imx: add pm_qos to interact with cpuidle
BOUGH CHEN
1
-1
/
+31
2019-05-06
dt-bindings: mmc: fsl-imx-esdhc: add imx7ulp compatible string
BOUGH CHEN
1
-0
/
+1
2019-05-06
mmc: meson-gx: add signal resampling tuning
Jerome Brunet
1
-3
/
+70
2019-05-06
mmc: meson-gx: remove Rx phase tuning
Jerome Brunet
1
-277
/
+13
2019-05-06
mmc: meson-gx: avoid clock glitch when switching to DDR modes
Jerome Brunet
1
-30
/
+43
2019-05-06
mmc: meson-gx: disable HS400
Jerome Brunet
1
-4
/
+7
2019-05-06
mmc: meson-gx: correct irq flag
Jerome Brunet
1
-1
/
+1
2019-05-06
mmc: meson-gx: ack only raised irq
Jerome Brunet
1
-3
/
+3
2019-05-06
mmc: meson-gx: remove open coded read with timeout
Jerome Brunet
1
-14
/
+4
2019-05-06
mmc: omap_hsmmc: Use dev_get_drvdata()
Kefeng Wang
1
-2
/
+2
2019-05-06
mmc: alcor: work with multiple-entry sglists
Daniel Drake
2
-19
/
+37
2019-05-06
Revert "mmc: alcor: enable DMA transfer of large buffers"
Daniel Drake
1
-35
/
+53
2019-05-06
memstick: tifm: remove set but not used variable 'data'
YueHaibing
1
-3
/
+0
2019-05-06
mmc: core: fix possible use after free of host
Pan Bian
1
-2
/
+0
2019-05-06
Documentation/features/time: Mark m68k having modern-timekeeping
Geert Uytterhoeven
1
-1
/
+1
2019-05-06
x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails
Sebastian Andrzej Siewior
1
-16
/
+15
2019-05-06
i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
Dan Carpenter
1
-2
/
+3
2019-05-06
Linux 5.1
v5.1
Linus Torvalds
1
-1
/
+1
2019-05-05
x86/mm: Initialize PGD cache during mm initialization
Nadav Amit
3
-4
/
+11
2019-05-05
perf/x86/intel: Fix race in intel_pmu_disable_event()
Jiri Olsa
1
-3
/
+7
2019-05-04
block: don't drain in-progress dispatch in blk_cleanup_queue()
Ming Lei
1
-12
/
+0
2019-05-04
blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
Ming Lei
2
-8
/
+2
2019-05-04
blk-mq: always free hctx after request queue is freed
Ming Lei
3
-13
/
+42
2019-05-04
blk-mq: split blk_mq_alloc_and_init_hctx into two parts
Ming Lei
1
-64
/
+75
2019-05-04
blk-mq: free hw queue's resource in hctx's release handler
Ming Lei
4
-8
/
+10
2019-05-04
blk-mq: move cancel of requeue_work into blk_mq_release
Ming Lei
2
-1
/
+2
2019-05-04
blk-mq: grab .q_usage_counter when queuing request from plug code path
Ming Lei
1
-1
/
+11
[next]