index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-09-04
125
-11368
/
+3325
|
\
|
*
objtool: Handle GCC stack pointer adjustment bug
Josh Poimboeuf
2017-08-30
4
-90
/
+88
|
*
x86/entry/64: Use ENTRY() instead of ALIGN+GLOBAL for stub32_clone()
Jiri Slaby
2017-08-29
1
-2
/
+2
|
*
x86/fpu/math-emu: Add ENDPROC to functions
Jiri Slaby
2017-08-29
14
-4
/
+21
|
*
x86/boot/64: Extract efi_pe_entry() from startup_64()
Jiri Slaby
2017-08-29
1
-59
/
+53
|
*
x86/boot/32: Extract efi_pe_entry() from startup_32()
Jiri Slaby
2017-08-29
1
-65
/
+64
|
*
x86/lguest: Remove lguest support
Juergen Gross
2017-08-24
43
-10502
/
+16
|
*
x86/paravirt/xen: Remove xen_patch()
Juergen Gross
2017-08-24
6
-138
/
+21
|
*
objtool: Fix objtool fallthrough detection with function padding
Josh Poimboeuf
2017-08-21
1
-7
/
+7
|
*
x86/xen/64: Fix the reported SS and CS in SYSCALL
Andy Lutomirski
2017-08-15
1
-0
/
+18
|
*
objtool: Track DRAP separately from callee-saved registers
Josh Poimboeuf
2017-08-11
2
-25
/
+31
|
*
objtool: Fix validate_branch() return codes
Josh Poimboeuf
2017-08-11
1
-3
/
+3
|
*
x86: Clarify/fix no-op barriers for text_poke_bp()
Peter Zijlstra
2017-08-10
1
-6
/
+16
|
*
x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs
Andy Lutomirski
2017-08-10
1
-105
/
+122
|
*
selftests/x86/fsgsbase: Test selectors 1, 2, and 3
Andy Lutomirski
2017-08-10
1
-6
/
+35
|
*
x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumps
Andy Lutomirski
2017-08-10
1
-2
/
+3
|
*
x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common
Andy Lutomirski
2017-08-10
1
-0
/
+9
|
*
x86/asm: Fix UNWIND_HINT_REGS macro for older binutils
Josh Poimboeuf
2017-08-10
1
-4
/
+6
|
*
x86/asm/32: Fix regs_get_register() on segment registers
Andy Lutomirski
2017-08-10
1
-0
/
+11
|
*
x86/xen/64: Rearrange the SYSCALL entries
Andy Lutomirski
2017-08-10
3
-25
/
+14
|
*
Merge branch 'x86/urgent' into x86/asm, to pick up fixes
Ingo Molnar
2017-08-10
1095
-21780
/
+23354
|
|
\
|
*
|
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
2017-07-30
8
-13
/
+12
|
*
|
x86/traps: Don't clear segment high bits in early_idt_handler_common()
Andy Lutomirski
2017-07-30
1
-12
/
+8
|
*
|
x86/asm/32: Make pt_regs's segment registers be 16 bits
Andy Lutomirski
2017-07-30
1
-6
/
+26
|
*
|
objtool: Disable GCC '-Wpacked' warnings
Josh Poimboeuf
2017-07-28
1
-1
/
+2
|
*
|
objtool: Fix '-mtune=atom' decoding support in objtool 2.0
Josh Poimboeuf
2017-07-28
1
-1
/
+25
|
*
|
objtool: Skip unreachable warnings for 'alt' instructions
Josh Poimboeuf
2017-07-28
1
-1
/
+6
|
*
|
objtool: Assume unannotated UD2 instructions are dead ends
Josh Poimboeuf
2017-07-28
5
-26
/
+94
|
*
|
x86/ldt/64: Refresh DS and ES when modify_ldt changes an entry
Andy Lutomirski
2017-07-27
1
-0
/
+21
|
*
|
x86/kconfig: Consolidate unwinders into multiple choice selection
Josh Poimboeuf
2017-07-26
4
-11
/
+45
|
*
|
x86/kconfig: Make it easier to switch to the new ORC unwinder
Josh Poimboeuf
2017-07-26
2
-7
/
+6
|
*
|
x86/unwind: Add the ORC unwinder
Josh Poimboeuf
2017-07-26
18
-64
/
+977
|
*
|
x86/asm: Make objtool unreachable macros independent from GCC version
Josh Poimboeuf
2017-07-25
1
-16
/
+16
|
*
|
x86/asm: Add ASM_UNREACHABLE
Kees Cook
2017-07-25
2
-4
/
+12
|
*
|
x86/asm: Add suffix macro for GEN_*_RMWcc()
Kees Cook
2017-07-25
1
-13
/
+24
|
*
|
objtool: Fix gcov check for older versions of GCC
Josh Poimboeuf
2017-07-25
5
-35
/
+17
|
*
|
x86/io: Make readq() / writeq() API consistent
Andy Shevchenko
2017-07-24
1
-4
/
+6
|
*
|
x86/io: Remove xlate_dev_kmem_ptr() duplication
Andy Shevchenko
2017-07-24
2
-5
/
+3
|
*
|
x86/io: Remove mem*io() duplications
Andy Shevchenko
2017-07-24
2
-45
/
+24
|
*
|
x86/io: Include asm-generic/io.h to architectural code
Andy Shevchenko
2017-07-24
1
-0
/
+3
|
*
|
x86/io: Define IO accessors by preprocessor
Andy Shevchenko
2017-07-24
1
-0
/
+41
|
*
|
x86/asm: Add unwind hint annotations to sync_core()
Josh Poimboeuf
2017-07-18
1
-0
/
+3
|
*
|
x86/entry/64: Add unwind hint annotations
Josh Poimboeuf
2017-07-18
3
-11
/
+66
|
*
|
objtool, x86: Add facility for asm code to provide unwind hints
Josh Poimboeuf
2017-07-18
6
-13
/
+417
|
*
|
objtool: Add ORC unwind table generation
Josh Poimboeuf
2017-07-18
14
-60
/
+916
|
*
|
x86/dumpstack: Fix interrupt and exception stack boundary checks
Josh Poimboeuf
2017-07-18
2
-4
/
+4
|
*
|
x86/dumpstack: Fix occasionally missing registers
Josh Poimboeuf
2017-07-18
1
-5
/
+7
|
*
|
x86/entry/64: Initialize the top of the IRQ stack before switching stacks
Andy Lutomirski
2017-07-18
1
-1
/
+23
|
*
|
x86/entry/64: Refactor IRQ stacks and make them NMI-safe
Andy Lutomirski
2017-07-18
3
-26
/
+64
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-04
18
-263
/
+459
|
\
\
\
[next]