index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
xen/gntdev: fix unmap notification order
Oleksandr Andrushchenko
1
-3
/
+3
2021-12-01
xen: detect uninitialized xenbus in xenbus_init
Stefano Stabellini
1
-0
/
+23
2021-12-01
xen: don't continue xenstore initialization in case of errors
Stefano Stabellini
1
-1
/
+3
2021-11-18
xen-pciback: Fix return in pm_ctrl_init()
YueHaibing
1
-1
/
+1
2021-11-18
xen/balloon: add late_initcall_sync() for initial ballooning done
Juergen Gross
1
-23
/
+63
2021-10-13
xen/balloon: fix cancelled balloon action
Juergen Gross
1
-6
/
+15
2021-10-13
xen/privcmd: fix error handling in mmap-resource processing
Jan Beulich
1
-3
/
+4
2021-09-30
xen/balloon: fix balloon kthread freezing
Juergen Gross
1
-2
/
+2
2021-09-30
xen/balloon: use a kernel thread instead a workqueue
Juergen Gross
1
-17
/
+45
2021-08-18
xen/events: Fix race in set_evtchn_to_irq
Maximilian Heyne
1
-6
/
+14
2021-07-11
xen/events: reset active flag for lateeoi events later
Juergen Gross
1
-4
/
+19
2021-05-26
xen-pciback: reconfigure also from backend watch handler
Jan Beulich
1
-5
/
+17
2021-05-26
xen-pciback: redo VF placement in the virtual topology
Jan Beulich
1
-6
/
+8
2021-05-19
xen/gntdev: fix gntdev_mmap() error exit path
Juergen Gross
1
-1
/
+3
2021-05-19
xen/unpopulated-alloc: fix error return code in fill_list()
Zhen Lei
1
-1
/
+3
2021-05-19
xen/unpopulated-alloc: consolidate pgmap manipulation
Dan Williams
1
-7
/
+7
2021-04-16
xen/events: fix setting irq affinity
Juergen Gross
1
-2
/
+2
2021-04-14
xen/evtchn: Change irq_info lock to raw_spinlock_t
Luca Fancellu
1
-6
/
+6
2021-03-30
xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUG
Roger Pau Monne
1
-2
/
+2
2021-03-17
xen/events: avoid handling the same event on two cpus at the same time
Juergen Gross
1
-8
/
+18
2021-03-17
xen/events: don't unmask an event channel when an eoi is pending
Juergen Gross
4
-49
/
+88
2021-03-17
xen/events: reset affinity of 2-level event when tearing it down
Juergen Gross
3
-0
/
+24
2021-02-23
xen-scsiback: don't "handle" error by BUG()
Jan Beulich
1
-2
/
+2
2021-02-23
Xen/gntdev: correct error checking in gntdev_map_grant_pages()
Jan Beulich
1
-8
/
+9
2021-02-23
Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
Jan Beulich
1
-11
/
+13
2021-02-17
arm/xen: Don't probe xenbus as part of an early initcall
Julien Grall
2
-2
/
+1
2021-02-03
xen: Fix XenStore initialisation for XS_LOCAL
David Woodhouse
1
-0
/
+31
2021-01-27
xen: Fix event channel callback via INTX/GSI
David Woodhouse
5
-33
/
+68
2021-01-19
xen/privcmd: allow fetching resource sizes
Roger Pau Monne
1
-6
/
+19
2020-12-30
xenbus/xenbus_backend: Disallow pending watch messages
SeongJae Park
1
-0
/
+7
2020-12-30
xen/xenbus: Count pending messages for each watch
SeongJae Park
1
-11
/
+18
2020-12-30
xen/xenbus/xen_bus_type: Support will_handle watch callback
SeongJae Park
2
-1
/
+4
2020-12-30
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
3
-4
/
+9
2020-12-30
xen/xenbus: Allow watches discard events before queueing
SeongJae Park
2
-1
/
+5
2020-12-09
xen: don't use page->lru for ZONE_DEVICE memory
Juergen Gross
2
-16
/
+69
2020-12-09
xen: add helpers for caching grant mapping pages
Juergen Gross
2
-49
/
+83
2020-11-02
swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
Christoph Hellwig
1
-2
/
+1
2020-10-25
Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-98
/
+82
2020-10-23
xen/events: unmask a fifo event channel only if it was masked
Juergen Gross
1
-0
/
+3
2020-10-23
xen/events: only register debug interrupt for 2-level events
Juergen Gross
1
-4
/
+6
2020-10-23
xen/events: make struct irq_info private to events_base.c
Juergen Gross
4
-73
/
+73
2020-10-23
xen: remove no longer used functions
Juergen Gross
1
-21
/
+0
2020-10-20
Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-143
/
+573
2020-10-20
xen/events: block rogue events for some time
Juergen Gross
2
-6
/
+24
2020-10-20
xen/events: defer eoi in case of excessive number of events
Juergen Gross
4
-32
/
+208
2020-10-20
xen/events: use a common cpu hotplug hook for event channels
Juergen Gross
3
-21
/
+47
2020-10-20
xen/events: switch user event channels to lateeoi model
Juergen Gross
1
-4
/
+3
2020-10-20
xen/pciback: use lateeoi irq binding
Juergen Gross
4
-19
/
+56
2020-10-20
xen/pvcallsback: use lateeoi irq binding
Juergen Gross
1
-30
/
+46
2020-10-20
xen/scsiback: use lateeoi irq binding
Juergen Gross
1
-10
/
+13
[next]