aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* lockstat: fix numerical output rounding errorJoe Korty2008-08-261-1/+2
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-235-5/+0
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-08-221-1/+1
|\
| * sched: enable LB_BIAS by defaultPeter Zijlstra2008-08-211-1/+1
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-08-221-0/+1
|\ \
| * | rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap2008-08-211-0/+1
* | | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-211-1/+5
|/ /
* | fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-201-4/+4
* | tracehook: fix SA_NOCLDWAITRoland McGrath2008-08-191-2/+3
|/
* lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov2008-08-181-1/+1
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-08-164-13/+21
|\
| * lockdep: fix build if CONFIG_PROVE_LOCKING not definedStephen Hemminger2008-08-151-6/+6
| * lockdep: use WARN() in kernel/lockdep.cArjan van de Ven2008-08-131-4/+2
| * lockdep: spin_lock_nest_lock(), checkpatch fixesAndrew Morton2008-08-131-3/+0
| * Merge commit 'v2.6.27-rc3' into core/urgentIngo Molnar2008-08-1312-195/+146
| |\
| * | lockdep: build fixIngo Molnar2008-08-131-0/+13
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-08-162-4/+6
|\ \ \
| * | | sched: scale sysctl_sched_shares_ratelimit with nr_cpusPeter Zijlstra2008-08-151-2/+4
| * | | sched: fix rt-bandwidth hotplug racePeter Zijlstra2008-08-141-1/+1
| * | | sched: fix the race between walk_tg_tree and sched_create_groupZhang, Yanmin2008-08-141-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-08-152-11/+15
|\ \ \
| * | | security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-142-11/+15
| |/ /
* | | completions: uninline try_wait_for_completion and completion_doneDave Chinner2008-08-151-0/+46
* | | kexec: use a mutex for locking rather than xchg()Andrew Morton2008-08-151-24/+10
* | | kexec jump: fix for ftraceHuang Ying2008-08-151-2/+0
* | | kexec jump: in sync with hibernation implementationHuang Ying2008-08-151-0/+2
* | | kexec jump: remove duplication of kexec_restart_prepare()Huang Ying2008-08-152-6/+2
* | | kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2008-08-151-3/+3
* | | kexec jump: clean up #ifdef and commentsHuang Ying2008-08-151-9/+8
* | | kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()Huang Ying2008-08-151-1/+2
|/ /
* | genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan2008-08-121-45/+51
* | cpu hotplug: s390 doesn't support additional_cpus anymore.Heiko Carstens2008-08-121-1/+1
* | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-121-4/+6
|\ \ | |/
| * generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fixNick Piggin2008-08-121-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-08-122-2/+1
|\ \
| * | stop_machine: remove unused variableLi Zefan2008-08-121-1/+0
| * | modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-121-1/+1
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-08-116-137/+73
|\ \ \
| * \ \ Merge branch 'sched/clock' into sched/urgentIngo Molnar2008-08-122-116/+49
| |\ \ \
| | * \ \ Merge branch 'linus' into sched/clockIngo Molnar2008-08-1118-125/+239
| | |\ \ \
| | * | | | sched_clock: delay using sched_clock()Peter Zijlstra2008-08-111-2/+17
| | * | | | sched clock: couple local and remote clocksIngo Molnar2008-07-311-12/+21
| | * | | | sched clock: simplify __update_sched_clock()Ingo Molnar2008-07-311-3/+4
| | * | | | sched: eliminate scd->prev_rawIngo Molnar2008-07-311-5/+1
| | * | | | sched clock: clean up sched_clock_cpu()Ingo Molnar2008-07-311-5/+2
| | * | | | sched clock: revert various sched_clock() changesIngo Molnar2008-07-312-98/+13
| | * | | | Merge branch 'sched/urgent' into sched/clockIngo Molnar2008-07-304-13/+12
| | |\ \ \ \
| * | | | | | sched, cpu hotplug: fix set_cpus_allowed() use in hotplug callbacksDmitry Adamushko2008-08-111-3/+2
| * | | | | | sched: fix mysql+oltp regressionMike Galbraith2008-08-111-7/+12
| * | | | | | Merge branch 'linus' into sched/urgentIngo Molnar2008-08-1118-125/+239
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |