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-05-28
sched/headers: Split out open-coded prototypes into kernel/sched/smp.h
Ingo Molnar
3
-4
/
+11
2020-05-28
sched: Replace rq::wake_list
Peter Zijlstra
4
-34
/
+47
2020-05-28
sched: Add rq::ttwu_pending
Peter Zijlstra
4
-5
/
+15
2020-05-28
irq_work, smp: Allow irq_work on call_single_queue
Peter Zijlstra
2
-70
/
+102
2020-05-28
smp: Optimize send_call_function_single_ipi()
Peter Zijlstra
4
-4
/
+34
2020-05-28
smp: Move irq_work_run() out of flush_smp_call_function_queue()
Peter Zijlstra
1
-8
/
+9
2020-05-28
smp: Optimize flush_smp_call_function_queue()
Peter Zijlstra
1
-4
/
+23
2020-05-28
sched: Fix smp_call_function_single_async() usage for ILB
Peter Zijlstra
3
-36
/
+19
2020-05-28
Merge branch 'core/rcu' into sched/core, to pick up dependency
Ingo Molnar
20
-637
/
+1934
2020-05-28
Merge branch 'sched/urgent' into sched/core, to pick up fix
Ingo Molnar
1
-1
/
+1
2020-05-28
rcu: Allow for smp_call_function() running callbacks from idle
Peter Zijlstra
1
-6
/
+19
2020-05-28
Merge tag 'v5.7-rc7' into WIP.locking/core, to refresh the tree
Ingo Molnar
17
-126
/
+250
2020-05-28
Merge tag 'v5.7-rc7' into perf/core, to pick up fixes
Ingo Molnar
26
-154
/
+321
2020-05-27
Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-13
/
+3
2020-05-27
PM: hibernate: Restrict writes to the resume device
Domenico Andreoli
1
-1
/
+13
2020-05-27
workqueue: Remove unnecessary kfree() call in rcu_free_wq()
Zhang Qiang
1
-1
/
+0
2020-05-27
/dev/mem: Revoke mappings when a driver claims the region
Dan Williams
1
-0
/
+5
2020-05-26
cgroup: Remove stale comments
Zefan Li
1
-8
/
+1
2020-05-26
rcu: Provide rcu_irq_exit_check_preempt()
Thomas Gleixner
1
-0
/
+18
2020-05-26
rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()
Paul E. McKenney
1
-20
/
+62
2020-05-26
sched/fair: Don't NUMA balance for kthreads
Jens Axboe
1
-1
/
+1
2020-05-25
Merge tag 'qcom-drivers-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
1
-2
/
+2
2020-05-25
Merge 5.7-rc7 into tty-next
Greg Kroah-Hartman
11
-105
/
+184
2020-05-25
sched/core: Offload wakee task activation if it the wakee is descheduling
Mel Gorman
2
-7
/
+35
2020-05-25
sched/core: Optimize ttwu() spinning on p->on_cpu
Peter Zijlstra
1
-21
/
+31
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-17
/
+53
2020-05-24
Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-14
/
+39
2020-05-22
printk: handle blank console arguments passed in.
Shreyas Joshi
1
-0
/
+3
2020-05-21
bpf: Verifier track null pointer branch_taken with JNE and JEQ
John Fastabend
1
-3
/
+33
2020-05-21
xsk: Move xskmap.c to net/xdp/
Björn Töpel
2
-268
/
+0
2020-05-21
Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...
J. Bruce Fields
14
-109
/
+190
2020-05-21
kernel/printk: add kmsg SEEK_CUR handling
Bruno Meneguele
1
-0
/
+10
2020-05-21
printk: Fix a typo in comment "interator"->"iterator"
Ethon Paul
1
-2
/
+2
2020-05-21
irqdomain: Allow software nodes for IRQ domain creation
Andy Shevchenko
1
-1
/
+2
2020-05-21
irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()
Andy Shevchenko
1
-16
/
+1
2020-05-21
irqdomain: Make __irq_domain_add() less OF-dependent
Andy Shevchenko
1
-7
/
+6
2020-05-20
bpf: Prevent mmap()'ing read-only maps as writable
Andrii Nakryiko
1
-3
/
+14
2020-05-20
audit: add subj creds to NETFILTER_CFG record to
Richard Guy Briggs
1
-0
/
+6
2020-05-20
exec: Teach prepare_exec_creds how exec treats uids & gids
Eric W. Biederman
1
-0
/
+3
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
1
-3
/
+3
2020-05-20
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
2
-2
/
+0
2020-05-20
fs: make the pipe_buf_operations ->steal operation optional
Christoph Hellwig
1
-1
/
+0
2020-05-20
trace: remove tracing_pipe_buf_ops
Christoph Hellwig
1
-8
/
+1
2020-05-20
Merge branch 'topic/uaccess-ppc' into next
Michael Ellerman
2
-12
/
+12
2020-05-20
Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...
Paolo Bonzini
21
-72
/
+243
2020-05-19
tracing/probe: reverse arguments to list_add
Julia Lawall
1
-1
/
+1
2020-05-19
ftrace: show debugging information when panic_on_warn set
Cheng Jian
1
-4
/
+4
2020-05-19
locking/lockdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-19
perf/core: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2
-2
/
+2
2020-05-19
sched: Defend cfs and rt bandwidth quota against overflow
Huaixin Chang
3
-1
/
+21
[prev]
[next]