| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (final batch from Andrew) | Linus Torvalds | 2013-02-28 | 1 | -4/+4 |
|\ |
|
| * | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 1 | -4/+4 |
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-02-28 | 1 | -2/+1 |
|\ \ |
|
| * | | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() | Satoru Takeuchi | 2013-02-14 | 1 | -2/+1 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-28 | 2 | -21/+36 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86: Make sure we can boot in the case the BDA contains pure garbage | H. Peter Anvin | 2013-02-27 | 1 | -19/+34 |
| * | | x86, doc: Fix incorrect comment about 64-bit code segment descriptors | Konrad Rzeszutek Wilk | 2013-02-25 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -2/+2 |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-27 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | x86/apic: Fix parsing of the 'lapic' cmdline option | Mathias Krause | 2013-02-20 | 1 | -1/+1 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-02-27 | 1 | -1/+22 |
|\ \ \ \ |
|
| * | | | | perf/x86: Add Intel IvyBridge event scheduling constraints | Stephane Eranian | 2013-02-20 | 1 | -1/+22 |
| |/ / / |
|
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-26 | 6 | -7/+6 |
|\ \ \ \ |
|
| * | | | | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 6 | -7/+6 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-02-24 | 1 | -5/+6 |
|\ \ \ \ |
|
| * | | | | x86: pvclock kvm: align allocation size to page size | Marcelo Tosatti | 2013-02-19 | 1 | -5/+6 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 5 | -195/+79 |
|\ \ \ \ \ |
|
| * | | | | | x86: convert to ksignal | Al Viro | 2013-02-14 | 1 | -63/+54 |
| * | | | | | x86: switch to generic old sigaction | Al Viro | 2013-02-04 | 1 | -47/+0 |
| * | | | | | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-04 | 1 | -11/+0 |
| * | | | | | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 2013-02-04 | 2 | -25/+4 |
| * | | | | | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-04 | 3 | -28/+6 |
| * | | | | | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-04 | 3 | -20/+15 |
| * | | | | | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() | Al Viro | 2013-02-04 | 1 | -1/+0 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2013-02-24 | 2 | -4/+13 |
|\ \ \ \ \ |
|
| * | | | | | acpi, memory-hotplug: parse SRAT before memblock is ready | Tang Chen | 2013-02-24 | 1 | -4/+9 |
| * | | | | | cpu_hotplug: clear apicid to node when the cpu is hotremoved | Wen Congyang | 2013-02-24 | 1 | -0/+4 |
* | | | | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-23 | 9 | -177/+1111 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/head64.c: Early update ucode in 64-bit | Fenghua Yu | 2013-01-31 | 1 | -0/+6 |
| * | | | | | | x86/head_32.S: Early update ucode in 32-bit | Fenghua Yu | 2013-01-31 | 1 | -0/+11 |
| * | | | | | | x86/microcode_intel_early.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 | 1 | -0/+796 |
| * | | | | | | x86/microcode_intel_lib.c: Early update ucode on Intel's CPU | Fenghua Yu | 2013-01-31 | 1 | -0/+174 |
| * | | | | | | x86/microcode_core_early.c: Define interfaces for early loading ucode | Fenghua Yu | 2013-01-31 | 1 | -0/+76 |
| * | | | | | | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP | Fenghua Yu | 2013-01-31 | 1 | -0/+8 |
| * | | | | | | x86/common.c: Make have_cpuid_p() a global function | Fenghua Yu | 2013-01-31 | 1 | -6/+3 |
| * | | | | | | x86/microcode_intel.h: Define functions and macros for early loading ucode | Fenghua Yu | 2013-01-31 | 3 | -171/+37 |
* | | | | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 2013-02-22 | 2 | -6/+3 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-22 | 19 | -386/+479 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 2013-02-15 | 12 | -362/+449 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 | 8 | -18/+23 |
| | |\ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| | * | | | | | | x86: Merge early kernel reserve for 32bit and 64bit | Yinghai Lu | 2013-01-30 | 3 | -18/+9 |
| | * | | | | | | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-30 | 1 | -2/+40 |
| | * | | | | | | x86, kdump: Remove crashkernel range find limit for 64bit | Yinghai Lu | 2013-01-30 | 1 | -3/+1 |
| | * | | | | | | memblock: Add memblock_mem_size() | Yinghai Lu | 2013-01-30 | 1 | -15/+1 |
| | * | | | | | | x86, boot: Not need to check setup_header version for setup_data | Yinghai Lu | 2013-01-30 | 1 | -6/+0 |
| | * | | | | | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-30 | 2 | -0/+6 |
| | * | | | | | | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 2013-01-30 | 1 | -4/+9 |
| | * | | | | | | x86, kexec: Replace ident_mapping_init and init_level4_page | Yinghai Lu | 2013-01-30 | 1 | -135/+26 |
| | * | | | | | | x86, kexec: Set ident mapping for kernel that is above max_pfn | Yinghai Lu | 2013-01-30 | 1 | -6/+37 |