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
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-17
dma-direct: check return value when encrypting or decrypting memory
David Rientjes
1
-5
/
+14
2020-06-17
dma-direct: re-encrypt memory if dma_direct_alloc_pages() fails
David Rientjes
1
-1
/
+6
2020-06-17
dma-direct: always align allocation size in dma_direct_alloc_pages()
David Rientjes
1
-7
/
+10
2020-06-17
dma-direct: mark __dma_direct_alloc_pages static
Christoph Hellwig
2
-3
/
+1
2020-06-17
dma-direct: re-enable mmap for !CONFIG_MMU
Christoph Hellwig
2
-14
/
+1
2020-06-15
dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOL
David Rientjes
1
-5
/
+5
2020-06-09
dma-pool: fix too large DMA pools on medium memory size systems
Geert Uytterhoeven
1
-4
/
+3
2020-06-08
doc: cgroup: update note about conditions when oom killer is invoked
Konstantin Khlebnikov
1
-9
/
+8
2020-06-08
module: move the set_fs hack for flush_icache_range to m68k
Christoph Hellwig
2
-8
/
+4
2020-06-08
nommu: use flush_icache_user_range in brk and mmap
Christoph Hellwig
1
-2
/
+2
2020-06-08
binfmt_flat: use flush_icache_user_range
Christoph Hellwig
1
-1
/
+1
2020-06-08
exec: use flush_icache_user_range in read_code
Christoph Hellwig
1
-1
/
+1
2020-06-08
exec: only build read_code when needed
Christoph Hellwig
1
-0
/
+3
2020-06-08
m68k: implement flush_icache_user_range
Christoph Hellwig
2
-1
/
+8
2020-06-08
arm: rename flush_cache_user_range to flush_icache_user_range
Christoph Hellwig
2
-3
/
+3
2020-06-08
xtensa: implement flush_icache_user_range
Christoph Hellwig
1
-0
/
+2
2020-06-08
sh: implement flush_icache_user_range
Christoph Hellwig
1
-0
/
+1
2020-06-08
asm-generic: add a flush_icache_user_range stub
Christoph Hellwig
1
-0
/
+4
2020-06-08
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
13
-22
/
+23
2020-06-08
arm,sparc,unicore32: remove flush_icache_user_range
Christoph Hellwig
4
-9
/
+0
2020-06-08
riscv: use asm-generic/cacheflush.h
Christoph Hellwig
1
-59
/
+3
2020-06-08
powerpc: use asm-generic/cacheflush.h
Christoph Hellwig
1
-32
/
+10
2020-06-08
openrisc: use asm-generic/cacheflush.h
Christoph Hellwig
1
-25
/
+6
2020-06-08
m68knommu: use asm-generic/cacheflush.h
Christoph Hellwig
1
-17
/
+2
2020-06-08
microblaze: use asm-generic/cacheflush.h
Christoph Hellwig
1
-27
/
+2
2020-06-08
ia64: use asm-generic/cacheflush.h
Christoph Hellwig
1
-25
/
+3
2020-06-08
hexagon: use asm-generic/cacheflush.h
Christoph Hellwig
1
-14
/
+5
2020-06-08
c6x: use asm-generic/cacheflush.h
Christoph Hellwig
1
-18
/
+1
2020-06-08
arm64: use asm-generic/cacheflush.h
Christoph Hellwig
1
-41
/
+5
2020-06-08
alpha: use asm-generic/cacheflush.h
Christoph Hellwig
1
-22
/
+6
2020-06-08
asm-generic: improve the flush_dcache_page stub
Christoph Hellwig
1
-3
/
+3
2020-06-08
asm-generic: don't include <linux/mm.h> in cacheflush.h
Christoph Hellwig
5
-5
/
+7
2020-06-08
asm-generic: fix the inclusion guards for cacheflush.h
Christoph Hellwig
1
-3
/
+3
2020-06-08
unicore32: remove flush_cache_user_range
Christoph Hellwig
1
-8
/
+0
2020-06-08
powerpc: unexport flush_icache_user_range
Christoph Hellwig
1
-1
/
+0
2020-06-08
nds32: unexport flush_icache_page
Christoph Hellwig
1
-1
/
+0
2020-06-08
arm: fix the flush_icache_range arguments in set_fiq_handler
Christoph Hellwig
1
-2
/
+2
2020-06-08
vhost: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-3
/
+2
2020-06-08
docs: mm/gup: pin_user_pages.rst: add a "case 5"
John Hubbard
1
-0
/
+18
2020-06-08
mm/gup: documentation fix for pin_user_pages*() APIs
John Hubbard
1
-9
/
+0
2020-06-08
mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-4
/
+3
2020-06-08
mm/gup: introduce pin_user_pages_locked()
John Hubbard
2
-0
/
+37
2020-06-08
mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)
John Hubbard
1
-14
/
+19
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
7
-27
/
+32
2020-06-08
kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted
Rafael Aquini
1
-3
/
+2
2020-06-08
panic: add sysctl to dump all CPUs backtraces on oops event
Guilherme G. Piccoli
4
-0
/
+44
2020-06-08
kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected
Guilherme G. Piccoli
4
-2
/
+50
2020-06-08
kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases
Guilherme G. Piccoli
3
-35
/
+19
2020-06-08
lib/test_sysctl: support testing of sysctl. boot parameter
Vlastimil Babka
2
-0
/
+55
2020-06-08
tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
Vlastimil Babka
1
-1
/
+1
[next]