Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c5bedc6847c3be6efe0e671a6155c9a25fd468bf
/
arch
/
x86
/
include
c5bedc6
x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
by Ingo Molnar
· 10 years ago
4c13841
x86/fpu: Open code PF_USED_MATH usages
by Ingo Molnar
· 10 years ago
4540d3f
x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_begin()
by Ingo Molnar
· 10 years ago
35191e3
x86/fpu: Remove 'struct task_struct' usage from __thread_fpu_end()
by Ingo Molnar
· 10 years ago
c0311f6
x86/fpu: Remove 'struct task_struct' usage from __thread_set_has_fpu()
by Ingo Molnar
· 10 years ago
36b544d
x86/fpu: Change fpu_owner_task to fpu_fpregs_owner_ctx
by Ingo Molnar
· 10 years ago
36fe617
x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter
by Ingo Molnar
· 10 years ago
276983f
x86/fpu: Eliminate the __thread_has_fpu() wrapper
by Ingo Molnar
· 10 years ago
e102f30
x86/fpu: Move fpu_copy() to fpu/core.c
by Ingo Molnar
· 10 years ago
6522d78
x86/fpu: Remove __save_init_fpu()
by Ingo Molnar
· 10 years ago
416d49a
x86/fpu: Make kernel_fpu_disable/enable() static
by Ingo Molnar
· 10 years ago
f55f88e
x86/fpu: Make task_xstate_cachep static
by Ingo Molnar
· 10 years ago
5a12bf6
x86/fpu: Uninline fpstate_free() and move it next to the allocation function
by Ingo Molnar
· 10 years ago
a752b53
x86/fpu: Factor out fpu__copy()
by Ingo Molnar
· 10 years ago
8ffb53a
x86/fpu: Move task_xstate_cachep handling to core.c
by Ingo Molnar
· 10 years ago
0afc4a9
x86/fpu: Remove fpu_xsave()
by Ingo Molnar
· 10 years ago
3e261c1
x86/fpu: Simplify the xsave_state*() methods
by Ingo Molnar
· 10 years ago
4d16409
x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()
by Ingo Molnar
· 10 years ago
3a0aee4
x86/fpu: Rename math_state_restore() to fpu__restore()
by Ingo Molnar
· 10 years ago
81683cc
x86/fpu: Factor out fpu__flush_thread() from flush_thread()
by Ingo Molnar
· 10 years ago
11ad192
x86/fpu: Remove the free_thread_xstate() complication
by Ingo Molnar
· 10 years ago
f89e32e
x86/fpu: Fix header file dependencies of fpu-internal.h
by Ingo Molnar
· 10 years ago
47bc510
x86/fpu: Clean up asm/fpu/types.h
by Ingo Molnar
· 10 years ago
14b9675
x86/fpu: Move FPU data structures to asm/fpu_types.h
by Ingo Molnar
· 10 years ago
1260099
x86/fpu: Improve the comment for the fpu::counter field
by Ingo Molnar
· 10 years ago
c0c2803
x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
by Ingo Molnar
· 10 years ago
3a9c4b0
x86/fpu: Rename fpu_init() to fpu__cpu_init()
by Ingo Molnar
· 10 years ago
c0ee2cf
x86/fpu: Rename fpu_finit() to fpstate_init()
by Ingo Molnar
· 10 years ago
a7c2a83
x86/fpu: Rename fpu_free() to fpstate_free()
by Ingo Molnar
· 10 years ago
ed97b08
x86/fpu: Rename fpu_alloc() to fpstate_alloc()
by Ingo Molnar
· 10 years ago
6fbe671
x86/fpu: Move fpu_alloc() out of line
by Ingo Molnar
· 10 years ago
3732442
x86/fpu: Remove fpu_allocated()
by Ingo Molnar
· 10 years ago
bda28379
x86/fpu: Make init_fpu() static
by Ingo Molnar
· 10 years ago
97185c9
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
by Ingo Molnar
· 10 years ago
68ad8b9
x86/fpu: Remove stale init_fpu() prototype
by Ingo Molnar
· 10 years ago
1a7dc0d
x86/fpu: Rename fpu_detect() to fpu__detect()
by Ingo Molnar
· 10 years ago
0a78155
x86/fpu: Rename unlazy_fpu() to fpu__save()
by Ingo Molnar
· 10 years ago
0e1dc42
Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 10 years ago
3d54ac9
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
8746515
xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM
by Stefano Stabellini
· 10 years ago
a71dbda
hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guests
by Boris Ostrovsky
· 10 years ago
e8a4a26
x86/spinlocks: Fix regression in spinlock contention detection
by Tahsin Erdogan
· 10 years ago
73459e2
x86: pvclock: Really remove the sched notifier for cross-cpu migrations
by Paolo Bonzini
· 10 years ago
61f01dd
x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
by Andy Lutomirski
· 10 years ago
b9bb6fb
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
1fc1499
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
41d5e08
Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 10 years ago
09d5160
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
by Linus Torvalds
· 10 years ago
0b2bb69
tools/power turbostat: Initial Skylake support
by Len Brown
· 10 years ago
34a984f
Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
8eb68bf
x86: switch to using asm-generic for seccomp.h
by Kees Cook
· 10 years ago
fa2e5c0
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
2481bc7
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
1dcf58d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
4a20799
mm: move memtest under mm
by Vladimir Murzin
· 10 years ago
204db6e
mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
by Kees Cook
· 10 years ago
5d72b4f
x86, mm: support huge I/O mapping capability I/F
by Toshi Kani
· 10 years ago
9823336
x86: expose number of page table levels on Kconfig level
by Kirill A. Shutemov
· 10 years ago
6c8a53c9
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
078838d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9497d738
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 10 years ago
c4d3066
x86 msr-index: define MSR_TURBO_RATIO_LIMIT,1,2
by Len Brown
· 10 years ago
07f2d8c
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
6cf78d4
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
0ad5c6b
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
421ec90
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9f3252f
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
60f898e
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
977e1ba
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
49d2953
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
cc76ee7
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9c65e12
Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9003601
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
3050a35
x86: Remove signal translation and exec_domain
by Richard Weinberger
· 11 years ago
be77002
Merge back earlier suspend/hibernate material for v4.1.
by Rafael J. Wysocki
· 10 years ago
b449159
x86/iommu: Fix header comments regarding standard and _FINISH macros
by Aravind Gopalakrishnan
· 10 years ago
55dd0df
jump_label: Allow asm/jump_label.h to be included in assembly
by Anton Blanchard
· 10 years ago
cae2a17
x86: clean up/fix 'copy_in_user()' tail zeroing
by Linus Torvalds
· 10 years ago
3ea3b7f
kvm: mmu: lazy collapse small sptes into large sptes
by Wanpeng Li
· 10 years ago
ae561ed
KVM: x86: DR0-DR3 are not clear on reset
by Nadav Amit
· 10 years ago
3b5a5ff
KVM: x86: simplify kvm_apic_map
by Radim Krčmář
· 10 years ago
3548a25
KVM: x86: avoid logical_map when it is invalid
by Radim Krčmář
· 10 years ago
9ea369b
KVM: x86: fix mixed APIC mode broadcast
by Radim Krčmář
· 10 years ago
5a4f55c
KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu
by Eugene Korenevsky
· 10 years ago
3304c9c
x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout
by Denys Vlasenko
· 10 years ago
fc3e958
x86/asm/entry: Clear EXTRA_REGS for all executable formats
by Denys Vlasenko
· 10 years ago
6a3713f
x86/signal: Remove pax argument from restore_sigcontext
by Brian Gerst
· 10 years ago
dbe4058
x86/alternatives: Fix ALTERNATIVE_2 padding generation properly
by Borislav Petkov
· 10 years ago
6b51311
x86/asm/entry/64: Use a define for an invalid segment selector
by Borislav Petkov
· 10 years ago
78cac48
x86/mm/KASLR: Propagate KASLR status to kernel proper
by Borislav Petkov
· 10 years ago
47091e3
x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32
by Borislav Petkov
· 10 years ago
cf9328c
x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1
by Andy Lutomirski
· 10 years ago
d9dc64f
x86/asm: Add support for the CLWB instruction
by Ross Zwisler
· 10 years ago
52ca9ce
perf/x86/intel/pt: Add Intel PT PMU driver
by Alexander Shishkin
· 10 years ago
ed69628
x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection
by Alexander Shishkin
· 10 years ago
3f85483
x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests
by Boris Ostrovsky
· 10 years ago
ec776ef
x86/mm: Add support for the non-standard protected e820 type
by Christoph Hellwig
· 10 years ago
84a87c6
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi
by Ingo Molnar
· 10 years ago
744937b0b
efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction
by Ingo Molnar
· 10 years ago
4399c03c6
x86/apic: Remove verify_local_APIC()
by Bandan Das
· 10 years ago
Next »