summaryrefslogtreecommitdiff
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-17
| * | | | | | | | | | x86/smpboot: Remove SIPI delays from cpu_up()Len Brown2015-08-17
| * | | | | | | | | | x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown2015-08-17
| * | | | | | | | | | x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen 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/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-23
| * | | | | | | | | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-22
| * | | | | | | | | | x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-22
| * | | | | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | 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: 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: Preserve 'orig_ax'Brian Gerst2015-07-21
| * | | | | | | | | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-21
| * | | | | | | | | x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski2015-07-21
| * | | | | | | | | x86/irq, context_tracking: Document how IRQ context tracking works and add an...Andy Lutomirski2015-07-07
| * | | | | | | | | x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-07
| * | | | | | | | | x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski2015-07-07
| * | | | | | | | | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-07
| * | | | | | | | | x86/compat: Remove unneeded #includeBrian Gerst2015-07-06
| * | | | | | | | | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-06
| * | | | | | | | | x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst2015-07-06
| * | | | | | | | | x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-06
| * | | | | | | | | x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-06
| * | | | | | | | | x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski2015-07-06
| * | | | | | | | | x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...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, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy 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: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-06
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | apm32: Fix cputime == jiffies assumptionFrederic Weisbecker2015-07-29
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-13
| * | | | | | | | | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-13
| * | | | | | | | | x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi2015-08-13
| * | | | | | | | | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-13
| * | | | | | | | | x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-13
| * | | | | | | | | x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong2015-08-13