aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-6/+7
2008-08-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+7
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+7
2008-08-28ftrace: disable tracing for hibernationRafael J. Wysocki1-3/+10
2008-08-28sched: rt-bandwidth accounting fixPeter Zijlstra1-6/+5
2008-08-28sched: fix sched_rt_rq_enqueue() resched idleJohn Blackwood1-0/+2
2008-08-27ftrace: disable tracing for suspend to ramSteven Rostedt1-1/+4
2008-08-27exit signals: use of uninitialized field notify_countSteve VanDeBogart1-2/+2
2008-08-27lockdep: fix invalid list_del_rcu in zap_classZhu Yi1-2/+2
2008-08-26lockstat: repair erronous contention statisticsJoe Korty1-1/+1
2008-08-26lockstat: fix numerical output rounding errorJoe Korty1-1/+2
2008-08-25smp: have smp_call_function_single() detect invalid CPUsH. Peter Anvin1-3/+7
2008-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-50/+34
2008-08-25[module] Don't let gcc inline load_module()Linus Torvalds1-1/+1
2008-08-25sched_clock: fix cpu_clock()Peter Zijlstra1-50/+34
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk5-5/+0
2008-08-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-08-22Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-08-21nohz: fix wrong event handler after online an offlined cpuMiao Xie1-1/+5
2008-08-21rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap1-0/+1
2008-08-21sched: enable LB_BIAS by defaultPeter Zijlstra1-1/+1
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen1-4/+4
2008-08-19tracehook: fix SA_NOCLDWAITRoland McGrath1-2/+3
2008-08-18lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov1-1/+1
2008-08-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-13/+21
2008-08-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+6
2008-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-11/+15
2008-08-15lockdep: fix build if CONFIG_PROVE_LOCKING not definedStephen Hemminger1-6/+6
2008-08-15sched: scale sysctl_sched_shares_ratelimit with nr_cpusPeter Zijlstra1-2/+4
2008-08-15completions: uninline try_wait_for_completion and completion_doneDave Chinner1-0/+46
2008-08-15kexec: use a mutex for locking rather than xchg()Andrew Morton1-24/+10
2008-08-15kexec jump: fix for ftraceHuang Ying1-2/+0
2008-08-15kexec jump: in sync with hibernation implementationHuang Ying1-0/+2
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Huang Ying2-6/+2
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying1-3/+3
2008-08-15kexec jump: clean up #ifdef and commentsHuang Ying1-9/+8
2008-08-15kexec: fix compilation warning on xchg(&kexec_lock, 0) in kernel_kexec()Huang Ying1-1/+2
2008-08-14sched: fix rt-bandwidth hotplug racePeter Zijlstra1-1/+1
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells2-11/+15
2008-08-14sched: fix the race between walk_tg_tree and sched_create_groupZhang, Yanmin1-1/+1
2008-08-13lockdep: use WARN() in kernel/lockdep.cArjan van de Ven1-4/+2
2008-08-13lockdep: spin_lock_nest_lock(), checkpatch fixesAndrew Morton1-3/+0
2008-08-13Merge commit 'v2.6.27-rc3' into core/urgentIngo Molnar12-195/+146
2008-08-13lockdep: build fixIngo Molnar1-0/+13
2008-08-12genirq: switch /proc/irq/*/smp_affinity et al to seqfilesAlexey Dobriyan1-45/+51
2008-08-12cpu hotplug: s390 doesn't support additional_cpus anymore.Heiko Carstens1-1/+1
2008-08-12Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+6
2008-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-2/+1
2008-08-12generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fixNick Piggin1-4/+6
2008-08-12stop_machine: remove unused variableLi Zefan1-1/+0