| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | x86/ioperm: Add bitmap sequence number | Thomas Gleixner | 2019-11-16 | 3 | -10/+34 |
| * | | | | | x86/ioperm: Move iobitmap data into a struct | Thomas Gleixner | 2019-11-16 | 3 | -35/+42 |
| * | | | | | x86/tss: Move I/O bitmap data into a seperate struct | Thomas Gleixner | 2019-11-16 | 3 | -7/+7 |
| * | | | | | x86/io: Speedup schedule out of I/O bitmap user | Thomas Gleixner | 2019-11-16 | 4 | -29/+43 |
| * | | | | | x86/ioperm: Avoid bitmap allocation if no permissions are set | Thomas Gleixner | 2019-11-16 | 1 | -0/+3 |
| * | | | | | x86/ioperm: Simplify first ioperm() invocation logic | Thomas Gleixner | 2019-11-16 | 1 | -29/+26 |
| * | | | | | x86/iopl: Cleanup include maze | Thomas Gleixner | 2019-11-16 | 1 | -12/+4 |
| * | | | | | x86/cpu: Unify cpu_init() | Thomas Gleixner | 2019-11-16 | 1 | -108/+65 |
| * | | | | | x86/process: Unify copy_thread_tls() | Thomas Gleixner | 2019-11-16 | 3 | -143/+100 |
| * | | | | | x86/ptrace: Prevent truncation of bitmap size | Thomas Gleixner | 2019-11-16 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-26 | 12 | -155/+175 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'x86/build' into x86/asm, to pick up completed topic branch | Ingo Molnar | 2019-11-25 | 2 | -10/+18 |
| |\ \ \ \ \ |
|
| | * | | | | | x86/vmlinux: Use INT3 instead of NOP for linker fill bytes | Kees Cook | 2019-11-04 | 1 | -1/+1 |
| | * | | | | | x86/mm: Report actual image regions in /proc/iomem | Kees Cook | 2019-11-04 | 1 | -1/+11 |
| | * | | | | | x86/vmlinux: Move EXCEPTION_TABLE to RO_DATA segment | Kees Cook | 2019-11-04 | 1 | -2/+1 |
| | * | | | | | x86/vmlinux: Actually use _etext for the end of the text segment | Kees Cook | 2019-11-04 | 1 | -4/+3 |
| | * | | | | | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 2019-11-04 | 1 | -2/+0 |
| | * | | | | | vmlinux.lds.h: Move Program Header restoration into NOTES macro | Kees Cook | 2019-11-04 | 1 | -2/+1 |
| | * | | | | | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes | Kees Cook | 2019-11-04 | 1 | -0/+2 |
| | * | | | | | x86/vmlinux: Restore "text" Program Header with dummy section | Kees Cook | 2019-11-04 | 1 | -1/+2 |
| * | | | | | | x86/ftrace: Get rid of function_hook | Borislav Petkov | 2019-10-25 | 2 | -12/+9 |
| * | | | | | | x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGN | Jiri Slaby | 2019-10-18 | 3 | -3/+3 |
| * | | | | | | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_* | Jiri Slaby | 2019-10-18 | 1 | -8/+8 |
| * | | | | | | x86/asm/32: Change all ENTRY+END to SYM_CODE_* | Jiri Slaby | 2019-10-18 | 1 | -4/+4 |
| * | | | | | | x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_* | Jiri Slaby | 2019-10-18 | 3 | -5/+8 |
| * | | | | | | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* | Jiri Slaby | 2019-10-18 | 3 | -18/+18 |
| * | | | | | | x86/asm/64: Change all ENTRY+END to SYM_CODE_* | Jiri Slaby | 2019-10-18 | 2 | -8/+8 |
| * | | | | | | x86/asm/ftrace: Mark function_hook as function | Jiri Slaby | 2019-10-18 | 1 | -2/+2 |
| * | | | | | | x86/asm: Use SYM_INNER_LABEL instead of GLOBAL | Jiri Slaby | 2019-10-18 | 2 | -9/+9 |
| * | | | | | | x86/asm: Do not annotate functions with GLOBAL | Jiri Slaby | 2019-10-18 | 1 | -2/+3 |
| * | | | | | | x86/asm/head: Annotate data appropriately | Jiri Slaby | 2019-10-18 | 2 | -57/+65 |
| * | | | | | | x86/asm: Annotate local pseudo-functions | Jiri Slaby | 2019-10-18 | 3 | -6/+6 |
| * | | | | | | x86/asm: Annotate relocate_kernel_{32,64}.c | Jiri Slaby | 2019-10-18 | 2 | -10/+16 |
| * | | | | | | x86/asm/suspend: Use SYM_DATA for data | Jiri Slaby | 2019-10-18 | 2 | -2/+2 |
| * | | | | | | x86/asm: Make boot_gdt_descr local | Jiri Slaby | 2019-10-05 | 1 | -2/+0 |
| * | | | | | | x86/asm: Reorder early variables | Jiri Slaby | 2019-10-05 | 1 | -6/+5 |
| |/ / / / / |
|
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-11-26 | 2 | -0/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/pti/32: Size initial_page_table correctly | Thomas Gleixner | 2019-11-21 | 1 | -0/+10 |
| * | | | | | | x86/doublefault/32: Fix stack canaries in the double fault handler | Andy Lutomirski | 2019-11-21 | 1 | -0/+3 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-11-26 | 1 | -2/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/speculation: Fix redundant MDS mitigation message | Waiman Long | 2019-11-16 | 1 | -0/+13 |
| * | | | | | | x86/speculation: Fix incorrect MDS/TAA mitigation status | Waiman Long | 2019-11-16 | 1 | -2/+15 |
* | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-11-26 | 2 | -53/+267 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/jailhouse: Only enable platform UARTs if available | Ralf Ramsauer | 2019-10-10 | 1 | -13/+72 |
| * | | | | | | | x86/jailhouse: Improve setup data version comparison | Ralf Ramsauer | 2019-10-10 | 1 | -19/+32 |
| * | | | | | | | x86/platform/uv: Check EFI Boot to set reboot type | Mike Travis | 2019-10-07 | 1 | -6/+12 |
| * | | | | | | | x86/platform/uv: Decode UVsystab Info | Mike Travis | 2019-10-07 | 1 | -2/+10 |
| * | | | | | | | x86/platform/uv: Add UV Hubbed/Hubless Proc FS Files | Mike Travis | 2019-10-07 | 1 | -1/+92 |
| * | | | | | | | x86/platform/uv: Setup UV functions for Hubless UV Systems | Mike Travis | 2019-10-07 | 1 | -3/+17 |
| * | | | | | | | x86/platform/uv: Return UV Hubless System Type | Mike Travis | 2019-10-07 | 1 | -9/+18 |