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-02-22
bpf: add is_async_callback_calling_insn() helper
Benjamin Tissoires
1
-4
/
+7
2024-02-22
bpf: introduce in_sleepable() helper
Benjamin Tissoires
1
-6
/
+11
2024-02-22
bpf: allow more maps in sleepable bpf programs
Benjamin Tissoires
1
-0
/
+2
2024-02-22
panic: add option to dump blocked tasks in panic_print
Feng Tang
1
-0
/
+4
2024-02-22
ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()
Oleg Nesterov
1
-8
/
+5
2024-02-22
user_namespace: remove unnecessary NULL values from kbuf
Li zeming
1
-1
/
+1
2024-02-22
panic: suppress gnu_printf warning
Baoquan He
1
-0
/
+5
2024-02-22
bounds: support non-power-of-two CONFIG_NR_CPUS
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-12
/
+29
2024-02-22
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
1
-1
/
+2
2024-02-22
bpf: Check cfi_stubs before registering a struct_ops type.
Kui-Feng Lee
1
-0
/
+5
2024-02-22
PM: EM: Fix nr_states warnings in static checks
Lukasz Luba
1
-2
/
+1
2024-02-22
PM: hibernate: Don't ignore return from set_memory_ro()
Christophe Leroy
4
-15
/
+24
2024-02-22
PM: hibernate: Support to select compression algorithm
Nikhil V
1
-3
/
+54
2024-02-22
mm/cma: drop CONFIG_CMA_DEBUG
Anshuman Khandual
1
-6
/
+0
2024-02-22
Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
3
-1
/
+8
2024-02-22
workqueue: Control intensive warning threshold through cmdline
Xuewen Yan
1
-3
/
+11
2024-02-22
Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+4
2024-02-22
timers: Always queue timers on the local CPU
Anna-Maria Behnsen
1
-21
/
+15
2024-02-22
timer_migration: Add tracepoints
Anna-Maria Behnsen
1
-0
/
+26
2024-02-22
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
5
-8
/
+2010
2024-02-22
timers: Introduce function to check timer base is_idle flag
Anna-Maria Behnsen
2
-0
/
+11
2024-02-22
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
2
-7
/
+20
2024-02-22
timers: Check if timers base is handled already
Anna-Maria Behnsen
1
-0
/
+3
2024-02-22
timers: Restructure internal locking
Richard Cochran (linutronix GmbH)
1
-10
/
+21
2024-02-22
timers: Add get next timer interrupt functionality for remote CPUs
Anna-Maria Behnsen
2
-5
/
+100
2024-02-22
timers: Split out "get next timer interrupt" functionality
Anna-Maria Behnsen
1
-26
/
+38
2024-02-22
timers: Retrieve next expiry of pinned/non-pinned timers separately
Anna-Maria Behnsen
1
-4
/
+31
2024-02-22
timers: Keep the pinned timers separate from the others
Anna-Maria Behnsen
1
-29
/
+56
2024-02-22
timers: Split next timer interrupt logic
Anna-Maria Behnsen
1
-13
/
+19
2024-02-22
timers: Simplify code in run_local_timers()
Anna-Maria Behnsen
1
-8
/
+6
2024-02-22
timers: Make sure TIMER_PINNED flag is set in add_timer_on()
Anna-Maria Behnsen
1
-1
/
+7
2024-02-22
workqueue: Use global variant for add_timer()
Anna-Maria Behnsen
1
-1
/
+1
2024-02-22
timers: Introduce add_timer() variants which modify timer flags
Anna-Maria Behnsen
1
-0
/
+34
2024-02-22
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
2
-4
/
+9
2024-02-22
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
3
-30
/
+71
2024-02-22
timers: Split out get next timer interrupt
Anna-Maria Behnsen
1
-9
/
+14
2024-02-22
timers: Restructure get_next_timer_interrupt()
Anna-Maria Behnsen
1
-6
/
+6
2024-02-22
cpu: Remove stray semicolon
Max Kellermann
1
-1
/
+1
2024-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
3
-1
/
+8
2024-02-21
mm: convert mm_counter_file() to take a folio
Kefeng Wang
1
-1
/
+1
2024-02-21
ring-buffer: Do not let subbuf be bigger than write mask
Steven Rostedt (Google)
1
-0
/
+4
2024-02-21
clocksource: Scale the watchdog read retries automatically
Feng Tang
2
-12
/
+11
2024-02-21
time/kunit: Use correct format specifier
David Gow
1
-1
/
+1
2024-02-21
pidfd: allow to override signal scope in pidfd_send_signal()
Christian Brauner
1
-9
/
+37
2024-02-20
workqueue: Make @flags handling consistent across set_work_data() and friends
Tejun Heo
1
-16
/
+16
2024-02-20
workqueue: Remove clear_work_data()
Tejun Heo
1
-16
/
+8
2024-02-20
workqueue: Factor out work_grab_pending() from __cancel_work_sync()
Tejun Heo
1
-52
/
+80
2024-02-20
workqueue: Clean up enum work_bits and related constants
Tejun Heo
1
-4
/
+4
2024-02-20
workqueue: Introduce work_cancel_flags
Tejun Heo
1
-12
/
+17
[prev]
[next]