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
2024-07-04
perf: Fix default aux_watermark calculation
Adrian Hunter
1
-1
/
+3
2024-07-04
perf: Prevent passing zero nr_pages to rb_alloc_aux()
Adrian Hunter
1
-0
/
+2
2024-07-04
perf: Fix perf_aux_size() for greater-than 32-bit size
Adrian Hunter
1
-1
/
+1
2024-05-02
Merge tag 'v6.9-rc6' into perf/core, to pick up fixes
Ingo Molnar
8
-93
/
+85
2024-04-28
Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-16
/
+36
2024-04-28
Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+10
2024-04-28
sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
Oleg Nesterov
1
-1
/
+6
2024-04-28
sched/isolation: Prevent boot crash when the boot CPU is nohz_full
Oleg Nesterov
1
-1
/
+10
2024-04-27
profiling: Remove create_prof_cpu_mask().
Tetsuo Handa
1
-43
/
+0
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-3
/
+2
2024-04-25
cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
Sean Christopherson
1
-4
/
+10
2024-04-25
cpu: Re-enable CPU mitigations by default for !X86 architectures
Sean Christopherson
1
-2
/
+2
2024-04-24
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-04-22
sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
Xuewen Yan
1
-6
/
+12
2024-04-22
sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr
Tianchen Ding
1
-5
/
+6
2024-04-22
sched/eevdf: Always update V if se->on_rq when reweighting
Tianchen Ding
1
-3
/
+2
2024-04-21
Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+14
2024-04-19
Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+6
2024-04-16
fork: defer linking file vma until vma is fully initialized
Miaohe Lin
1
-16
/
+17
2024-04-16
sched: Add missing memory barrier in switch_mm_cid
Mathieu Desnoyers
1
-6
/
+14
2024-04-15
configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAP
Nathan Chancellor
1
-0
/
+1
2024-04-15
configs/hardening: Fix disabling UBSAN configurations
Nathan Chancellor
1
-5
/
+5
2024-04-14
perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...
Ingo Molnar
1
-4
/
+4
2024-04-14
perf/ring_buffer: Trigger IO signals for watermark_wakeup
Kyle Huey
1
-0
/
+4
2024-04-14
perf: Move perf_event_fasync() to perf_event.h
Kyle Huey
1
-8
/
+0
2024-04-14
Merge branch 'linus' into perf/core, to pick up perf/urgent fixes
Ingo Molnar
15
-90
/
+215
2024-04-14
Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2024-04-14
Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-22
/
+31
2024-04-14
Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...
Linus Torvalds
1
-33
/
+58
2024-04-12
Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-4
/
+8
2024-04-12
perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
Ingo Molnar
1
-7
/
+7
2024-04-12
perf/bpf: Allow a BPF program to suppress all sample side effects
Kyle Huey
1
-2
/
+4
2024-04-12
perf/bpf: Call BPF handler directly, not through overflow machinery
Kyle Huey
1
-16
/
+11
2024-04-12
perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
Kyle Huey
1
-0
/
+6
2024-04-12
perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
Kyle Huey
1
-91
/
+92
2024-04-11
ring-buffer: Only update pages_touched when a new page is touched
Steven Rostedt (Google)
1
-3
/
+3
2024-04-11
tracing: hide unused ftrace_event_id_fops
Arnd Bergmann
1
-0
/
+4
2024-04-11
tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry
Prasad Pandit
1
-1
/
+1
2024-04-11
Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+6
2024-04-10
kprobes: Fix possible use-after-free issue on kprobe registration
Zheng Yejian
1
-6
/
+12
2024-04-10
x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
Sean Christopherson
1
-1
/
+2
2024-04-10
timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
Thomas Gleixner
2
-22
/
+31
2024-04-10
perf/core: Reduce PMU access to adjust sample freq
Namhyung Kim
1
-1
/
+2
2024-04-10
perf/core: Optimize perf_adjust_freq_unthr_context()
Namhyung Kim
1
-26
/
+44
2024-04-08
PM: s2idle: Make sure CPUs will wakeup directly on resume
Anna-Maria Behnsen
1
-0
/
+6
2024-04-07
Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-16
/
+58
2024-04-05
timers/migration: Return early on deactivation
Anna-Maria Behnsen
1
-0
/
+27
2024-04-05
timers/migration: Fix ignored event due to missing CPU update
Frederic Weisbecker
1
-1
/
+4
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-8
/
+40
2024-04-02
swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()
Dexuan Cui
1
-4
/
+0
[next]