summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-26165-1189/+1657
|\
| * Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-2538-179/+163
| |\
| | * x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada2019-11-151-2/+0
| | * m68k: Convert missed RODATA to RO_DATAKees Cook2019-11-122-2/+2
| | * x86/vmlinux: Use INT3 instead of NOP for linker fill bytesKees Cook2019-11-041-1/+1
| | * x86/mm: Report actual image regions in /proc/iomemKees Cook2019-11-041-1/+11
| | * x86/mm: Report which part of kernel image is freedKees Cook2019-11-043-7/+9
| | * x86/mm: Remove redundant address-of operators on addressesKees Cook2019-11-041-3/+3
| | * xtensa: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+2
| | * powerpc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+1
| | * parisc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-3/+1
| | * microblaze: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+2
| | * ia64: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+1
| | * h8300: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+3
| | * c6x: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-2/+3
| | * arm64: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-3/+4
| | * alpha: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+1
| | * x86/vmlinux: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-2/+1
| | * x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook2019-11-044-9/+7
| | * vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATAKees Cook2019-11-041-0/+12
| | * vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-0423-24/+24
| | * 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