summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | x86/fpu: Make task_xstate_cachep staticIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Uninline fpstate_free() and move it next to the allocation functionIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Factor out fpu__copy()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Move task_xstate_cachep handling to core.cIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Remove fpu_xsave()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Simplify the xsave_state*() methodsIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Factor out fpu__flush_thread() from flush_thread()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Remove the free_thread_xstate() complicationIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Clean up asm/fpu/types.hIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Improve the comment for the fpu::counter fieldIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Rename fpu_free() to fpstate_free()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Rename fpu_alloc() to fpstate_alloc()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Move fpu_alloc() out of lineIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Remove fpu_allocated()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Make init_fpu() staticIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Remove stale init_fpu() prototypeIngo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar2015-05-19
| * | | | | | | | | | | x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar2015-05-19
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/cpu/amd: Give access to the number of nodes in a physical packageAravind Gopalakrishnan2015-06-18
| * | | | | | | | | | | x86/gart: Check for GART support before accessing GART registersAravind Gopalakrishnan2015-05-06
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/cleanups, before applying dependent patchIngo Molnar2015-05-08
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | x86: Deinline dma_free_attrs()Denys Vlasenko2015-05-05
| * | | | | | | | | | | x86: Deinline dma_alloc_attrs()Denys Vlasenko2015-05-05
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker2015-06-07
| * | | | | | | | | | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-02
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | x86: Remove cpu_sibling_mask() and cpu_core_mask()Bartosz Golaszewski2015-05-27
| * | | | | | | | | | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-27
| * | | | | | | | | | | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-19
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-19
| * | | | | | | | | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-19
| * | | | | | | | | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-13
| * | | | | | | | | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-11
| * | | | | | | | | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)2015-05-08
| * | | | | | | | | locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)2015-05-08
| * | | | | | | | | locking/qspinlock, x86: Enable x86-64 to use queued spinlocksWaiman Long2015-05-08
| |/ / / / / / / /
* | | | | | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-06-02
* | | | | | | | | x86/asm/entry/32: Really make user_mode() work correctly for VM86 modeJan Beulich2015-05-29
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-05-21
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |