index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[prev]
[next]