| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into x86/core | Ingo Molnar | 2008-07-12 | 1 | -1/+3 |
|\ |
|
| * | slub: Fix use-after-preempt of per-CPU data structure | Dmitry Adamushko | 2008-07-10 | 1 | -1/+3 |
* | | mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses | Paul Jackson | 2008-07-08 | 1 | -3/+3 |
* | | x86 boot: more consistently use type int for node ids | Paul Jackson | 2008-07-08 | 1 | -2/+2 |
* | | x86 boot: show pfn addresses in hex not decimal in some kernel info printks | Paul Jackson | 2008-07-08 | 1 | -3/+3 |
* | | RFC x86: try to remove arch_get_ram_range | Yinghai Lu | 2008-07-08 | 1 | -3/+7 |
* | | Merge branch 'x86/mpparse' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -13/+67 |
|\ \ |
|
| * | | x86, mm: use add_highpages_with_active_regions() for high pages init v2 | Yinghai Lu | 2008-07-08 | 1 | -0/+8 |
| * | | x86: replace shrink_active_range() with remove_active_range() | Yinghai Lu | 2008-07-08 | 1 | -6/+23 |
| * | | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 2008-07-08 | 16 | -93/+175 |
| |\ \
| | |/ |
|
| * | | mm, x86: shrink_active_range() should check all | Yinghai Lu | 2008-06-10 | 1 | -10/+34 |
| * | | x86, numa, 32-bit: print out debug info on all kvas | Yinghai Lu | 2008-06-03 | 1 | -0/+5 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-----------. \ \ | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 18 | -109/+181 |
|\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | /
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | | | | | | * | mm: add a ptep_modify_prot transaction abstraction | Jeremy Fitzhardinge | 2008-06-25 | 1 | -6/+4 |
| | | | | |_|/
| | | | |/| | |
|
| * | | | | | | mempolicy: mask off internal flags for userspace API | David Rientjes | 2008-07-04 | 1 | -1/+5 |
| * | | | | | | get_user_pages(): fix possible page leak on oom | Oleg Nesterov | 2008-07-04 | 1 | -1/+1 |
| * | | | | | | mm: dirty page accounting vs VM_MIXEDMAP | Peter Zijlstra | 2008-07-04 | 1 | -1/+13 |
| * | | | | | | Christoph has moved | Christoph Lameter | 2008-07-04 | 4 | -4/+4 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2008-07-04 | 1 | -2/+10 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | slub: Do not use 192 byte sized cache if minimum alignment is 128 byte | Christoph Lameter | 2008-07-03 | 1 | -2/+10 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Do not overwrite nr_zones on !NUMA when initialising zlcache_ptr | Mel Gorman | 2008-07-03 | 1 | -1/+0 |
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | mm: fix race in COW logic | Nick Piggin | 2008-06-23 | 1 | -1/+26 |
| * | | | | | Fix ZERO_PAGE breakage with vmware | Linus Torvalds | 2008-06-23 | 1 | -2/+21 |
| |/ / / / |
|
| * | | | | Slab: Fix memory leak in fallback_alloc() | Christoph Lameter | 2008-06-21 | 1 | -1/+4 |
| * | | | | Add return value to reserve_bootmem_node() | Bernhard Walle | 2008-06-21 | 1 | -2/+4 |
| * | | | | Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP | Linus Torvalds | 2008-06-20 | 2 | -4/+23 |
| | |_|/
| |/| | |
|
| * | | | pagemap: pass mm into pagewalkers | Dave Hansen | 2008-06-12 | 1 | -20/+22 |
| * | | | mm: fix incorrect variable type in do_try_to_free_pages() | kosaki.motohiro@jp.fujitsu.com | 2008-06-12 | 1 | -1/+1 |
| * | | | nommu: Correct kobjsize() page validity checks. | Paul Mundt | 2008-06-12 | 1 | -18/+3 |
| * | | | mm: Minor clean-up of page flags in mm/page_alloc.c | Russ Anderson | 2008-06-09 | 1 | -31/+3 |
| * | | | nommu: fix kobjsize() for SLOB and SLUB | Paul Mundt | 2008-06-06 | 1 | -4/+26 |
| * | | | brk: make sys_brk() honor COMPAT_BRK when computing lower bound | Jiri Kosina | 2008-06-06 | 1 | -1/+7 |
| * | | | hugetlb: fix lockdep error | Nick Piggin | 2008-06-06 | 1 | -1/+1 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2008-05-26 | 2 | -4/+6 |
| |\ \ \ |
|
| | * | | | slub: ksize() abuse checks | Pekka Enberg | 2008-05-22 | 1 | -2/+3 |
| | * | | | slob: Fix to return wrong pointer | MinChan Kim | 2008-05-19 | 1 | -2/+3 |
| |/ / /
|/| | | |
|
| * | | | memory hotplug: fix early allocation handling | Heiko Carstens | 2008-05-24 | 1 | -1/+1 |
| * | | | zonelists: handle a node zonelist with no applicable entries | Andy Whitcroft | 2008-05-24 | 1 | -0/+3 |
| * | | | mm: fix atomic_t overflow in vm | Alan Cox | 2008-05-24 | 3 | -6/+6 |
| * | | | mm: don't drop a partial page in a zone's memory map size | Johannes Weiner | 2008-05-24 | 1 | -1/+2 |
| * | | | mm: allow pfnmap ->fault()s | Nick Piggin | 2008-05-24 | 1 | -2/+0 |
| |/ / |
|
| * | | mm: bdi: fix race in bdi_class device creation | Greg Kroah-Hartman | 2008-05-20 | 1 | -10/+2 |
|/ / |
|
* | | memory_hotplug: always initialize pageblock bitmap | Heiko Carstens | 2008-05-14 | 2 | -41/+45 |
* | | mprotect: prevent alteration of the PAT bits | Venki Pallipadi | 2008-05-14 | 1 | -1/+10 |
* | | memory_hotplug: check for walk_memory_resource() failure in online_pages() | Geoff Levand | 2008-05-14 | 1 | -1/+8 |
* | | memory hotplug: memmap_init_zone called twice | Heiko Carstens | 2008-05-14 | 1 | -7/+3 |
* | | mm: fix infinite loop in filemap_fault | Miklos Szeredi | 2008-05-14 | 1 | -0/+5 |
* | | fix SMP data race in pagetable setup vs walking | Nick Piggin | 2008-05-14 | 1 | -0/+21 |
* | | mm/pdflush.c: merge the same code in two path | Denis Cheng | 2008-05-13 | 1 | -2/+2 |
* | | make vmstat cpu-unplug safe | KOSAKI Motohiro | 2008-05-13 | 1 | -0/+2 |
|/ |
|