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
2019-07-27
padata: Replace delayed timer with immediate workqueue in padata_reorder
Herbert Xu
1
-79
/
+18
2019-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+2
2019-07-25
Merge branch 'access-creds'
Linus Torvalds
1
-2
/
+19
2019-07-25
sched/core: Silence a warning in sched_init()
Qian Cai
1
-5
/
+5
2019-07-25
sched/core: Fix CPU controller for !RT_GROUP_SCHED
Juri Lelli
1
-4
/
+0
2019-07-25
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
Juri Lelli
2
-3
/
+28
2019-07-25
rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic region
Juri Lelli
1
-3
/
+3
2019-07-25
cgroup/cpuset: Change cpuset_rwsem and hotplug lock order
Juri Lelli
1
-5
/
+17
2019-07-25
cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem
Juri Lelli
1
-33
/
+35
2019-07-25
sched/deadline: Fix bandwidth accounting at all levels after offline migration
Juri Lelli
1
-0
/
+33
2019-07-25
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
5
-6
/
+106
2019-07-25
sched/core: Streamle calls to task_rq_unlock()
Mathieu Poirier
1
-10
/
+14
2019-07-25
sched/topology: Add partition_sched_domains_locked()
Mathieu Poirier
1
-4
/
+13
2019-07-25
sched/fair: Introduce fits_capacity()
Viresh Kumar
1
-10
/
+8
2019-07-25
sched/isolation: Prefer housekeeping CPU in local node
Wanpeng Li
3
-5
/
+35
2019-07-25
sched/stats: Fix unlikely() use of sched_info_on()
Yi Wang
1
-3
/
+4
2019-07-25
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
4
-14
/
+7
2019-07-25
sched/fair: Fall back to sched-idle CPU if idle CPU isn't found
Viresh Kumar
1
-10
/
+33
2019-07-25
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
2
-3
/
+14
2019-07-25
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
1
-8
/
+49
2019-07-25
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
1
-2
/
+3
2019-07-25
sched/fair: Change task_numa_work() storage to static
Valentin Schneider
1
-1
/
+1
2019-07-25
sched/fair: Move task_numa_work() init to init_numa_balancing()
Valentin Schneider
1
-4
/
+5
2019-07-25
sched/fair: Move init_numa_balancing() below task_numa_work()
Valentin Schneider
1
-41
/
+41
2019-07-25
cpu/hotplug: Cache number of online CPUs
Thomas Gleixner
1
-0
/
+24
2019-07-25
smp/hotplug: Track booted once CPUs in a cpumask
Thomas Gleixner
1
-4
/
+7
2019-07-25
locking/lockdep: Report more stack trace statistics
Bart Van Assche
3
-0
/
+39
2019-07-25
locking/lockdep: Reduce space occupied by stack traces
Bart Van Assche
2
-38
/
+92
2019-07-25
stacktrace: Constify 'entries' arguments
Bart Van Assche
1
-2
/
+2
2019-07-25
locking/lockdep: Make it clear that what lock_class::key points at is not mod...
Bart Van Assche
3
-3
/
+4
2019-07-25
perf/core: Fix creating kernel counters for PMUs that override event->cpu
Leonard Crestez
1
-1
/
+1
2019-07-25
locking/mutex: Test for initialized mutex
Sebastian Andrzej Siewior
1
-1
/
+10
2019-07-25
locking/lockdep: Clean up #ifdef checks
Arnd Bergmann
1
-7
/
+6
2019-07-25
locking/lockdep: Hide unused 'class' variable
Arnd Bergmann
1
-1
/
+2
2019-07-25
locking/rwsem: Add ACQUIRE comments
Peter Zijlstra
1
-5
/
+13
2019-07-25
lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loop
Peter Zijlstra
1
-1
/
+3
2019-07-25
locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is empty
Jan Stancek
1
-0
/
+2
2019-07-25
locking/rwsem: Don't call owner_on_cpu() on read-owner
Waiman Long
1
-1
/
+5
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-39
/
+81
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2
-5
/
+21
2019-07-24
access: avoid the RCU grace period for the temporary subjective credentials
Linus Torvalds
1
-2
/
+19
2019-07-24
dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}
Christoph Hellwig
1
-2
/
+11
2019-07-23
cgroup: minor tweak for logic to get cgroup css
Peng Wang
1
-1
/
+1
2019-07-23
cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()
Markus Elfring
1
-1
/
+1
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
1
-2
/
+2
2019-07-23
PM: sleep: Integrate suspend-to-idle with generig suspend flow
Rafael J. Wysocki
1
-16
/
+5
2019-07-23
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
1
-30
/
+23
2019-07-23
PCI: irq: Introduce rearm_wake_irq()
Rafael J. Wysocki
1
-0
/
+20
2019-07-22
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2019-07-22
sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=y
Thomas Gleixner
1
-4
/
+4
[prev]
[next]