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
2011-01-26
sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...
Paul Turner
1
-1
/
+1
2011-01-26
sched: Fix/remove redundant cfs_rq checks
Paul Turner
1
-4
/
+1
2011-01-26
sched: Fix sign under-flows in wake_affine
Paul Turner
1
-3
/
+3
2011-01-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+2
2011-01-26
console: rename acquire/release_console_sem() to console_lock/unlock()
Torben Hohn
1
-46
/
+54
2011-01-25
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-19
/
+27
2011-01-25
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+4
2011-01-25
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-25
/
+53
2011-01-24
Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent
Andy Whitcroft
1
-1
/
+2
2011-01-24
sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug
Yong Zhang
1
-25
/
+53
2011-01-24
module: show version information for built-in modules in sysfs
Dmitry Torokhov
1
-11
/
+54
2011-01-21
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+17
2011-01-21
perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/
Oleg Nesterov
1
-1
/
+1
2011-01-21
perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat
Peter Zijlstra
1
-0
/
+3
2011-01-21
genirq: Remove __do_IRQ
Thomas Gleixner
2
-114
/
+0
2011-01-20
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-29
/
+8
2011-01-20
Merge branch 'akpm'
Linus Torvalds
1
-6
/
+45
2011-01-20
kernel/smp.c: consolidate writes in smp_call_function_interrupt()
Milton Miller
1
-10
/
+19
2011-01-20
kernel/smp.c: fix smp_call_function_many() SMP race
Anton Blanchard
1
-0
/
+30
2011-01-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-22
/
+117
2011-01-20
smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status t...
Tejun Heo
1
-4
/
+7
2011-01-20
lockdep: Move early boot local IRQ enable/disable status to init/main.c
Tejun Heo
2
-25
/
+1
2011-01-19
hrtimers: Notify hrtimer users of switches to NOHZ mode
Stephen Boyd
1
-3
/
+4
2011-01-19
perf: Fix perf_event_init_task()/perf_event_free_task() interaction
Oleg Nesterov
1
-5
/
+4
2011-01-19
perf: Fix find_get_context() vs perf_event_exit_task() race
Oleg Nesterov
1
-14
/
+20
2011-01-19
blktrace: Don't output messages if NOTIFY isn't set.
Tao Ma
1
-0
/
+7
2011-01-19
sched, cgroup: Use exit hook to avoid use-after-free crash
Peter Zijlstra
1
-0
/
+18
2011-01-18
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+12
2011-01-18
perf: Validate cpu early in perf_event_alloc()
Oleg Nesterov
1
-4
/
+6
2011-01-18
perf: Find_get_context: fix the per-cpu-counter check
Oleg Nesterov
1
-1
/
+1
2011-01-18
perf: Fix contexted inheritance
Peter Zijlstra
1
-6
/
+5
2011-01-18
sched: Fix signed unsigned comparison in check_preempt_tick()
Mike Galbraith
1
-0
/
+3
2011-01-18
sched: Replace rq->bkl_count with rq->rq_sched_info.bkl_count
Yong Zhang
2
-5
/
+4
2011-01-18
sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failure
Mike Galbraith
3
-1
/
+33
2011-01-18
sched: Display autogroup names in /proc/sched_debug
Bharata B Rao
2
-0
/
+8
2011-01-18
sched: Reinstate group names in /proc/sched_debug
Bharata B Rao
1
-0
/
+35
2011-01-18
sched: Update effective_load() to use global share weights
Paul Turner
1
-16
/
+16
2011-01-15
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
6
-34
/
+36
2011-01-14
tracing: Remove syscall_exit_fields
Lai Jiangshan
1
-21
/
+12
2011-01-14
Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2011-01-14
cgroup_fs: fix cgroup use of simple_lookup()
Al Viro
1
-1
/
+16
2011-01-14
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2
-3
/
+15
2011-01-14
rcu: avoid pointless blocked-task warnings
Paul E. McKenney
1
-1
/
+2
2011-01-14
rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter status
Paul E. McKenney
1
-2
/
+13
2011-01-14
cgroups: Fix a lockdep warning at cgroup removal
Li Zefan
1
-1
/
+1
2011-01-13
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
4
-142
/
+1
2011-01-13
thp: khugepaged
Andrea Arcangeli
1
-0
/
+5
2011-01-13
thp: add pmd_huge_pte to mm_struct
Andrea Arcangeli
1
-0
/
+7
2011-01-13
thp: update futex compound knowledge
Andrea Arcangeli
1
-10
/
+45
2011-01-13
oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down
Mandeep Singh Baines
1
-0
/
+1
[prev]
[next]