index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
hvc
/
hvc_xen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
hvc/xen: prevent concurrent accesses to the shared ring
Roger Pau Monne
1
-2
/
+17
2023-01-18
hvc/xen: lock console list traversal
Roger Pau Monne
1
-17
/
+29
2022-06-01
xen: replace xen_remap() with memremap()
Juergen Gross
1
-1
/
+1
2021-12-16
xen/console: harden hvc_xen against event channel storms
Juergen Gross
1
-3
/
+27
2021-11-23
xen: flag hvc_xen to be not essential for system boot
Juergen Gross
1
-0
/
+1
2021-10-08
Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+5
2021-10-05
xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU
Jan Beulich
1
-3
/
+1
2021-10-05
xen/x86: make "earlyprintk=xen" work better for PVH Dom0
Jan Beulich
1
-5
/
+4
2021-07-21
tty: hvc: replace BUG_ON() with negative return value
Juergen Gross
1
-3
/
+14
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-25
hvc: unify console setup naming
Sergey Senozhatsky
1
-2
/
+2
2019-02-26
tty: hvc_xen: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2017-11-08
tty: hvc: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2016-03-22
Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-17
/
+58
2016-02-26
hvc_xen: make early_printk work with HVM guests
Stefano Stabellini
1
-11
/
+16
2016-02-26
hvc_xen: fix xenboot for DomUs
Stefano Stabellini
1
-6
/
+26
2016-02-26
hvc_xen: add earlycon support
Stefano Stabellini
1
-0
/
+16
2016-02-10
xen/hvc: constify hv_ops structures
Julia Lawall
1
-2
/
+2
2016-02-07
tty: hvc_xen: hide xen_console_remove when unused
Arnd Bergmann
1
-1
/
+1
2015-10-23
tty/hvc: xen: Use xen page definition
Julien Grall
1
-2
/
+2
2015-09-08
hvc/xen: Further s/MFN/GFN clean-up
Julien Grall
1
-10
/
+5
2015-09-08
xen: Use correctly the Xen memory terminologies
Julien Grall
1
-2
/
+3
2015-05-28
hvc_xen: avoid uninitialized variable warning
Jan Beulich
1
-1
/
+1
2015-05-19
xen/events: don't bind non-percpu VIRQs with percpu chip
David Vrabel
1
-1
/
+1
2015-05-05
xen/console: Update console event channel on resume
Boris Ostrovsky
1
-1
/
+17
2014-10-12
Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-5
/
+4
2014-10-06
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
1
-5
/
+4
2014-09-29
xen_hvc: no reason to write the type key on xenstore
Stefano Stabellini
1
-3
/
+0
2014-02-07
drivers/tty/hvc: don't use module_init in non-modular hyp. console code
Paul Gortmaker
1
-16
/
+1
2013-11-09
Merge tag 'v3.12-rc5' into stable/for-linus-3.13
Konrad Rzeszutek Wilk
1
-0
/
+1
2013-10-04
xen/hvc: allow xenboot console to be used again
David Vrabel
1
-0
/
+1
2013-09-30
xen/hvc: If we use xen_raw_printk let it also work on HVM guests.
Konrad Rzeszutek Wilk
1
-2
/
+17
2013-08-31
hvc_xen: Remove unnecessary __GFP_ZERO from kzalloc
Joe Perches
1
-3
/
+3
2013-02-20
xen: introduce xen_remap, use it instead of ioremap
Stefano Stabellini
1
-1
/
+1
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-10-04
xen/hvc: handle backend CLOSED without CLOSING
David Vrabel
1
-1
/
+4
2012-09-12
Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Konrad Rzeszutek Wilk
1
-9
/
+6
2012-08-21
xen: missing includes
Stefano Stabellini
1
-0
/
+2
2012-07-19
xen/hvc: Fix up checks when the info is allocated.
Konrad Rzeszutek Wilk
1
-9
/
+6
2012-05-24
xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.
Konrad Rzeszutek Wilk
1
-3
/
+8
2012-05-24
xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFN
Konrad Rzeszutek Wilk
1
-1
/
+2
2012-05-24
xen/hvc: Collapse error logic.
Konrad Rzeszutek Wilk
1
-12
/
+9
2012-05-21
hvc_xen: NULL dereference on allocation failure
Dan Carpenter
1
-2
/
+2
2012-03-14
hvc_xen: introduce HVC_XEN_FRONTEND
Stefano Stabellini
1
-54
/
+62
2012-03-14
hvc_xen: implement multiconsole support
Stefano Stabellini
1
-58
/
+377
2012-03-14
hvc_xen: support PV on HVM consoles
Stefano Stabellini
1
-16
/
+68
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
1
-1
/
+1
2011-03-10
xen/hvc: Disable probe_irq_on/off from poking the hvc-console IRQ line.
Konrad Rzeszutek Wilk
1
-0
/
+2
2011-01-13
tty: move hvc drivers to drivers/tty/hvc/
Greg Kroah-Hartman
1
-0
/
+271