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
2023-04-19
bpf: Fix incorrect verifier pruning due to missing register precision taints
Daniel Borkmann
1
-0
/
+15
2023-04-18
delayacct: track delays from IRQ/SOFTIRQ
Yang Yang
2
-0
/
+15
2023-04-18
printk: export console trace point for kcsan/kasan/kfence/kmsan
Pavankumar Kondeti
2
-14
/
+8
2023-04-18
prctl: add PR_GET_AUXV to copy auxv to userspace
Josh Triplett
1
-0
/
+15
2023-04-18
cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
Yosry Ahmed
1
-2
/
+2
2023-04-18
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2
-29
/
+41
2023-04-18
mm: fix memory leak on mm_init error handling
Mathieu Desnoyers
1
-0
/
+1
2023-04-18
kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
Ondrej Mosnacek
1
-29
/
+40
2023-04-18
module: stats: fix invalid_mod_bytes typo
Arnd Bergmann
1
-1
/
+1
2023-04-18
module: remove use of uninitialized variable len
Tom Rix
1
-1
/
+1
2023-04-18
module: fix building stats for 32-bit targets
Arnd Bergmann
1
-23
/
+23
2023-04-18
module: stats: include uapi/linux/module.h
Arnd Bergmann
1
-0
/
+1
2023-04-18
module: avoid allocation if module is already present and ready
Luis Chamberlain
2
-7
/
+10
2023-04-18
module: add debug stats to help identify memory pressure
Luis Chamberlain
7
-11
/
+615
2023-04-18
module: extract patient module check into helper
Luis Chamberlain
1
-52
/
+60
2023-04-18
modules/kmod: replace implementation with a semaphore
Luis Chamberlain
1
-19
/
+7
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
1
-1
/
+1
2023-04-18
timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()
Frederic Weisbecker
1
-12
/
+8
2023-04-18
timers/nohz: Add a comment about broken iowait counter update race
Frederic Weisbecker
1
-2
/
+8
2023-04-18
timers/nohz: Protect idle/iowait sleep time under seqcount
Frederic Weisbecker
2
-6
/
+17
2023-04-18
timers/nohz: Only ever update sleeptime from idle exit
Frederic Weisbecker
1
-58
/
+37
2023-04-18
timers/nohz: Restructure and reshuffle struct tick_sched
Frederic Weisbecker
1
-25
/
+41
2023-04-18
tick/common: Align tick period with the HZ tick.
Sebastian Andrzej Siewior
1
-1
/
+11
2023-04-17
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
1
-2
/
+7
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
1
-1
/
+0
2023-04-17
swiotlb: Remove bounce buffer remapping for Hyper-V
Michael Kelley
1
-44
/
+1
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-0
/
+3
2023-04-16
Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+10
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
1
-65
/
+0
2023-04-16
ptrace: Provide set/get interface for syscall user dispatch
Gregory Price
2
-0
/
+49
2023-04-16
syscall_user_dispatch: Untag selector address before access_ok()
Gregory Price
1
-1
/
+10
2023-04-16
syscall_user_dispatch: Split up set_syscall_user_dispatch()
Gregory Price
1
-8
/
+15
2023-04-16
posix-timers: Prefer delivery of signals to the current thread
Dmitry Vyukov
1
-3
/
+18
2023-04-16
swiotlb: track and report io_tlb_used high water marks in debugfs
Michael Kelley
1
-0
/
+66
2023-04-16
swiotlb: fix debugfs reporting of reserved memory pools
Michael Kelley
1
-2
/
+4
2023-04-16
swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup
Doug Berger
1
-5
/
+5
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
1
-8
/
+6
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
3
-23
/
+9
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
2
-40
/
+103
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
2
-11
/
+78
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
1
-8
/
+13
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2
-2
/
+16
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
4
-103
/
+24
2023-04-15
genirq: Update affinity of secondary threads
John Keeping
1
-1
/
+4
2023-04-15
softirq: Add trace points for tasklet entry/exit
Lingutla Chandrasekhar
1
-2
/
+7
2023-04-14
module: fix kmemleak annotations for non init ELF sections
Luis Chamberlain
1
-5
/
+10
2023-04-14
cpu: Mark nmi_panic_self_stop() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-04-14
cpu: Mark panic_smp_self_stop() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-04-14
perf/core: Fix hardlockup failure caused by perf throttle
Yang Jihong
1
-2
/
+2
2023-04-14
Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...
Joerg Roedel
1
-0
/
+1
[prev]
[next]