index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
-16
/
+30
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
-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/...
Linus Torvalds
1
-5
/
+6
2022-02-13
Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...
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/gi...
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/ra...
Linus Torvalds
3
-4
/
+5
2022-02-11
Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
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
[prev]
[next]