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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
gcov: annotate struct gcov_iterator with __counted_by
Kees Cook
1
-1
/
+1
2023-10-18
kernel/signal: remove unnecessary NULL values from ucounts
Li kunyu
1
-1
/
+1
2023-10-18
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
1
-1
/
+1
2023-10-18
sched: remove wait bookmarks
Matthew Wilcox (Oracle)
1
-50
/
+10
2023-10-18
hugetlb: memcg: account hugetlb-backed memory in memory controller
Nhat Pham
1
-1
/
+14
2023-10-18
mm: delete checks for xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2
-6
/
+0
2023-10-18
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2
-8
/
+8
2023-10-18
mm/gup: adapt get_user_page_vma_remote() to never return NULL
Lorenzo Stoakes
1
-2
/
+2
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
1
-1
/
+1
2023-10-18
kprobes: kretprobe scalability improvement
wuqiang.matt
3
-119
/
+88
2023-10-18
bpf: convert to new timestamp accessors
Jeff Layton
1
-3
/
+2
2023-10-17
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
1
-8
/
+12
2023-10-18
sched/fair: Remove duplicate #include
Jiapeng Chong
1
-2
/
+0
2023-10-18
sched/eevdf: Fix heap corruption more
Peter Zijlstra
1
-1
/
+2
2023-10-17
cpu/hotplug: Don't offline the last non-isolated CPU
Ran Xiaokai
1
-4
/
+7
2023-10-17
Merge branch 'linus' into smp/core
Thomas Gleixner
172
-4094
/
+9503
2023-10-17
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
1
-1
/
+6
2023-10-17
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
2
-0
/
+20
2023-10-17
printk: Constify name for add_preferred_console()
Tony Lindgren
1
-2
/
+2
2023-10-17
printk: Check valid console index for preferred console
Tony Lindgren
1
-2
/
+10
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
11
-46
/
+224
2023-10-17
fprobe: Fix to ensure the number of active retprobes is not zero
Masami Hiramatsu (Google)
1
-3
/
+3
2023-10-16
smp,csd: Throw an error if a CSD lock is stuck for too long
Rik van Riel
1
-1
/
+12
2023-10-16
sched/numa, mm: make numa migrate functions to take a folio
Kefeng Wang
1
-6
/
+6
2023-10-16
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
1
-1
/
+6
2023-10-16
bpf: Disambiguate SCALAR register state output in verifier logs
Andrii Nakryiko
1
-22
/
+45
2023-10-16
sched/psi: Update poll => rtpoll in relevant comments
Fan Yu
1
-16
/
+16
2023-10-15
posix-clock: introduce posix_clock_context concept
Xabier Marquiegui
1
-9
/
+27
2023-10-15
kgdb: Flush console before entering kgdb on panic
Douglas Anderson
1
-0
/
+3
2023-10-14
Merge tag 'sched-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+59
2023-10-13
bpf: Introduce task_vma open-coded iterator kfuncs
Dave Marchevsky
2
-0
/
+94
2023-10-13
bpf: Don't explicitly emit BTF for struct btf_iter_num
Dave Marchevsky
1
-2
/
+0
2023-10-13
bpf: Change syscall_nr type to int in struct syscall_tp_t
Artem Savkov
1
-2
/
+2
2023-10-13
audit,io_uring: io_uring openat triggers audit reference count underflow
Dan Clash
1
-4
/
+4
2023-10-13
srcu: Only accelerate on enqueue time
Frederic Weisbecker
1
-4
/
+2
2023-10-13
genirq/generic-chip: Fix the irq_chip name for /proc/interrupts
Keguang Zhang
1
-1
/
+5
2023-10-13
sched: Make PELT acronym definition searchable
Mathieu Desnoyers
1
-1
/
+1
2023-10-13
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
4
-3
/
+17
2023-10-13
sched/psi: Bail out early from irq time accounting
Haifeng Xu
1
-0
/
+3
2023-10-12
Merge tag 'cgroup-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-3
/
+2
2023-10-12
Merge tag 'wq-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-5
/
+19
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-27
/
+49
2023-10-12
Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-20
/
+25
2023-10-12
workqueue: fix -Wformat-truncation in create_worker
Lucy Mielke
1
-1
/
+1
2023-10-12
workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()
Waiman Long
1
-2
/
+6
2023-10-12
locking/lockdep: Fix string sizing bug that triggers a format-truncation compiler-warning
Lucy Mielke
1
-1
/
+1
2023-10-12
workqueue: Use the kmem_cache_free() instead of kfree() to release pwq
Zqiang
1
-2
/
+6
2023-10-12
perf: Optimize perf_cgroup_switch()
Peter Zijlstra
1
-55
/
+60
2023-10-12
sched/topology: Rename 'DIE' domain to 'PKG'
Peter Zijlstra
2
-5
/
+5
2023-10-11
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
3
-3
/
+28
[prev]
[next]