summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-1816-81/+82
|\
| * Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski2015-08-181-8/+4
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-174-9/+22
| |\
| | * x86/ldt: Further fix FPU emulationAndy Lutomirski2015-08-171-1/+1
| | * x86/ldt: Correct FPU emulation access to LDTJuergen Gross2015-08-083-7/+20
| | * x86/ldt: Correct LDT access in single stepping logicJuergen Gross2015-08-081-2/+2
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-151-1/+6
| |\ \
| | * | KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang2015-08-071-1/+1
| | * | KVM: x86: zero IDT limit on entry to SMMPaolo Bonzini2015-08-071-0/+5
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-142-12/+19
| |\ \ \
| | * | | perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming2015-08-121-5/+3
| | * | | perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra2015-08-121-7/+16
| * | | | x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds2015-08-141-1/+2
| * | | | Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-132-6/+4
| |\ \ \ \
| | * | | | x86/xen: build "Xen PV" APIC driver for domU as wellJason A. Donenfeld2015-08-102-6/+4
| * | | | | Revert x86 sigcontext cleanupsLinus Torvalds2015-08-133-36/+17
| | |_|_|/ | |/| | |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-051-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
| | | |/ | | |/|
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-0113-154/+260
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-011-4/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ebpf, x86: fix general protection fault when tail call is invokedDaniel Borkmann2015-07-301-4/+4
* | | | | x86/vdso: Emit a GNU hashAndy Lutomirski2015-08-081-1/+1
* | | | | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-054-75/+0
* | | | | x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-051-51/+11
* | | | | x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-051-46/+2
* | | | | x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-312-12/+12
* | | | | x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-312-35/+37
* | | | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-318-5/+8
* | | | | x86/vm86: Move the vm86 IRQ definitions to vm86.hIngo Molnar2015-07-312-11/+14
* | | | | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-315-94/+60
* | | | | x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-312-78/+42
* | | | | x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-312-28/+30
* | | | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-315-30/+55
* | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-317-8/+51
* | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-3154-574/+965
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-319-153/+210
| * | | | x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski2015-07-311-0/+40
| * | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-312-0/+9
| |\ \ \ \
| | * | | | efi: Check for NULL efi kernel parametersRicardo Neri2015-07-301-0/+5
| | * | | | x86/efi: Use all 64 bit of efi_memmap in setup_e820()Dmitry Skorodumov2015-07-301-0/+4
| | |/ / /
| * / / / x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()Jiang Liu2015-07-301-1/+1
| |/ / /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
| |\ \ \
| | * | | perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-266-44/+32
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner2015-07-261-3/+3
| | * | | x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko2015-07-241-5/+9
| | * | | x86/mm: Fix newly introduced printk format warningsThomas Gleixner2015-07-241-2/+2
| | * | | x86/mm: Remove region_is_ram() call from ioremapToshi Kani2015-07-221-18/+6
| | * | | x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani2015-07-221-3/+4
| | * | | x86/mm/pat: Adjust default caching mode translation tablesJan Beulich2015-07-211-3/+3