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
2025-03-11
dmaengine: fsl-edma: free irq correctly in remove path
Peng Fan
1
-3
/
+9
2025-03-11
dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister
Peng Fan
1
-1
/
+1
2025-03-11
dt-bindings: dma: snps,dw-axi-dmac: Allow devices to be marked as noncoherent
Inochi Amaoto
1
-0
/
+2
2025-03-11
dmaengine: dmatest: Fix dmatest waiting less when interrupted
Vinicius Costa Gomes
1
-3
/
+3
2025-03-11
dt-bindings: dma: Convert fsl,elo*-dma to YAML
J. Neuschäfer
4
-204
/
+394
2025-03-11
dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips
Frank Li
1
-0
/
+6
2025-02-27
dmaengine: Fix typo in comment
Thorsten Blum
1
-1
/
+1
2025-02-27
dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_rx_chn
Roger Quadros
4
-9
/
+15
2025-02-27
dmaengine: bcm2835-dma: fix warning when CONFIG_PM=n
Stefan Wahren
1
-1
/
+1
2025-02-27
dt-bindings: dma: fsl,edma: Add i.MX94 support
Frank Li
1
-0
/
+8
2025-02-27
dt-bindings: dma: atmel: add microchip,sama7d65-dma
Ryan Wanner
1
-0
/
+3
2025-02-27
dmaengine: img-mdc: remove incorrect of_match_ptr annotation
Arnd Bergmann
1
-1
/
+1
2025-02-10
dmaengine: idxd: Delete unnecessary NULL check
Dan Carpenter
1
-2
/
+1
2025-02-10
dmaengine: pxa: Enable compile test
Krzysztof Kozlowski
1
-1
/
+1
2025-02-10
dmaengine: Use str_enable_disable-like helpers
Krzysztof Kozlowski
6
-8
/
+14
2025-02-10
MAINTAINERS: Change maintainer for IDXD
Fenghua Yu
1
-1
/
+1
2025-02-10
dt-bindings: dma: convert atmel-dma.txt to YAML
Durai Manickam KR
4
-44
/
+70
2025-02-10
dmaengine: fsl-edma: Add missing newlines to log messages
Stefan Wahren
1
-2
/
+2
2025-02-10
dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
2
-12
/
+4
2025-02-10
dmaengine: Unify checks in dma_request_chan()
Andy Shevchenko
1
-6
/
+6
2025-02-10
dmaengine: Add a comment on why it's okay when kasprintf() fails
Andy Shevchenko
1
-2
/
+2
2025-02-10
dmaengine: Use dma_request_channel() instead of __dma_request_channel()
Andy Shevchenko
1
-1
/
+1
2025-02-10
dmaengine: Replace dma_request_slave_channel() by dma_request_chan()
Andy Shevchenko
2
-5
/
+4
2025-02-02
Linux 6.14-rc1
Linus Torvalds
1
-2
/
+2
2025-02-02
tools/power turbostat: version 2025.02.02
Len Brown
1
-1
/
+1
2025-02-01
MAINTAINERS: include linux-mm for xarray maintenance
Andrew Morton
1
-0
/
+1
2025-02-01
revert "xarray: port tests to kunit"
Andrew Morton
16
-410
/
+294
2025-02-01
MAINTAINERS: add lib/test_xarray.c
Tamir Duberstein
1
-0
/
+1
2025-02-01
mailmap, MAINTAINERS, docs: update Carlos's email address
Carlos Bilbao
3
-6
/
+8
2025-02-01
mm/hugetlb: fix hugepage allocation for interleaved memory nodes
Ritesh Harjani (IBM)
1
-1
/
+1
2025-02-01
mm: gup: fix infinite loop within __get_longterm_locked
Zhaoyang Huang
1
-10
/
+4
2025-02-01
mm, swap: fix reclaim offset calculation error during allocation
Kairui Song
1
-1
/
+1
2025-02-01
.mailmap: update email address for Christopher Obbard
Christopher Obbard
1
-0
/
+1
2025-02-01
kfence: skip __GFP_THISNODE allocations on NUMA systems
Marco Elver
1
-0
/
+2
2025-02-01
nilfs2: fix possible int overflows in nilfs_fiemap()
Nikita Zhandarovich
1
-3
/
+3
2025-02-01
mm: compaction: use the proper flag to determine watermarks
yangge
1
-4
/
+25
2025-02-01
kernel: be more careful about dup_mmap() failures and uprobe registering
Liam R. Howlett
2
-3
/
+18
2025-02-01
mm/fake-numa: handle cases with no SRAT info
Bruno Faccini
1
-1
/
+10
2025-02-01
mm: kmemleak: fix upper boundary check for physical address objects
Catalin Marinas
1
-1
/
+1
2025-02-01
mailmap: add an entry for Hamza Mahfooz
Hamza Mahfooz
1
-0
/
+1
2025-02-01
MAINTAINERS: mailmap: update Yosry Ahmed's email address
Yosry Ahmed
2
-1
/
+2
2025-02-01
scripts/gdb: fix aarch64 userspace detection in get_current_task
Jan Kiszka
1
-1
/
+1
2025-02-01
mm/vmscan: accumulate nr_demoted for accurate demotion statistics
Li Zhijian
1
-3
/
+4
2025-02-01
ocfs2: fix incorrect CPU endianness conversion causing mount failure
Heming Zhao
1
-1
/
+1
2025-02-01
mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc()
Hyeonggon Yoo
1
-1
/
+1
2025-02-01
mm/vmscan: fix hard LOCKUP in function isolate_lru_folios
liuye
2
-1
/
+6
2025-02-01
sh: boards: Use imply to enable hardware with complex dependencies
Geert Uytterhoeven
1
-2
/
+2
2025-02-01
sh: Migrate to the generic rule for built-in DTB
Masahiro Yamada
4
-7
/
+7
2025-02-01
sh: irq: Use seq_put_decimal_ull_width() for decimal values
David Wang
1
-2
/
+2
2025-01-31
Remove stale generated 'genheaders' file
Linus Torvalds
1
-0
/
+0
[next]