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
2021-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+69
2021-03-25
gcov: fix clang-11+ support
Nick Desaulniers
1
-0
/
+69
2021-03-25
sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()
Barry Song
1
-1
/
+1
2021-03-25
sched/core: Use -EINVAL in sched_dynamic_mode()
Rasmus Villemoes
1
-1
/
+1
2021-03-25
sched/core: Stop using magic values in sched_dynamic_mode()
Rasmus Villemoes
1
-3
/
+3
2021-03-24
kernel: trace: Mundane typo fixes in the file trace_events_filter.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
9
-81
/
+270
2021-03-24
Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20...
Paul E. McKenney
11
-162
/
+455
2021-03-24
rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu()
Paul E. McKenney
1
-9
/
+3
2021-03-24
rcu: Provide polling interfaces for Tiny RCU grace periods
Paul E. McKenney
1
-0
/
+40
2021-03-24
bpf: Avoid old-style declaration warnings
Arnd Bergmann
1
-2
/
+2
2021-03-24
audit: avoid -Wempty-body warning
Arnd Bergmann
1
-6
/
+6
2021-03-23
PM: EM: postpone creating the debugfs dir till fs_initcall
Lukasz Luba
1
-1
/
+1
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
19
-44
/
+45
2021-03-23
sched/fair: Reduce long-tail newly idle balance cost
Aubrey Li
1
-0
/
+9
2021-03-23
sched/fair: Optimize test_idle_cores() for !SMT
Barry Song
1
-3
/
+5
2021-03-23
psi: Reduce calls to sched_clock() in psi
Shakeel Butt
1
-9
/
+10
2021-03-23
stop_machine: Add caller debug info to queue_stop_cpus_work
Valentin Schneider
1
-0
/
+1
2021-03-22
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
15
-34
/
+34
2021-03-22
lockdep: Address clang -Wformat warning printing for %hd
Arnd Bergmann
1
-1
/
+1
2021-03-22
lsm: separate security_task_getsecid() into subjective and objective variants
Paul Moore
4
-8
/
+10
2021-03-22
rcu: Provide polling interfaces for Tree RCU grace periods
Paul E. McKenney
1
-7
/
+68
2021-03-22
cpufreq: CPPC: Add support for frequency invariance
Viresh Kumar
1
-0
/
+1
2021-03-22
irq: Fix typos in comments
Ingo Molnar
7
-12
/
+12
2021-03-22
entry: Fix typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-22
locking: Fix typos in comments
Ingo Molnar
8
-13
/
+13
2021-03-22
sched: Fix various typos
Ingo Molnar
19
-41
/
+41
2021-03-21
Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+5
2021-03-21
Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+6
2021-03-21
Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-29
/
+46
2021-03-21
Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-5
/
+4
2021-03-21
signal: don't allow STOP on PF_IO_WORKER threads
Eric W. Biederman
1
-1
/
+2
2021-03-21
signal: don't allow sending any signals to PF_IO_WORKER threads
Jens Axboe
1
-0
/
+3
2021-03-21
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
1
-1
/
+2
2021-03-21
genirq: Disable interrupts for force threaded handlers
Thomas Gleixner
1
-0
/
+4
2021-03-19
Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+1
2021-03-19
bpf: Remove insn_buf[] declaration in inner block
Jianlin Lv
1
-1
/
+0
2021-03-19
genirq/matrix: Prevent allocation counter corruption
Vitaly Kuznetsov
1
-1
/
+3
2021-03-19
bpf: Fix umd memory leak in copy_process()
Zqiang
2
-10
/
+30
2021-03-19
kernel: debug: Ordinary typo fixes in the file gdbstub.c
Bhaskar Chowdhury
1
-2
/
+2
2021-03-19
kdb: Simplify kdb commands registration
Sumit Garg
3
-213
/
+311
2021-03-19
kdb: Remove redundant function definitions/prototypes
Sumit Garg
2
-20
/
+0
2021-03-19
static_call: Fix static_call_update() sanity check
Peter Zijlstra
2
-1
/
+18
2021-03-19
static_call: Align static_call_is_init() patching condition
Peter Zijlstra
1
-10
/
+4
2021-03-19
static_call: Fix static_call_set_init()
Peter Zijlstra
1
-7
/
+10
2021-03-19
locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex test
Waiman Long
1
-12
/
+27
2021-03-19
locking/locktorture: Pass thread id to lock/unlock functions
Waiman Long
1
-36
/
+58
2021-03-19
locking/locktorture: Fix false positive circular locking splat in ww_mutex test
Waiman Long
1
-3
/
+14
2021-03-19
Merge branch 'locking/urgent' into locking/core, to pick up dependent commits
Ingo Molnar
11
-144
/
+232
2021-03-19
swiotlb: remove swiotlb_nr_tbl
Christoph Hellwig
1
-6
/
+1
[prev]
[next]