summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-25KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig1-2/+2
2013-04-16x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2-1/+6
2013-04-12x86: remove the x32 syscall bitmask from syscall_get_nr()Paul Moore1-2/+2
2013-04-05signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings1-0/+2
2013-02-28x86-32, mm: Remove reference to resume_map_numa_kva()H. Peter Anvin1-6/+0
2013-02-17x86/mm: Check if PUD is large when validating a kernel addressMel Gorman1-0/+5
2013-02-14efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-0/+1
2012-12-10x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin1-6/+9
2012-12-03x86-32: Fix invalid stack address while in softirqRobert Richter1-11/+4
2012-10-31x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson1-0/+1
2012-10-13mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli1-3/+8
2012-10-02xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+2
2012-07-16thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli1-13/+17
2012-07-16mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-0/+50
2012-07-16x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin1-1/+1
2012-06-17x86/uv: Fix UV2 BAU legacy modeCliff Wickman1-1/+0
2012-05-14x86, kvm: KVM paravirt kernels don't check for CPUID being unavailableAlan Cox1-0/+3
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds1-0/+33
2012-04-23x32, siginfo: Provide proper overrides for x32 siginfo_tH. Peter Anvin1-1/+7
2012-04-23x32: Check __ILP32__ instead of __LP64__ for x32H.J. Lu3-7/+7
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann1-1/+0
2012-04-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds3-9/+2
2012-04-06Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds1-0/+46
2012-04-06x86: Use correct byte-sized register constraint in __add()H. Peter Anvin1-1/+1
2012-04-06x86: Use correct byte-sized register constraint in __xchg_op()Jeremy Fitzhardinge1-1/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-10/+16
2012-03-30x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown1-10/+0
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-10/+38
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds18-226/+244
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-1/+16
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+10
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds20-536/+544
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-21/+60
2012-03-28Delete all instances of asm/system.hDavid Howells1-6/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-1/+0
2012-03-28Disintegrate asm/system.h for X86David Howells19-534/+549
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-10/+16
2012-03-28x86/ioapic: Add io_apic_ops driver layer to allow interceptionJeremy Fitzhardinge1-0/+9
2012-03-26x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger1-0/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds3-63/+68
2012-03-23x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski1-6/+9
2012-03-23Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+7
2012-03-23x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold2-1/+6
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2012-03-22kgdb: x86: Return all segment registers also in 64-bit modeJan Kiszka1-3/+7
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+8
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-580/+530
2012-03-22Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1