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
2020-11-05
Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-34
/
+107
2020-11-05
Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-12
/
+10
2020-11-04
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
1
-0
/
+36
2020-11-04
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
228
-3612
/
+14204
2020-11-04
entry: Fix the incorrect ordering of lockdep and RCU check
Thomas Gleixner
1
-2
/
+2
2020-11-04
kprobes: Tell lockdep about kprobe nesting
Steven Rostedt (VMware)
1
-4
/
+21
2020-11-04
module: only handle errors with the *switch* statement in module_sig_check()
Sergey Shtylyov
1
-12
/
+14
2020-11-04
module: avoid *goto*s in module_sig_check()
Sergey Shtylyov
1
-10
/
+10
2020-11-04
module: merge repetitive strings in module_sig_check()
Sergey Shtylyov
1
-4
/
+5
2020-11-02
kernel: make kcov_common_handle consider the current context
Aleksandr Nogikh
1
-0
/
+2
2020-11-02
refscale: Bounds-check module parameters
Paul E. McKenney
1
-0
/
+6
2020-11-02
rcutorture: Make grace-period kthread report match RCU flavor being tested
Paul E. McKenney
3
-18
/
+39
2020-11-02
rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loop
Paul E. McKenney
1
-4
/
+1
2020-11-02
srcu: Use a more appropriate lockdep helper
Jakub Kicinski
1
-1
/
+1
2020-11-02
kcsan: Never set up watchpoints on NULL pointers
Marco Elver
1
-1
/
+5
2020-11-02
kcsan: selftest: Ensure that address is at least PAGE_SIZE
Marco Elver
1
-0
/
+3
2020-11-02
tracing: Make -ENOMEM the default error for parse_synth_field()
Steven Rostedt (VMware)
1
-10
/
+7
2020-11-02
ring-buffer: Fix recursion protection transitions between interrupt context
Steven Rostedt (VMware)
1
-12
/
+46
2020-11-02
kernel/hung_task.c: make type annotations consistent
Lukas Bulwahn
1
-2
/
+1
2020-11-02
kthread_worker: prevent queuing delayed work from timer_fn when it is being c...
Zqiang
1
-1
/
+2
2020-11-02
ptrace: fix task_join_group_stop() for the case when current is traced
Oleg Nesterov
1
-9
/
+10
2020-11-02
cpufreq: schedutil: Don't skip freq update if need_freq_update is set
Viresh Kumar
1
-12
/
+10
2020-11-02
tracing: Fix the checking of stackidx in __ftrace_trace_stack
Qiujun Huang
1
-2
/
+2
2020-11-02
bpf: Fix error path in htab_map_alloc()
Eric Dumazet
1
-2
/
+4
2020-11-02
swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
Christoph Hellwig
1
-10
/
+6
2020-11-02
swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"
Stefano Stabellini
1
-1
/
+5
2020-11-02
ftrace: Handle tracing when switching between context
Steven Rostedt (VMware)
2
-4
/
+28
2020-11-02
ftrace: Fix recursion check for NMI test
Steven Rostedt (VMware)
1
-1
/
+2
2020-11-02
tracing: Fix out of bounds write in get_trace_buf
Qiujun Huang
1
-1
/
+1
2020-11-01
Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-16
/
+2
2020-11-01
Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-11-01
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-14
/
+10
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-3
/
+3
2020-10-30
printk: ringbuffer: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-30
timekeeping: default GENERIC_CLOCKEVENTS to enabled
Arnd Bergmann
1
-1
/
+1
2020-10-30
timekeeping: remove xtime_update
Arnd Bergmann
3
-18
/
+21
2020-10-30
timekeeping: add CONFIG_LEGACY_TIMER_TICK
Arnd Bergmann
3
-0
/
+27
2020-10-30
timekeeping: remove arch_gettimeoffset
Arnd Bergmann
4
-43
/
+1
2020-10-30
bpf: Avoid hashtab deadlock with map_locked
Song Liu
1
-32
/
+82
2020-10-30
bpf: Use separate lockdep class for each hashtab
Song Liu
1
-2
/
+10
2020-10-30
Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-3
/
+5
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-30
Merge branches 'pm-cpuidle' and 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2020-10-29
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2
-2
/
+6
2020-10-29
params: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-29
tracepoint: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-29
cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set
Rafael J. Wysocki
1
-2
/
+4
2020-10-29
module: set MODULE_STATE_GOING state when a module fails to load
Miroslav Benes
1
-0
/
+1
2020-10-29
entry: Fixup irqentry_enter() comment
Ira Weiny
1
-1
/
+1
[prev]
[next]