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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
4
-95
/
+137
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
2022-02-11
Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-4
/
+5
2022-02-11
Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+4
2022-02-11
locking: Add missing __sched attributes
Minchan Kim
2
-3
/
+4
2022-02-11
copy_process(): Move fd_install() out of sighand->siglock critical section
Waiman Long
1
-4
/
+3
2022-02-10
user_events: Validate user payloads for size and null termination
Beau Belgrave
1
-14
/
+133
2022-02-10
user_events: Optimize writing events by only copying data once
Beau Belgrave
1
-30
/
+85
2022-02-10
user_events: Add basic perf and eBPF support
Beau Belgrave
1
-1
/
+71
2022-02-10
user_events: Handle matching arguments from dyn_events
Beau Belgrave
1
-1
/
+76
2022-02-10
user_events: Add print_fmt generation support for basic types
Beau Belgrave
1
-2
/
+113
2022-02-10
user_events: Add minimal support for trace_event into ftrace
Beau Belgrave
3
-0
/
+1202
2022-02-10
tracing: Save both wakee and current on wakeup events
Steven Rostedt (Google)
1
-1
/
+1
2022-02-10
tracing: Remove size restriction on synthetic event cmd error logging
Tom Zanussi
1
-3
/
+14
2022-02-10
tracing: Remove size restriction on hist trigger cmd error logging
Tom Zanussi
1
-7
/
+23
2022-02-10
tracing: Remove size restriction on tracing_log_err cmd strings
Tom Zanussi
2
-14
/
+43
2022-02-10
seccomp: Invalidate seccomp mode to catch death failures
Kees Cook
1
-0
/
+10
2022-02-10
signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
Kees Cook
1
-2
/
+3
2022-02-10
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
1
-2
/
+2
[prev]
[next]