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
2012-12-07
Merge branch 'linus' into sched/core
Ingo Molnar
12
-99
/
+116
2012-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...
Linus Torvalds
1
-7
/
+7
2012-12-06
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+3
2012-12-05
MODSIGN: Don't use enum-type bitfields in module signature info block
David Howells
1
-7
/
+7
2012-12-04
watchdog: Fix CPU hotplug regression
Thomas Gleixner
1
-0
/
+3
2012-12-04
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...
Linus Torvalds
1
-2
/
+2
2012-12-04
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2012-12-04
workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s
Tejun Heo
1
-2
/
+2
2012-12-03
Revert "sched, autogroup: Stop going ahead if autogroup is disabled"
Mike Galbraith
2
-9
/
+0
2012-12-03
modsign: add symbol prefix to certificate list
James Hogan
1
-2
/
+2
2012-12-01
workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay
Tejun Heo
1
-3
/
+11
2012-12-01
workqueue: exit rescuer_thread() as TASK_RUNNING
Mike Galbraith
1
-1
/
+3
2012-12-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+7
2012-11-26
futex: avoid wake_futex() for a PI futex_q
Darren Hart
1
-1
/
+17
2012-11-26
watchdog: using u64 in get_sample_period()
Chuansheng Liu
1
-2
/
+2
2012-11-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-19
/
+22
2012-11-01
futex: Handle futex_pi OWNER_DIED take over correctly
Thomas Gleixner
1
-19
/
+22
2012-10-31
module: fix out-by-one error in kallsyms
Rusty Russell
1
-11
/
+16
2012-10-30
perf, powerpc: Fix hw breakpoints returning -ENOSPC
Michael Neuling
1
-5
/
+7
2012-10-29
cputime: Separate irqtime accounting from generic vtime
Frederic Weisbecker
1
-2
/
+2
2012-10-29
cputime: Specialize irq vtime hooks
Frederic Weisbecker
1
-3
/
+3
2012-10-29
vtime: Make vtime_account_system() irqsafe
Frederic Weisbecker
1
-3
/
+13
2012-10-25
Merge branch 'akpm' (Andrew's fixes)
Linus Torvalds
1
-1
/
+11
2012-10-25
Makefile: Documentation for external tool should be correct
H. Peter Anvin
1
-4
/
+2
2012-10-25
pidns: limit the nesting depth of pid namespaces
Andrew Vagin
1
-1
/
+11
2012-10-24
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-31
/
+10
2012-10-24
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2012-10-24
workqueue: cancel_delayed_work() should return %false if work item is idle
Dan Magenheimer
1
-1
/
+1
2012-10-24
sched: Describe CFS load-balancer
Peter Zijlstra
1
-2
/
+116
2012-10-24
sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
Paul Turner
3
-4
/
+25
2012-10-24
sched: Make __update_entity_runnable_avg() fast
Paul Turner
1
-24
/
+101
2012-10-24
sched: Update_cfs_shares at period edge
Paul Turner
1
-8
/
+10
2012-10-24
sched: Refactor update_shares_cpu() -> update_blocked_avgs()
Paul Turner
1
-27
/
+23
2012-10-24
sched: Replace update_shares weight distribution with per-entity computation
Paul Turner
3
-165
/
+36
2012-10-24
sched: Maintain runnable averages across throttled periods
Paul Turner
2
-11
/
+42
2012-10-24
sched: Normalize tg load contributions against runnable time
Paul Turner
3
-0
/
+62
2012-10-24
sched: Compute load contribution by a group entity
Paul Turner
1
-6
/
+27
2012-10-24
sched: Aggregate total task_group load
Paul Turner
3
-0
/
+30
2012-10-24
sched: Account for blocked load waking back up
Paul Turner
2
-21
/
+81
2012-10-24
sched: Add an rq migration call-back to sched_class
Paul Turner
2
-0
/
+14
2012-10-24
sched: Maintain the load contribution of blocked entities
Paul Turner
4
-15
/
+121
2012-10-24
sched: Aggregate load contributed by task entities on parenting cfs_rq
Paul Turner
3
-5
/
+59
2012-10-24
sched: Maintain per-rq runnable averages
Ben Segall
3
-4
/
+26
2012-10-24
sched: Track the runnable average on a per-task entity basis
Paul Turner
3
-0
/
+138
2012-10-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-183
/
+166
2012-10-22
module_signing: fix printk format warning
Randy Dunlap
1
-1
/
+1
2012-10-21
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-0
/
+4
2012-10-21
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-183
/
+162
2012-10-19
use clamp_t in UNAME26 fix
Kees Cook
1
-1
/
+1
2012-10-19
MODSIGN: Move the magic string to the end of a module and eliminate the search
David Howells
3
-28
/
+25
[next]