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-17
ucounts: Move RLIMIT_NPROC handling after set_user
Eric W. Biederman
1
-5
/
+14
2022-02-17
ucounts: Base set_cred_ucounts changes on the real user
Eric W. Biederman
1
-7
/
+2
2022-02-17
ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
Eric W. Biederman
1
-5
/
+5
2022-02-17
rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in set_user
Eric W. Biederman
1
-2
/
+1
2022-02-16
module: fix building with sysfs disabled
Dmitry Torokhov
1
-0
/
+2
2022-02-16
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
1
-2
/
+3
2022-02-16
PM: hibernate: fix load_image_and_restore() error path
Ye Bin
1
-1
/
+3
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
1
-3
/
+10
2022-02-16
locking/lockdep: Iterate lock_classes directly when reading lockdep files
Waiman Long
3
-15
/
+56
2022-02-16
sched/isolation: Split housekeeping cpumask per isolation features
Frederic Weisbecker
1
-29
/
+62
2022-02-16
sched/isolation: Fix housekeeping_mask memory leak
Frederic Weisbecker
1
-9
/
+10
2022-02-16
sched/isolation: Consolidate error handling
Frederic Weisbecker
1
-10
/
+9
2022-02-16
sched/isolation: Consolidate check for housekeeping minimum service
Frederic Weisbecker
1
-18
/
+17
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
13
-43
/
+55
2022-02-16
workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
Frederic Weisbecker
1
-2
/
+2
2022-02-16
psi: fix possible trigger missing in the window
Zhaoyang Huang
1
-14
/
+28
2022-02-16
sched/numa: Avoid migrating task to CPU-less node
Huang Ying
1
-5
/
+20
2022-02-16
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
4
-94
/
+136
2022-02-16
sched: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
2
-2
/
+2
2022-02-16
lkdtm: Really write into kernel text in WRITE_KERN
Christophe Leroy
1
-0
/
+1
2022-02-16
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
1
-1
/
+22
2022-02-15
bpf: Reject kfunc calls that overflow insn->imm
Hou Tao
1
-1
/
+10
2022-02-15
printk: use atomic updates for klogd work
John Ogness
1
-2
/
+2
2022-02-15
genirq/debugfs: Use irq_print_chip() when provided by irqchip
Marc Zyngier
1
-2
/
+6
2022-02-15
genirq: Allow irq_chip registration functions to take a const irq_chip
Marc Zyngier
1
-6
/
+3
2022-02-15
irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chip
Marc Zyngier
1
-4
/
+5
2022-02-15
sched: Define and initialize a flag to identify valid PASID in the task
Peter Zijlstra
1
-0
/
+4
2022-02-15
iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
Fenghua Yu
1
-0
/
+1
2022-02-14
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
1
-0
/
+2
2022-02-14
kernel/fork: Initialize mm's PASID
Fenghua Yu
1
-8
/
+2
2022-02-14
rcu: Replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
2
-3
/
+3
2022-02-14
rcu: Uninline multi-use function: finish_rcuwait()
Ingo Molnar
1
-0
/
+7
2022-02-14
rcu: Mark writes to the rcu_segcblist structure's ->flags field
Paul E. McKenney
1
-2
/
+2
2022-02-14
kasan: Record work creation stack trace with interrupts enabled
Zqiang
1
-1
/
+1
2022-02-14
rcu: Inline __call_rcu() into call_rcu()
Paul E. McKenney
1
-49
/
+42
2022-02-14
rcu: Add mutex for rcu boost kthread spawning and affinity setting
David Woodhouse
3
-2
/
+12
2022-02-14
mm: Change CONFIG option for mm->pasid field
Fenghua Yu
1
-1
/
+1
2022-02-14
printk: Drop console_sem during panic
Stephen Brennan
1
-1
/
+24
2022-02-14
printk: Avoid livelock with heavy printk during panic
Stephen Brennan
1
-0
/
+15
2022-02-14
printk: disable optimistic spin during panic
Stephen Brennan
1
-0
/
+10
2022-02-14
printk: Add panic_in_progress helper
Stephen Brennan
1
-0
/
+5
2022-02-14
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
1
-1
/
+2
2022-02-13
Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+6
2022-02-13
Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2022-02-12
ARM: ixp4xx: Drop custom DMA coherency and bouncing
Linus Walleij
1
-2
/
+0
2022-02-12
Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-2
/
+13
2022-02-11
sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCs
Mel Gorman
2
-10
/
+65
2022-02-11
sched/fair: Improve consistency of allowed NUMA balance calculations
Mel Gorman
1
-8
/
+10
2022-02-11
lockdep: Correct lock_classes index mapping
Cheng Jui Wang
1
-2
/
+2
2022-02-11
bpf: Emit bpf_timer in vmlinux BTF
Yonghong Song
1
-0
/
+2
[prev]
[next]