summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-04-05signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings1-0/+2
2013-03-28x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang1-2/+2
2013-03-20perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds1-1/+3
2013-03-20perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2-0/+10
2013-03-14xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk1-1/+9
2013-03-14xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk1-0/+9
2013-03-04x86: Make sure we can boot in the case the BDA contains pure garbageH. Peter Anvin1-19/+34
2013-03-04x86, efi: Make "noefi" really disable EFI runtime serivcesMatt Fleming1-2/+3
2013-02-28xen: Send spinlock IPI to all waitersStefan Bader1-1/+0
2013-02-28x86: Hyper-V: register clocksource only if its advertisedOlaf Hering1-1/+2
2013-02-28x86-32, mm: Remove reference to alloc_remap()H. Peter Anvin1-18/+11
2013-02-28x86-32, mm: Remove reference to resume_map_numa_kva()H. Peter Anvin2-8/+0
2013-02-28x86-32, mm: Rip out x86_32 NUMA remapping codeDave Hansen4-174/+0
2013-02-17efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi1-1/+1
2013-02-17x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich1-7/+7
2013-02-17x86/mm: Check if PUD is large when validating a kernel addressMel Gorman2-0/+8
2013-02-17x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systemsStoney Wang1-10/+11
2013-02-17x86: Do not leak kernel page mapping locationsKees Cook1-3/+5
2013-02-14efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming4-38/+50
2013-02-11x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich1-2/+2
2013-02-03x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin1-0/+2
2013-02-03x86, efi: Set runtime_version to the EFI spec revisionMatt Fleming1-1/+1
2013-02-03efi, x86: Pass a proper identity mapping in efi_call_phys_prelogNathan Zimmer1-5/+17
2013-02-03x86/msr: Add capabilities checkAlan Cox1-0/+3
2013-01-21xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Frediano Ziglio1-1/+0
2013-01-21x86/Sandy Bridge: reserve pages when integrated graphics is presentJesse Barnes1-0/+78
2013-01-17x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara1-0/+14
2013-01-11x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara1-0/+14
2012-12-17x86: hpet: Fix masking of MSI interruptsJan Beulich1-2/+2
2012-12-10x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2-6/+14
2012-12-05x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin1-0/+2
2012-12-03KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2-0/+6
2012-12-03x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky1-0/+4
2012-12-03x86, efi: Fix processor-specific memcpy() build errorMatt Fleming1-0/+2
2012-12-03x86-32: Fix invalid stack address while in softirqRobert Richter2-11/+32
2012-11-17xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-1/+20
2012-10-31x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu1-7/+8
2012-10-31x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson3-8/+23
2012-10-31efi: Defer freeing boot services memory until after ACPI initJosh Triplett1-13/+18
2012-10-31x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0
2012-10-31x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin1-30/+43
2012-10-31x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+3
2012-10-28xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2-4/+6
2012-10-28x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma...Jacob Shin1-2/+15
2012-10-28oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()Dan Carpenter1-1/+1
2012-10-21xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2
2012-10-21xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2012-10-13efi: initialize efi.runtime_version to make query_variable_info/update_capsul...Seiji Aguchi1-0/+1
2012-10-13efi: Build EFI stub with EFI-appropriate optionsMatthew Garrett1-0/+3
2012-10-13mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli1-3/+8