summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-07-27ARM: Remove unnecessary call to find_limits()Russell King1-5/+3
2010-07-27ARM: LMB: convert pfn_valid to use LMBRussell King1-5/+4
2010-07-27ARM: LMB: Convert arm_memory_present() to use LMB memory informationRussell King1-7/+6
2010-07-27ARM: OMAP: Convert OMAPFB and VRAM SDRAM reservation to LMBRussell King3-15/+23
2010-07-27ARM: Convert platform reservations to use LMB rather than bootmemRussell King14-31/+32
2010-07-27ARM: initial LMB trialRussell King7-155/+83
2010-07-27ARM: early_pte_alloc()Russell King1-13/+13
2010-07-16ARM: early_alloc()Russell King1-8/+10
2010-07-16ARM: OMAP: Convert to use ->reserve method to reserve boot time memoryRussell King40-12/+56
2010-07-16ARM: OMAP: Cleanup OMAP FB SDRAM reservationRussell King1-17/+44
2010-07-16ARM: Move platform memory reservations out of generic codeRussell King16-63/+98
2010-07-16ARM: Remove 'node' argument form arch_adjust_zones()Russell King12-37/+27
2010-07-16ARM: Remove DISCONTIGMEM supportRussell King30-432/+143
2010-07-16ARM: Precalculate vmalloc_minRussell King1-13/+13
2010-07-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-93/+243
2010-07-14Merge branch 'lmb-to-memblock' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds63-389/+389
2010-07-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds4-16/+45
2010-07-14ARM: 6226/1: fix kprobe bug in ldr instruction emulationNicolas Pitre1-2/+3
2010-07-14lmb: rename to memblockYinghai Lu63-389/+389
2010-07-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+15
2010-07-13Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+4
2010-07-12Merge branch 'arm/defconfig/reduced-v2.6.35-rc1' of git://git.pengutronix.de/...Linus Torvalds177-194157/+652
2010-07-12ARM: Update mach-typesRussell King1-3/+149
2010-07-12KVM: MMU: flush remote tlbs when overwriting spte with different pfnXiao Guangrong1-0/+2
2010-07-11powerpc/fsl-booke: Fix address issue when using relocatable kernelsMatthew McClintock1-3/+1
2010-07-11powerpc/cpm1: Mark micropatch code/data static and __initAnton Vorontsov2-10/+11
2010-07-11powerpc/cpm1: Fix build with various CONFIG_*_UCODE_PATCH combinationsAnton Vorontsov1-0/+5
2010-07-11powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Anton Vorontsov2-3/+28
2010-07-10ARM: lockdep: fix unannotated irqs-onRussell King2-19/+20
2010-07-09ARM: 6184/2: ux500: use neutral PRCMU baseLinus Walleij2-1/+2
2010-07-09ARM: 6212/1: atomic ops: add memory constraints to inline asmWill Deacon1-66/+66
2010-07-09ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unlessWill Deacon1-1/+1
2010-07-09ARM: 6210/1: Do not rely on reset defaults of L2X0_AUX_CTRLSascha Hauer1-2/+3
2010-07-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds12-37/+179
2010-07-08Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-56/+67
2010-07-08powerpc: Fix userspace build of ptrace.hSam Ravnborg1-18/+14
2010-07-08powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney1-1/+1
2010-07-08powerpc: Fix logic error in fixup_irqsJohannes Berg1-1/+4
2010-07-08powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Denis Kirjanov1-1/+5
2010-07-08powerpc: Linux cannot run with 0 coresAnton Blanchard1-1/+1
2010-07-08powerpc: Fix feature-fixup tests for gcc 4.5Stephen Rothwell1-8/+9
2010-07-08powerpc: Disable SPARSE_IRQ by defaultYang Li1-2/+2
2010-07-08powerpc: Fix compile errors in prom_init_check for gcc 4.5Stephen Rothwell1-0/+6
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell3-4/+133
2010-07-08powerpc/perf_event: Fix for power_pmu_disable()Matt Evans1-1/+4
2010-07-07x86, mrst: Add i8042_detect API for Moorestwon platformFeng Tang1-0/+7
2010-07-07x86: Add i8042 pre-detection hook to x86_platform_opsFeng Tang2-1/+5
2010-07-07x86, platform: Export x86_platform to modulesH. Peter Anvin1-0/+3
2010-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-31/+7
2010-07-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds25-175/+515