summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-2064-772/+240
|\
| * memblock: Kill early_node_map[]Tejun Heo2011-12-088-24/+0
| * score: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-082-1/+6
| * s390: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-082-1/+6
| * mips: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-083-3/+8
| * ia64: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-083-3/+7
| * SuperH: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-082-1/+3
| * sparc: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-082-20/+5
| * powerpc: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-083-7/+6
| * memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-0814-21/+8
| * powerpc: Cleanup memblock usageTejun Heo2011-12-083-25/+16
| * memblock: Kill memblock_init()Tejun Heo2011-12-0810-15/+0
| * memblock: Fix include breakages caused by 24aa07882bTejun Heo2011-12-0810-58/+5
| * Merge branch 'master' into x86/memblockTejun Heo2011-11-284781-120589/+176459
| |\
| * | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-1419-92/+40
| * | memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config optionTejun Heo2011-07-142-2/+1
| * | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo2011-07-144-68/+20
| * | memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo2011-07-143-94/+20
| * | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2011-07-143-79/+11
| * | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-143-12/+1
| * | x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo2011-07-144-102/+28
| * | x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo2011-07-143-29/+9
| * | x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-07-146-29/+13
| * | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2011-07-143-24/+1
| * | memblock: Don't allow archs to override memblock_nid_range()Tejun Heo2011-07-141-2/+2
| * | bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo2011-07-142-54/+19
| * | memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-1310-16/+16
| * | x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()Tejun Heo2011-07-131-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-12-163-9/+4
|\ \ \
| * | | sparc32: Be less strict in matching %lo part of relocation.David S. Miller2011-12-141-2/+1
| * | | sparc: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-042-7/+3
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2011-12-1611-13/+26
|\ \ \ \
| * \ \ \ Merge branch 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2011-12-153-4/+11
| |\ \ \ \
| | * | | | ARM: EXYNOS: Fix build error without CONFIG_LOCAL_TIMERSKukjin Kim2011-12-081-2/+5
| | * | | | ARM: EXYNOS: Fix for stall in case of cpu hotplug or sleepAmit Daniel Kachhap2011-12-081-1/+5
| | * | | | ARM: S5PV210: Set 1000ns as PWM backlight period on SMDKV210Jingoo Han2011-12-081-0/+1
| | * | | | ARM: SAMSUNG: remove duplicated header includeJingoo Han2011-12-081-1/+0
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2011-12-152-4/+4
| |\ \ \ \ \
| | * | | | | ARM: OMAP: rx51: fix USBFelipe Contreras2011-12-131-1/+1
| | * | | | | ARM: OMAP: mcbsp: Fix possible memory corruptionJarkko Nikula2011-12-121-3/+3
| * | | | | | Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2...Arnd Bergmann2011-12-136-5/+11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | arm/imx: fix power button on imx51 babbage boardShawn Guo2011-12-091-1/+1
| | * | | | | ARM: imx: fix cpufreq build errorsRichard Zhao2011-12-091-0/+1
| | * | | | | ARM: mx5: add __initconst for fec pdataDong Aisheng2011-12-093-3/+3
| | * | | | | MXC PWM: should active during DOZE/WAIT/DBG modeJason Chen2011-12-091-1/+6
| | |/ / / /
* | | | | | ARM: unwinder: fix bisection to find origin in .idx sectionUwe Kleine-König2011-12-151-2/+2
* | | | | | Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2011-12-151-3/+15
|\ \ \ \ \ \
| * | | | | | xen: only limit memory map to maximum reservation for domain 0.Ian Campbell2011-12-151-3/+15
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-137-94/+37
|\ \ \ \ \ \ \
| * | | | | | | Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-126-48/+35