summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-0632-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-065-12/+17
|\ \ \ \ \
| * | | | | [Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0Mike Frysinger2008-03-051-1/+1
| * | | | | [Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markingsMike Frysinger2008-03-031-6/+6
| * | | | | [Blackfin] arch: fix bug - allow SDH driver to be used as moduleMichael Hennerich2008-03-031-2/+2
| * | | | | [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu2008-03-062-3/+8
| |/ / / /
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-03-0632-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-051-59/+31
| * | | | | [IA64] remove duplicate code from arch_ptrace()Petr Tesarik2008-03-052-67/+36
| * | | | | [IA64] convert sys_ptrace to arch_ptracePetr Tesarik2008-03-052-41/+3
| * | | | | [IA64] remove find_thread_for_addr()Petr Tesarik2008-03-051-55/+1
| * | | | | [IA64] do not sync RBS when changing PT_AR_BSP or PT_CFMPetr Tesarik2008-03-051-16/+3
| * | | | | [IA64] access user RBS directlyPetr Tesarik2008-03-051-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
| * | | | [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHERHerbert Xu2008-02-231-0/+1
| * | | | [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu2008-02-236-21/+45
* | | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-03-062-7/+11
|\ \ \ \ \
| * | | | | [XFS] fix inode leak in xfs_iget_core()David Chinner2008-03-061-0/+1
| * | | | | [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too manyDavid Chinner2008-03-061-7/+10
| | |/ / / | |/| | |
* | | | | Really unexport asm/page.hDavid Woodhouse2008-03-062-5/+0
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2008-03-054-8/+11
|\ \ \ \
| * | | | UBI: mtd/ubi/vtbl.c: fix memory leakAdrian Bunk2008-03-041-0/+1
| * | | | UBI: fix sparse errors in ubi.hHarvey Harrison2008-03-041-5/+5
| * | | | UBI: fix error messageArtem Bityutskiy2008-03-041-2/+2
OpenPOWER on IntegriCloud