index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-27
x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()
Toshi Kani
2
-8
/
+10
2015-05-27
x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry
Toshi Kani
1
-10
/
+18
2015-05-27
Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new changes
Ingo Molnar
2
-4
/
+4
2015-05-27
x86/mce: Fix monarch timeout setting through the mce= cmdline option
Xie XiuQi
1
-4
/
+1
2015-05-27
x86/cpu: Strip any /proc/cpuinfo model name field whitespace
Prarit Bhargava
1
-13
/
+4
2015-05-27
sched/x86: Drop repeated word from mwait_idle() comment
Huang Rui
1
-4
/
+3
2015-05-27
x86/fpu: Simplify copy_kernel_to_xregs_booting()
Ingo Molnar
1
-1
/
+1
2015-05-27
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
Ingo Molnar
1
-2
/
+2
2015-05-27
x86/fpu: Remove error return values from copy_kernel_to_*regs() functions
Ingo Molnar
1
-13
/
+5
2015-05-27
x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()
Ingo Molnar
1
-2
/
+2
2015-05-27
x86/fpu: Add debugging check to fpu__restore()
Ingo Molnar
1
-0
/
+2
2015-05-27
x86/fpu: Optimize fpu__activate_fpstate_write()
Ingo Molnar
1
-32
/
+19
2015-05-27
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
Ingo Molnar
2
-4
/
+4
2015-05-27
x86/fpu: Optimize fpu__activate_fpstate_read()
Ingo Molnar
1
-4
/
+1
2015-05-27
x86/fpu: Split out the fpu__activate_fpstate_read() method
Ingo Molnar
2
-3
/
+32
2015-05-27
x86/fpu: Fix FPU register read access to the current task
Ingo Molnar
2
-23
/
+30
2015-05-27
perf/x86/intel/pt: Remove redundant variable declaration
Alexander Shishkin
1
-1
/
+0
2015-05-27
perf/x86/intel/pt: Kill pt_is_running()
Alexander Shishkin
1
-10
/
+1
2015-05-27
perf/x86/intel/pt: Document pt_buffer_reset_offsets()
Alexander Shishkin
1
-1
/
+8
2015-05-27
perf/x86/intel/pt: Document pt_buffer_reset_markers()
Alexander Shishkin
1
-4
/
+7
2015-05-27
perf/x86/intel/pt: Kill an unused variable
Alexander Shishkin
1
-3
/
+3
2015-05-27
perf/x86/intel: Simplify put_exclusive_constraints()
Peter Zijlstra
1
-14
/
+15
2015-05-27
perf/x86: Simplify the x86_schedule_events() logic
Peter Zijlstra
1
-3
/
+1
2015-05-27
perf/x86/intel: Remove intel_excl_states::init_state
Peter Zijlstra
3
-22
/
+2
2015-05-27
perf/x86/intel: Remove pointless tests
Peter Zijlstra
1
-10
/
+4
2015-05-27
perf/x86/intel: Clean up intel_commit_scheduling() placement
Peter Zijlstra
2
-32
/
+32
2015-05-27
perf/x86/intel: Make WARN()ings consistent
Peter Zijlstra
1
-11
/
+7
2015-05-27
perf/x86/intel: Simplify the dynamic constraint code somewhat
Peter Zijlstra
1
-11
/
+10
2015-05-27
perf/x86/intel: Add lockdep assert
Peter Zijlstra
1
-2
/
+1
2015-05-27
perf/x86/intel: Correct local vs remote sibling state
Peter Zijlstra
1
-46
/
+33
2015-05-27
perf/x86/intel/cqm: Use 'u32' data type for RMIDs
Matt Fleming
1
-19
/
+18
2015-05-27
perf/x86/intel/cqm: Add storage for 'closid' and clean up 'struct intel_pqr_state'
Thomas Gleixner
1
-23
/
+27
2015-05-27
perf/x86/intel/cqm: Remove useless wrapper function
Thomas Gleixner
1
-6
/
+1
2015-05-27
perf/x86/intel/cqm: Avoid pointless MSR write
Thomas Gleixner
1
-3
/
+5
2015-05-27
perf/x86/intel/cqm: Remove pointless spinlock from state cache
Thomas Gleixner
1
-11
/
+6
2015-05-27
perf/x86/intel/cqm: Use proper data types
Thomas Gleixner
1
-2
/
+2
2015-05-27
perf/x86/intel/cqm: Document PQR MSR abuse
Thomas Gleixner
1
-2
/
+13
2015-05-27
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
7
-78
/
+122
2015-05-27
perf/x86: Tweak broken BIOS rules during check_hw_exists()
Don Zickus
1
-1
/
+15
2015-05-27
perf/x86/intel/pt: Untangle pt_buffer_reset_markers()
Alexander Shishkin
1
-12
/
+22
2015-05-27
perf/x86: Improve HT workaround GP counter constraint
Peter Zijlstra
4
-30
/
+53
2015-05-27
perf/x86: Fix event/group validation
Peter Zijlstra
6
-36
/
+33
2015-05-25
x86/fpu: Fix fpu__init_system_xstate() comments
Ingo Molnar
1
-8
/
+2
2015-05-24
x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers
Andy Lutomirski
3
-25
/
+30
2015-05-20
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
2
-2
/
+19
2015-05-20
x86/fpu: Disable XSAVES* support for now
Ingo Molnar
1
-0
/
+15
2015-05-20
kvm: x86: Make functions that have no external callers static
Nicholas Krause
1
-2
/
+2
2015-05-20
x86/fpu/init: Clean up and comment the __setup() functions
Ingo Molnar
1
-10
/
+25
2015-05-20
x86/fpu/init: Move __setup() functions to fpu/init.c
Ingo Molnar
2
-36
/
+37
2015-05-20
Backmerge v4.1-rc4 into into drm-next
Dave Airlie
5
-40
/
+64
[prev]
[next]