index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
/
enlighten_pv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-14
Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+9
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2020-10-13
x86/numa: cleanup configuration dependent command-line options
Dan Williams
1
-1
/
+1
2020-10-04
x86/xen: disable Firmware First mode for correctable memory errors
Juergen Gross
1
-0
/
+9
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry
1
-1
/
+1
2020-08-15
x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL
Juergen Gross
1
-6
/
+0
2020-08-14
Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-72
/
+6
2020-08-11
x86/xen: drop tests for highmem in pv code
Juergen Gross
1
-10
/
+4
2020-08-11
x86/xen: remove 32-bit Xen PV guest support
Juergen Gross
1
-62
/
+2
2020-07-26
x86/ioperm: Initialize pointer bitmap with NULL rather than 0
Colin Ian King
1
-1
/
+1
2020-07-18
x86/ioperm: Fix io bitmap invalidation on Xen PV
Andy Lutomirski
1
-0
/
+12
2020-07-04
x86/entry/xen: Route #DB correctly on Xen PV
Andy Lutomirski
1
-4
/
+24
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-11
x86/entry: Switch page fault exception to IDTENTRY_RAW
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert double fault exception to IDTENTRY_DF
Thomas Gleixner
1
-2
/
+2
2020-06-11
x86/entry: Convert Debug exception to IDTENTRY_DB
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert NMI to IDTENTRY_NMI
Thomas Gleixner
1
-1
/
+6
2020-06-11
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert INT3 exception to IDTENTRY_RAW
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Alignment check exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Coprocessor error exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert General protection exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Stack segment exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Segment not present exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Invalid TSS exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Device not available exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Bounds exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Overflow exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Convert Divide Error to IDTENTRY
Thomas Gleixner
1
-1
/
+6
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-02-29
x86/ioperm: Add new paravirt function update_io_bitmap()
Juergen Gross
1
-0
/
+25
2020-02-21
Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+4
2020-02-20
x86/xen: Distribute switch variables for initialization
Kees Cook
1
-3
/
+4
2020-01-29
x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode
Thomas Gleixner
1
-0
/
+1
2019-11-16
x86/iopl: Remove legacy IOPL option
Thomas Gleixner
1
-10
/
+0
2019-10-26
Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+8
2019-10-25
xen: issue deprecation warning for 32-bit pv guest
Juergen Gross
1
-0
/
+8
2019-07-22
x86/paravirt: Drop {read,write}_cr8() hooks
Andrew Cooper
1
-15
/
+0
2019-07-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2019-07-17
x86/paravirt: Make read_cr2() CALLEE_SAVE
Peter Zijlstra
1
-1
/
+2
2019-07-17
xen/pv: Fix a boot up hang revealed by int3 self test
Zhenzhong Duan
1
-1
/
+1
2019-07-17
x86: Add "nopv" parameter to disable PV extensions
Zhenzhong Duan
1
-0
/
+1
2019-04-25
xen/pvh: correctly setup the PV EFI interface for dom0
Roger Pau Monne
1
-1
/
+1
2019-01-14
always clear the X2APIC_ENABLE bit for PV guest
Talons Lee
1
-4
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-2
/
+1
2018-09-03
x86/paravirt: Use a single ops structure
Juergen Gross
1
-13
/
+18
[next]