| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/entry/xen: Route #DB correctly on Xen PV | Andy Lutomirski | 2020-07-04 | 2 | -7/+26 |
* | x86/entry/64/compat: Fix Xen PV SYSENTER frame setup | Andy Lutomirski | 2020-07-01 | 1 | -4/+16 |
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 2020-06-17 | 1 | -1/+1 |
* | xen: Move xen_setup_callback_vector() definition to include/xen/hvm.h | Vitaly Kuznetsov | 2020-06-11 | 2 | -1/+1 |
* | x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC | Thomas Gleixner | 2020-06-11 | 1 | -0/+12 |
* | x86/entry: Switch page fault exception to IDTENTRY_RAW | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Switch XEN/PV hypercall entry to IDTENTRY | Thomas Gleixner | 2020-06-11 | 5 | -9/+13 |
* | x86/entry: Convert double fault exception to IDTENTRY_DF | Thomas Gleixner | 2020-06-11 | 2 | -3/+3 |
* | x86/entry: Convert Debug exception to IDTENTRY_DB | Thomas Gleixner | 2020-06-11 | 2 | -3/+3 |
* | x86/entry: Convert NMI to IDTENTRY_NMI | Thomas Gleixner | 2020-06-11 | 2 | -2/+7 |
* | x86/entry: Convert Machine Check to IDTENTRY_IST | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert INT3 exception to IDTENTRY_RAW | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry/32: Convert IRET exception to IDTENTRY_SW | Thomas Gleixner | 2020-06-11 | 1 | -1/+1 |
* | x86/entry: Convert SIMD coprocessor error exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Alignment check exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Coprocessor error exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Spurious interrupt bug exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert General protection exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Stack segment exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Segment not present exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Invalid TSS exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Device not available exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Invalid Opcode exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Bounds exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Overflow exception to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+2 |
* | x86/entry: Convert Divide Error to IDTENTRY | Thomas Gleixner | 2020-06-11 | 2 | -2/+7 |
* | x86/xen: Split HVM vector callback setup and interrupt gate allocation | Vitaly Kuznetsov | 2020-06-11 | 2 | -2/+2 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 2 | -1/+2 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 2 | -2/+1 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 2 | -2/+0 |
* | Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2020-05-25 | 1 | -1/+1 |
|\ |
|
| * | efi/libstub: Add definitions for console input and events | Arvind Sankar | 2020-05-20 | 1 | -1/+1 |
* | | x86: Fix early boot crash on gcc-10, third try | Borislav Petkov | 2020-05-15 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-04-11 | 2 | -2/+2 |
|\ |
|
| * | x86/xen: fix booting 32-bit pv guest | Juergen Gross | 2020-04-09 | 1 | -1/+1 |
| * | x86/xen: make xen_pvmmu_arch_setup() static | Jason Yan | 2020-04-08 | 1 | -1/+1 |
* | | Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-04-03 | 2 | -3/+18 |
|\| |
|
| * | x86/xen: Make the secondary CPU idle tasks reliable | Miroslav Benes | 2020-03-30 | 2 | -1/+12 |
| * | x86/xen: Make the boot CPU idle task reliable | Miroslav Benes | 2020-03-30 | 1 | -2/+6 |
* | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-03-31 | 1 | -14/+22 |
|\ \ |
|
| * | | x86/vdso: Use generic VDSO clock mode storage | Thomas Gleixner | 2020-02-17 | 1 | -10/+11 |
| * | | x86/vdso: Move VDSO clocksource state tracking to callback | Thomas Gleixner | 2020-02-17 | 1 | -5/+12 |
* | | | x86/smp: Replace cpu_up/down() with add/remove_cpu() | Qais Yousef | 2020-03-25 | 1 | -1/+1 |
| |/
|/| |
|
* | | x86/ioperm: Add new paravirt function update_io_bitmap() | Juergen Gross | 2020-02-29 | 1 | -0/+25 |
* | | Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-02-22 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | x86/xen: Distribute switch variables for initialization | Kees Cook | 2020-02-20 | 1 | -3/+4 |
* | | Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-02-09 | 1 | -0/+1 |
|\ \ |
|
| * | | x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode | Thomas Gleixner | 2020-01-29 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-01-28 | 1 | -4/+4 |
|\ \ |
|