| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/urgent' into core/memblock | H. Peter Anvin | 2010-10-11 | 1 | -3/+5 |
|\ |
|
| * | x86, numa: For each node, register the memory blocks actually used | Yinghai Lu | 2010-10-11 | 1 | -3/+5 |
* | | Merge commit 'v2.6.36-rc7' into core/memblock | Ingo Molnar | 2010-10-08 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | x86: Fix the address space annotations of iomap_atomic_prot_pfn() | Francisco Jerez | 2010-09-05 | 1 | -3/+3 |
* | | x86, memblock: Remove __memblock_x86_find_in_range_size() | Yinghai Lu | 2010-10-05 | 1 | -28/+11 |
* | | x86-32, memblock: Make add_highpages honor early reserved ranges | Yinghai Lu | 2010-10-05 | 3 | -43/+31 |
* | | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 2010-08-31 | 10 | -38/+92 |
|\ \
| |/ |
|
| * | x86: don't send SIGBUS for kernel page faults | Linus Torvalds | 2010-08-13 | 1 | -1/+3 |
| * | kmap_atomic: make kunmap_atomic() harder to misuse | Cesar Eduardo Barros | 2010-08-09 | 1 | -2/+2 |
| * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 6 | -21/+69 |
| |\ |
|
| | * | x86: Ioremap: fix wrong physical address handling in PAT code | Yasuaki Ishimatsu | 2010-07-29 | 1 | -1/+1 |
| | * | x86, tlb: Clean up and correct used type | Borislav Petkov | 2010-07-21 | 1 | -3/+1 |
| | * | x86, iomap: Fix wrong page aligned size calculation in ioremapping code | Florian Zumbiehl | 2010-07-20 | 1 | -1/+1 |
| | * | x86, mm: Create symbolic index into address_markers array | Andres Salomon | 2010-07-20 | 1 | -6/+26 |
| | * | x86, ioremap: Fix normal ram range check | Kenji Kaneshige | 2010-07-09 | 1 | -1/+1 |
| | * | x86, ioremap: Fix incorrect physical address handling in PAE mode | Kenji Kaneshige | 2010-07-09 | 1 | -7/+5 |
| | * | x86, kmmio/mmiotrace: Fix double free of kmmio_fault_pages | Marcin Slusarz | 2010-06-18 | 2 | -3/+35 |
| * | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 1 | -13/+17 |
| |\ \ |
|
| | * | | x86,mmiotrace: Add support for tracing STOS instruction | Marcin Slusarz | 2010-08-02 | 1 | -13/+17 |
| * | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 2 | -29/+8 |
| |\ \ \
| | |/ / |
|
| * | | | update email address | Pavel Machek | 2010-07-19 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | x86: Remove old bootmem code | Yinghai Lu | 2010-08-27 | 5 | -176/+0 |
* | | | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ... | Yinghai Lu | 2010-08-27 | 1 | -7/+0 |
* | | | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 9 | -55/+64 |
* | | | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 1 | -4/+5 |
* | | | x86, memblock: Use memblock_debug to control debug message print out | Yinghai Lu | 2010-08-27 | 1 | -8/+12 |
* | | | x86, memblock: Add memblock_x86_memory_in_range() | Yinghai Lu | 2010-08-27 | 1 | -1/+17 |
* | | | x86, memblock: Add memblock_x86_free_memory_in_range() | Yinghai Lu | 2010-08-27 | 1 | -0/+48 |
* | | | x86, memblock: Add memblock_x86_find_in_range_node() | Yinghai Lu | 2010-08-27 | 1 | -0/+15 |
* | | | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho... | Yinghai Lu | 2010-08-27 | 1 | -0/+66 |
* | | | x86, memblock: Add get_free_all_memory_range() | Yinghai Lu | 2010-08-27 | 1 | -1/+97 |
* | | | x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_range | Yinghai Lu | 2010-08-27 | 1 | -0/+22 |
* | | | x86, memblock: Add memblock_x86_to_bootmem() | Yinghai Lu | 2010-08-27 | 1 | -0/+29 |
* | | | bootmem, x86: Add weak version of reserve_bootmem_generic | Yinghai Lu | 2010-08-27 | 2 | -24/+2 |
* | | | x86, memblock: Add memblock_x86_find_in_range_size() | Yinghai Lu | 2010-08-27 | 2 | -0/+89 |
| |/
|/| |
|
* | | rbtree: Undo augmented trees performance damage and regression | Peter Zijlstra | 2010-07-05 | 1 | -28/+6 |
* | | x86, pat: Proper init of memtype subtree_max_end | Venkatesh Pallipadi | 2010-06-11 | 2 | -1/+2 |
|/ |
|
* | 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-27 | 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 |