summaryrefslogtreecommitdiff
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAge
...
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bitMathias Krause2015-07-31
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-01
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-17
| * | | | | | | | | | Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-17
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-21
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/asm: Drop repeated macro of X86_EFLAGS_AC definitionHuang Rui2015-08-28
| * | | | | | | | | | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-23
| * | | | | | | | | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-22
| * | | | | | | | | | x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2015-08-22
| * | | | | | | | | | x86/asm/tsc: Add rdtscll() merge helperIngo Molnar2015-08-21
| * | | | | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-05
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-31
| * | | | | | | | | x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-31
| * | | | | | | | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-31
| * | | | | | | | | x86/vm86: Move the vm86 IRQ definitions to vm86.hIngo Molnar2015-07-31
| * | | | | | | | | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-31
| * | | | | | | | | x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-31
| * | | | | | | | | x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-31
| * | | | | | | | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-31
| * | | | | | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-31
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-31
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-21
| * | | | | | | | | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-21
| * | | | | | | | | x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski2015-07-07
| * | | | | | | | | x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-07
| * | | | | | | | | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-07
| * | | | | | | | | x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-06
| * | | | | | | | | x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-06
| * | | | | | | | | x86/compat: Move ucontext_x32 to sigframe.hBrian Gerst2015-07-06
| * | | | | | | | | x86/compat: Make mmap_is_ia32() common compatBrian Gerst2015-07-06
| * | | | | | | | | x86/asm/tsc: Save an instruction in DECLARE_ARGS usersGeorge Spelvin2015-07-06
| * | | | | | | | | x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmc...Andy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc: Remove rdtscl()Andy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc: Remove the rdtscp() and rdtscpll() macrosAndy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-06
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-03
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-13
| * | | | | | | | | x86/mce: Remove unused function declarationsAshok Raj2015-08-13
| * | | | | | | | | x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-13