summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-237-67/+14
|\
| * x86: convert to ksignalAl Viro2013-02-141-2/+3
| * burying unused conditionalsAl Viro2013-02-141-2/+0
| * x86: switch to generic old sigactionAl Viro2013-02-034-21/+0
| * x86: switch to generic compat rt_sigaction()Al Viro2013-02-032-11/+0
| * x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-031-3/+0
| * x86,um: switch to generic old sigsuspend()Al Viro2013-02-032-2/+0
| * x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-031-1/+0
| * x86: switch to generic compat rt_sigpending()Al Viro2013-02-031-1/+0
| * x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-031-2/+2
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-032-4/+4
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-031-1/+1
| * consolidate kernel-side struct sigaction declarationsAl Viro2013-02-032-9/+5
| * consolidate declarations of k_sigactionAl Viro2013-02-032-9/+0
* | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-232-2/+3
|\ \
| * | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-231-2/+2
| * | memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-231-0/+1
* | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-224-6/+119
|\ \ \
| * | | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled()Fenghua Yu2013-01-311-6/+12
| * | | x86/microcode_core_early.c: Define interfaces for early loading ucodeFenghua Yu2013-01-311-0/+14
| * | | x86/common.c: Make have_cpuid_p() a global functionFenghua Yu2013-01-311-0/+8
| * | | x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-311-0/+85
* | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-221-2/+0
| |/ / |/| |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2118-106/+111
|\ \ \
| * \ \ Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-1514-59/+113
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-018-30/+60
| | |\ \ \ | | | |/ / | | |/| |
| | * | | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-291-0/+4
| | * | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu2013-01-291-3/+3
| | * | | x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-292-0/+5
| | * | | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-291-1/+2
| | * | | x86, 64bit, mm: Add generic kernel/ident mapping helperYinghai Lu2013-01-291-0/+9
| | * | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-29120-1748/+2105
| | |\ \ \
| | * | | | x86, mm: kill numa_64.hYinghai Lu2012-11-172-6/+0
| | * | | | x86, mm: kill numa_free_all_bootmem()Yinghai Lu2012-11-171-2/+0
| | * | | | x86, mm: Move function declaration into mm_internal.hYinghai Lu2012-11-171-13/+3
| | * | | | x86, mm: Move back pgt_buf_* to mm/init.cYinghai Lu2012-11-171-4/+0
| | * | | | x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu2012-11-172-13/+0
| | * | | | x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu2012-11-171-1/+0
| | * | | | x86, mm: setup page table in top-downYinghai Lu2012-11-172-0/+2
| | * | | | x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin2012-11-171-7/+1
| | * | | | x86, mm: Fixup code testing if a pfn is direct mappedJacob Shin2012-11-171-0/+8
| | * | | | x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu2012-11-172-2/+1
| | * | | | x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu2012-11-171-0/+1
| * | | | | x86, doc: Clarify the use of asm("%edx") in uaccess.hH. Peter Anvin2013-02-121-1/+8
| * | | | | x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin2013-02-121-43/+14
| * | | | | x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin2013-02-111-11/+9
| * | | | | x86-32: Add support for 64bit get_user()Ville Syrjälä2013-02-071-4/+15
| | |_|/ / | |/| | |
| * | | | x86-32, mm: Remove reference to resume_map_numa_kva()H. Peter Anvin2013-01-311-6/+0
| * | | | x86, mm: Create slow_virt_to_phys()Dave Hansen2013-01-251-0/+1
OpenPOWER on IntegriCloud