summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-164-58/+11
| * | | | | x86/iopl: Restrict iopl() permission scopeThomas Gleixner2019-11-163-39/+85
| * | | | | x86/iopl: Fixup misleading commentThomas Gleixner2019-11-161-8/+27
| * | | | | x86/ioperm: Share I/O bitmap if identicalThomas Gleixner2019-11-162-42/+45
| * | | | | x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner2019-11-162-15/+21
| * | | | | x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-162-41/+43
| * | | | | x86/ioperm: Add bitmap sequence numberThomas Gleixner2019-11-163-10/+34
| * | | | | x86/ioperm: Move iobitmap data into a structThomas Gleixner2019-11-163-35/+42
| * | | | | x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner2019-11-163-7/+7
| * | | | | x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner2019-11-164-29/+43
| * | | | | x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner2019-11-161-0/+3
| * | | | | x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner2019-11-161-29/+26
| * | | | | x86/iopl: Cleanup include mazeThomas Gleixner2019-11-161-12/+4
| * | | | | x86/cpu: Unify cpu_init()Thomas Gleixner2019-11-161-108/+65
| * | | | | x86/process: Unify copy_thread_tls()Thomas Gleixner2019-11-163-143/+100
| * | | | | x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner2019-11-161-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-2612-155/+175
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar2019-11-252-10/+18
| |\ \ \ \ \
| | * | | | | 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/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-041-4/+3
| | * | | | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| | * | | | | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-2/+1
| | * | | | | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+2
| | * | | | | x86/vmlinux: Restore "text" Program Header with dummy sectionKees Cook2019-11-041-1/+2
| * | | | | | 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-181-8/+8
| * | | | | | x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-181-4/+4
| * | | | | | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-183-5/+8
| * | | | | | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-183-18/+18
| * | | | | | x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-182-8/+8
| * | | | | | x86/asm/ftrace: Mark function_hook as functionJiri Slaby2019-10-181-2/+2
| * | | | | | x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-182-9/+9
| * | | | | | x86/asm: Do not annotate functions with GLOBALJiri Slaby2019-10-181-2/+3
| * | | | | | x86/asm/head: Annotate data appropriatelyJiri Slaby2019-10-182-57/+65
| * | | | | | x86/asm: Annotate local pseudo-functionsJiri Slaby2019-10-183-6/+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
| * | | | | | 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-262-0/+13
|\ \ \ \ \ \
| * | | | | | x86/pti/32: Size initial_page_table correctlyThomas Gleixner2019-11-211-0/+10
| * | | | | | x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski2019-11-211-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-2/+28
|\ \ \ \ \ \
| * | | | | | x86/speculation: Fix redundant MDS mitigation messageWaiman Long2019-11-161-0/+13
| * | | | | | x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long2019-11-161-2/+15
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-262-53/+267
|\ \ \ \ \ \ \
| * | | | | | | x86/jailhouse: Only enable platform UARTs if availableRalf Ramsauer2019-10-101-13/+72