aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-23
|\
| * Use macros for .data.page_aligned section.Tim Abbott2009-09-21
| * Use macros for .bss.page_aligned section.Tim Abbott2009-09-21
| * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-21
| * arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg2009-09-20
| * kbuild: rename ld-option to cc-ldoptionSam Ravnborg2009-09-20
| * kbuild: use INSTALLKERNEL to select customized installkernel scriptSam Ravnborg2009-09-20
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-09-23
|\ \
| * | ixp4xx: arch_idle() documentation fixupMikael Pettersson2009-09-21
| * | ixp4xx: timer and clocks cleanupsMikael Pettersson2009-09-21
* | | MN10300: Handle removal of struct uart_infoDavid Howells2009-09-23
* | | FRV: Use asm/generic-hardirq.hChristoph Hellwig2009-09-23
* | | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-23
|\ \ \
| * | | x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath2009-09-22
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-23
|\ \ \ \
| * | | | mtd: OneNand support for Nomadik 8815 SoC (on NHK8815 board)Alessandro Rubini2009-09-20
| * | | | mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board)Alessandro Rubini2009-09-20
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-20
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mtd: omap: add support for nand prefetch-read and post-writevimal singh2009-09-19
| * | | | mtd: onenand: make onenand/generic.c more genericMagnus Damm2009-09-19
* | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-09-23
|\ \ \ \ \
| * | | | | intel-iommu: Kill DMAR_BROKEN_GFX_WA option.David Woodhouse2009-09-19
| * | | | | ia64: IOMMU passthrough mode shouldn't trigger swiotlb initDavid Woodhouse2009-08-13
| * | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2009-08-08
| |\ \ \ \ \
| * | | | | | intel-iommu: Unify hardware and software passthrough supportDavid Woodhouse2009-08-04
| * | | | | | iommu=pt is a valid early paramAlex Williamson2009-08-03
* | | | | | | misc: remove redundant start_kernel prototypesRusty Russell2009-09-23
* | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-23
|\ \ \ \ \ \ \
| * | | | | | | [S390] Update default configuration.Martin Schwidefsky2009-09-22
| * | | | | | | [S390] hibernate: Do real CPU swap at resume timeMichael Holzheu2009-09-22
| * | | | | | | [S390] hibernate: make sure pfn_is_nosave handles lowcore pagesHeiko Carstens2009-09-22
| * | | | | | | [S390] smp: introduce LC_ORDER and simplify lowcore handlingHeiko Carstens2009-09-22
| * | | | | | | [S390] ptrace: use common code for simple peek/poke operationsChristian Borntraeger2009-09-22
| * | | | | | | [S390] fix disabled_wait inline assembly clobber listHeiko Carstens2009-09-22
| * | | | | | | [S390] Change kernel_page_present coding style.Heiko Carstens2009-09-22
| * | | | | | | [S390] hibernation: reset system after resumeHeiko Carstens2009-09-22
| * | | | | | | [S390] hibernation: fix guest page hinting related crashHeiko Carstens2009-09-22
| * | | | | | | [S390] Get rid of init_module/delete_module compat functions.Heiko Carstens2009-09-22
| * | | | | | | [S390] Convert sys_execve to function with parameters.Heiko Carstens2009-09-22
| * | | | | | | [S390] Convert sys_clone to function with parameters.Heiko Carstens2009-09-22
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-23
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-29
| |\ \ \ \ \ \ \
| | * | | | | | | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-03
* | | | | | | | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2009-09-23
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into sfi-releaseLen Brown2009-09-19
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | SFI: remove unneeded includesFeng Tang2009-09-15
| * | | | | | | | | sfi: Remove unused codeThomas Gleixner2009-09-15
| * | | | | | | | | SFI: Hook PCI MMCONFIGFeng Tang2009-08-28
| * | | | | | | | | x86: add arch-specific SFI supportFeng Tang2009-08-28
* | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-23
|\ \ \ \ \ \ \ \ \ \