| Commit message (Expand) | Author | Age |
* | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-02-24 |
|\ |
|
| * | x86: pvclock kvm: align allocation size to page size | Marcelo Tosatti | 2013-02-18 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 |
|\ \ |
|
| * | | x86: convert to ksignal | Al Viro | 2013-02-14 |
| * | | x86: switch to generic old sigaction | Al Viro | 2013-02-03 |
| * | | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-03 |
| * | | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 2013-02-03 |
| * | | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-03 |
| * | | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-03 |
| * | | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() | Al Viro | 2013-02-03 |
* | | | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2013-02-23 |
|\ \ \ |
|
| * | | | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | 2013-02-23 |
| * | | | cpu_hotplug: clear apicid to node when the cpu is hotremoved | Wen Congyang | 2013-02-23 |
* | | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-22 |
|\ \ \ \ |
|
| * | | | | x86/head64.c: Early update ucode in 64-bit | Fenghua Yu | 2013-01-31 |
| * | | | | x86/head_32.S: Early update ucode in 32-bit | Fenghua Yu | 2013-01-31 |
| * | | | | x86/microcode_intel_early.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 |
| * | | | | x86/microcode_intel_lib.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 |
| * | | | | x86/microcode_core_early.c: Define interfaces for early loading ucode | Fenghua Yu | 2013-01-31 |
| * | | | | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP | Fenghua Yu | 2013-01-31 |
| * | | | | x86/common.c: Make have_cpuid_p() a global function | Fenghua Yu | 2013-01-31 |
| * | | | | x86/microcode_intel.h: Define functions and macros for early loading ucode | Fenghua Yu | 2013-01-31 |
* | | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 2013-02-22 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 2013-02-15 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 |
| | |\ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-29 |
| | * | | | | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, kdump: Remove crashkernel range find limit for 64bit | Yinghai Lu | 2013-01-29 |
| | * | | | | memblock: Add memblock_mem_size() | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, boot: Not need to check setup_header version for setup_data | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, kexec: Replace ident_mapping_init and init_level4_page | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, kexec: Set ident mapping for kernel that is above max_pfn | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, boot: Add get_cmd_line_ptr() | Yinghai Lu | 2013-01-29 |
| | * | | | | x86: Add get_ramdisk_image/size() | Yinghai Lu | 2013-01-29 |
| | * | | | | x86: Merge early_reserve_initrd for 32bit and 64bit | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, 64bit: #PF handler set page to cover only 2M per #PF | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 2013-01-29 |
| | * | | | | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 2013-01-29 |
| | * | | | | x86, 64bit: Copy struct boot_params early | Yinghai Lu | 2013-01-29 |
| | * | | | | x86: Factor out e820_add_kernel_range() | Yinghai Lu | 2013-01-29 |
| | * | | | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-29 |
| | |\ \ \ \ |
|
| | * | | | | | x86, mm: Let "memmap=" take more entries one time | Yinghai Lu | 2012-11-17 |
| | * | | | | | x86, mm: kill numa_64.h | Yinghai Lu | 2012-11-17 |
| | * | | | | | x86, mm: Move init_gbpages() out of setup.c | Yinghai Lu | 2012-11-17 |
| | * | | | | | x86, mm, Xen: Remove mapping_pagetable_reserve() | Yinghai Lu | 2012-11-17 |
| | * | | | | | x86, mm: Move min_pfn_mapped back to mm/init.c | Yinghai Lu | 2012-11-17 |