Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | x86/headers: Unify 'struct sigcontext_ia32' and 'struct sigcontext_32' | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Make sigcontext pointers bit independent | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Move the 'struct sigcontext' definitions into the UAPI header | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Clean up the kernel's struct sigcontext types to be ABI-clean | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32 | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Unify 'struct _fpstate_ia32' and i386 struct _fpstate | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Unify register type definitions between 32-bit compat and i386 | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Use ABI types consistently in sigcontext*.h | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Separate out legacy user-space structure definitions | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Clean up and better document uapi/asm/sigcontext.h | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Clean up uapi/asm/sigcontext32.h | Ingo Molnar | 2015-09-08 | |
| * | | | | | | | | | | | | x86/headers: Fix (old) header file dependency bug in uapi/asm/sigcontext32.h | Ingo Molnar | 2015-09-08 | |
* | | | | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | x86/fpu: Add C structures for AVX-512 state components | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu: Rework YMM definition | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu/mpx: Rework MPX 'xstate' types | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu: Rework XSTATE_* macros to remove magic '2' | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu: Rename XFEATURES_NR_MAX | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu: Rename XSAVE macros | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu: Remove partial LWP support definitions | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu: Remove XSTATE_RESERVE | Dave Hansen | 2015-09-14 | |
| * | | | | | | | | | | | | | x86/fpu: Move XSAVE-disabling code to a helper | Dave Hansen | 2015-09-14 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | x86/cpu: Add CLZERO detection | Wan Zongshun | 2015-11-01 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | x86/kexec: Remove obsolete 'in_crash_kexec' flag | Minfei Huang | 2015-10-12 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | x86/asm: Remove the xyz_cfi macros from dwarf2.h | Andy Lutomirski | 2015-10-14 | |
| * | | | | | | | | | | | | | x86/asm: Remove thread_info.sysenter_return | Andy Lutomirski | 2015-10-09 | |
| * | | | | | | | | | | | | | x86/syscalls: Give sys_call_ptr_t a useful type | Andy Lutomirski | 2015-10-09 | |
| * | | | | | | | | | | | | | x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h | Andy Lutomirski | 2015-10-09 | |
| * | | | | | | | | | | | | | x86/vdso/32: Save extra registers in the INT80 vsyscall path | Andy Lutomirski | 2015-10-09 | |
| * | | | | | | | | | | | | | x86/elf/64: Clear more registers in elf_common_init() | Andy Lutomirski | 2015-10-09 | |
| * | | | | | | | | | | | | | x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm | Andy Lutomirski | 2015-10-09 | |
| * | | | | | | | | | | | | | x86/asm: Re-add parts of the manual CFI infrastructure | Andy Lutomirski | 2015-10-09 | |
| * | | | | | | | | | | | | | x86/vdso: Remove runtime 32-bit vDSO selection | Andy Lutomirski | 2015-10-07 | |
| * | | | | | | | | | | | | | x86/uaccess: Add unlikely() to __chk_range_not_ok() failure paths | Andy Lutomirski | 2015-10-07 | |
| * | | | | | | | | | | | | | x86/uaccess: Tell the compiler that uaccess is unlikely to fault | Andy Lutomirski | 2015-10-07 | |
| * | | | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes before applying new changes | Ingo Molnar | 2015-10-07 | |
| |\| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | x86/asm: Force inlining of cpu_relax() | Denys Vlasenko | 2015-09-25 | |
| * | | | | | | | | | | | | | x86/sched/64: Don't save flags on context switch (reinstated) | Andy Lutomirski | 2015-09-25 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/for-kvm' into x86/apic | Thomas Gleixner | 2015-09-30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APIC | Paolo Bonzini | 2015-09-30 | |
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | x86/numachip: Introduce Numachip2 timer mechanisms | Daniel J Blueman | 2015-09-22 | |
| * | | | | | | | | | | | | x86/numachip: Add Numachip IPI optimisations | Daniel J Blueman | 2015-09-22 | |
| * | | | | | | | | | | | | x86/numachip: Add Numachip2 APIC support | Daniel J Blueman | 2015-09-22 | |
| * | | | | | | | | | | | | x86/numachip: Cleanup Numachip support | Daniel J Blueman | 2015-09-22 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-11-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con... | Ingo Molnar | 2015-10-20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | |