| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: retain vruntime | Peter Zijlstra | 2008-03-07 | 3 | -0/+23 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25 | Linus Torvalds | 2008-03-06 | 32 | -922/+625 |
|\ |
|
| * | sh: Fix up the sh64 build. | Paul Mundt | 2008-03-06 | 2 | -19/+7 |
| * | sh: Fix up SH7710 VoIP-GW build. | Paul Mundt | 2008-03-06 | 6 | -449/+250 |
| * | sh: Flag PMB support as EXPERIMENTAL. | Paul Mundt | 2008-03-06 | 1 | -1/+1 |
| * | sh: Update r7780mp defconfig. | Paul Mundt | 2008-03-06 | 1 | -25/+66 |
| * | fb: hitfb: Balance probe/remove section annotations. | Paul Mundt | 2008-03-06 | 1 | -2/+2 |
| * | sh: hp6xx: Fix up hp6xx_apm build failure. | Paul Mundt | 2008-03-06 | 1 | -0/+2 |
| * | fb: pvr2fb: Fix up remaining section mismatch. | Paul Mundt | 2008-03-06 | 1 | -8/+4 |
| * | sh: Fix up section mismatches. | Paul Mundt | 2008-03-06 | 2 | -2/+2 |
| * | sh: hp6xx: Correct APM output. | Kristoffer Ericson | 2008-03-06 | 1 | -6/+14 |
| * | sh: update se7780 defconfig | goda.yusuke | 2008-03-06 | 1 | -391/+255 |
| * | sh: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-06 | 13 | -17/+17 |
| * | sh: export copy-page() to modules | Andrew Morton | 2008-03-06 | 2 | -0/+2 |
| * | sh_ksyms_32.c update for gcc 4.3 | Adrian Bunk | 2008-03-06 | 1 | -2/+2 |
| * | sh/mm/pg-sh7705.c must #include <linux/fs.h> | Adrian Bunk | 2008-03-06 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 2008-03-06 | 5 | -12/+17 |
|\ \ |
|
| * | | [Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0 | Mike Frysinger | 2008-03-05 | 1 | -1/+1 |
| * | | [Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markings | Mike Frysinger | 2008-03-03 | 1 | -6/+6 |
| * | | [Blackfin] arch: fix bug - allow SDH driver to be used as module | Michael Hennerich | 2008-03-03 | 1 | -2/+2 |
| * | | [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscalls | Bryan Wu | 2008-03-06 | 2 | -3/+8 |
| |/ |
|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-03-06 | 32 | -465/+289 |
|\ \ |
|
| * | | [IA64] kprobes arch consolidation build fix | Harvey Harrison | 2008-03-06 | 3 | -3/+3 |
| * | | [IA64] update efi region debugging to use MB, GB and TB as well as KB | Simon Horman | 2008-03-06 | 1 | -4/+22 |
| * | | [IA64] use dev_printk in video quirk | Bjorn Helgaas | 2008-03-06 | 1 | -1/+1 |
| * | | [IA64] remove remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-06 | 26 | -191/+186 |
| * | | [IA64] remove unnecessary nfs includes from sys_ia32.c | KOSAKI Motohiro | 2008-03-06 | 1 | -6/+1 |
| * | | [IA64] remove CONFIG_SMP ifdef in ia64_send_ipi() | Bjorn Helgaas | 2008-03-06 | 1 | -4/+0 |
| * | | [IA64] arch_ptrace() cleanup | Petr Tesarik | 2008-03-05 | 1 | -59/+31 |
| * | | [IA64] remove duplicate code from arch_ptrace() | Petr Tesarik | 2008-03-05 | 2 | -67/+36 |
| * | | [IA64] convert sys_ptrace to arch_ptrace | Petr Tesarik | 2008-03-05 | 2 | -41/+3 |
| * | | [IA64] remove find_thread_for_addr() | Petr Tesarik | 2008-03-05 | 1 | -55/+1 |
| * | | [IA64] do not sync RBS when changing PT_AR_BSP or PT_CFM | Petr Tesarik | 2008-03-05 | 1 | -16/+3 |
| * | | [IA64] access user RBS directly | Petr Tesarik | 2008-03-05 | 1 | -30/+14 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-03-06 | 10 | -29/+59 |
|\ \ |
|
| * | | [CRYPTO] xcbc: Fix crash with IPsec | Joy Latten | 2008-03-06 | 1 | -1/+5 |
| * | | [CRYPTO] xts: Use proper alignment | Sebastian Siewior | 2008-03-06 | 1 | -7/+6 |
| * | | [CRYPTO] digest: Include internal.h for prototypes | Adrian Bunk | 2008-03-05 | 1 | -0/+2 |
| * | | [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER | Herbert Xu | 2008-02-23 | 1 | -0/+1 |
| * | | [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module | Herbert Xu | 2008-02-23 | 6 | -21/+45 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2008-03-06 | 2 | -7/+11 |
|\ \ \ |
|
| * | | | [XFS] fix inode leak in xfs_iget_core() | David Chinner | 2008-03-06 | 1 | -0/+1 |
| * | | | [XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too many | David Chinner | 2008-03-06 | 1 | -7/+10 |
| | |/
| |/| |
|
* | | | Really unexport asm/page.h | David Woodhouse | 2008-03-06 | 2 | -5/+0 |
* | | | Merge branch 'for-linus' of git://git.infradead.org/~dedekind/ubi-2.6 | Linus Torvalds | 2008-03-05 | 4 | -8/+11 |
|\ \ \ |
|
| * | | | UBI: mtd/ubi/vtbl.c: fix memory leak | Adrian Bunk | 2008-03-04 | 1 | -0/+1 |
| * | | | UBI: fix sparse errors in ubi.h | Harvey Harrison | 2008-03-04 | 1 | -5/+5 |
| * | | | UBI: fix error message | Artem Bityutskiy | 2008-03-04 | 1 | -2/+2 |
| * | | | UBI: silence warning | S.Çağlar Onur | 2008-03-04 | 1 | -1/+3 |
* | | | | parisc: fix IOMMU's device boundary overflow bug on 32bits arch | FUJITA Tomonori | 2008-03-05 | 2 | -4/+4 |