| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Remove unused DBG() macro | Akinobu Mita | 2010-05-31 | 1 | -6/+0 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-30 | 4 | -10/+14 |
|\ |
|
| * | x86, pat: Fix memory leak in free_memtype | Xiaotian Feng | 2010-05-26 | 3 | -9/+14 |
| * | x86: remove last traces of quicklist usage | Peter Zijlstra | 2010-05-24 | 1 | -1/+0 |
* | | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" | Linus Torvalds | 2010-05-30 | 1 | -17/+0 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-28 | 1 | -1/+1 |
|\ \ |
|
| * | | x86/mmiotrace: Remove redundant instruction prefix checks | Akinobu Mita | 2010-05-23 | 1 | -1/+1 |
* | | | numa: x86_64: use generic percpu var numa_node_id() implementation | Lee Schermerhorn | 2010-05-27 | 1 | -6/+3 |
* | | | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Jack Steiner | 2010-05-27 | 1 | -0/+17 |
| |/
|/| |
|
* | | Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-05-21 | 1 | -8/+45 |
|\ \
| |/
|/| |
|
| * | Merge remote branch 'origin/master' into drm-intel-next | Eric Anholt | 2010-05-10 | 2 | -0/+16 |
| |\ |
|
| * \ | Merge branch 'drm-ttm-pool' into drm-core-next | Dave Airlie | 2010-04-20 | 1 | -8/+45 |
| |\ \ |
|
| | * | | arch/x86: Add array variants for setting memory to wc caching. | Pauli Nieminen | 2010-04-06 | 1 | -8/+45 |
* | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-05-18 | 4 | -220/+339 |
|\ \ \ \ |
|
| * | | | | x86, pat: Update the page flags for memtype atomically instead of using memty... | Robin Holt | 2010-04-24 | 1 | -8/+0 |
| * | | | | x86, pat: In rbt_memtype_check_insert(), update new->type only if valid | Pallipadi, Venkatesh | 2010-03-01 | 1 | -1/+3 |
| * | | | | x86, pat: Migrate to rbtree only backend for pat memtype management | Pallipadi, Venkatesh | 2010-02-19 | 4 | -205/+296 |
| * | | | | x86, pat: Preparatory changes in pat.c for bigger rbtree change | venkatesh.pallipadi@intel.com | 2010-02-19 | 2 | -82/+116 |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-05-18 | 1 | -0/+48 |
|\ \ \ \ \ |
|
| * | | | | | x86-64: Combine SRAT regions when possible | Jan Beulich | 2010-04-29 | 1 | -0/+48 |
| | |/ / /
| |/| | | |
|
* | | | | | x86: Fix fake apicid to node mapping for numa emulation | David Rientjes | 2010-05-06 | 1 | -1/+2 |
| |_|_|/
|/| | | |
|
* | | | | x86: Fix parse_reservetop() build failure on certain configs | Ingo Molnar | 2010-05-03 | 1 | -0/+1 |
* | | | | x86: Fix 'reservetop=' functionality | Liang Li | 2010-04-30 | 2 | -0/+15 |
|/ / / |
|
* | | | Merge branch 'master' into export-slabh | Tejun Heo | 2010-04-05 | 1 | -6/+26 |
|\ \ \ |
|
| * | | | x86: Make sure free_init_pages() frees pages on page boundary | Yinghai Lu | 2010-03-29 | 1 | -6/+26 |
| | |/
| |/| |
|
* / | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 10 | -5/+8 |
|/ / |
|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-03-13 | 1 | -2/+23 |
|\ \ |
|
| * | | x86_64, cpa: Don't work hard in preserving kernel 2M mappings when using 4K a... | Suresh Siddha | 2010-02-23 | 1 | -2/+23 |
* | | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 | 4 | -52/+64 |
|\ \ \ |
|
| * | | | x86: Make 32bit support NO_BOOTMEM | Yinghai Lu | 2010-02-12 | 2 | -0/+9 |
| * | | | sparsemem: Put mem map for one node together. | Yinghai Lu | 2010-02-12 | 1 | -1/+1 |
| * | | | x86: Make 64 bit use early_res instead of bootmem before slab | Yinghai Lu | 2010-02-12 | 2 | -5/+19 |
| * | | | x86: Make early_node_mem get mem > 4 GB if possible | Yinghai Lu | 2010-02-11 | 1 | -4/+17 |
| * | | | x86: Call early_res_to_bootmem one time | Yinghai Lu | 2010-02-11 | 3 | -45/+21 |
| * | | | Merge remote branch 'linus/master' into x86/bootmem | H. Peter Anvin | 2010-02-11 | 12 | -175/+141 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-02-28 | 1 | -134/+101 |
|\ \ \ \ \ |
|
| * | | | | | x86, numa: Remove configurable node size support for numa emulation | David Rientjes | 2010-02-15 | 1 | -147/+13 |
| * | | | | | x86, numa: Add fixed node size option for numa emulation | David Rientjes | 2010-02-15 | 1 | -8/+109 |
| * | | | | | x86, numa: Fix numa emulation calculation of big nodes | David Rientjes | 2010-02-15 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-02-28 | 5 | -56/+35 |
|\ \ \ \ \ |
|
| * | | | | | x86, mm: Unify kernel_physical_mapping_init() API | Pekka Enberg | 2010-02-26 | 2 | -10/+5 |
| * | | | | | x86, mm: Allow highmem user page tables to be disabled at boot time | Ian Campbell | 2010-02-25 | 1 | -5/+26 |
| * | | | | | x86: Convert tlbstate_lock to raw_spinlock | Thomas Gleixner | 2010-02-17 | 1 | -4/+4 |
| * | | | | | Merge branch 'linus' into x86/mm | Thomas Gleixner | 2010-02-17 | 13 | -176/+142 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | /
| | | |_|/
| | |/| | |
|
| * | | | | x86: Use the generic page_is_ram() | Wu Fengguang | 2010-02-02 | 1 | -21/+0 |
| * | | | | x86: Remove BIOS data range from e820 | Yinghai Lu | 2010-02-02 | 1 | -16/+0 |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-02-28 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | x86: Lift restriction on the location of FIX_BTMAP_* | Jan Beulich | 2009-12-30 | 1 | -0/+4 |
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 | 2 | -1/+5 |
| |\ \ \ \ \ |
|
| | \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
*-------. \ \ \ \ \ \ | Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes... | Linus Torvalds | 2010-02-28 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|/ / /
| | | | |/| | | | / /
| | | | |_|_|_|_|/ /
| | | |/| | | | | | |
|