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
2023-02-16
dmaengine: ptdma: check for null desc before calling pt_cmd_callback
Eric Pilmore
1
-1
/
+1
2023-02-16
dmaengine: dw-axi-dmac: Do not dereference NULL structure
Kees Cook
1
-2
/
+0
2023-02-16
dmaengine: idxd: Fix default allowed read buffers value in group
Fenghua Yu
2
-6
/
+11
2023-02-16
dmaengine: sf-pdma: pdma_desc memory leak fix
Shravan Chippa
2
-3
/
+1
2023-02-10
dmaengine: Simplify dmaenginem_async_device_register() function
Andy Shevchenko
1
-16
/
+4
2023-02-10
dmaengine: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-3
/
+3
2023-02-10
dmaengine: Make an order in struct dma_device definition
Andy Shevchenko
1
-6
/
+7
2023-02-10
dt-bindings: dma: cleanup examples - indentation, lowercase hex
Krzysztof Kozlowski
2
-26
/
+26
2023-02-10
dt-bindings: dma: drop unneeded quotes
Krzysztof Kozlowski
30
-30
/
+30
2023-02-10
dmaengine: xilinx: xdma: Add user logic interrupt support
Lizhi Hou
3
-0
/
+98
2023-02-10
dmaengine: xilinx: xdma: Add xilinx xdma driver
Lizhi Hou
6
-0
/
+1118
2023-01-18
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
29
-100
/
+36
2023-01-18
dmaengine: at_xdmac: remove empty line
Claudiu Beznea
1
-1
/
+0
2023-01-18
dmaengine: at_xdmac: add runtime pm support
Claudiu Beznea
1
-15
/
+202
2023-01-18
dmaengine: at_xdmac: align properly function members
Claudiu Beznea
1
-1
/
+1
2023-01-18
dmaengine: ppc4xx: Convert to use sysfs_emit()/sysfs_emit_at() APIs
ye xingchen
1
-7
/
+5
2023-01-18
dmaengine: sun6i: Set the maximum segment size
Samuel Holland
1
-0
/
+3
2023-01-17
dmaengine: ti: k3-udma: remove non-fatal probe deferral log
Jayesh Choudhary
1
-1
/
+0
2022-12-28
dt-bindings: dma: qcom: gpi: add compatible for sm8550
Neil Armstrong
1
-0
/
+1
2022-12-28
dmaengine: imx-sdma: support hdmi in sdma
Joy Zou
2
-8
/
+31
2022-12-28
dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
Joy Zou
2
-118
/
+149
2022-12-28
dmaengine: HISI_DMA should depend on ARCH_HISI
Geert Uytterhoeven
1
-1
/
+1
2022-12-28
dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
Fenghua Yu
3
-4
/
+4
2022-12-28
dmaengine: idxd: Remove the unused function set_completion_address()
Jiapeng Chong
1
-6
/
+0
2022-12-28
dmaengine: ti: k3-udma: Add support for BCDMA CSI RX
Vignesh Raghavendra
1
-5
/
+32
2022-12-28
dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
Vignesh Raghavendra
1
-0
/
+1
2022-12-28
dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
Jai Luthra
4
-1
/
+200
2022-12-28
dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN
Vignesh Raghavendra
1
-0
/
+3
2022-12-28
dt-bindings: dma: ti: k3-bcdma: Add bindings for BCDMA CSI RX
Vignesh Raghavendra
1
-18
/
+59
2022-12-28
dt-bindings: dmaengine: qcom: gpi: Add QDU1000/QRU1000 gpi device
Melody Olvera
1
-0
/
+1
2022-12-28
dt-bindings: dma: fsl-mxs-dma: Convert MXS DMA to DT schema
Marek Vasut
2
-60
/
+80
2022-12-28
dt-bindings: dma: gpi: Document SM6125 compatible
Martin Botka
1
-0
/
+1
2022-12-25
Linux 6.2-rc1
Linus Torvalds
1
-2
/
+2
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
69
-97
/
+97
2022-12-23
pstore: Properly assign mem_type property
Luca Stefani
1
-1
/
+1
2022-12-23
pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES
John Stultz
1
-0
/
+1
2022-12-23
cfi: Fix CFI failure with KASAN
Sami Tolvanen
1
-3
/
+0
2022-12-22
perf python: Fix splitting CC into compiler and options
Arnaldo Carvalho de Melo
1
-2
/
+11
2022-12-22
afs: Stop implementing ->writepage()
David Howells
3
-37
/
+50
2022-12-22
afs: remove afs_cache_netfs and afs_zap_permits() declarations
Gaosheng Cui
1
-8
/
+0
2022-12-22
afs: remove variable nr_servers
Colin Ian King
1
-5
/
+1
2022-12-22
afs: Fix lost servers_outstanding count
David Howells
1
-1
/
+4
2022-12-22
ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless
Jaroslav Kysela
9
-12
/
+60
2022-12-22
ALSA: azt3328: Remove the unused function snd_azf3328_codec_outl()
Jiapeng Chong
1
-9
/
+0
2022-12-21
gcov: add support for checksum field
Rickard x Andersson
1
-0
/
+5
2022-12-21
test_maple_tree: add test for mas_spanning_rebalance() on insufficient data
Liam Howlett
1
-0
/
+23
2022-12-21
maple_tree: fix mas_spanning_rebalance() on insufficient data
Liam Howlett
1
-1
/
+3
2022-12-21
hugetlb: really allocate vma lock for all sharable vmas
Mike Kravetz
1
-185
/
+148
2022-12-21
kmsan: export kmsan_handle_urb
Arnd Bergmann
1
-0
/
+1
2022-12-21
kmsan: include linux/vmalloc.h
Arnd Bergmann
1
-0
/
+1
[next]