index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform data
Andy-ld Lu
1
-2
/
+19
2024-10-25
dt-bindings: mmc: mtk-sd: Add support for MT8196
Andy-ld Lu
1
-0
/
+2
2024-10-24
mmc: sdhci-pci-gli: enable UHS-II mode for GL9767
Victor Shih
1
-1
/
+201
2024-10-24
mmc: sdhci-pci-gli: enable UHS-II mode for GL9755
Victor Shih
1
-1
/
+234
2024-10-24
mmc: sdhci-pci: add UHS-II support framework
Victor Shih
3
-1
/
+19
2024-10-24
mmc: sdhci-uhs2: add pre-detect_init hook
Ben Chuang
2
-0
/
+4
2024-10-24
mmc: sdhci-uhs2: add request() and others
Victor Shih
3
-16
/
+437
2024-10-24
mmc: sdhci-uhs2: add irq() and others
Victor Shih
4
-48
/
+298
2024-10-24
mmc: sdhci-uhs2: add related functions to initialize the interface
Victor Shih
1
-0
/
+204
2024-10-24
mmc: sdhci-uhs2: add set_ios()
Victor Shih
4
-21
/
+165
2024-10-24
mmc: sdhci-uhs2: add add_host() and others to set up the driver
Victor Shih
2
-0
/
+93
2024-10-24
mmc: sdhci-uhs2: add set_timeout()
Victor Shih
2
-0
/
+74
2024-10-24
mmc: sdhci-uhs2: add set_power() to support vdd2
Victor Shih
4
-28
/
+84
2024-10-24
mmc: sdhci-uhs2: add reset function
Victor Shih
2
-0
/
+38
2024-10-24
mmc: sdhci-uhs2: dump UHS-II registers
Victor Shih
4
-0
/
+38
2024-10-24
mmc: sdhci: add UHS-II module and add a kernel configuration
Victor Shih
3
-0
/
+51
2024-10-24
mmc: sdhci: add UHS-II related definitions in headers
Victor Shih
2
-1
/
+228
2024-10-24
mmc: core: Support UHS-II card control and access
Victor Shih
8
-37
/
+1103
2024-10-14
mmc: mmc_spi: drop buggy snprintf()
Bartosz Golaszewski
1
-6
/
+3
2024-10-14
dt-bindings: mmc: sdhci-msm: Document the X1E80100 SDHCI Controller
Abel Vesa
1
-0
/
+1
2024-10-14
mmc: davinci: use generic device_get_match_data()
Bartosz Golaszewski
1
-2
/
+2
2024-10-14
mmc: davinci: order includes alphabetically
Bartosz Golaszewski
1
-11
/
+10
2024-10-14
mmc: sdhci-of-arasan: Support for emmc hardware reset
Paul Alvin
1
-0
/
+18
2024-10-14
dt-bindings: mmc: sdhci-msm: add IPQ5424 compatible
Sricharan Ramabadhran
1
-0
/
+1
2024-10-14
mmc: mtk-sd: fix devm_clk_get_optional usage
Rosen Penev
1
-3
/
+2
2024-10-14
mmc: mtd-sd: use devm_platform_ioremap_resource
Rosen Penev
1
-7
/
+3
2024-10-14
mmc: mtk-sd: use devm_mmc_alloc_host
Rosen Penev
1
-35
/
+20
2024-10-14
dt-bindings: mmc: cdns,sdhci: ref sdhci-common.yaml
Pierre-Henry Moussay
1
-1
/
+1
2024-10-14
dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller
Pierre-Henry Moussay
1
-0
/
+1
2024-10-14
mmc: mtk-sd: Implement Host Software Queue for eMMC and SD Card
AngeloGioacchino Del Regno
2
-2
/
+48
2024-10-14
mmc: host: Fix typos in comments across various files
Yu Jiaoliang
8
-9
/
+9
2024-10-14
memstick: Constify struct memstick_device_id
Christophe JAILLET
4
-5
/
+5
2024-10-14
mmc: sh_mmcif: correctly report success when obtaining DMA channels
Wolfram Sang
1
-2
/
+3
2024-10-14
mmc: core: Factor out some of the code in mmc_go_idle()
Victor Shih
2
-8
/
+17
2024-10-14
mmc: core: Add definitions for SD UHS-II cards
Victor Shih
3
-2
/
+294
2024-10-14
mmc: core: Extend support for mmc regulators with a vqmmc2
Ulf Hansson
2
-0
/
+45
2024-10-14
mmc: core: Announce successful insertion of an SD UHS-II card
Ulf Hansson
2
-1
/
+11
2024-10-14
mmc: core: Prepare to support SD UHS-II cards
Ulf Hansson
6
-2
/
+342
2024-10-14
mmc: core: Cleanup printing of speed mode at card insertion
Ulf Hansson
1
-16
/
+20
2024-10-14
mmc: core: Enable SDUC
Avri Altman
1
-2
/
+8
2024-10-14
mmc: core: Prevent HSQ from enabling for SDUC
Avri Altman
1
-1
/
+1
2024-10-14
mmc: core: Disable SDUC for mmc_test
Avri Altman
1
-0
/
+6
2024-10-14
mmc: core: Adjust ACMD22 to SDUC
Avri Altman
1
-6
/
+18
2024-10-14
mmc: core: Add Ext memory addressing for erase
Avri Altman
1
-0
/
+12
2024-10-14
mmc: core: Allow mmc erase to carry large addresses
Avri Altman
3
-21
/
+34
2024-10-14
mmc: core: Add open-ended Ext memory addressing
Avri Altman
3
-0
/
+12
2024-10-14
mmc: core: Don't use close-ended rw for SDUC
Avri Altman
1
-1
/
+1
2024-10-14
mmc: sd: Add Extension memory addressing
Avri Altman
3
-0
/
+19
2024-10-14
mmc: sd: SDUC Support Recognition
Avri Altman
7
-15
/
+27
2024-10-14
mmc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
74
-75
/
+75
[next]