index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
api.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-14
mmc: moxart: Fix null pointer dereference on pointer host
Colin Ian King
1
-6
/
+7
2021-10-14
mmc: sdhci-pci: Read card detect from ACPI for Intel Merrifield
Andy Shevchenko
1
-5
/
+24
2021-10-12
memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()
Dan Carpenter
1
-1
/
+1
2021-10-12
mmc: moxart: Fix reference count leaks in moxart_probe
Xin Xiong
1
-2
/
+14
2021-10-12
mmc: slot-gpio: Update default label when no con_id provided
Andy Shevchenko
1
-0
/
+8
2021-10-12
mmc: slot-gpio: Refactor mmc_gpio_alloc()
Andy Shevchenko
1
-17
/
+17
2021-10-12
dt-bindings: mmc: arasan,sdci: Drop clock-output-names from dependencies
Krzysztof Kozlowski
1
-1
/
+0
2021-10-12
dt-bindings: mmc: cdns: document Microchip MPFS MMC/SDHCI controller
Krzysztof Kozlowski
1
-0
/
+1
2021-10-12
memstick: avoid out-of-range warning
Arnd Bergmann
1
-1
/
+1
2021-10-12
mmc: sdhci-sprd: Wait until DLL locked after being configured
Zhenxiong Lai
1
-0
/
+13
2021-10-12
mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"
Colin Ian King
1
-1
/
+1
2021-10-12
mmc: sdhci-s3c: Describe driver in KConfig
Krzysztof Kozlowski
1
-3
/
+5
2021-10-12
dt-bindings: sdhci-omap: Document ti,non-removable property as deprecated
Tony Lindgren
1
-0
/
+3
2021-10-12
mmc: sdhci: Return true only when timeout exceeds capacity of the HW timer
Bean Huo
1
-12
/
+9
2021-10-12
mmc: mmci: Add small comment about reset thread
Linus Walleij
1
-0
/
+4
2021-10-12
mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMA
Tony Lindgren
1
-2
/
+22
2021-10-12
mmc: sdhci-omap: Parse legacy ti,non-removable property
Tony Lindgren
1
-0
/
+5
2021-10-12
mmc: sdhci-omap: Restore sysconfig after reset
Tony Lindgren
1
-1
/
+13
2021-10-12
mmc: sdhci-omap: Fix context restore
Tony Lindgren
1
-1
/
+14
2021-10-12
mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
Tony Lindgren
1
-1
/
+2
2021-10-12
mmc: mtk-sd: Add HS400 online tuning support
Wenbin Mei
1
-2
/
+77
2021-10-12
mmc: core: Add host specific tuning support for eMMC HS400 mode
Wenbin Mei
3
-1
/
+12
2021-10-12
dt-bindings: mmc: mtk-sd: Add hs400 dly3 setting
Wenbin Mei
1
-0
/
+12
2021-10-12
mmc: sdhci-s3c: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-10-12
dt-bindings: mmc: update mmc-card.yaml reference
Mauro Carvalho Chehab
1
-1
/
+1
2021-10-12
mmc: dw_mmc: Dont wait for DRTO on Write RSP error
Christian Löhle
1
-1
/
+2
2021-10-12
dt-bindings: mmc: sdhci-msm: Add compatible string for msm8226
Luca Weiss
1
-0
/
+1
2021-10-12
memstick: jmb38x_ms: Prefer struct_size over open coded arithmetic
Len Baker
1
-2
/
+1
2021-10-12
mmc: cqhci: Print out qcnt in case of timeout
Bean Huo
1
-2
/
+2
2021-10-12
mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC dr...
Rashmi A
1
-1
/
+28
2021-10-12
dt-bindings: mmc: Add bindings for Intel Thunder Bay SoC
Rashmi A
1
-0
/
+25
2021-10-12
mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()
Cai Huoqing
1
-7
/
+3
2021-10-12
memstick: mspro_block: Add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-12
memstick: ms_block: Add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-12
dt-bindings: mmc: Convert MMC Card binding to a schema
Maxime Ripard
3
-36
/
+48
2021-10-12
mmc: block: Add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+6
2021-10-12
mmc: mtk-sd: Remove unused parameters
ChanWoo Lee
1
-6
/
+5
2021-10-12
mmc: mtk-sd: Remove unused parameters(mrq)
ChanWoo Lee
1
-2
/
+2
2021-10-12
mmc: mtk-sd: Add wait dma stop done flow
Derong Liu
1
-0
/
+5
2021-10-12
mmc: sdhci: Change the code to check auto_cmd23
ChanWoo Lee
1
-1
/
+1
2021-10-12
mmc: sdhci: Map more voltage level to SDHCI_POWER_330
Shawn Guo
1
-0
/
+6
2021-10-11
Linux 5.15-rc5
v5.15-rc5
Linus Torvalds
1
-1
/
+1
2021-10-08
asm-generic/io.h: give stub iounmap() on !MMU same prototype as elsewhere
Adam Borowski
1
-1
/
+1
2021-10-08
x86/fpu: Restore the masking out of reserved MXCSR bits
Borislav Petkov
1
-3
/
+8
2021-10-08
checksyscalls: Unconditionally ignore fstat{,at}64
Palmer Dabbelt
1
-2
/
+4
2021-10-07
PCI: ACPI: Check parent pointer in acpi_pci_find_companion()
Rafael J. Wysocki
1
-0
/
+3
2021-10-07
MAINTAINERS: Add Sven Peter as ARM/APPLE MACHINE maintainer
Sven Peter
1
-0
/
+1
2021-10-07
MAINTAINERS: Add Alyssa Rosenzweig as M1 reviewer
Alyssa Rosenzweig
1
-0
/
+2
2021-10-07
ksmbd: fix oops from fuse driver
Namjae Jeon
1
-11
/
+6
2021-10-07
ksmbd: fix version mismatch with out of tree
Namjae Jeon
1
-1
/
+1
[next]