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-03-05
mmc: tmio: avoid concurrent runs of mmc_request_done()
Wolfram Sang
1
-0
/
+2
2024-02-28
mmc: sdhci-xenon: add timeout for PHY init complete
Elad Nachman
1
-9
/
+20
2024-02-28
mmc: sdhci-xenon: fix PHY init clock stability
Elad Nachman
1
-0
/
+19
2024-02-28
dt-bindings: mmc: fsl-imx-mmc: Document the required clocks
Fabio Estevam
1
-0
/
+12
2024-02-28
mmc: sh_mmcif: Advance sg_miter before reading blocks
Linus Walleij
1
-12
/
+26
2024-02-28
mmc: sh_mmcif: sg_miter must not be atomic
Linus Walleij
1
-4
/
+4
2024-02-28
mmc: sdhci-esdhc-mcf: Flag the sg_miter as atomic
Linus Walleij
1
-1
/
+1
2024-02-28
dt-bindings: mmc: fsl-imx-esdhc: add default and 100mhz state
Marco Felsch
1
-0
/
+5
2024-02-27
mmc: core: constify the struct device_type usage
Ricardo B. Marliere
6
-6
/
+6
2024-02-27
mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002
Jisheng Zhang
1
-0
/
+66
2024-02-27
dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo CV1800B and SG2002 support
Jisheng Zhang
1
-0
/
+2
2024-02-27
mmc: meson-mx-sdhc: Remove .card_hw_reset callback
Martin Blumenstingl
1
-8
/
+5
2024-02-27
mmc: meson-mx-sdhc: Use devm_clk_hw_get_clk() for clock retrieval
Martin Blumenstingl
1
-20
/
+23
2024-02-15
mmc: davinci_mmc: Drop dangling variable
Linus Walleij
1
-2
/
+0
2024-02-15
dt-bindings: mmc: renesas,sdhi: Document R-Car V4M support
Geert Uytterhoeven
1
-0
/
+1
2024-02-14
mmc: mmci: stm32: fix DMA API overlapping mappings warning
Christophe Kerello
1
-0
/
+24
2024-02-13
mmc: core: Fix eMMC initialization with 1-bit bus connection
Ivan Semenov
1
-0
/
+2
2024-02-13
MAINTAINERS: Update bouncing @codeaurora addresses for EMMC CMDQ
Jeffrey Hugo
1
-2
/
+2
2024-02-13
mmc: renesas_sdhi: use typedef for dma_filter_fn
Krzysztof Kozlowski
1
-1
/
+2
2024-02-13
mmc: wbsd: remove redundant assignment to variable id
Colin Ian King
1
-2
/
+0
2024-02-13
mmc: sh_mmcif: Use sg_miter for PIO
Linus Walleij
1
-39
/
+63
2024-02-13
mmc: sdhci-esdhc-mcf: Use sg_miter for swapping
Linus Walleij
1
-5
/
+7
2024-02-13
mmc: omap: Use sg_miter for PIO
Linus Walleij
1
-29
/
+24
2024-02-13
mmc: mxcmmc: Use sg_miter for PIO
Linus Walleij
1
-20
/
+33
2024-02-13
mmc: mvsdio: Use sg_miter for PIO
Linus Walleij
1
-18
/
+53
2024-02-13
mmc: moxart-mmc: Use sg_miter for PIO
Linus Walleij
1
-43
/
+34
2024-02-13
mmc: moxart-mmc: Fix accounting in DMA transfer
Linus Walleij
1
-2
/
+2
2024-02-13
mmc: moxart-mmc: Factor out moxart_use_dma() helper
Linus Walleij
1
-2
/
+7
2024-02-13
mmc: davinci_mmc: Use sg_miter for PIO
Linus Walleij
1
-33
/
+28
2024-02-13
dt-bindings: mmc: fsl-imx-esdhc: add iommus property
Frank Li
1
-0
/
+3
2024-02-13
memstick: core: make memstick_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-13
mmc: core: make sdio_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-13
mmc: core: make mmc_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-13
mmc: core: make mmc_rpmb_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-13
mmc: core Drop BLK_BOUNCE_HIGH
Linus Walleij
1
-2
/
+0
2024-02-13
dt-bindings: mmc: fsl-imx-esdhc: add i.MX95 compatible string
Peng Fan
1
-1
/
+2
2024-02-13
mmc: core: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2
-8
/
+9
2024-02-11
Linux 6.8-rc4
Linus Torvalds
1
-1
/
+1
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
35
-77
/
+96
2024-02-09
smb3: clarify mount warning
Steve French
1
-1
/
+1
2024-02-09
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
2
-1
/
+6
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
3
-1
/
+14
2024-02-09
x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
Aleksander Mazur
1
-1
/
+1
2024-02-09
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
1
-38
/
+37
2024-02-09
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
1
-0
/
+10
2024-02-08
virtio-blk: Ensure no requests in virtqueues before deleting vqs.
Yi Sun
1
-3
/
+4
2024-02-08
blk-iocost: Fix an UBSAN shift-out-of-bounds warning
Tejun Heo
1
-0
/
+7
2024-02-08
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2
-7
/
+14
2024-02-08
smb3: add missing null server pointer check
Steve French
1
-1
/
+1
2024-02-08
kprobes: Remove unnecessary initial values of variables
Li zeming
1
-2
/
+2
[next]