| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support | Fenghua Yu | 2009-05-01 | 1 | -2/+2 |
* | Intel IOMMU Pass Through Support | Fenghua Yu | 2009-04-29 | 3 | -1/+9 |
* | FRV: Fix the section attribute on UP DECLARE_PER_CPU() | David Howells | 2009-04-21 | 4 | -6/+6 |
* | clocksource: pass clocksource to read() callback | Magnus Damm | 2009-04-21 | 7 | -9/+19 |
* | Separate out common fstatat code into vfs_fstatat | Oleg Drokin | 2009-04-20 | 1 | -14/+5 |
* | lguest: fix guest crash on non-linear addresses in gdt pvops | Rusty Russell | 2009-04-19 | 2 | -8/+10 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-17 | 7 | -218/+117 |
|\ |
|
| * | x86: fix microcode driver newly spewing warnings | Dmitry Adamushko | 2009-04-17 | 1 | -2/+0 |
| * | x86, PAT: Remove page granularity tracking for vm_insert_pfn maps | Pallipadi, Venkatesh | 2009-04-17 | 1 | -79/+19 |
| * | x86: disable X86_PTRACE_BTS for now | Ingo Molnar | 2009-04-15 | 1 | -0/+1 |
| * | x86: pci-swiotlb.c swiotlb_dma_ops should be static | Jaswinder Singh Rajput | 2009-04-14 | 1 | -1/+1 |
| * | x86, PAT: Remove duplicate memtype reserve in devmem mmap | Suresh Siddha | 2009-04-10 | 2 | -62/+2 |
| * | x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype() | Suresh Siddha | 2009-04-10 | 2 | -23/+15 |
| * | x86, PAT: Changing memtype to WC ensuring no WB alias | venkatesh.pallipadi@intel.com | 2009-04-10 | 1 | -1/+8 |
| * | x86, PAT: Handle faults cleanly in set_memory_ APIs | venkatesh.pallipadi@intel.com | 2009-04-10 | 1 | -48/+65 |
| * | x86, PAT: Change order of cpa and free in set_memory_wb | venkatesh.pallipadi@intel.com | 2009-04-10 | 1 | -4/+7 |
| * | x86, CPA: Change idmap attribute before ioremap attribute setup | Suresh Siddha | 2009-04-10 | 1 | -3/+4 |
* | | Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li... | Linus Torvalds | 2009-04-16 | 6 | -64/+154 |
|\ \ |
|
| * | | x86: UV BAU distribution and payload MMRs | Cliff Wickman | 2009-04-16 | 1 | -3/+9 |
| * | | x86: UV: BAU partition-relative distribution map | Cliff Wickman | 2009-04-14 | 1 | -3/+16 |
| * | | x86, uv: add Kconfig dependency on NUMA for UV systems | Jack Steiner | 2009-04-08 | 1 | -0/+1 |
| * | | x86: prevent /sys/firmware/sgi_uv from being created on non-uv systems | Russ Anderson | 2009-04-08 | 1 | -0/+4 |
| * | | x86, UV: Fix for nodes with memory and no cpus | Jack Steiner | 2009-04-03 | 1 | -2/+14 |
| * | | x86, UV: system table in bios accessed after unmap | Russ Anderson | 2009-04-03 | 1 | -1/+2 |
| * | | x86: UV BAU messaging timeouts | Cliff Wickman | 2009-04-03 | 2 | -11/+50 |
| * | | x86: UV BAU and nodes with no memory | Cliff Wickman | 2009-04-03 | 1 | -47/+61 |
* | | | acpi-cpufreq: fix 'smp_call_function_many()' confusion | Linus Torvalds | 2009-04-15 | 1 | -0/+6 |
* | | | x86 microcode: revert some work_on_cpu | Hugh Dickins | 2009-04-14 | 1 | -22/+11 |
* | | | Fix quilt merge error in acpi-cpufreq.c | Linus Torvalds | 2009-04-13 | 1 | -1/+1 |
* | | | Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-04-13 | 7 | -59/+160 |
|\ \ \ |
|
| * | | | xen: add FIX_TEXT_POKE to fixmap | Jeremy Fitzhardinge | 2009-04-08 | 1 | -0/+3 |
| * | | | xen: clean up gate trap/interrupt constants | Jeremy Fitzhardinge | 2009-04-08 | 1 | -3/+3 |
| * | | | xen: set _PAGE_NX in __supported_pte_mask before pagetable construction | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+6 |
| * | | | xen/mmu: weaken flush_tlb_other test | Jeremy Fitzhardinge | 2009-04-08 | 1 | -2/+2 |
| * | | | xen/mmu: some early pagetable cleanups | Jeremy Fitzhardinge | 2009-04-08 | 2 | -14/+28 |
| * | | | Xen: Add virt_to_pfn helper function | Alex Nixon | 2009-04-08 | 1 | -1/+2 |
| * | | | x86-64: remove PGE from must-have feature list | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+1 |
| * | | | xen: mask XSAVE from cpuid | Jeremy Fitzhardinge | 2009-04-08 | 1 | -6/+44 |
| * | | | NULL noise: arch/x86/xen/smp.c | Hannes Eder | 2009-04-08 | 1 | -2/+2 |
| * | | | xen: remove xen_load_gdt debug | Jeremy Fitzhardinge | 2009-04-08 | 1 | -3/+0 |
| * | | | xen: make xen_load_gdt simpler | Jeremy Fitzhardinge | 2009-04-08 | 1 | -8/+6 |
| * | | | xen: clean up xen_load_gdt | Jeremy Fitzhardinge | 2009-04-08 | 1 | -2/+13 |
| * | | | xen: split construction of p2m mfn tables from registration | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+6 |
| * | | | xen: separate p2m allocation from setting | Jeremy Fitzhardinge | 2009-04-08 | 2 | -17/+47 |
| * | | | xen: disable preempt for leave_lazy_mmu | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+0 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-13 | 10 | -19/+57 |
|\ \ \ \ |
|
| * | | | | x86: add linux kernel support for YMM state | Suresh Siddha | 2009-04-12 | 4 | -2/+15 |
| * | | | | x86: fix wrong section of pat_disable & make it static | Marcin Slusarz | 2009-04-12 | 1 | -1/+1 |
| * | | | | x86: Fix section mismatches in mpparse | Rakib Mullick | 2009-04-12 | 1 | -3/+4 |
| * | | | | x86: fix set_fixmap to use phys_addr_t | Masami Hiramatsu | 2009-04-10 | 6 | -18/+24 |
| | |_|/
| |/| | |
|