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
2013-01-26
PM / tracing: remove deprecated power trace API
Paul Gortmaker
2
-18
/
+0
2013-01-26
PM: don't use [delayed_]work_pending()
Tejun Heo
2
-7
/
+4
2013-01-25
async: initialise list heads to fix crash
James Hogan
1
-0
/
+2
2013-01-25
sched/debug: Fix format string for 32-bit platforms
Arnd Bergmann
1
-2
/
+2
2013-01-25
sched: Fix warning in kernel/sched/fair.c
Arnd Bergmann
1
-1
/
+1
2013-01-25
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
1
-1
/
+5
2013-01-25
sched/rt: Use root_domain of rt_rq not current processor
Shawn Bohrer
1
-1
/
+1
2013-01-25
MODSIGN: Simplify Makefile with a Kconfig helper
Michal Marek
1
-19
/
+3
2013-01-24
tracing: Mark tracing_dentry_percpu() static
Josh Triplett
1
-1
/
+1
2013-01-24
cgroup: remove bogus comments in cgroup_diput()
Li Zefan
1
-6
/
+0
2013-01-24
cgroup: remove synchronize_rcu() from cgroup_diput()
Li Zefan
1
-29
/
+43
2013-01-24
cgroup: remove duplicate RCU free on struct cgroup
Li Zefan
1
-1
/
+1
2013-01-24
sched: remove redundant NULL cgroup check in task_group_path()
Li Zefan
1
-7
/
+0
2013-01-24
sched: split out css_online/css_offline from tg creation/destruction
Li Zefan
2
-10
/
+42
2013-01-24
cgroup: initialize cgrp->dentry before css_alloc()
Li Zefan
1
-3
/
+4
2013-01-24
uprobes: remove redundant check
Sasha Levin
1
-2
/
+1
2013-01-24
workqueue: post global_cwq removal cleanups
Tejun Heo
1
-52
/
+52
2013-01-24
workqueue: rename nr_running variables
Tejun Heo
1
-4
/
+5
2013-01-24
workqueue: remove global_cwq
Tejun Heo
2
-30
/
+17
2013-01-24
workqueue: remove worker_pool->gcwq
Tejun Heo
1
-7
/
+5
2013-01-24
workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()
Tejun Heo
1
-22
/
+17
2013-01-24
workqueue: make freezing/thawing per-pool
Tejun Heo
1
-26
/
+20
2013-01-24
workqueue: make hotplug processing per-pool
Tejun Heo
1
-87
/
+62
2013-01-24
workqueue: move global_cwq->lock to worker_pool
Tejun Heo
1
-162
/
+154
2013-01-24
workqueue: move global_cwq->cpu to worker_pool
Tejun Heo
1
-21
/
+21
2013-01-24
workqueue: move busy_hash from global_cwq to worker_pool
Tejun Heo
1
-52
/
+59
2013-01-24
workqueue: record pool ID instead of CPU in work->data when off-queue
Tejun Heo
1
-44
/
+67
2013-01-24
workqueue: add worker_pool->id
Tejun Heo
1
-0
/
+21
2013-01-24
workqueue: introduce WORK_OFFQ_CPU_NONE
Tejun Heo
1
-2
/
+2
2013-01-24
workqueue: make GCWQ_FREEZING a pool flag
Tejun Heo
1
-13
/
+15
2013-01-24
workqueue: make GCWQ_DISASSOCIATED a pool flag
Tejun Heo
1
-31
/
+35
2013-01-24
workqueue: use std_ prefix for the standard per-cpu pools
Tejun Heo
1
-11
/
+11
2013-01-24
workqueue: unexport work_cpu()
Tejun Heo
1
-2
/
+2
2013-01-24
cgroup: remove a NULL check in cgroup_exit()
Li Zefan
1
-2
/
+1
2013-01-24
sched/fair: Set se->vruntime directly in place_entity()
Viresh Kumar
1
-3
/
+1
2013-01-24
x86/MSI: Support multiple MSIs in presense of IRQ remapping
Alexander Gordeev
1
-8
/
+22
2013-01-24
sched/rt: Add reschedule check to switched_from_rt()
Kirill Tkhai
1
-2
/
+5
2013-01-24
profiling: Remove unused timer hook
Frederic Weisbecker
1
-24
/
+0
2013-01-24
sched: Fix the broken sched_rr_get_interval()
Zhu Yanhai
1
-1
/
+1
2013-01-24
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-1
/
+1
2013-01-24
tracing: Fix unsigned int compare of zero in recursion check
Steven Rostedt
1
-1
/
+1
2013-01-24
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
14
-169
/
+373
2013-01-24
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
1
-3
/
+10
2013-01-24
Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-6
/
+15
2013-01-24
Merge tag 'v3.8-rc4' into irq/core
Ingo Molnar
102
-2841
/
+4991
2013-01-23
async: replace list of active domains with global list of pending items
Tejun Heo
1
-34
/
+29
2013-01-23
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
1
-49
/
+14
2013-01-23
async: use ULLONG_MAX for infinity cookie value
Tejun Heo
1
-5
/
+6
2013-01-23
async: bring sanity to the use of words domain and running
Tejun Heo
1
-34
/
+34
2013-01-23
Merge branch 'master' into for-3.9-async
Tejun Heo
34
-389
/
+832
[prev]
[next]