summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* FRV: Flash mappings for the MB93090-MB00 motherboardDavid Howells2009-09-242-0/+92
* alpha: Clean up linker script using new linker script macros.Geoffrey Thomas2009-09-241-81/+9
* alpha: use .data.init_task instead of .data.init_thread.Tim Abbott2009-09-242-8/+4
* powerpc: Cleanup linker script using new linker script macros.Tim Abbott2009-09-241-54/+15
* blackfin: Cleanup linker script using new linker script macros.Tim Abbott2009-09-241-50/+6
* mn10300: Clean up linker script using higher-level macros.Tim Abbott2009-09-241-36/+4
* h8300: Cleanup linker script using new linker script macros.Tim Abbott2009-09-241-18/+7
* um: Clean up linker script using standard macros.Tim Abbott2009-09-243-50/+14
* xtensa: Cleanup linker script using new linker script macros.Tim Abbott2009-09-241-61/+14
* parisc: Remove useless altinstructions code copied from x86.Tim Abbott2009-09-241-25/+0
* parisc: Clean up linker script using new linker script macros.Tim Abbott2009-09-241-75/+4
* Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2009-09-2411-58/+25
|\
| * CRIS: Cleanup linker script using new linker script macros.Jesper Nilsson2009-09-231-29/+8
| * ARRAY_SIZE changesStoyan Gaydarov2009-09-012-2/+2
| * CRIS: convert to asm-generic/hardirq.hChristoph Hellwig2009-09-015-19/+2
| * CRIS: add pgprot_noncachedArnd Bergmann2009-08-313-8/+13
* | Merge branch 'origin' into for-linusRussell King2009-09-24999-8870/+47990
|\ \
| * \ Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-0/+1
| |\ \
| | * | agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-0/+1
| * | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-242-2/+6
| |\ \ \
| | * | | x86/PCI: make 32 bit NUMA node array int, not unsigned charJesse Barnes2009-09-181-1/+1
| | * | | x86/PCI: default pcibus cpumask to all cpus if it lacks affinityDavid Rientjes2009-09-181-1/+5
| * | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-09-2423-113/+436
| |\ \ \ \
| | * | | | microblaze: Disable heartbeat/enable emaclite in defconfigsMichal Simek2009-09-242-28/+37
| | * | | | microblaze: Support simpleImage.dts make targetMichal Simek2009-09-244-6/+66
| | * | | | microblaze: Fix _start symbol to physical addressMichal Simek2009-09-221-0/+1
| | * | | | microblaze: Use LOAD_OFFSET macro to get correct LMA for all sectionsMichal Simek2009-09-221-15/+19
| | * | | | microblaze: Create the LOAD_OFFSET macro used to compute VMA vs LMA offsetsJohn Williams2009-09-221-0/+3
| | * | | | microblaze: Copy ppc asm-compat.h for clean handling of constants in asm and CJohn Williams2009-09-221-0/+17
| | * | | | microblaze: Actually show KiB rather than pages in "Freeing initrd memory:"Lennart Sorensen2009-09-221-1/+2
| | * | | | microblaze: Support ptrace syscall tracing.Michal Simek2009-09-222-12/+122
| | * | | | microblaze: Updated CPU version and FPGA family codes in PVRJohn Williams2009-09-221-0/+3
| | * | | | microblaze: Generate correct signal and siginfo for integer div-by-zeroMichal Simek2009-09-221-1/+1
| | * | | | microblaze: Don't be noisy when userspace causes hardware exceptionsMichal Simek2009-09-221-11/+20
| | * | | | microblaze: Remove ipc.h file which points to non-existing asm-generic fileMichal Simek2009-09-221-1/+0
| | * | | | microblaze: Clear sticky FSR register after generating exception signalsJohn Williams2009-09-221-0/+2
| | * | | | microblaze: Ensure CPU usermode is set on new userspace processesJohn Williams2009-09-221-0/+1
| | * | | | microblaze: Use correct kbuild variable KBUILD_CFLAGSJohn Williams2009-09-221-2/+2
| | * | | | microblaze: Save and restore msr in hw exceptionMichal Simek2009-09-221-2/+6
| | * | | | microblaze: Add architectural support for USB EHCI host controllersJulie Zhu2009-09-222-0/+4
| | * | | | microblaze: Implement include/asm/syscall.h.Michal Simek2009-09-211-0/+99
| | * | | | microblaze: Improve checking mechanism for MSR instructionMichal Simek2009-09-211-8/+5
| | * | | | microblaze: Add checking mechanism for MSR instructionMichal Simek2009-09-213-4/+27
| | * | | | microblaze: Cleanup linker script using new linker script macros.Tim Abbott2009-09-211-31/+8
| * | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-249-27/+361
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-239-27/+361
| | |\ \ \ \ \
| | | * | | | | dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu2009-09-083-5/+23
| | | * | | | | Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-08700-8074/+13778
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-082508-43572/+151029
| | | |\ \ \ \ \ \
| | | | * | | | | | fsldma: Add DMA_SLAVE supportIra Snyder2009-09-081-0/+136