| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | x86: switch to generic compat rt_sigpending() | Al Viro | 2013-02-03 | 1 | -1/+0 |
| * | | | | | | | x86: get rid of pt_regs argument in vm86/vm86old | Al Viro | 2013-02-03 | 1 | -2/+2 |
| * | | | | | | | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-03 | 2 | -4/+4 |
| * | | | | | | | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-03 | 1 | -1/+1 |
| * | | | | | | | consolidate kernel-side struct sigaction declarations | Al Viro | 2013-02-03 | 2 | -9/+5 |
| * | | | | | | | consolidate declarations of k_sigaction | Al Viro | 2013-02-03 | 2 | -9/+0 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2013-02-23 | 2 | -2/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node | Wen Congyang | 2013-02-23 | 1 | -2/+2 |
| * | | | | | | | memory-hotplug: common APIs to support page tables hot-remove | Wen Congyang | 2013-02-23 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-02-22 | 4 | -6/+119 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled() | Fenghua Yu | 2013-01-31 | 1 | -6/+12 |
| * | | | | | | | | x86/microcode_core_early.c: Define interfaces for early loading ucode | Fenghua Yu | 2013-01-31 | 1 | -0/+14 |
| * | | | | | | | | x86/common.c: Make have_cpuid_p() a global function | Fenghua Yu | 2013-01-31 | 1 | -0/+8 |
| * | | | | | | | | x86/microcode_intel.h: Define functions and macros for early loading ucode | Fenghua Yu | 2013-01-31 | 1 | -0/+85 |
* | | | | | | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler' | Linus Torvalds | 2013-02-22 | 1 | -2/+0 |
| |/ / / / / / /
|/| | | | | | | |
|
* | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 18 | -106/+111 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'x86/mm2' into x86/mm | H. Peter Anvin | 2013-02-15 | 14 | -59/+113 |
| |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 | H. Peter Anvin | 2013-02-01 | 8 | -30/+60 |
| | |\ \ \ \ \ \ \ \
| | | |/ / / / / / /
| | |/| | | | | | | |
|
| | * | | | | | | | | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 2013-01-29 | 1 | -0/+4 |
| | * | | | | | | | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bit | Yinghai Lu | 2013-01-29 | 1 | -3/+3 |
| | * | | | | | | | | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 2013-01-29 | 2 | -0/+5 |
| | * | | | | | | | | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 2013-01-29 | 1 | -1/+2 |
| | * | | | | | | | | x86, 64bit, mm: Add generic kernel/ident mapping helper | Yinghai Lu | 2013-01-29 | 1 | -0/+9 |
| | * | | | | | | | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-29 | 120 | -1748/+2105 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | x86, mm: kill numa_64.h | Yinghai Lu | 2012-11-17 | 2 | -6/+0 |
| | * | | | | | | | | | x86, mm: kill numa_free_all_bootmem() | Yinghai Lu | 2012-11-17 | 1 | -2/+0 |
| | * | | | | | | | | | x86, mm: Move function declaration into mm_internal.h | Yinghai Lu | 2012-11-17 | 1 | -13/+3 |
| | * | | | | | | | | | x86, mm: Move back pgt_buf_* to mm/init.c | Yinghai Lu | 2012-11-17 | 1 | -4/+0 |
| | * | | | | | | | | | x86, mm, Xen: Remove mapping_pagetable_reserve() | Yinghai Lu | 2012-11-17 | 2 | -13/+0 |
| | * | | | | | | | | | x86, mm: Move min_pfn_mapped back to mm/init.c | Yinghai Lu | 2012-11-17 | 1 | -1/+0 |
| | * | | | | | | | | | x86, mm: setup page table in top-down | Yinghai Lu | 2012-11-17 | 2 | -0/+2 |
| | * | | | | | | | | | x86, mm: Only direct map addresses that are marked as E820_RAM | Jacob Shin | 2012-11-17 | 1 | -7/+1 |
| | * | | | | | | | | | x86, mm: Fixup code testing if a pfn is direct mapped | Jacob Shin | 2012-11-17 | 1 | -0/+8 |
| | * | | | | | | | | | x86, mm: Move init_memory_mapping calling out of setup.c | Yinghai Lu | 2012-11-17 | 2 | -2/+1 |
| | * | | | | | | | | | x86, mm: Add global page_size_mask and probe one time only | Yinghai Lu | 2012-11-17 | 1 | -0/+1 |
| * | | | | | | | | | | x86, doc: Clarify the use of asm("%edx") in uaccess.h | H. Peter Anvin | 2013-02-12 | 1 | -1/+8 |
| * | | | | | | | | | | x86, mm: Redesign get_user with a __builtin_choose_expr hack | H. Peter Anvin | 2013-02-12 | 1 | -43/+14 |
| * | | | | | | | | | | x86, mm: Use a bitfield to mask nuisance get_user() warnings | H. Peter Anvin | 2013-02-11 | 1 | -11/+9 |
| * | | | | | | | | | | x86-32: Add support for 64bit get_user() | Ville Syrjälä | 2013-02-07 | 1 | -4/+15 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | x86-32, mm: Remove reference to resume_map_numa_kva() | H. Peter Anvin | 2013-01-31 | 1 | -6/+0 |
| * | | | | | | | | | x86, mm: Create slow_virt_to_phys() | Dave Hansen | 2013-01-25 | 1 | -0/+1 |
| * | | | | | | | | | x86, mm: Pagetable level size/shift/mask helpers | Dave Hansen | 2013-01-25 | 2 | -1/+15 |
| * | | | | | | | | | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin | 2013-01-25 | 119 | -1732/+2022 |
| |\ \ \ \ \ \ \ \ \
| | | |_|/ / / / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | x86: Make it so that __pa_symbol can only process kernel symbols on x86_64 | Alexander Duyck | 2012-11-16 | 3 | -1/+6 |
| * | | | | | | | | | x86: Improve __phys_addr performance by making use of carry flags and inlining | Alexander Duyck | 2012-11-16 | 1 | -0/+14 |
| * | | | | | | | | | x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.h | Alexander Duyck | 2012-11-16 | 3 | -22/+24 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-02-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86, AMD: Enable WC+ memory type on family 10 processors | Boris Ostrovsky | 2013-01-31 | 1 | -0/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-02-20 | 4 | -17/+11 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Rafael J. Wysocki | 2013-02-18 | 3 | -13/+11 |
| |\ \ \ \ \ \ \ \ |
|