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
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependencies
Ingo Molnar
1
-11
/
+70
2022-02-23
sched/headers: Standardize kernel/sched/sched.h header dependencies
Ingo Molnar
6
-11
/
+22
2022-02-23
sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c files there
Ingo Molnar
9
-15
/
+38
2022-02-23
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c files there
Ingo Molnar
22
-63
/
+139
2022-02-23
sched/headers: Fix comment typo in kernel/sched/cpudeadline.c
Ingo Molnar
1
-1
/
+1
2022-02-23
sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTRACE build asymmetry
Ingo Molnar
2
-24
/
+21
2022-02-23
sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/autogroup.h
Ingo Molnar
2
-0
/
+11
2022-02-23
sched/headers: Add header guard to kernel/sched/sched.h
Ingo Molnar
1
-0
/
+4
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
1
-1
/
+0
2022-02-22
Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
3
-7
/
+25
2022-02-22
fork: Use IS_ENABLED() in account_kernel_stack()
Sebastian Andrzej Siewior
1
-4
/
+4
2022-02-22
fork: Only cache the VMAP stack in finish_task_switch()
Sebastian Andrzej Siewior
1
-13
/
+63
2022-02-22
fork: Move task stack accounting to do_exit()
Sebastian Andrzej Siewior
2
-12
/
+24
2022-02-22
fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACK
Sebastian Andrzej Siewior
1
-33
/
+36
2022-02-22
fork: Don't assign the stack pointer in dup_task_struct()
Sebastian Andrzej Siewior
1
-31
/
+16
2022-02-22
fork, IA64: Provide alloc_thread_stack_node() for IA64
Sebastian Andrzej Siewior
1
-0
/
+17
2022-02-22
fork: Duplicate task_struct before stack allocation
Sebastian Andrzej Siewior
1
-5
/
+4
2022-02-22
fork: Redo ifdefs around task stack handling
Sebastian Andrzej Siewior
1
-35
/
+39
2022-02-22
cpuset: Fix kernel-doc
Jiapeng Chong
1
-5
/
+5
2022-02-22
audit: log AUDIT_TIME_* records only from rules
Richard Guy Briggs
2
-20
/
+71
2022-02-22
cgroup-v1: Correct privileges check in release_agent writes
Michal Koutný
1
-2
/
+4
2022-02-22
cgroup: clarify cgroup_css_set_fork()
Christian Brauner
1
-0
/
+14
2022-02-21
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
1
-0
/
+11
2022-02-21
printk: make suppress_panic_printk static
Jiapeng Chong
1
-1
/
+1
2022-02-21
printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called with user_specified == true
Andre Kalb
1
-4
/
+16
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
37
-339
/
+553
2022-02-21
Merge tag 'irq-api-2022-02-21' into irq/core
Thomas Gleixner
26
-106
/
+243
2022-02-21
genirq: Provide generic_handle_irq_safe()
Sebastian Andrzej Siewior
1
-0
/
+23
2022-02-21
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting
Josh Poimboeuf
1
-0
/
+7
2022-02-20
Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2022-02-20
Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-14
/
+33
2022-02-20
Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-4
/
+3
2022-02-20
Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
4
-19
/
+23
2022-02-19
bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
Souptick Joarder (HPE)
1
-1
/
+1
2022-02-19
sched/preempt: Add PREEMPT_DYNAMIC using static keys
Mark Rutland
3
-3
/
+65
2022-02-19
sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY
Mark Rutland
1
-0
/
+2
2022-02-19
sched/preempt: Simplify irqentry_exit_cond_resched() callers
Mark Rutland
1
-8
/
+4
2022-02-19
sched/preempt: Refactor sched_dynamic_update()
Mark Rutland
1
-22
/
+37
2022-02-19
sched/preempt: Move PREEMPT_DYNAMIC logic later
Mark Rutland
1
-136
/
+136
2022-02-19
sched: Fix yet more sched_fork() races
Peter Zijlstra
2
-14
/
+33
2022-02-18
bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()
Eric Dumazet
1
-1
/
+2
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
1
-0
/
+1
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-329
/
+196
2022-02-17
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
1
-0
/
+1
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+8
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-2
/
+8
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-13
/
+32
2022-02-17
bpf: Add schedule points in batch ops
Eric Dumazet
1
-0
/
+3
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-5
/
+2
2022-02-17
ucounts: Handle wrapping in is_ucounts_overlimit
Eric W. Biederman
1
-1
/
+2
[prev]
[next]