summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski2007-08-311-7/+4
* | PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATIONRafael J. Wysocki2007-08-312-12/+33
* | setpgid(child) fails if the child was forked by sub-threadOleg Nesterov2007-08-311-2/+1
* | Assign task_struct.exit_code before taskstats_exit()Jonathan Lim2007-08-311-1/+1
|/
* fix bogus hotplug cpu warningHugh Dickins2007-08-271-1/+1
* sched: s/sched_latency/sched_min_granularityIngo Molnar2007-08-251-2/+2
* sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar2007-08-253-7/+7
* sched: adaptive scheduler granularityPeter Zijlstra2007-08-253-17/+85
* sched: fix CONFIG_SCHED_DEBUG dependency of lockdep sysctlsPeter Zijlstra2007-08-251-9/+9
* sched: fix startup penalty calculationIngo Molnar2007-08-241-1/+1
* sched: simplify bonus calculation #2Peter Zijlstra2007-08-241-2/+1
* sched: simplify bonus calculation #1Peter Zijlstra2007-08-241-2/+1
* sched: tidy up and simplify the bonus balanceIngo Molnar2007-08-241-4/+10
* sched: optimize task_tick_rt() a bitDmitry Adamushko2007-08-241-3/+8
* sched: simplify can_migrate_task()Sven-Thorsten Dietrich2007-08-241-6/+0
* sched: remove HZ dependency from the granularity defaultIngo Molnar2007-08-242-8/+7
* sched: CONFIG_SCHED_GROUP_FAIR=y fixletBruce Ashfield2007-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-232-18/+53
|\
| * sched: tweak the sched_runtime_limit tunableIngo Molnar2007-08-231-1/+1
| * sched: skip updating rq's next_balance under null SDSuresh Siddha2007-08-231-2/+12
| * sched: fix broken SMT/MC optimizationsSuresh Siddha2007-08-231-1/+1
| * sched: fix sysctl directory permissionsEric W. Biederman2007-08-231-4/+5
| * sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar2007-08-232-10/+34
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-08-231-2/+1
|\ \ | |/ |/|
| * Fix Off-by-one in /sys/module/*/refcntAlexey Dobriyan2007-08-221-2/+1
* | signalfd: fix interaction with posix-timersOleg Nesterov2007-08-221-2/+2
* | posix-timers: fix creation raceOleg Nesterov2007-08-221-1/+1
* | posix-timers: fix deletion raceThomas Gleixner2007-08-221-3/+4
* | free_irq(): fix DEBUG_SHIRQ handlingAndrew Morton2007-08-221-0/+2
* | futex_unlock_pi() hurts my brain and may cause application deadlockjohn stultz2007-08-221-0/+1
* | kernel/auditsc.c: fix an off-by-oneAdrian Bunk2007-08-221-1/+1
|/
* fix - ensure we don't use bootconsoles after init has been releasedRobin Getz2007-08-211-4/+6
* ensure we don't use bootconsoles after init has been releasedRobin Getz2007-08-201-0/+11
* Remove double inclusion of linux/capability.hChristian Heim2007-08-191-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-122-30/+30
|\
| * sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov2007-08-121-1/+1
| * sched: fix sleeper bonusIngo Molnar2007-08-121-6/+6
| * sched: make global code staticAdrian Bunk2007-08-121-23/+23
* | genirq: suppress resend of level interruptsThomas Gleixner2007-08-121-1/+6
* | genirq: cleanup mismerge artifactThomas Gleixner2007-08-121-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-113-7/+17
|\
| * sched debug: dont print kernel address in /proc/sched_debugIngo Molnar2007-08-101-1/+1
| * sched: fix typo in the FAIR_GROUP_SCHED branchIngo Molnar2007-08-101-4/+3
| * sched: improve rq-clock overflow logicIngo Molnar2007-08-101-2/+13
* | fix compilation with gcc 4.2Peter Chubb2007-08-112-2/+7
* | timer: remove clockevents_unregister_notifierMiao Xie2007-08-111-10/+0
* | Hibernation: do not try to mark invalid PFNs as nosaveRafael J. Wysocki2007-08-111-1/+2
* | Fix missing numa_zonelist_order sysctlLee Schermerhorn2007-08-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-095-322/+303
|\
| * sched: refine negative nice level granularityIngo Molnar2007-08-091-6/+10