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
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-21
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-0
/
+2
2014-01-21
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-7
/
+6
2014-01-21
sched: add tracepoints related to NUMA task migration
Mel Gorman
1
-0
/
+2
2014-01-16
sched: Fix __sched_setscheduler() nice test
Peter Zijlstra
1
-1
/
+2
2014-01-16
sched: Move SCHED_RESET_ON_FORK into attr::sched_flags
Peter Zijlstra
1
-14
/
+28
2014-01-16
sched: Fix up attr::sched_priority warning
Peter Zijlstra
1
-2
/
+1
2014-01-16
sched: Fix up scheduler syscall LTP fails
Peter Zijlstra
1
-3
/
+11
2014-01-16
sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...
Peter Zijlstra
1
-2
/
+4
2014-01-16
sched/core: Fix htmldocs warnings
Juri Lelli
1
-2
/
+2
2014-01-16
sched/deadline: Remove unused variables
Peter Zijlstra
1
-11
/
+0
2014-01-13
sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding
Peter Zijlstra
1
-2
/
+1
2014-01-13
sched: Reduce trigger_load_balance() parameters
Daniel Lezcano
1
-1
/
+1
2014-01-13
sched/deadline: Fix hotplug admission control
Peter Zijlstra
1
-51
/
+32
2014-01-13
sched/deadline: Remove the sysctl_sched_dl knobs
Peter Zijlstra
1
-188
/
+71
2014-01-13
sched/deadline: Fix up the smp-affinity mask tests
Peter Zijlstra
1
-19
/
+9
2014-01-13
sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap
Juri Lelli
1
-0
/
+3
2014-01-13
sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks
Dario Faggioli
1
-27
/
+414
2014-01-13
sched/deadline: Add SCHED_DEADLINE inheritance logic
Dario Faggioli
1
-6
/
+30
2014-01-13
rtmutex: Turn the plist into an rb-tree
Peter Zijlstra
1
-4
/
+0
2014-01-13
sched/deadline: Add period support for SCHED_DEADLINE tasks
Harald Gustafsson
1
-2
/
+8
2014-01-13
sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic
Juri Lelli
1
-1
/
+8
2014-01-13
sched/deadline: Add SCHED_DEADLINE structures & implementation
Dario Faggioli
1
-15
/
+94
2014-01-13
sched: Add new scheduler syscalls to support an extended scheduling parameter...
Dario Faggioli
1
-20
/
+243
2013-12-17
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-4
/
+6
2013-12-17
sched: Assign correct scheduling domain to 'sd_llc'
Mel Gorman
1
-2
/
+3
2013-12-11
sched: Initialize power_orig for overlapping groups
Peter Zijlstra
1
-0
/
+1
2013-12-05
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
1
-4
/
+3
2013-12-05
cgroup, sched: convert away from cftype->read_map()
Tejun Heo
1
-5
/
+5
2013-11-27
sched: Add sched_class->task_dead() method
Dario Faggioli
1
-0
/
+3
2013-11-27
sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug()
Oleg Nesterov
1
-3
/
+3
2013-11-27
sched: Expose preempt_schedule_irq()
Thomas Gleixner
1
-2
/
+1
2013-11-26
sched: Fix a trivial syntax misuse
Shigeru Yoshida
1
-1
/
+1
2013-11-19
sched: Fix a trivial typo in comments
Shigeru Yoshida
1
-1
/
+1
2013-11-19
sched: Avoid NULL dereference on sd_busy
Peter Zijlstra
1
-1
/
+2
2013-11-13
sched: Optimize task_sched_runtime()
Peter Zijlstra
1
-0
/
+14
2013-11-06
sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus
Preeti U Murthy
1
-0
/
+6
2013-11-06
sched: Move completion code from core.c to completion.c
Peter Zijlstra
1
-284
/
+0
2013-11-06
sched: Move wait code from core.c to wait.c
Peter Zijlstra
1
-105
/
+2
2013-10-29
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
1
-1
/
+8
2013-10-28
sched: Remove extra put_online_cpus() inside sched_setaffinity()
Michael wang
1
-1
/
+0
2013-10-16
sched: Remove get_online_cpus() usage
Peter Zijlstra
1
-10
/
+10
2013-10-16
sched: Fix race in migrate_swap_stop()
Peter Zijlstra
1
-0
/
+4
2013-10-09
mm: numa: Revert temporarily disabling of NUMA migration
Rik van Riel
1
-2
/
+0
2013-10-09
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
Mel Gorman
1
-1
/
+0
2013-10-09
sched/numa: Avoid migrating tasks that are placed on their preferred node
Peter Zijlstra
1
-0
/
+29
2013-10-09
sched/numa: Stay on the same node if CLONE_VM
Rik van Riel
1
-5
/
+9
2013-10-09
sched/numa: Use {cpu, pid} to create task groups for shared faults
Peter Zijlstra
1
-0
/
+3
2013-10-09
sched/numa: Use a system-wide search to find swap/migration candidates
Mel Gorman
1
-0
/
+4
2013-10-09
sched/numa: Introduce migrate_swap()
Peter Zijlstra
1
-5
/
+101
2013-10-09
sched/numa: Do not migrate memory immediately after switching node
Rik van Riel
1
-1
/
+1
[next]