- 256f631 xen/arm: Introduce xen_ulong_t for unsigned long by Stefano Stabellini · 12 years ago
- 98104c3 Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
- 25a765b Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
- 6428227 x86: Document x86_init.paging.pagetable_init() by Attilio Rao · 12 years ago
- c711288 x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() by Attilio Rao · 12 years ago
- 843b8ed x86: Move paging_init() call to x86_init.paging.pagetable_init() by Attilio Rao · 12 years ago
- 7737b21 x86: Rename pagetable_setup_start() to pagetable_init() by Attilio Rao · 12 years ago
- 73090f8 x86: Remove base argument from x86_init.paging.pagetable_setup_start by Attilio Rao · 12 years ago
- bf71d0e Merge tag 'stable/for-linus-3.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
- 69870a8 xen/mm: return more precise error from xen_remap_domain_range() by David Vrabel · 12 years ago
- ce7184b xen: fix logical error in tlb flushing by Alex Shi · 12 years ago
- 593d0a3 Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus-3.6 by Konrad Rzeszutek Wilk · 12 years ago
- 50e9004 xen/p2m: Fix one-off error in checking the P2M tree directory. by Konrad Rzeszutek Wilk · 12 years ago
- 1d92128 KVM: x86: fix KVM_GET_MSR for PV EOI by Michael S. Tsirkin · 12 years ago
- 2675608 Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
- 6ec9776 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
- 3287318 xen/mmu: If the revector fails, don't attempt to revector anything else. by Konrad Rzeszutek Wilk · 12 years ago
- 3fc509f xen/p2m: When revectoring deal with holes in the P2M array. by Konrad Rzeszutek Wilk · 12 years ago
- 785f623 xen/mmu: Release just the MFN list, not MFN list and part of pagetables. by Konrad Rzeszutek Wilk · 12 years ago
- 3aca7fb xen/mmu: Remove from __ka space PMD entries for pagetables. by Konrad Rzeszutek Wilk · 12 years ago
- 7f91406 xen/mmu: Copy and revector the P2M tree. by Konrad Rzeszutek Wilk · 12 years ago
- 357a3cf xen/p2m: Add logic to revector a P2M tree to use __va leafs. by Konrad Rzeszutek Wilk · 12 years ago
- 488f046 xen/mmu: Recycle the Xen provided L4, L3, and L2 pages by Konrad Rzeszutek Wilk · 12 years ago
- caaf9ec xen/mmu: For 64-bit do not call xen_map_identity_early by Konrad Rzeszutek Wilk · 12 years ago
- ae895ed xen/mmu: use copy_page instead of memcpy. by Konrad Rzeszutek Wilk · 12 years ago
- 4fac153 xen/mmu: Provide comments describing the _ka and _va aliasing issue by Konrad Rzeszutek Wilk · 12 years ago
- 3699aad xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything. by Konrad Rzeszutek Wilk · 12 years ago
- 51faaf2 Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and "xen/x86: Use memblock_reserve for sensitive areas." by Konrad Rzeszutek Wilk · 12 years ago
- 6d7083e xen/swiotlb: Fix compile warnings when using plain integer instead of NULL pointer. by Konrad Rzeszutek Wilk · 12 years ago
- 1a1d433 xen: allow privcmd for HVM guests by Stefano Stabellini · 12 years ago
- bd3f79b xen: Introduce xen_pfn_t for pfn and mfn types by Stefano Stabellini · 12 years ago
- c96aae1 xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M. by Konrad Rzeszutek Wilk · 12 years ago
- 36bf50d x86, microcode, AMD: Fix broken ucode patch size check by Andreas Herrmann · 12 years ago
- 5ad105e KVM: x86 emulator: use stack size attribute to mask rsp in stack ops by Avi Kivity · 12 years ago
- 35f2d16 KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended by Takuya Yoshikawa · 12 years ago
- cb09cad x86/alternatives: Fix p6 nops on non-modular kernels by Avi Kivity · 12 years ago
- 2530cd4 x86/fixup_irq: Use cpu_online_mask instead of cpu_all_mask by Liu, Chuansheng · 12 years ago
- 83be4ff x86/spinlocks: Fix comment in spinlock.h by Richard Weinberger · 12 years ago
- eb48c07 mm: hugetlbfs: correctly populate shared pmd by Michal Hocko · 12 years ago
- b8b0f55 xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. by Konrad Rzeszutek Wilk · 12 years ago
- 4d9310e xen: missing includes by Stefano Stabellini · 12 years ago
- 806c312 xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain. by Konrad Rzeszutek Wilk · 12 years ago
- 59b29440 xen/x86: Use memblock_reserve for sensitive areas. by Konrad Rzeszutek Wilk · 12 years ago
- a3118be xen/p2m: Fix the comment describing the P2M tree. by Konrad Rzeszutek Wilk · 12 years ago
- c71a355 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- f78602a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 515c7af x32: Use compat shims for {g,s}etsockopt by Mike Frysinger · 12 years ago
- 250a41e xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID. by Konrad Rzeszutek Wilk · 12 years ago
- ad54e46 Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
- ca08649 Revert "xen PVonHVM: move shared_info to MMIO before kexec" by Konrad Rzeszutek Wilk · 12 years ago
- f026cfa Revert "x86-64/efi: Use EFI to deal with platform wall clock" by H. Peter Anvin · 12 years ago
- f1c630018 x86, apic: fix broken legacy interrupts in the logical apic mode by Suresh Siddha · 12 years ago
- 26a4f3c perf/x86: disable PEBS on a guest entry. by Gleb Natapov · 12 years ago
- cb37af7 perf/x86: Add Intel Westmere-EX uncore support by Yan, Zheng · 12 years ago
- ebb6cc0 perf/x86: Fixes for Nehalem-EX uncore driver by Yan, Zheng · 12 years ago
- cffa59b perf, x86: Fix uncore_types_exit section mismatch by Borislav Petkov · 12 years ago
- 484d90e x86, build: Globally set -fno-pic by Andrew Boie · 12 years ago
- c6fd893 x86, avx: don't use avx instructions with "noxsave" boot param by Suresh Siddha · 12 years ago
- 439793d KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value by Gleb Natapov · 12 years ago
- d8579fd Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
- d79095e Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
- 1ca0049 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- bd463a0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 9d0b01a Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'osc-pcie' into base by Len Brown · 12 years ago
- 095adbb ACPI: Only count valid srat memory structures by Thomas Renninger · 12 years ago
- fc6bdb5 Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc by Linus Torvalds · 12 years ago
- 5bc6f98 xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back. by Konrad Rzeszutek Wilk · 12 years ago
- 1871e84 Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
- aa67f60 KVM: VMX: Fix ds/es corruption on i386 with preemption by Avi Kivity · 12 years ago
- eaf4ce6 x86-64, kcmp: The kcmp system call can be common by H. Peter Anvin · 12 years ago
- a3170d2 um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs by Al Viro · 13 years ago
- 4b64866 KVM: x86: apply kvmclock offset to guest wall clock time by Bruce Rogers · 12 years ago
- 1fcfd08 x86: OLPC: move s/r-related EC cmds to EC driver by Andres Salomon · 12 years ago
- 6cca83d Platform: OLPC: move debugfs support from x86 EC driver by Andres Salomon · 12 years ago
- 85f90cf x86: OLPC: switch over to using new EC driver on x86 by Andres Salomon · 12 years ago
- 3bf9428 drivers: OLPC: update various drivers to include olpc-ec.h by Andres Salomon · 12 years ago
- 392a325 Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver by Andres Salomon · 12 years ago
- bca1a5c Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- d07bdfd perf/x86: Fix USER/KERNEL tagging of samples properly by Peter Zijlstra · 12 years ago
- 7740dfc perf/x86/intel/uncore: Make UNCORE_PMU_HRTIMER_INTERVAL 64-bit by Andrew Morton · 12 years ago
- 3b6961b ACPI/x86: revert 'x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler' by Len Brown · 12 years ago
- c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
- 4ed940d firmware_map: make firmware_map_add_early() argument consistent with firmware_map_add_hotplug() by Yasuaki Ishimatsu · 12 years ago
- 7463449 atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test by Catalin Marinas · 12 years ago
- 7d0642b xen/perf: Define .glob for the different hypercalls. by Konrad Rzeszutek Wilk · 12 years ago
- 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 0a2fe19 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- c1b669b Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 3d72b10 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 7907163 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 44a6b84 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
- 41fb433 arch/x86/kernel/kdebugfs.c: Ensure a consistent return value in error case by Julia Lawall · 12 years ago
- 61b0fcc x86/mce: Add quirk for instruction recovery on Sandy Bridge processors by Tony Luck · 12 years ago
- 736edce x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h> by Tony Luck · 12 years ago
- 35d56ca9 perf/x86: Fix missing struct before structure name by Jovi Zhang · 12 years ago
- 1d44b30 x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqs by Tomoki Sekiyama · 12 years ago
- c1ece48 perf/x86: Fix format definition of SNB-EP uncore QPI box by Yan, Zheng · 12 years ago
- 597ed95 perf/x86: Make bitfield unsigned by Peter Zijlstra · 12 years ago
- 74e6543 perf/x86: Fix LLC-* and node-* events on Intel SandyBridge by Yan, Zheng · 12 years ago
- 254298c perf/x86: Add Intel Nehalem-EX uncore support by Yan, Zheng · 12 years ago