summaryrefslogtreecommitdiff
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-03
| * | | | | | | | | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-03
| * | | | | | | | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-03
| * | | | | | | | | consolidate declarations of k_sigactionAl Viro2013-02-03
| * | | | | | | | | sanitize rt_sigaction() situation a bitAl Viro2013-02-03
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | acpi, memory-hotplug: support getting hotplug info from SRATTang Chen2013-02-23
| * | | | | | | | | acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen2013-02-23
| * | | | | | | | | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-23
| * | | | | | | | | x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu2013-02-23
| * | | | | | | | | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-23
| * | | | | | | | | cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-23
| * | | | | | | | | memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-23
| * | | | | | | | | memory-hotplug: remove page table of x86_64 architectureTang Chen2013-02-23
| * | | | | | | | | memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-23
| * | | | | | | | | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-23
| * | | | | | | | | memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-23
* | | | | | | | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/Kconfig: Make early microcode loading a configuration featureFenghua Yu2013-01-31
| * | | | | | | | | | x86/mm/init.c: Copy ucode from initrd image to kernel memoryFenghua Yu2013-01-31
| * | | | | | | | | | x86/head64.c: Early update ucode in 64-bitFenghua Yu2013-01-31
| * | | | | | | | | | x86/head_32.S: Early update ucode in 32-bitFenghua Yu2013-01-31
| * | | | | | | | | | x86/microcode_intel_early.c: Early update ucode on Intel's CPUFenghua Yu2013-01-31
| * | | | | | | | | | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled()Fenghua Yu2013-01-31
| * | | | | | | | | | x86/microcode_intel_lib.c: Early update ucode on Intel's CPUFenghua Yu2013-01-31
| * | | | | | | | | | x86/microcode_core_early.c: Define interfaces for early loading ucodeFenghua Yu2013-01-31
| * | | | | | | | | | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on APFenghua Yu2013-01-31
| * | | | | | | | | | x86/common.c: Make have_cpuid_p() a global functionFenghua Yu2013-01-31
| * | | | | | | | | | x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-31
* | | | | | | | | | | x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk2013-02-22
* | | | | | | | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-22
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-15
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-01
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | x86, 64bit, mm: hibernate use generic mapping_initYinghai Lu2013-01-29
| | * | | | | | | | | | x86, 64bit, mm: Mark data/bss/brk to nxYinghai Lu2013-01-29
| | * | | | | | | | | | x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-29
| | * | | | | | | | | | x86: Add Crash kernel low reservationYinghai Lu2013-01-29
| | * | | | | | | | | | x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu2013-01-29
| | * | | | | | | | | | memblock: Add memblock_mem_size()Yinghai Lu2013-01-29
| | * | | | | | | | | | x86, boot: Not need to check setup_header version for setup_dataYinghai Lu2013-01-29
| | * | | | | | | | | | x86, boot: Update comments about entries for 64bit imageYinghai Lu2013-01-29
| | * | | | | | | | | | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-29
| | * | | | | | | | | | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-29
| | * | | | | | | | | | x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-29
| | * | | | | | | | | | x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu2013-01-29
| | * | | | | | | | | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu2013-01-29
| | * | | | | | | | | | x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu2013-01-29
| | * | | | | | | | | | x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu2013-01-29
| | * | | | | | | | | | x86, boot: Pass cmd_line_ptr with unsigned long insteadYinghai Lu2013-01-29