Age | Commit message (Expand) | Author | Files | Lines |
2010-08-27 | x86: Remove old bootmem code | Yinghai Lu | 7 | -189/+1 |
2010-08-27 | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ... | Yinghai Lu | 4 | -7/+19 |
2010-08-27 | x86: Remove not used early_res code | Yinghai Lu | 2 | -66/+0 |
2010-08-27 | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 19 | -90/+103 |
2010-08-27 | x86: Use memblock to replace early_res | Yinghai Lu | 11 | -153/+123 |
2010-08-27 | x86, memblock: Use memblock_debug to control debug message print out | Yinghai Lu | 1 | -8/+12 |
2010-08-27 | x86, memblock: Add memblock_x86_memory_in_range() | Yinghai Lu | 2 | -1/+18 |
2010-08-27 | x86, memblock: Add memblock_x86_free_memory_in_range() | Yinghai Lu | 2 | -0/+49 |
2010-08-27 | x86, memblock: Add memblock_x86_find_in_range_node() | Yinghai Lu | 2 | -0/+16 |
2010-08-27 | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho... | Yinghai Lu | 2 | -0/+70 |
2010-08-27 | x86, memblock: Add get_free_all_memory_range() | Yinghai Lu | 2 | -1/+99 |
2010-08-27 | x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_range | Yinghai Lu | 2 | -0/+25 |
2010-08-27 | x86, memblock: Add memblock_x86_to_bootmem() | Yinghai Lu | 2 | -0/+30 |
2010-08-27 | bootmem, x86: Add weak version of reserve_bootmem_generic | Yinghai Lu | 2 | -24/+2 |
2010-08-27 | x86, memblock: Add memblock_x86_find_in_range_size() | Yinghai Lu | 3 | -0/+97 |
2010-08-05 | memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() | Benjamin Herrenschmidt | 1 | -2/+2 |
2010-08-05 | memblock: Remove memblock_type.size and add memblock.memory_size instead | Benjamin Herrenschmidt | 1 | -1/+1 |
2010-08-05 | memblock: Remove rmo_size, burry it in arch/powerpc where it belongs | Benjamin Herrenschmidt | 14 | -31/+125 |
2010-08-05 | memblock: Introduce default allocation limit and use it to replace explicit ones | Benjamin Herrenschmidt | 12 | -44/+37 |
2010-08-05 | memblock: Expose MEMBLOCK_ALLOC_ANYWHERE | Benjamin Herrenschmidt | 1 | -1/+1 |
2010-08-05 | memblock: Remove nid_range argument, arch provides memblock_nid_range() instead | Benjamin Herrenschmidt | 1 | -10/+6 |
2010-08-05 | memblock/arm: Use new accessors | Benjamin Herrenschmidt | 1 | -9/+12 |
2010-08-04 | memblock/powerpc: Use new accessors | Benjamin Herrenschmidt | 3 | -71/+46 |
2010-08-04 | memblock/sparc: Use new accessors | Benjamin Herrenschmidt | 1 | -18/+12 |
2010-08-04 | memblock/sh: Use new accessors | Benjamin Herrenschmidt | 1 | -8/+9 |
2010-08-04 | memblock/microblaze: Use new accessors | Benjamin Herrenschmidt | 1 | -11/+9 |
2010-08-04 | memblock/arm: Use memblock_region_is_memory() for omap fb | Benjamin Herrenschmidt | 1 | -5/+1 |
2010-08-04 | memblock/arm: pfn_valid uses memblock_is_memory() | Benjamin Herrenschmidt | 1 | -14/+1 |
2010-08-04 | memblock: Rename memblock_region to memblock_type and memblock_property to me... | Benjamin Herrenschmidt | 7 | -22/+22 |
2010-08-03 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 477 | -6260/+15546 |
2010-07-31 | Merge branch 'devel-stable' into devel | Russell King | 234 | -3489/+11814 |
2010-07-31 | Merge branch 'misc' into devel | Russell King | 49 | -295/+268 |
2010-07-31 | Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl... | Russell King | 181 | -1223/+3456 |
2010-07-31 | Merge branch 'shmobile' into devel | Russell King | 69 | -228/+354 |
2010-07-31 | ARM: 6278/2: fix regression in RealView after the introduction of pclk | Linus Walleij | 1 | -1/+1 |
2010-07-30 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 9 | -47/+66 |
2010-07-30 | SA1111: Eliminate use after free | Julia Lawall | 1 | -3/+2 |
2010-07-30 | ARM: Fix Versatile/Realview/VExpress MMC card detection sense | Russell King | 2 | -2/+2 |
2010-07-30 | ARM: 6279/1: highmem: fix SMP preemption bug in kmap_high_l1_vipt | Gary King | 1 | -5/+8 |
2010-07-29 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 3 | -10/+32 |
2010-07-29 | ARM: 6277/1: mach-shmobile: Allow users to select HZ, default to 128 | Magnus Damm | 2 | -0/+13 |
2010-07-29 | ARM: 6276/1: mach-shmobile: remove duplicate NR_IRQS_LEGACY | Magnus Damm | 1 | -1/+0 |
2010-07-29 | Merge branch 'arm/booting' of git://git.pengutronix.de/git/ukl/linux-2.6 into... | Russell King | 10 | -79/+152 |
2010-07-29 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev... | Russell King | 150 | -2893/+4570 |
2010-07-29 | Merge branch 'wells/lpc32xx-arch_v2' of git://git.lpclinux.com/linux-2.6-lpc ... | Russell King | 93 | -224/+5152 |
2010-07-29 | ARM: Add barriers to io{read,write}{8,16,32} accessors as well | Russell King | 1 | -20/+18 |
2010-07-29 | ARM: 6273/1: Add barriers to the I/O accessors if ARM_DMA_MEM_BUFFERABLE | Catalin Marinas | 1 | -0/+11 |
2010-07-29 | ARM: 6272/1: Convert L2x0 to use the IO relaxed operations | Catalin Marinas | 1 | -13/+13 |
2010-07-29 | ARM: 6271/1: Introduce *_relaxed() I/O accessors | Catalin Marinas | 1 | -12/+17 |
2010-07-29 | ARM: 6275/1: ux500: don't use writeb() in uncompress.h | Rabin Vincent | 1 | -5/+5 |