| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro... | Ingo Molnar | 2010-10-25 | 4 | -46/+100 |
|\ |
|
| * | Merge branch 'oprofile/core' into oprofile/x86 | Robert Richter | 2010-10-25 | 115 | -3671/+2945 |
| |\ |
|
| * | | oprofile, x86: Add support for IBS periodic op counter extension | Robert Richter | 2010-10-15 | 2 | -12/+29 |
| * | | oprofile, x86: Add support for IBS branch target address reporting | Robert Richter | 2010-10-15 | 2 | -6/+21 |
| * | | oprofile, x86: Introduce struct ibs_state | Robert Richter | 2010-10-15 | 1 | -11/+18 |
| * | | oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNT | Robert Richter | 2010-10-15 | 1 | -2/+1 |
| * | | oprofile, x86: Check IBS capability bits 1 and 2 | Robert Richter | 2010-10-15 | 1 | -21/+38 |
| * | | oprofile, x86: Add support for AMD family 14h | Robert Richter | 2010-10-15 | 1 | -0/+3 |
| * | | oprofile, x86: Add support for AMD family 12h | Robert Richter | 2010-10-15 | 1 | -0/+3 |
* | | | x86/oprofile: Fix uninitialized variable use in debug printk | Ingo Molnar | 2010-10-25 | 1 | -15/+11 |
* | | | perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocations | Peter Zijlstra | 2010-10-22 | 1 | -3/+6 |
* | | | perf, x86: Clean up reserve_ds_buffers() signature | Peter Zijlstra | 2010-10-22 | 2 | -12/+6 |
* | | | perf, x86: Less disastrous PEBS/BTS buffer allocation failure | Peter Zijlstra | 2010-10-22 | 2 | -16/+47 |
* | | | perf, x86: Fixup the precise_ip computation | Peter Zijlstra | 2010-10-22 | 1 | -4/+5 |
* | | | perf, x86: Extract DS alloc/free functions | Peter Zijlstra | 2010-10-22 | 1 | -14/+26 |
* | | | perf, x86: Extract PEBS/BTS allocation functions | Peter Zijlstra | 2010-10-22 | 1 | -34/+56 |
* | | | perf, x86: Extract PEBS/BTS buffer free routines | Peter Zijlstra | 2010-10-22 | 1 | -5/+25 |
* | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-10-22 | 32 | -510/+633 |
|\ \ \ |
|
| * | | | x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.S | Jeremy Fitzhardinge | 2010-10-14 | 2 | -1/+2 |
| * | | | xen: Cope with unmapped pages when initializing kernel pagetable | Jeremy Fitzhardinge | 2010-10-14 | 3 | -8/+24 |
| * | | | Merge branch 'x86/urgent' into core/memblock | H. Peter Anvin | 2010-10-12 | 3 | -10/+10 |
| |\ \ \ |
|
| * | | | | memblock: Allow memblock_init to be called early | Jeremy Fitzhardinge | 2010-10-12 | 1 | -0/+3 |
| * | | | | Merge commit 'v2.6.36-rc7' into core/memblock | Ingo Molnar | 2010-10-08 | 42 | -167/+304 |
| |\ \ \ \ |
|
| * | | | | | x86, memblock: Remove __memblock_x86_find_in_range_size() | Yinghai Lu | 2010-10-06 | 1 | -28/+11 |
| * | | | | | x86-32, memblock: Make add_highpages honor early reserved ranges | Yinghai Lu | 2010-10-06 | 4 | -43/+33 |
| * | | | | | x86, memblock: Fix crashkernel allocation | Yinghai Lu | 2010-10-06 | 1 | -4/+9 |
| * | | | | | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 2010-08-31 | 210 | -7659/+6747 |
| |\ \ \ \ \ |
|
| * | | | | | | x86: Remove old bootmem code | Yinghai Lu | 2010-08-27 | 7 | -189/+1 |
| * | | | | | | x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get ... | Yinghai Lu | 2010-08-27 | 4 | -7/+19 |
| * | | | | | | x86: Remove not used early_res code | Yinghai Lu | 2010-08-27 | 2 | -66/+0 |
| * | | | | | | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 19 | -90/+103 |
| * | | | | | | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 11 | -153/+123 |
| * | | | | | | 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 | 2 | -1/+18 |
| * | | | | | | x86, memblock: Add memblock_x86_free_memory_in_range() | Yinghai Lu | 2010-08-27 | 2 | -0/+49 |
| * | | | | | | x86, memblock: Add memblock_x86_find_in_range_node() | Yinghai Lu | 2010-08-27 | 2 | -0/+16 |
| * | | | | | | x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_ho... | Yinghai Lu | 2010-08-27 | 2 | -0/+70 |
| * | | | | | | x86, memblock: Add get_free_all_memory_range() | Yinghai Lu | 2010-08-27 | 2 | -1/+99 |
| * | | | | | | x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_range | Yinghai Lu | 2010-08-27 | 2 | -0/+25 |
| * | | | | | | x86, memblock: Add memblock_x86_to_bootmem() | Yinghai Lu | 2010-08-27 | 2 | -0/+30 |
| * | | | | | | 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 | 3 | -0/+97 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags | Linus Torvalds | 2010-10-21 | 3 | -29/+21 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 3 | -29/+21 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 | 15 | -53/+330 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | x86, iommu: Update header comments with appropriate naming | Konrad Rzeszutek Wilk | 2010-10-08 | 1 | -4/+3 |
| * | | | | | | x86, iommu: Fix IOMMU_INIT alignment rules | Konrad Rzeszutek Wilk | 2010-08-31 | 1 | -2/+1 |
| * | | | | | | x86, doc: Adding comments about .iommu_table and its neighbors. | Konrad Rzeszutek Wilk | 2010-08-28 | 1 | -0/+22 |
| * | | | | | | x86, iommu: Utilize the IOMMU_INIT macros functionality. | Konrad Rzeszutek Wilk | 2010-08-27 | 1 | -25/+21 |
| * | | | | | | x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros. | Konrad Rzeszutek Wilk | 2010-08-27 | 2 | -1/+8 |