index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-02-19
sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY
Mark Rutland
-0
/
+2
2022-02-19
sched/preempt: Simplify irqentry_exit_cond_resched() callers
Mark Rutland
-8
/
+4
2022-02-19
sched/preempt: Refactor sched_dynamic_update()
Mark Rutland
-22
/
+37
2022-02-19
sched/preempt: Move PREEMPT_DYNAMIC logic later
Mark Rutland
-136
/
+136
2022-02-19
sched: Fix yet more sched_fork() races
Peter Zijlstra
-14
/
+33
2022-02-18
bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()
Eric Dumazet
-1
/
+2
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
-0
/
+1
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-329
/
+196
2022-02-17
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
-0
/
+1
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+8
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-2
/
+8
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-13
/
+32
2022-02-17
bpf: Add schedule points in batch ops
Eric Dumazet
-0
/
+3
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
-5
/
+2
2022-02-17
ucounts: Handle wrapping in is_ucounts_overlimit
Eric W. Biederman
-1
/
+2
2022-02-17
ucounts: Move RLIMIT_NPROC handling after set_user
Eric W. Biederman
-5
/
+14
2022-02-17
ucounts: Base set_cred_ucounts changes on the real user
Eric W. Biederman
-7
/
+2
2022-02-17
ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
Eric W. Biederman
-5
/
+5
2022-02-17
rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...
Eric W. Biederman
-2
/
+1
2022-02-16
module: fix building with sysfs disabled
Dmitry Torokhov
-0
/
+2
2022-02-16
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
-2
/
+3
2022-02-16
PM: hibernate: fix load_image_and_restore() error path
Ye Bin
-1
/
+3
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
-3
/
+10
2022-02-16
locking/lockdep: Iterate lock_classes directly when reading lockdep files
Waiman Long
-15
/
+56
2022-02-16
sched/isolation: Split housekeeping cpumask per isolation features
Frederic Weisbecker
-29
/
+62
2022-02-16
sched/isolation: Fix housekeeping_mask memory leak
Frederic Weisbecker
-9
/
+10
2022-02-16
sched/isolation: Consolidate error handling
Frederic Weisbecker
-10
/
+9
2022-02-16
sched/isolation: Consolidate check for housekeeping minimum service
Frederic Weisbecker
-18
/
+17
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
-43
/
+55
2022-02-16
workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
Frederic Weisbecker
-2
/
+2
2022-02-16
psi: fix possible trigger missing in the window
Zhaoyang Huang
-16
/
+30
2022-02-16
sched/numa: Avoid migrating task to CPU-less node
Huang Ying
-5
/
+20
2022-02-16
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
-95
/
+137
2022-02-16
sched: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
-2
/
+2
2022-02-16
lkdtm: Really write into kernel text in WRITE_KERN
Christophe Leroy
-0
/
+1
2022-02-16
asm-generic: Refactor dereference_[kernel]_function_descriptor()
Christophe Leroy
-1
/
+22
2022-02-15
bpf: Reject kfunc calls that overflow insn->imm
Hou Tao
-1
/
+10
2022-02-15
printk: use atomic updates for klogd work
John Ogness
-2
/
+2
2022-02-15
genirq/debugfs: Use irq_print_chip() when provided by irqchip
Marc Zyngier
-2
/
+6
2022-02-15
genirq: Allow irq_chip registration functions to take a const irq_chip
Marc Zyngier
-6
/
+3
2022-02-15
irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chip
Marc Zyngier
-4
/
+5
2022-02-15
sched: Define and initialize a flag to identify valid PASID in the task
Peter Zijlstra
-0
/
+4
2022-02-15
iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
Fenghua Yu
-0
/
+1
2022-02-14
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
-0
/
+2
2022-02-14
kernel/fork: Initialize mm's PASID
Fenghua Yu
-8
/
+2
2022-02-14
rcu: Replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
-3
/
+3
2022-02-14
rcu: Uninline multi-use function: finish_rcuwait()
Ingo Molnar
-0
/
+7
2022-02-14
rcu: Mark writes to the rcu_segcblist structure's ->flags field
Paul E. McKenney
-2
/
+2
2022-02-14
kasan: Record work creation stack trace with interrupts enabled
Zqiang
-1
/
+1
2022-02-14
rcu: Inline __call_rcu() into call_rcu()
Paul E. McKenney
-49
/
+42
[prev]
[next]