summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | s390: Move RO_DATA into "text" PT_LOAD Program HeaderKees Cook2019-11-041-2/+2
| | * | ia64: Rename PT_LOAD identifier "code" to "text"Kees Cook2019-11-041-7/+7
| | * | alpha: Rename PT_LOAD identifier "kernel" to "text"Kees Cook2019-11-041-4/+4
| | * | powerpc: Rename PT_LOAD identifier "kernel" to "text"Kees Cook2019-11-041-6/+6
| | * | powerpc: Remove PT_NOTE workaroundKees Cook2019-11-041-22/+2
| | * | powerpc: Rename "notes" PT_NOTE to "note"Kees Cook2019-11-041-2/+2
| | * | arch/x86/boot: Use prefix map to avoid embedded pathsBruce Ashfield2019-10-012-0/+2
| * | | x86/entry/64: Remove pointless jump in paranoid_exitThomas Gleixner2019-11-161-2/+1
| * | | x86/entry/32: Remove unused resume_userspace labelThomas Gleixner2019-11-161-1/+0
| * | | x86/ftrace: Get rid of function_hookBorislav Petkov2019-10-252-12/+9
| * | | x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNJiri Slaby2019-10-183-3/+3
| * | | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-1825-102/+102
| * | | x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-182-56/+56
| * | | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-187-13/+22
| * | | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-1869-375/+375
| * | | x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-186-46/+46
| * | | x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-187-12/+25
| * | | x86/asm/ftrace: Mark function_hook as functionJiri Slaby2019-10-181-2/+2
| * | | x86/asm: Make some functions localJiri Slaby2019-10-187-34/+35
| * | | x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby2019-10-182-10/+2
| * | | x86/asm/realmode: Use SYM_DATA_* instead of GLOBALJiri Slaby2019-10-188-43/+36
| * | | x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-186-16/+16
| * | | x86/asm: Do not annotate functions with GLOBALJiri Slaby2019-10-183-12/+13
| * | | x86/asm/purgatory: Start using annotationsJiri Slaby2019-10-183-19/+26
| * | | xen/pvh: Annotate data appropriatelyJiri Slaby2019-10-181-7/+7
| * | | x86/um: Annotate data appropriatelyJiri Slaby2019-10-181-3/+3
| * | | x86/boot: Annotate data appropriatelyJiri Slaby2019-10-184-30/+30
| * | | x86/asm/head: Annotate data appropriatelyJiri Slaby2019-10-182-57/+65
| * | | x86/asm/entry: Annotate interrupt symbols properlyJiri Slaby2019-10-182-21/+20
| * | | x86/asm: Annotate aliasesJiri Slaby2019-10-185-11/+10
| * | | x86/uaccess: Annotate local functionJiri Slaby2019-10-181-3/+2
| * | | x86/boot: Annotate local functionsJiri Slaby2019-10-183-6/+10
| * | | x86/asm/crypto: Annotate local functionsJiri Slaby2019-10-1811-77/+68
| * | | x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-186-10/+14
| * | | x86/asm/entry: Annotate THUNKsJiri Slaby2019-10-182-5/+6
| * | | x86/asm: Annotate relocate_kernel_{32,64}.cJiri Slaby2019-10-182-10/+16
| * | | x86/asm/suspend: Use SYM_DATA for dataJiri Slaby2019-10-182-2/+2
| * | | linkage: Introduce new macros for assembler symbolsJiri Slaby2019-10-181-3/+7
| * | | x86/asm: Make more symbols localJiri Slaby2019-10-113-8/+8
| * | | x86/asm: Make boot_gdt_descr localJiri Slaby2019-10-051-2/+0
| * | | x86/asm: Reorder early variablesJiri Slaby2019-10-051-6/+5
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-268-139/+202
|\ \ \
| * | | x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski2019-11-251-3/+18
| * | | x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar2019-11-253-10/+14
| * | | x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra2019-11-211-12/+41
| * | | x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski2019-11-211-14/+16
| * | | x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski2019-11-211-31/+35
| * | | x86/entry/32: Use %ss segment where requiredAndy Lutomirski2019-11-211-5/+14
| * | | x86/entry/32: Fix IRET exceptionPeter Zijlstra2019-11-211-1/+1
| * | | x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner2019-11-211-1/+5