index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
2012-03-24
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
2012-03-23
Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2012-03-22
Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-03-22
kgdb: x86: Return all segment registers also in 64-bit mode
Jan Kiszka
2012-03-22
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-03-22
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-22
Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-03-22
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-03-22
Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for...
Linus Torvalds
2012-03-22
Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-03-22
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-21
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-20
Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-03-20
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-03-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-03-20
highmem: kill all __kmap_atomic()
Cong Wang
2012-03-14
x86/platform: Move APIC ID validity check into platform APIC code
Daniel J Blueman
2012-03-14
Merge tag 'v3.3-rc7' into x86/platform
Ingo Molnar
2012-03-14
Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...
Ingo Molnar
2012-03-13
sched/x86: Fix overflow in cyc2ns_offset
Salman Qazi
2012-03-10
xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.
Konrad Rzeszutek Wilk
2012-03-09
Merge 3.3-rc6 into driver-core-next
Greg Kroah-Hartman
2012-03-05
perf/x86: Add Intel LBR MSR definitions
Stephane Eranian
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-04
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-03-02
perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled
Joerg Roedel
2012-02-28
x86: relocate get/set debugreg fcns to include/asm/debugreg.
Paul Gortmaker
2012-02-28
Merge branch 'linus' into x86/asm
Ingo Molnar
2012-02-27
x86/time: Eliminate unused irq0_irqs counter
Jan Beulich
2012-02-24
static keys: Introduce 'struct static_key', static_key_true()/false() and sta...
Ingo Molnar
2012-02-23
x86, efi: Allow basic init with mixed 32/64-bit efi/kernel
Olof Johansson
2012-02-23
irq_domain/x86: Convert x86 (embedded) to use common irq_domain
Grant Likely
2012-02-22
x86/mce: Convert static array of pointers to per-cpu variables
Greg Kroah-Hartman
2012-02-21
x86, cpufeature: Add CPU features from Intel document 319433-012A
H. Peter Anvin
2012-02-21
i387: Split up <asm/i387.h> into exported and internal interfaces
Linus Torvalds
2012-02-21
i387: Uninline the generic FP helpers that we expose to kernel modules
Linus Torvalds
2012-02-20
i387: support lazy restore of FPU state
Linus Torvalds
2012-02-20
i387: use 'restore_fpu_checking()' directly in task switching code
Linus Torvalds
2012-02-20
i387: fix up some fpu_counter confusion
Linus Torvalds
2012-02-18
i387: re-introduce FPU state preloading at context switch time
Linus Torvalds
2012-02-18
i387: move TS_USEDFPU flag from thread_info to task_struct
Linus Torvalds
2012-02-16
i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore
Linus Torvalds
2012-02-16
i387: do not preload FPU state at task switch time
Linus Torvalds
2012-02-16
i387: don't ever touch TS_USEDFPU directly, use helper functions
Linus Torvalds
2012-02-16
i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers
Linus Torvalds
2012-02-16
i387: fix x86-64 preemption-unsafe user stack save/restore
Linus Torvalds
2012-02-15
i387: fix sense of sanity check
Linus Torvalds
2012-02-13
i387: make irq_fpu_usable() tests more robust
Linus Torvalds
[next]