summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | microblaze: Get module loading workingJohn Williams2009-07-271-5/+10
| | * | | | microblaze: remove sys_ipcArnd Bergmann2009-07-272-100/+1
| | * | | | microblaze: Support unaligned address for put/get_user macrosMichal Simek2009-07-272-64/+47
| | * | | | microblaze: Detect new Microblaze 7.20 versionsMichal Simek2009-07-271-0/+2
| | * | | | microblaze: Fix do_page_fault for no contextMichal Simek2009-07-271-9/+4
| | * | | | microblaze: Add _PAGE_FILE macros to pgtable.hMichal Simek2009-07-271-3/+3
| | * | | | microblaze: Fix put_user macro for 64bits argumentsMichal Simek2009-07-271-1/+1
| | * | | | microblaze: Clear print messages for DTB passing via r7Michal Simek2009-07-271-0/+3
| | * | | | microblaze: Not to clear r7 after copying DTB to kernelMichal Simek2009-07-271-1/+0
| | * | | | microblaze: Add messages about FDT blobMichal Simek2009-07-271-3/+6
| | * | | | microblaze: Final support for statically linked DTBJohn Williams2009-07-273-15/+26
| | * | | | microblaze: remove duplicated #includeHuang Weiyi2009-07-271-1/+0
| | * | | | microblaze: Define tlb_flush macroMichal Simek2009-07-271-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-2710-23/+37
| |\ \ \ \
| | * | | | x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failureThomas Gleixner2009-07-241-1/+1
| | * | | | x86, amd: Don't probe for extended APIC ID if APICs are disabledJeremy Fitzhardinge2009-07-221-1/+1
| | * | | | x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD"Hidehiro Kawai2009-07-211-1/+1
| | * | | | x86-64: Fix bad_srat() to clear all stateAndi Kleen2009-07-211-2/+4
| | * | | | x86, mce: Fix set_trigger() accessorJan Beulich2009-07-211-4/+2
| | * | | | x86: Fix movq immediate operand constraints in uaccess.hH. Peter Anvin2009-07-201-2/+2
| | * | | | x86: Fix movq immediate operand constraints in uaccess_64.hUros Bizjak2009-07-201-5/+5
| | * | | | x86: Add reboot fixup for SBC-fitPC2Denis Turischev2009-07-201-0/+8
| | * | | | x86: Include all of .data.* sections in _edata on 64-bitCatalin Marinas2009-07-181-7/+0
| | * | | | x86: Add quirk for Intel DG45ID board to avoid low memory corruptionAlexey Fisher2009-07-181-0/+13
| * | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-07-275-45/+48
| |\ \ \ \ \
| | * | | | | [S390] vdso: clock_gettime of CLOCK_THREAD_CPUTIME_ID with noexec=onMartin Schwidefsky2009-07-241-2/+9
| | * | | | | [S390] vdso: fix per cpu area allocationHeiko Carstens2009-07-241-3/+4
| | * | | | | [S390] hibernation: fix register corruption on machine checksHeiko Carstens2009-07-242-33/+25
| | * | | | | [S390] hibernation: fix lowcore handlingHeiko Carstens2009-07-242-7/+10
| | | |/ / / | | |/| | |
| * | | | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-2729-67/+91
| |/ / / /
* | | | | Merge branch 'omap4_upstream' of git://dev.omapzoom.org/pub/scm/santosh/kerne...Russell King2009-08-037-54/+346
|\ \ \ \ \
| * | | | | ARM: OMAP4: Update the GPIO supportSyed Rafiuddin2009-07-281-51/+198
| * | | | | ARM: OMAP4: Add UART4 supportSyed Rafiuddin2009-07-282-1/+11
| * | | | | ARM: OMAP4: Add McBSP supportSyed Rafiuddin2009-07-283-2/+49
| * | | | | OMAP4: sDMA: Update the request lines and new registers.Santosh Shilimkar2009-07-241-0/+88
| |/ / / /
* | | | | Include linux/sched.h in arch/arm/mm/fault.cCatalin Marinas2009-07-241-0/+1
* | | | | nommu: Do not set PRRR and NMRR in proc-v7.S if !MMUCatalin Marinas2009-07-241-1/+1
* | | | | nommu: Fix compressed/head.S to not perform MMU specific operationsCatalin Marinas2009-07-241-0/+14
* | | | | nommu: Do not allow REALVIEW_HIGH_PHYS_OFFSET if !MMUCatalin Marinas2009-07-241-1/+1
* | | | | nommu: Add #ifdef CONFIG_MMU around the PTE sanity checksCatalin Marinas2009-07-241-0/+2
* | | | | nommu: Include asm/setup.h in arch/arm/mm/nommu.cCatalin Marinas2009-07-241-0/+1
* | | | | nommu: Add noMMU support to the DMA APICatalin Marinas2009-07-241-22/+72
* | | | | nommu: Remove the memory_start/end variables from ARM page-nommu.hCatalin Marinas2009-07-241-3/+0
* | | | | nommu: Enables to select noMMU modeHyok S. Choi2009-07-241-4/+7
* | | | | nommu: Do not override the CP15 control reg value returned from initfuncCatalin Marinas2009-07-241-1/+4
* | | | | nommu: ptrace supportPaul Brook2009-07-242-1/+15
* | | | | nommu: Add MMU-less support for the RealView boardsCatalin Marinas2009-07-241-0/+4
* | | | | nommu: Add MMU-less support for Integrator platformsCatalin Marinas2009-07-242-8/+12
* | | | | nommu: Remove the context.id from asm-offsets.c when !MMUCatalin Marinas2009-07-241-0/+2
* | | | | nommu: Fix the fault processing for the MMU-less caseCatalin Marinas2009-07-241-0/+22
OpenPOWER on IntegriCloud