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
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-14
/
+11
2015-06-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
26
-1239
/
+1353
2015-06-22
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+12
2015-06-22
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-41
/
+5
2015-06-22
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-23
/
+18
2015-06-22
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
8
-5
/
+112
2015-06-18
x86/cpu/amd: Give access to the number of nodes in a physical package
Aravind Gopalakrishnan
1
-0
/
+1
2015-06-09
x86/mpx: Support 32-bit binaries on 64-bit kernels
Dave Hansen
1
-32
/
+30
2015-06-09
x86/mpx: Introduce new 'directory entry' to 'addr' helper function
Dave Hansen
1
-1
/
+0
2015-06-09
x86: Make is_64bit_mm() widely available
Dave Hansen
1
-0
/
+13
2015-06-09
x86/mpx: Trace allocation of new bounds tables
Dave Hansen
1
-0
/
+16
2015-06-09
x86/mpx: Trace the attempts to find bounds tables
Dave Hansen
1
-0
/
+32
2015-06-09
x86/mpx: Trace entry to bounds exception paths
Dave Hansen
1
-0
/
+34
2015-06-09
x86/mpx: Trace #BR exceptions
Dave Hansen
1
-0
/
+50
2015-06-09
x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASK
Qiaowei Ren
1
-1
/
+0
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
2
-12
/
+10
2015-06-09
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
1
-4
/
+4
2015-06-09
x86/fpu/xstate: Wrap get_xsave_addr() to make it safer
Dave Hansen
1
-0
/
+1
2015-06-07
preempt: Use preempt_schedule_context() as the official tracing preemption point
Frederic Weisbecker
1
-5
/
+3
2015-06-07
x86/microcode: Correct CPU family related variable types
Andy Shevchenko
1
-2
/
+2
2015-06-02
x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers
Andy Lutomirski
1
-2
/
+12
2015-06-02
Merge branch 'linus' into sched/core, to resolve conflict
Ingo Molnar
1
-0
/
+3
2015-05-29
x86/asm/entry/32: Really make user_mode() work correctly for VM86 mode
Jan Beulich
1
-1
/
+1
2015-05-27
x86: Remove cpu_sibling_mask() and cpu_core_mask()
Bartosz Golaszewski
1
-10
/
+0
2015-05-27
sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()
Bartosz Golaszewski
1
-1
/
+1
2015-05-27
x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case
Ingo Molnar
1
-1
/
+1
2015-05-27
x86/fpu: Simplify copy_kernel_to_xregs_booting()
Ingo Molnar
1
-1
/
+2
2015-05-27
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
Ingo Molnar
1
-8
/
+8
2015-05-27
x86/fpu: Remove error return values from copy_kernel_to_*regs() functions
Ingo Molnar
1
-18
/
+9
2015-05-27
x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()
Ingo Molnar
1
-4
/
+4
2015-05-27
x86/fpu: Add debugging checks to all copy_kernel_to_*() functions
Ingo Molnar
1
-8
/
+20
2015-05-27
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
Ingo Molnar
1
-1
/
+1
2015-05-27
x86/fpu: Split out the fpu__activate_fpstate_read() method
Ingo Molnar
1
-0
/
+1
2015-05-27
x86/fpu: Fix FPU register read access to the current task
Ingo Molnar
1
-1
/
+1
2015-05-25
x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...
Ingo Molnar
1
-14
/
+23
2015-05-25
x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...
Ingo Molnar
1
-6
/
+6
2015-05-25
x86/fpu: Improve xstate_fault() handling
Ingo Molnar
1
-10
/
+10
2015-05-25
x86/fpu: Rename xstate related 'fx' references to 'xstate'
Ingo Molnar
1
-12
/
+12
2015-05-25
x86/fpu: Move the xstate copying functions into fpu/internal.h
Ingo Molnar
2
-192
/
+192
2015-05-25
Merge branch 'linus' into x86/fpu
Ingo Molnar
1
-0
/
+3
2015-05-25
x86/fpu: Fix FPU state save area alignment bug
Ingo Molnar
1
-1
/
+6
2015-05-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2015-05-20
kvm/fpu: Enable eager restore kvm FPU for MPX
Liang Li
1
-0
/
+1
2015-05-20
Revert "KVM: x86: drop fpu_activate hook"
Paolo Bonzini
1
-0
/
+1
2015-05-20
x86/fpu/xstate: Use explicit parameter in xstate_fault()
Ingo Molnar
1
-14
/
+20
2015-05-19
x86/fpu: Reorganize fpu/internal.h
Ingo Molnar
2
-75
/
+87
2015-05-19
x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
Ingo Molnar
1
-1
/
+16
2015-05-19
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu/xstate: Clean up setup_xstate_comp() call
Ingo Molnar
1
-1
/
+0
2015-05-19
x86/fpu: Clean up xstate feature reservation
Ingo Molnar
1
-5
/
+10
[next]