index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
|
|
|
|
x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted
Len Brown
2015-08-17
|
*
|
|
|
|
|
|
|
|
|
x86/smpboot: Remove SIPI delays from cpu_up()
Len Brown
2015-08-17
|
*
|
|
|
|
|
|
|
|
|
x86/smpboot: Remove udelay(100) when polling cpu_callin_map
Len Brown
2015-08-17
|
*
|
|
|
|
|
|
|
|
|
x86/smpboot: Remove udelay(100) when polling cpu_initialized_map
Len Brown
2015-08-17
|
*
|
|
|
|
|
|
|
|
|
Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...
Ingo Molnar
2015-08-17
|
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
x86/boot: Obsolete the MCA sys_desc_table
Paolo Pisati
2015-07-21
|
|
|
_
|
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-09-01
|
\
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
x86/asm/msr: Make wrmsrl() a function
Andy Lutomirski
2015-08-23
|
*
|
|
|
|
|
|
|
|
|
x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer
Huang Rui
2015-08-22
|
*
|
|
|
|
|
|
|
|
|
x86/traps: Weaken context tracking entry assertions
Andy Lutomirski
2015-08-22
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
2015-08-18
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
/
/
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
x86/vm86: Rename vm86->v86flags and v86mask
Brian Gerst
2015-07-31
|
*
|
|
|
|
|
|
|
|
x86/vm86: Rename vm86->vm86_info to user_vm86
Brian Gerst
2015-07-31
|
*
|
|
|
|
|
|
|
|
x86/vm86: Clean up vm86.h includes
Brian Gerst
2015-07-31
|
*
|
|
|
|
|
|
|
|
x86/vm86: Use the normal pt_regs area for vm86
Brian Gerst
2015-07-31
|
*
|
|
|
|
|
|
|
|
x86/vm86: Eliminate 'struct kernel_vm86_struct'
Brian Gerst
2015-07-31
|
*
|
|
|
|
|
|
|
|
x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'
Brian Gerst
2015-07-31
|
*
|
|
|
|
|
|
|
|
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
2015-07-31
|
*
|
|
|
|
|
|
|
|
x86/ldt: Make modify_ldt() optional
Andy Lutomirski
2015-07-31
|
*
|
|
|
|
|
|
|
|
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
2015-07-31
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
x86/entry/vm86: Move userspace accesses to do_sys_vm86()
Brian Gerst
2015-07-21
|
*
|
|
|
|
|
|
|
|
x86/entry/vm86: Preserve 'orig_ax'
Brian Gerst
2015-07-21
|
*
|
|
|
|
|
|
|
|
x86/entry/vm86: Clean up saved_fs/gs
Brian Gerst
2015-07-21
|
*
|
|
|
|
|
|
|
|
x86/nmi: Remove the 'b2b' parameter from nmi_handle()
Andy Lutomirski
2015-07-21
|
*
|
|
|
|
|
|
|
|
x86/irq, context_tracking: Document how IRQ context tracking works and add an...
Andy Lutomirski
2015-07-07
|
*
|
|
|
|
|
|
|
|
x86/entry: Remove exception_enter() from most trap handlers
Andy Lutomirski
2015-07-07
|
*
|
|
|
|
|
|
|
|
x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...
Andy Lutomirski
2015-07-07
|
*
|
|
|
|
|
|
|
|
x86/entry: Move C entry and exit code to arch/x86/entry/common.c
Andy Lutomirski
2015-07-07
|
*
|
|
|
|
|
|
|
|
x86/compat: Remove unneeded #include
Brian Gerst
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/compat, x86/perf: Don't build perf_callchain_user32() on x32
Brian Gerst
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/compat: Factor out ia32 compat code from compat_arch_ptrace()
Brian Gerst
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'
Brian Gerst
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/compat: Move copy_siginfo_*_user32() to signal_compat.c
Brian Gerst
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()
Andy Lutomirski
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...
Andy Lutomirski
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites
Andy Lutomirski
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug
Andy Lutomirski
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc: Replace rdtscll() with native_read_tsc()
Andy Lutomirski
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks
Andy Lutomirski
2015-07-06
|
*
|
|
|
|
|
|
|
|
x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()
Andy Lutomirski
2015-07-06
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-08-31
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
apm32: Fix cputime == jiffies assumption
Frederic Weisbecker
2015-07-29
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-08-31
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
x86/mce: Add a wrapper around mce_log() for injection
Borislav Petkov
2015-08-13
|
*
|
|
|
|
|
|
|
|
x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()
Borislav Petkov
2015-08-13
|
*
|
|
|
|
|
|
|
|
x86/mce: Reenable CMCI banks when swiching back to interrupt mode
Xie XiuQi
2015-08-13
|
*
|
|
|
|
|
|
|
|
x86/mce: Clear Local MCE opt-in before kexec
Ashok Raj
2015-08-13
|
*
|
|
|
|
|
|
|
|
x86/mce: Kill drain_mcelog_buffer()
Borislav Petkov
2015-08-13
|
*
|
|
|
|
|
|
|
|
x86/mce: Avoid potential deadlock due to printk() in MCE context
Chen, Gong
2015-08-13
[prev]
[next]