summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-0414-20/+17
| | * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-047-9/+7
| | * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-0426-38/+5
| | * | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-047-19/+17
| | * | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-047-6/+24
| | * | x86/vmlinux: Restore "text" Program Header with dummy sectionKees Cook2019-11-041-1/+2
| | * | 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
| * | | ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra2019-10-282-1/+5
| * | | x86/ftrace: Get rid of function_hookBorislav Petkov2019-10-253-14/+11
| * | | x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNJiri Slaby2019-10-184-4/+4
| * | | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-1826-108/+104
| * | | x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-183-56/+58
| * | | 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-1870-375/+379
| * | | 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-183-10/+4
| * | | 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-184-11/+468
| * | | 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-2610-140/+217
|\ \ \
| * | | x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski2019-11-251-3/+18