index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-07
sched: Deal with low-load in wake_affine()
Peter Zijlstra
1
-1
/
+11
2009-09-07
sched: Remove short cut from select_task_rq_fair()
Peter Zijlstra
1
-2
/
+0
2009-09-04
sched: Fix dynamic power-balancing crash
Ingo Molnar
1
-2
/
+5
2009-09-04
sched: Remove reciprocal for cpu_power
Peter Zijlstra
1
-67
/
+34
2009-09-04
sched: Try to deal with low capacity, fix update_sd_power_savings_stats()
Gautham R Shenoy
1
-1
/
+1
2009-09-04
sched: Try to deal with low capacity
Peter Zijlstra
1
-5
/
+28
2009-09-04
sched: Scale down cpu_power due to RT tasks
Peter Zijlstra
3
-7
/
+71
2009-09-04
sched: Implement dynamic cpu_power
Peter Zijlstra
1
-3
/
+35
2009-09-04
sched: Add smt_gain
Peter Zijlstra
1
-1
/
+7
2009-09-04
sched: Update the cpu_power sum during load-balance
Peter Zijlstra
1
-4
/
+29
2009-09-04
sched: Add SD_PREFER_SIBLING
Peter Zijlstra
1
-1
/
+13
2009-09-04
sched: Restore __cpu_power to a straight sum of power
Peter Zijlstra
1
-16
/
+12
2009-09-04
Merge branches 'sched/domains' and 'sched/clock' into sched/core
Ingo Molnar
1
-245
/
+320
2009-09-02
sched: Add wait, sleep and iowait accounting tracepoints
Peter Zijlstra
1
-1
/
+11
2009-09-02
sched: Provide iowait counters
Arjan van de Ven
3
-0
/
+13
2009-09-02
Merge commit 'v2.6.31-rc8' into sched/core
Ingo Molnar
29
-356
/
+644
2009-08-29
sched: Rename init_cfs_rq => init_tg_cfs_rq
Anirban Sinha
1
-5
/
+5
2009-08-28
sched: Fix division by zero - really
Peter Zijlstra
1
-21
/
+29
2009-08-27
module: workaround duplicate section names
James Bottomley
1
-1
/
+2
2009-08-27
module: fix BUG_ON() for powerpc (and other function descriptor archs)
Rusty Russell
1
-2
/
+4
2009-08-26
clone(): fix race between copy_process() and de_thread()
Oleg Nesterov
1
-15
/
+5
2009-08-25
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-1
/
+1
2009-08-25
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-11
/
+14
2009-08-25
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-16
/
+13
2009-08-21
perf_counter: Fix typo in read() output generation
Peter Zijlstra
1
-1
/
+1
2009-08-21
sched: Avoid division by zero
Peter Zijlstra
1
-13
/
+10
2009-08-20
sched: Use for_each_class macro in move_one_task()
Hiroshi Shimamoto
1
-1
/
+2
2009-08-19
Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...
Linus Torvalds
1
-0
/
+15
2009-08-19
clockevent: Prevent dead lock on clockevents_lock
Suresh Siddha
2
-10
/
+13
2009-08-18
tracing: handle broken names in ftrace filter
Jiri Olsa
1
-6
/
+11
2009-08-18
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
1
-1
/
+0
2009-08-18
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+8
2009-08-18
sched: Consolidate definition of variable sd in __build_sched_domains
Andreas Herrmann
1
-9
/
+4
2009-08-18
sched: Separate out build of NUMA sched groups from __build_sched_domains
Andreas Herrmann
1
-63
/
+67
2009-08-18
sched: Separate out build of ALLNODES sched groups from __build_sched_domains
Andreas Herrmann
1
-5
/
+8
2009-08-18
sched: Separate out build of CPU sched groups from __build_sched_domains
Andreas Herrmann
1
-9
/
+9
2009-08-18
sched: Separate out build of MC sched groups from __build_sched_domains
Andreas Herrmann
1
-13
/
+10
2009-08-18
sched: Separate out build of SMT sched groups from __build_sched_domains
Andreas Herrmann
1
-11
/
+20
2009-08-18
sched: Separate out build of SMT sched domain from __build_sched_domains
Andreas Herrmann
1
-13
/
+19
2009-08-18
sched: Separate out build of MC sched domain from __build_sched_domains
Andreas Herrmann
1
-12
/
+18
2009-08-18
sched: Separate out build of CPU sched domain from __build_sched_domains
Andreas Herrmann
1
-9
/
+17
2009-08-18
sched: Separate out build of NUMA sched domain from __build_sched_domains
Andreas Herrmann
1
-25
/
+32
2009-08-18
sched: Separate out allocation/free/goto-hell from __build_sched_domains
Andreas Herrmann
1
-72
/
+99
2009-08-18
sched: Use structure to store local data in __build_sched_domains
Andreas Herrmann
1
-76
/
+89
2009-08-18
genirq: Wake up irq thread after action has been installed
Thomas Gleixner
1
-2
/
+8
2009-08-18
perf_counter: Fix the PARISC build
Ingo Molnar
1
-0
/
+4
2009-08-18
ftrace: Unify effect of writing to trace_options and option/*
Zhaolei
1
-10
/
+2
2009-08-17
timers: Drop write permission on /proc/timer_list
Amerigo Wang
1
-1
/
+1
2009-08-17
perf_counter: Check task on counter read IPI
Paul Mackerras
1
-0
/
+11
2009-08-17
Security/SELinux: seperate lsm specific mmap_min_addr
Eric Paris
1
-3
/
+4
[next]