summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: fix improper .init-type section referencesJan Beulich2007-07-161-1/+1
* change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki2007-07-161-0/+11
* serial: convert early_uart to earlycon for 8250Yinghai Lu2007-07-161-0/+22
* console: console handover to preferred consoleYinghai Lu2007-07-161-1/+4
* console: more buf for index parsingYinghai Lu2007-07-161-10/+10
* CFS: Fix missing digit off in wmult tableThomas Gleixner2007-07-141-1/+1
* Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-131-2/+4
|\
| * relay: fixup kerneldoc commentTom Zanussi2007-07-131-1/+1
| * relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi2007-07-131-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-07-132-19/+13Star
|\ \ | |/ |/|
| * [PATCH] sched: fix show_task()/show_tasks() outputIngo Molnar2007-07-131-16/+10Star
| * [PATCH] sched: remove stale version info from kernel/sched_debug.cIngo Molnar2007-07-131-1/+1
| * [PATCH] sched: allow larger granularityIngo Molnar2007-07-131-1/+1
| * [PATCH] sched: fix prio_to_wmult[] for nice 1Mike Galbraith2007-07-131-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-07-121-0/+10
|\ \
| * | security: Protection for exploiting null dereference using mmapEric Paris2007-07-121-0/+10
| |/
* / sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-122-7/+3Star
|/
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
* relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe2007-07-101-91/+55Star
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
* splice: relay supportTom Zanussi2007-07-101-50/+191
* sched: add CFS creditsIngo Molnar2007-07-091-0/+6
* sched: clean up sleep_on() APIsIngo Molnar2007-07-091-30/+41
* sched: style cleanupsIngo Molnar2007-07-091-6/+7
* sched: do not set softirqs to nice +19Ingo Molnar2007-07-091-1/+0Star
* sched: scheduler debugging, coreIngo Molnar2007-07-091-0/+275
* sched: add CFS debug sysctlsIngo Molnar2007-07-091-0/+80
* sched: remove unused rq types from sched.cIngo Molnar2007-07-091-16/+0Star
* sched: remove interactivity typesIngo Molnar2007-07-091-89/+12Star
* sched: clean up include files in sched.cIngo Molnar2007-07-091-2/+2
* sched: update delay-accounting to use CFS's precise statsBalbir Singh2007-07-094-9/+9
* sched: turn on the use of unstable eventsIngo Molnar2007-07-091-7/+14
* sched: x86, track TSC-unstable eventsIngo Molnar2007-07-091-0/+7
* sched: cfs core codeIngo Molnar2007-07-091-774/+758Star
* sched: remove the sleep-bonus interactivity codeIngo Molnar2007-07-091-46/+1Star
* sched: remove expired_starving()Ingo Molnar2007-07-091-22/+1Star
* sched: remove sleep_typeIngo Molnar2007-07-091-89/+2Star
* sched: cfs, add load-calculation methodsIngo Molnar2007-07-091-18/+120
* sched: clean up __normal_prio() positionIngo Molnar2007-07-091-29/+29
* sched: cleanup: move dequeue/enqueue_task()Ingo Molnar2007-07-091-38/+38
* sched: move around resched_task()Ingo Molnar2007-07-091-52/+52
* sched: clean up the rt priority macrosIngo Molnar2007-07-092-6/+18
* sched: add cfs_rq opsIngo Molnar2007-07-091-0/+12
* sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar2007-07-092-40/+30Star
* sched: add rq_clock()/__rq_clock()Ingo Molnar2007-07-091-0/+46
* sched: cfs rq data typesIngo Molnar2007-07-091-6/+78
* sched: cfs core, kernel/sched_idletask.cIngo Molnar2007-07-091-0/+71
* sched: cfs core, kernel/sched_rt.cIngo Molnar2007-07-091-0/+255
* sched: cfs core, kernel/sched_fair.cIngo Molnar2007-07-091-0/+1131
* sched: move code into kernel/sched_stats.hIngo Molnar2007-07-092-233/+236