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-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
drm/msm: Consolidate submit bo state
Rob Clark
3
-48
/
+75
2021-07-27
drm/msm/submit: Simplify out-fence-fd handling
Rob Clark
1
-7
/
+3
2021-07-27
drm: Drop drm_gem_object_put_locked()
Rob Clark
2
-24
/
+0
2021-07-27
drm/msm: drop drm_gem_object_put_locked()
Rob Clark
13
-77
/
+33
2021-07-27
drm/msm: Small submitqueue creation cleanup
Rob Clark
1
-11
/
+11
2021-07-27
drm/msm: Docs and misc cleanup
Rob Clark
5
-7
/
+23
2021-07-27
drm/msm: Devfreq tuning
Rob Clark
3
-1
/
+117
2021-07-27
drm/msm: Split out get_freq() helper
Rob Clark
1
-11
/
+10
2021-07-27
drm/msm: Split out devfreq handling
Rob Clark
5
-121
/
+165
2021-07-27
drm/msm: Signal fences sooner
Rob Clark
1
-18
/
+26
2021-07-27
drm/msm: Let fences read directly from memptrs
Rob Clark
3
-7
/
+47
2021-07-25
Linux 5.14-rc3
Linus Torvalds
1
-1
/
+1
2021-07-25
smpboot: fix duplicate and misplaced inlining directive
Linus Torvalds
1
-1
/
+1
2021-07-24
ACPI: fix NULL pointer dereference
Linus Torvalds
1
-1
/
+2
2021-07-23
riscv: __asm_copy_to-from_user: Fix: Typos in comments
Akira Tsukamoto
1
-9
/
+9
2021-07-23
riscv: __asm_copy_to-from_user: Remove unnecessary size check
Akira Tsukamoto
1
-1
/
+0
2021-07-23
riscv: __asm_copy_to-from_user: Fix: fail on RV32
Akira Tsukamoto
1
-1
/
+1
2021-07-23
riscv: __asm_copy_to-from_user: Fix: overrun copy
Akira Tsukamoto
1
-3
/
+3
2021-07-23
hugetlbfs: fix mount mode command line processing
Mike Kravetz
1
-1
/
+1
2021-07-23
mm: fix the deadlock in finish_fault()
Qi Zheng
1
-1
/
+10
2021-07-23
mm: mmap_lock: fix disabling preemption directly
Muchun Song
1
-2
/
+2
2021-07-23
mm/secretmem: wire up ->set_page_dirty
Mike Rapoport
1
-0
/
+1
2021-07-23
writeback, cgroup: do not reparent dax inodes
Roman Gushchin
1
-0
/
+3
2021-07-23
writeback, cgroup: remove wb from offline list before releasing refcnt
Roman Gushchin
1
-1
/
+1
2021-07-23
memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
Mike Rapoport
2
-3
/
+4
2021-07-23
mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction
Sergei Trofimovich
1
-13
/
+16
2021-07-23
mm: use kmap_local_page in memzero_page
Christoph Hellwig
1
-2
/
+2
2021-07-23
mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()
Christoph Hellwig
1
-0
/
+2
2021-07-23
kfence: skip all GFP_ZONEMASK allocations
Alexander Potapenko
1
-0
/
+9
2021-07-23
kfence: move the size check to the beginning of __kfence_alloc()
Alexander Potapenko
1
-3
/
+7
2021-07-23
kfence: defer kfence_test_init to ensure that kunit debugfs is created
Weizhao Ouyang
1
-1
/
+1
2021-07-23
selftest: use mmap instead of posix_memalign to allocate memory
Peter Collingbourne
1
-2
/
+4
2021-07-23
userfaultfd: do not untag user pointers
Peter Collingbourne
2
-22
/
+30
2021-07-23
riscv: stacktrace: pin the task's stack in get_wchan
Jisheng Zhang
1
-1
/
+5
2021-07-23
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2
-1
/
+17
2021-07-23
io_uring: never attempt iopoll reissue from release path
Jens Axboe
1
-7
/
+7
2021-07-23
tracepoints: Update static_call before tp_funcs when adding a tracepoint
Steven Rostedt (VMware)
1
-1
/
+1
2021-07-23
ftrace: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-07-23
ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary
Nicolas Saenz Julienne
1
-1
/
+2
2021-07-23
tracing: Clean up alloc_synth_event()
Steven Rostedt (VMware)
1
-5
/
+3
2021-07-23
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
3
-7
/
+21
2021-07-23
tracing: Synthetic event field_pos is an index not a boolean
Steven Rostedt (VMware)
1
-1
/
+1
2021-07-23
KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM state
Nicholas Piggin
1
-0
/
+20
2021-07-23
KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow
Nicholas Piggin
1
-3
/
+22
2021-07-22
riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUE
Alexandre Ghiti
1
-2
/
+16
2021-07-22
riscv: Make sure the linear mapping does not use the kernel mapping
Alexandre Ghiti
1
-0
/
+2
2021-07-22
riscv: Fix memory_limit for 64-bit kernel
Alexandre Ghiti
1
-2
/
+9
2021-07-22
cifs: fix fallocate when trying to allocate a hole.
Ronnie Sahlberg
1
-5
/
+18
2021-07-22
io_uring: fix early fdput() of file
Jens Axboe
1
-2
/
+4
2021-07-22
CIFS: Clarify SMB1 code for POSIX delete file
Steve French
1
-2
/
+5
[next]