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-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
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
3
-5
/
+19
2020-07-21
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
1
-1
/
+0
2020-07-21
bpf: cpumap: Fix possible rcpu kthread hung
Lorenzo Bianconi
1
-4
/
+7
2020-07-21
bpf, netns: Fix build without CONFIG_INET
Jakub Sitnicki
1
-0
/
+4
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
ima: Support additional conditionals in the KEXEC_CMDLINE hook function
Tyler Hicks
1
-1
/
+1
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
2020-07-19
Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+35
2020-07-19
prctl: exe link permission error changed from -EINVAL to -EPERM
Nicolas Viennot
1
-1
/
+1
2020-07-19
prctl: Allow local CAP_CHECKPOINT_RESTORE to change /proc/self/exe
Nicolas Viennot
1
-4
/
+7
2020-07-19
pid_namespace: use checkpoint_restore_ns_capable() for ns_last_pid
Adrian Reber
1
-1
/
+1
2020-07-19
pid: use checkpoint_restore_ns_capable() for set_tid
Adrian Reber
1
-1
/
+1
2020-07-19
dma-debug: use named initializers for dir2name
Christoph Hellwig
1
-2
/
+6
2020-07-19
dma-mapping: add a dma_ops_bypass flag to struct device
Christoph Hellwig
2
-22
/
+60
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
2
-1
/
+6
2020-07-17
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-1
/
+31
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
3
-3
/
+24
2020-07-17
bpf, netns: Handle multiple link attachments
Jakub Sitnicki
2
-9
/
+136
2020-07-18
futex: Remove unused or redundant includes
André Almeida
1
-17
/
+0
2020-07-18
futex: Consistently use fshared as boolean
André Almeida
1
-5
/
+5
2020-07-17
futex: Remove needless goto's
André Almeida
1
-24
/
+16
2020-07-17
futex: Remove put_futex_key()
André Almeida
1
-49
/
+12
2020-07-17
genirq/affinity: Handle affinity setting on inactive interrupts correctly
Thomas Gleixner
1
-2
/
+35
2020-07-17
timers: Lower base clock forwarding threshold
Frederic Weisbecker
1
-1
/
+1
2020-07-17
timers: Remove must_forward_clk
Frederic Weisbecker
1
-16
/
+6
2020-07-17
timers: Spare timer softirq until next expiry
Frederic Weisbecker
1
-41
/
+8
2020-07-17
timers: Expand clk forward logic beyond nohz
Frederic Weisbecker
1
-22
/
+4
[prev]
[next]