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-09-20
sched: Constrain locks in sched_submit_work()
Peter Zijlstra
1
-0
/
+9
2023-09-19
pidfd: prevent a kernel-doc warning
Randy Dunlap
1
-1
/
+1
2023-09-19
task_work: add kerneldoc annotation for 'data' argument
Jens Axboe
1
-0
/
+1
2023-09-19
signal: Don't disable preemption in ptrace_stop() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+13
2023-09-19
signal: Add a proper comment about preempt_disable() in ptrace_stop()
Sebastian Andrzej Siewior
1
-3
/
+15
2023-09-19
bpf: Remove unused variables.
Alexei Starovoitov
1
-5
/
+1
2023-09-19
bpf: Fix bpf_throw warning on 32-bit arch
Kumar Kartikeya Dwivedi
1
-1
/
+1
2023-09-19
kernel/sched: Modify initial boot task idle setup
Liam R. Howlett
2
-1
/
+2
2023-09-19
sched/fair: Rename check_preempt_curr() to wakeup_preempt()
Ingo Molnar
7
-26
/
+26
2023-09-19
sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()
Ingo Molnar
1
-2
/
+2
2023-09-18
cgroup/cpuset: Check partition conflict with housekeeping setup
Waiman Long
1
-0
/
+31
2023-09-18
cgroup/cpuset: Introduce remote partition
Waiman Long
1
-29
/
+306
2023-09-18
cgroup/cpuset: Add cpuset.cpus.exclusive for v2
Waiman Long
1
-34
/
+239
2023-09-18
cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2
Waiman Long
1
-307
/
+421
2023-09-18
cgroup/cpuset: Fix load balance state in update_partition_sd_lb()
Waiman Long
1
-1
/
+11
2023-09-18
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Ingo Molnar
166
-4076
/
+9274
2023-09-18
cgroup: Avoid extra dereference in css_populate_dir()
Kamalesh Babulal
1
-2
/
+2
2023-09-18
cgroup: Check for ret during cgroup1_base_files cft addition
Kamalesh Babulal
1
-2
/
+4
2023-09-18
workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init()
Zqiang
1
-3
/
+3
2023-09-18
workqueue: Removed double allocation of wq_update_pod_attrs_buf
Steven Rostedt (Google)
1
-3
/
+0
2023-09-18
printk: nbcon: Allow drivers to mark unsafe regions and check state
Thomas Gleixner
1
-0
/
+75
2023-09-18
printk: nbcon: Add emit function and callback function for atomic printing
Thomas Gleixner
3
-8
/
+113
2023-09-18
printk: nbcon: Add sequence handling
Thomas Gleixner
3
-7
/
+132
2023-09-18
printk: nbcon: Add ownership state functions
Thomas Gleixner
1
-1
/
+122
2023-09-18
printk: nbcon: Add buffer management
Thomas Gleixner
3
-15
/
+92
2023-09-18
printk: Make static printk buffers available to nbcon
John Ogness
2
-4
/
+11
2023-09-18
printk: nbcon: Add acquire/release logic
Thomas Gleixner
1
-0
/
+497
2023-09-18
printk: Add non-BKL (nbcon) console basic infrastructure
Thomas Gleixner
4
-4
/
+89
2023-09-18
sched/headers: Remove duplicated includes in kernel/sched/sched.h
GUO Zihua
1
-9
/
+0
2023-09-18
sched/fair: Ratelimit update to tg->load_avg
Aaron Lu
2
-1
/
+13
2023-09-18
freezer,sched: Use saved_state to reduce some spurious wakeups
Elliot Berman
2
-31
/
+33
2023-09-18
sched/core: Remove ifdeffery for saved_state
Elliot Berman
1
-6
/
+2
2023-09-17
Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+25
2023-09-17
Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-168
/
+733
2023-09-16
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
1
-0
/
+4
2023-09-16
bpf: Disallow fentry/fexit/freplace for exception callbacks
Kumar Kartikeya Dwivedi
2
-0
/
+7
2023-09-16
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
1
-1
/
+5
2023-09-16
bpf: Prevent KASAN false positive with bpf_throw
Kumar Kartikeya Dwivedi
1
-0
/
+6
2023-09-16
bpf: Treat first argument as return value for bpf_throw
Kumar Kartikeya Dwivedi
1
-13
/
+24
2023-09-16
bpf: Perform CFG walk for exception callback
Kumar Kartikeya Dwivedi
1
-2
/
+13
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2
-16
/
+126
2023-09-16
bpf: Refactor check_btf_func and split into two phases
Kumar Kartikeya Dwivedi
1
-28
/
+100
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
3
-15
/
+141
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
3
-10
/
+40
2023-09-16
arch/x86: Implement arch_bpf_stack_walk
Kumar Kartikeya Dwivedi
1
-0
/
+9
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-20
/
+142
2023-09-15
Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-14
/
+16
2023-09-15
bpf: Allow to use kfunc XDP hints and frags together
Larysa Zaremba
1
-1
/
+8
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
1
-1
/
+1
[prev]
[next]