summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani2008-03-071-0/+17
| * | | | sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra2008-03-071-7/+3
| * | | | sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie2008-03-071-1/+1
| * | | | sched: export task_nicePavel Roskin2008-03-071-1/+1
| * | | | sched: balance RT task resched only on runqueueSteven Rostedt2008-03-071-2/+4
| * | | | sched: retain vruntimePeter Zijlstra2008-03-073-0/+23
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-078-18/+15
|\ \ \ \ \
| * | | | | x86-boot: don't request VBE2 informationPeter Korsgaard2008-03-072-10/+1
| * | | | | x86: re-add reboot fixupsIngo Molnar2008-03-071-0/+6
| * | | | | x86: fix typo in step.cJan Beulich2008-03-071-2/+2
| * | | | | x86: fix merge mistake in i387.cJan Beulich2008-03-071-1/+1
| * | | | | x86: clear DF before calling signal handlerAurelien Jarno2008-03-073-5/+5
| |/ / / /
* / / / / drivers/char/esp.c: fix bootup lockupIngo Molnar2008-03-071-0/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25Linus Torvalds2008-03-0732-922/+625
|\ \ \ \
| * | | | sh: Fix up the sh64 build.Paul Mundt2008-03-062-19/+7
| * | | | sh: Fix up SH7710 VoIP-GW build.Paul Mundt2008-03-066-449/+250
| * | | | sh: Flag PMB support as EXPERIMENTAL.Paul Mundt2008-03-061-1/+1
| * | | | sh: Update r7780mp defconfig.Paul Mundt2008-03-061-25/+66
| * | | | fb: hitfb: Balance probe/remove section annotations.Paul Mundt2008-03-061-2/+2
| * | | | sh: hp6xx: Fix up hp6xx_apm build failure.Paul Mundt2008-03-061-0/+2
| * | | | fb: pvr2fb: Fix up remaining section mismatch.Paul Mundt2008-03-061-8/+4
| * | | | sh: Fix up section mismatches.Paul Mundt2008-03-062-2/+2
| * | | | sh: hp6xx: Correct APM output.Kristoffer Ericson2008-03-061-6/+14
| * | | | sh: update se7780 defconfiggoda.yusuke2008-03-061-391/+255
| * | | | sh: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-0613-17/+17
| * | | | sh: export copy-page() to modulesAndrew Morton2008-03-062-0/+2
| * | | | sh_ksyms_32.c update for gcc 4.3Adrian Bunk2008-03-061-2/+2
| * | | | sh/mm/pg-sh7705.c must #include <linux/fs.h>Adrian Bunk2008-03-061-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-03-075-12/+17
|\ \ \ \ \
| * | | | | [Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0Mike Frysinger2008-03-061-1/+1
| * | | | | [Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markingsMike Frysinger2008-03-041-6/+6
| * | | | | [Blackfin] arch: fix bug - allow SDH driver to be used as moduleMichael Hennerich2008-03-041-2/+2
| * | | | | [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu2008-03-072-3/+8
| |/ / / /
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-03-0732-465/+289
|\ \ \ \ \
| * | | | | [IA64] kprobes arch consolidation build fixHarvey Harrison2008-03-063-3/+3
| * | | | | [IA64] update efi region debugging to use MB, GB and TB as well as KBSimon Horman2008-03-061-4/+22
| * | | | | [IA64] use dev_printk in video quirkBjorn Helgaas2008-03-061-1/+1
| * | | | | [IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-0626-191/+186
| * | | | | [IA64] remove unnecessary nfs includes from sys_ia32.cKOSAKI Motohiro2008-03-061-6/+1
| * | | | | [IA64] remove CONFIG_SMP ifdef in ia64_send_ipi()Bjorn Helgaas2008-03-061-4/+0
| * | | | | [IA64] arch_ptrace() cleanupPetr Tesarik2008-03-061-59/+31
| * | | | | [IA64] remove duplicate code from arch_ptrace()Petr Tesarik2008-03-062-67/+36
| * | | | | [IA64] convert sys_ptrace to arch_ptracePetr Tesarik2008-03-062-41/+3
| * | | | | [IA64] remove find_thread_for_addr()Petr Tesarik2008-03-061-55/+1
| * | | | | [IA64] do not sync RBS when changing PT_AR_BSP or PT_CFMPetr Tesarik2008-03-061-16/+3
| * | | | | [IA64] access user RBS directlyPetr Tesarik2008-03-061-30/+14
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-03-0610-29/+59
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | [CRYPTO] xcbc: Fix crash with IPsecJoy Latten2008-03-061-1/+5
| * | | | [CRYPTO] xts: Use proper alignmentSebastian Siewior2008-03-061-7/+6
| * | | | [CRYPTO] digest: Include internal.h for prototypesAdrian Bunk2008-03-051-0/+2