summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-018-146/+241
|\
| * x86/ioperm: Save an indentation level in tss_update_io_bitmap()Borislav Petkov2019-11-301-26/+26
| * x86/ptrace: Document FSBASE and GSBASE ABI odditiesAndy Lutomirski2019-11-261-0/+17
| * x86/ptrace: Remove set_segment_reg() implementations for currentAndy Lutomirski2019-11-261-12/+7
| * x86/traps: die() instead of panicking on a double faultAndy Lutomirski2019-11-261-1/+1
| * x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski2019-11-262-33/+93
| * x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski2019-11-263-29/+71
| * x86/doublefault/32: Rename doublefault.c to doublefault_32.cAndy Lutomirski2019-11-262-5/+3
| * x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski2019-11-262-20/+3
* | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-301-5/+12
|\ \
| * | x86/mce/therm_throt: Mask out read-only and reserved MSR bitsSrinivas Pandruvada2019-11-291-5/+12
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-282-3/+3
|\ \ \
| * | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-1/+1
| * | | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-201-2/+2
* | | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-272-6/+50
|\ \ \ \
| * | | | ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf2019-11-131-1/+11
| * | | | ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)2019-11-131-3/+5
| * | | | ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2019-11-132-7/+39
| |/ / /
* | | | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-262-12/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-262-12/+18
| |\ \ \
| | * | | x86/efi: EFI soft reservation to E820 enumerationDan Williams2019-11-071-2/+10
| | * | | x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-071-10/+8
| | |/ /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-261-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar2019-11-251-0/+4
| |\ \ \
| | * | | x86: kprobes: Prohibit probing on instruction which has emulate prefixMasami Hiramatsu2019-10-171-0/+4
* | | | | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-268-389/+392
|\ \ \ \ \
| * | | | | x86/ioperm: Fix use of deprecated config optionAlexander Duyck2019-11-201-2/+1
| * | | | | x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-163-16/+40
| * | | | | 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