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-07-29
revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...
Paul Moore
3
-9
/
+3
2020-07-29
sched/uclamp: Add a new sysctl to control RT default boost value
Qais Yousef
3
-6
/
+121
2020-07-29
sched/uclamp: Fix a deadlock when enabling uclamp static key
Qais Yousef
1
-2
/
+9
2020-07-28
dma-contiguous: cleanup dma_alloc_contiguous
Christoph Hellwig
1
-17
/
+14
2020-07-28
sched: Remove duplicated tick_nohz_full_enabled() check
Miaohe Lin
1
-6
/
+1
2020-07-28
kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer()
Masami Hiramatsu
1
-3
/
+0
2020-07-28
Merge tag 'v5.8-rc7' into perf/core, to pick up fixes
Ingo Molnar
24
-212
/
+482
2020-07-27
genirq/debugfs: Add missing irqchip flags
Marc Zyngier
1
-0
/
+5
2020-07-27
genirq/affinity: Make affinity setting if activated opt-in
Thomas Gleixner
1
-1
/
+5
2020-07-27
locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs
peterz@infradead.org
1
-1
/
+7
2020-07-27
Merge 5.8-rc7 into driver-core-next
Greg Kroah-Hartman
2
-11
/
+16
2020-07-27
Merge back cpufreq material for v5.9.
Rafael J. Wysocki
1
-5
/
+1
2020-07-27
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
2
-11
/
+16
2020-07-27
genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...
John Stultz
1
-1
/
+2
2020-07-27
irqdomain: Export irq_domain_update_bus_token
John Stultz
1
-0
/
+1
2020-07-27
genirq/irqdomain: Remove redundant NULL pointer check on fwnode
Zenghui Yu
1
-1
/
+1
2020-07-26
signal: fix typo in dequeue_synchronous_signal()
Pavel Machek
1
-1
/
+1
2020-07-26
entry: Correct 'noinstr' attributes
Ingo Molnar
1
-2
/
+2
2020-07-25
Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-07-25
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
18
-201
/
+450
2020-07-25
sched/uclamp: Remove unnecessary mutex_init()
Qinglang Miao
1
-2
/
+0
2020-07-24
dyndbg: rename __verbose section to __dyndbg
Jim Cromie
1
-1
/
+1
2020-07-24
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...
Oleg Nesterov
1
-1
/
+1
2020-07-24
entry: Provide infrastructure for work before transitioning to guest mode
Thomas Gleixner
2
-1
/
+53
2020-07-24
entry: Provide generic interrupt entry/exit code
Thomas Gleixner
1
-0
/
+117
2020-07-24
entry: Provide generic syscall exit function
Thomas Gleixner
1
-0
/
+169
2020-07-24
entry: Provide generic syscall entry functionality
Thomas Gleixner
3
-0
/
+101
2020-07-24
sched: Warn if garbage is passed to default_wake_function()
Chris Wilson
1
-0
/
+1
2020-07-24
timers: Recalculate next timer interrupt only when necessary
Frederic Weisbecker
1
-3
/
+18
2020-07-23
tracefs: Remove unnecessary debug_fs checks.
Peter Enderborg
1
-3
/
+1
2020-07-23
padata: remove padata_parallel_queue
Daniel Jordan
1
-26
/
+20
2020-07-23
padata: fold padata_alloc_possible() into padata_alloc()
Daniel Jordan
1
-28
/
+5
2020-07-23
padata: remove effective cpumasks from the instance
Daniel Jordan
1
-27
/
+3
2020-07-23
padata: inline single call of pd_setup_cpumasks()
Daniel Jordan
1
-23
/
+9
2020-07-23
padata: remove stop function
Daniel Jordan
1
-14
/
+0
2020-07-23
padata: remove start function
Daniel Jordan
1
-25
/
+1
2020-07-22
arch_topology, sched/core: Cleanup thermal pressure definition
Valentin Schneider
1
-11
/
+0
2020-07-22
smp: Fix a potential usage of stale nr_cpus
Muchun Song
1
-2
/
+1
2020-07-22
sched/fair: update_pick_idlest() Select group with lowest group_util when idl...
Peter Puhov
1
-1
/
+7
2020-07-22
sched: nohz: stop passing around unused "ticks" parameter.
Paul Gortmaker
2
-2
/
+2
2020-07-22
sched: Better document ttwu()
Peter Zijlstra
2
-25
/
+173
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
18
-195
/
+411
2020-07-22
sched: Fix race against ptrace_freeze_trace()
Peter Zijlstra
1
-10
/
+14
2020-07-21
audit: report audit wait metric in audit status reply
Max Englander
1
-10
/
+25
2020-07-21
audit: purge audit_log_string from the intra-kernel audit API
Richard Guy Briggs
1
-2
/
+2
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
1
-3
/
+3
2020-07-20
time/sched_clock: Use raw_read_seqcount_latch()
Ahmed S. Darwish
1
-1
/
+1
2020-07-20
sched_clock: Expose struct clock_read_data
Peter Zijlstra
1
-28
/
+13
2020-07-19
Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+16
2020-07-19
Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-18
/
+66
[prev]
[next]