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
2014-05-22
sched/numa: Update migrate_improves/degrades_locality()
Rik van Riel
1
-13
/
+29
2014-05-22
sched/numa: Allow task switch if load imbalance improves
Rik van Riel
1
-10
/
+36
2014-05-22
sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...
xiaofeng.yan
1
-1
/
+1
2014-05-22
sched: Consolidate open coded implementations of nice level frobbing into nic...
Dongsheng Yang
2
-4
/
+4
2014-05-22
sched: Initialize rq->age_stamp on processor start
Corey Minyard
1
-0
/
+11
2014-05-22
sched, nohz: Change rq->nr_running to always use wrappers
Kirill Tkhai
5
-15
/
+17
2014-05-22
sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()
Jason Low
1
-23
/
+46
2014-05-22
sched: Use clamp() and clamp_val() to make sys_nice() more readable
Dongsheng Yang
1
-9
/
+2
2014-05-22
sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()
Dietmar Eggemann
1
-2
/
+0
2014-05-22
sched/numa: Fix initialization of sched_domain_topology for NUMA
Vincent Guittot
1
-1
/
+1
2014-05-22
sched: Call select_idle_sibling() when not affine_sd
Rik van Riel
1
-3
/
+3
2014-05-22
sched: Simplify return logic in sched_read_attr()
Michael Kerrisk
1
-7
/
+2
2014-05-22
sched: Simplify return logic in sched_copy_attr()
Michael Kerrisk
1
-4
/
+2
2014-05-22
sched: Fix exec_start/task_hot on migrated tasks
Ben Segall
1
-0
/
+3
2014-05-22
Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...
Ingo Molnar
6
-31
/
+78
2014-05-22
Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Ingo Molnar
2
-9
/
+6
2014-05-22
Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes
Ingo Molnar
19
-137
/
+156
2014-05-22
sched: Fix hotplug vs. set_cpus_allowed_ptr()
Lai Jiangshan
2
-3
/
+4
2014-05-22
sched/cpupri: Replace NR_CPUS arrays
Peter Zijlstra
2
-1
/
+8
2014-05-22
sched/deadline: Replace NR_CPUS arrays
Peter Zijlstra
2
-12
/
+27
2014-05-22
sched/deadline: Restrict user params max value to 2^63 ns
Juri Lelli
1
-7
/
+30
2014-05-22
sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINE
Peter Zijlstra
1
-6
/
+3
2014-05-22
sched: Disallow sched_attr::sched_policy < 0
Peter Zijlstra
1
-0
/
+3
2014-05-22
sched: Make sched_setattr() correctly return -EFBIG
Michael Kerrisk
1
-2
/
+3
2014-05-21
Merge remote-tracking branch 'origin/x86/urgent' into x86/vdso
H. Peter Anvin
2
-68
/
+50
2014-05-21
Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso
H. Peter Anvin
11
-30
/
+54
2014-05-21
net: filter: cleanup invocation of internal BPF
Alexei Starovoitov
1
-4
/
+2
2014-05-21
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-68
/
+50
2014-05-20
tracing: Add funcgraph_tail option to print function name after closing braces
Robert Elliott
2
-3
/
+7
2014-05-20
tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx defines
Robert Elliott
2
-9
/
+1
2014-05-20
workqueue: use generic attach/detach routine for rescuers
Lai Jiangshan
1
-66
/
+8
2014-05-20
workqueue: separate pool-attaching code out from create_worker()
Lai Jiangshan
1
-23
/
+38
2014-05-20
workqueue: rename manager_mutex to attach_mutex
Lai Jiangshan
2
-24
/
+24
2014-05-20
workqueue: narrow the protection range of manager_mutex
Lai Jiangshan
1
-30
/
+5
2014-05-20
workqueue: convert worker_idr to worker_ida
Lai Jiangshan
1
-12
/
+8
2014-05-20
workqueue: separate iteration role from worker_idr
Lai Jiangshan
2
-13
/
+17
2014-05-20
workqueue: destroy worker directly in the idle timeout handler
Lai Jiangshan
1
-62
/
+5
2014-05-20
workqueue: async worker destruction
Lai Jiangshan
1
-21
/
+41
2014-05-20
workqueue: destroy_worker() should destroy idle workers only
Lai Jiangshan
1
-11
/
+8
2014-05-20
workqueue: use manager lock only to protect worker_idr
Lai Jiangshan
1
-28
/
+6
2014-05-20
Merge branch 'pm-sleep' into acpi-pm
Rafael J. Wysocki
3
-22
/
+27
2014-05-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2014-05-19
PM / OPP: Make OPP invisible to users in Kconfig
Mark Brown
1
-2
/
+1
2014-05-19
cgroup: disallow debug controller on the default hierarchy
Tejun Heo
1
-3
/
+18
2014-05-19
rcu: Provide API to suppress stall warnings while sysrc runs
Rik van Riel
1
-0
/
+12
2014-05-19
perf/events/core: Drop unused variable after cleanup
Borislav Petkov
1
-1
/
+1
2014-05-19
perf: Fix a race between ring_buffer_detach() and ring_buffer_attach()
Peter Zijlstra
1
-60
/
+49
2014-05-19
perf: Prevent false warning in perf_swevent_add
Jiri Olsa
1
-1
/
+12
2014-05-19
perf: Limit perf_event_attr::sample_period to 63 bits
Peter Zijlstra
1
-0
/
+3
2014-05-19
futex: Prevent attaching to kernel threads
Thomas Gleixner
1
-0
/
+5
[prev]
[next]