index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-01
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+33
2015-09-01
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2015-09-01
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2015-09-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-11
/
+1
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
26
-210
/
+189
2015-08-31
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2015-08-31
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+6
2015-08-31
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-0
/
+22
2015-08-31
Merge branch 'mm-kasan-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+3
2015-08-31
Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+8
2015-08-31
Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2015-08-31
Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+7
2015-08-31
Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-31
/
+61
2015-08-31
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-8
/
+4
2015-08-28
x86/asm: Drop repeated macro of X86_EFLAGS_AC definition
Huang Rui
1
-2
/
+0
2015-08-25
Merge tag 'v4.2-rc8' into x86/mm, before applying new changes
Ingo Molnar
97
-2178
/
+2219
2015-08-23
x86/asm/msr: Make wrmsrl() a function
Andy Lutomirski
2
-3
/
+9
2015-08-22
x86/kasan: Define KASAN_SHADOW_OFFSET per architecture
Andrey Ryabinin
1
-0
/
+3
2015-08-22
x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer
Huang Rui
1
-0
/
+1
2015-08-22
x86/asm: Add MONITORX/MWAITX instruction support
Huang Rui
2
-0
/
+46
2015-08-21
x86/asm/tsc: Add rdtscll() merge helper
Ingo Molnar
1
-0
/
+3
2015-08-20
Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...
Ingo Molnar
5
-43
/
+56
2015-08-18
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
3
-29
/
+10
2015-08-18
Revert "sched/x86_64: Don't save flags on context switch"
Andy Lutomirski
1
-8
/
+4
2015-08-17
x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted
Len Brown
1
-2
/
+0
2015-08-17
Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...
Ingo Molnar
15
-132
/
+112
2015-08-15
x86/kvm: Rename VMX's segment access rights defines
Andy Lutomirski
1
-23
/
+23
2015-08-13
Revert x86 sigcontext cleanups
Linus Torvalds
2
-21
/
+6
2015-08-13
x86/mce: Clear Local MCE opt-in before kexec
Ashok Raj
1
-0
/
+4
2015-08-13
x86/mce: Remove unused function declarations
Ashok Raj
1
-4
/
+0
2015-08-13
x86/mce: Kill drain_mcelog_buffer()
Borislav Petkov
1
-1
/
+1
2015-08-13
x86/mce: Remove the MCE ring for Action Optional errors
Chen, Gong
1
-1
/
+1
2015-08-13
x86/mce: Reuse one of the u16 padding fields in 'struct mce'
Borislav Petkov
1
-1
/
+2
2015-08-09
Merge 4.2-rc6 into char-misc-next
Greg Kroah-Hartman
3
-22
/
+50
2015-08-05
Drivers: hv: vmbus: Implement a clocksource based on the TSC page
K. Y. Srinivasan
1
-0
/
+2
2015-08-05
KVM: MMU: introduce the framework to check zero bits on sptes
Xiao Guangrong
1
-0
/
+8
2015-08-05
KVM: MMU: introduce rsvd_bits_validate
Xiao Guangrong
1
-2
/
+6
2015-08-05
x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks
Andy Lutomirski
3
-18
/
+0
2015-08-05
x86/hweight: Force inlining of __arch_hweight{32,64}()
Denys Vlasenko
1
-5
/
+8
2015-08-04
mshyperv: fix recognition of Hyper-V guest crash MSR's
Denis V. Lunev
1
-0
/
+1
2015-08-04
Drivers: hv: vmbus: add special crash handler
Vitaly Kuznetsov
1
-0
/
+2
2015-08-04
Drivers: hv: vmbus: add special kexec handler
Vitaly Kuznetsov
1
-0
/
+2
2015-08-04
x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
Andi Kleen
2
-0
/
+13
2015-08-04
perf/x86: Add a native_perf_sched_clock_from_tsc()
Andi Kleen
1
-0
/
+1
2015-08-04
perf/x86/intel/pt: Add new timing packet enables
Alexander Shishkin
1
-0
/
+8
2015-08-03
sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
Konstantin Khlebnikov
1
-2
/
+2
2015-07-31
x86/vm86: Rename vm86->v86flags and v86mask
Brian Gerst
1
-2
/
+2
2015-07-31
x86/vm86: Rename vm86->vm86_info to user_vm86
Brian Gerst
1
-1
/
+1
2015-07-31
x86/vm86: Clean up vm86.h includes
Brian Gerst
2
-5
/
+2
2015-07-31
x86/vm86: Move the vm86 IRQ definitions to vm86.h
Ingo Molnar
2
-11
/
+14
[next]