index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
Dan Carpenter
2023-05-30
1
-5
/
+4
*
ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
Roger Pau Monne
2023-05-11
1
-0
/
+20
*
genirq: Add and use an irq_data_update_affinity helper
Samuel Holland
2023-03-11
1
-3
/
+4
*
fix "direction" argument of iov_iter_kvec()
Al Viro
2023-02-09
1
-4
/
+4
*
xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()
Harshit Mogalapalli
2022-12-31
1
-1
/
+1
*
xen/platform-pci: add missing free_irq() in error path
ruanjinjie
2022-12-02
1
-2
/
+5
*
xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
Marek Marczykowski-Górecki
2022-12-02
1
-3
/
+6
*
xen/pcpu: fix possible memory leak in register_pcpu()
Yang Yingliang
2022-11-26
1
-1
/
+1
*
xen/gntdev: Accommodate VMA splitting
M. Vefa Bicakci
2022-10-26
2
-34
/
+27
*
xen/gntdev: Prevent leaking grants
M. Vefa Bicakci
2022-10-26
1
-5
/
+17
*
xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()
Dan Carpenter
2022-09-08
1
-0
/
+3
*
xen/privcmd: fix error exit of privcmd_ioctl_dm_op()
Juergen Gross
2022-08-31
1
-10
/
+11
*
xen/xenbus: fix return type in xenbus_file_read()
Dan Carpenter
2022-08-25
1
-2
/
+2
*
xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE
Demi Marie Obenour
2022-07-21
1
-2
/
+4
*
x86/xen: Remove undefined behavior in setup_features()
Julien Grall
2022-06-29
1
-1
/
+1
*
xen/gntdev: Avoid blocking in unmap_grant_pages()
Demi Marie Obenour
2022-06-29
2
-51
/
+113
*
xen: unexport __init-annotated xen_xlate_map_ballooned_pages()
Masahiro Yamada
2022-06-14
1
-1
/
+0
*
swiotlb: Support aligned swiotlb buffers
David Stevens
2022-04-08
1
-1
/
+1
*
xen/gnttab: fix gnttab_end_foreign_access() without page specified
Juergen Gross
2022-03-11
1
-7
/
+29
*
xen/pvcalls: use alloc/free_pages_exact()
Juergen Gross
2022-03-11
1
-4
/
+4
*
xen: remove gnttab_query_foreign_access()
Juergen Gross
2022-03-11
1
-25
/
+0
*
xen/gntalloc: don't use gnttab_query_foreign_access()
Juergen Gross
2022-03-11
1
-18
/
+7
*
xen/grant-table: add gnttab_try_end_foreign_access()
Juergen Gross
2022-03-11
1
-2
/
+12
*
xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
Juergen Gross
2022-03-11
1
-13
/
+11
*
xen/gntdev: fix unmap notification order
Oleksandr Andrushchenko
2022-01-27
1
-3
/
+3
*
xen/console: harden hvc_xen against event channel storms
Juergen Gross
2021-12-22
1
-0
/
+6
*
xen: detect uninitialized xenbus in xenbus_init
Stefano Stabellini
2021-12-01
1
-0
/
+23
*
xen: don't continue xenstore initialization in case of errors
Stefano Stabellini
2021-12-01
1
-1
/
+3
*
xen-pciback: Fix return in pm_ctrl_init()
YueHaibing
2021-11-18
1
-1
/
+1
*
xen/balloon: add late_initcall_sync() for initial ballooning done
Juergen Gross
2021-11-18
1
-23
/
+63
*
Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-10-08
3
-17
/
+26
|
\
|
*
xen/balloon: fix cancelled balloon action
Juergen Gross
2021-10-06
1
-6
/
+15
|
*
xen/x86: allow PVH Dom0 without XEN_PV=y
Jan Beulich
2021-10-05
1
-2
/
+2
|
*
xen/privcmd: drop "pages" parameter from xen_remap_pfn()
Jan Beulich
2021-10-05
1
-3
/
+2
|
*
xen/privcmd: fix error handling in mmap-resource processing
Jan Beulich
2021-10-05
1
-3
/
+4
|
*
xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pages
Jan Beulich
2021-10-05
1
-3
/
+3
*
|
Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-09-25
4
-5
/
+15
|
\
|
|
*
xen/balloon: fix balloon kthread freezing
Juergen Gross
2021-09-21
1
-2
/
+2
|
*
swiotlb-xen: this is PV-only on x86
Jan Beulich
2021-09-20
1
-0
/
+1
|
*
swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests
Jan Beulich
2021-09-20
1
-3
/
+4
|
*
Xen/gntdev: don't ignore kernel unmapping error
Jan Beulich
2021-09-20
1
-0
/
+8
*
|
Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-09-17
3
-38
/
+63
|
\
|
|
*
swiotlb-xen: drop DEFAULT_NSLABS
Jan Beulich
2021-09-15
1
-2
/
+0
|
*
swiotlb-xen: arrange to have buffer info logged
Jan Beulich
2021-09-15
1
-1
/
+1
|
*
swiotlb-xen: drop leftover __ref
Jan Beulich
2021-09-15
1
-1
/
+1
|
*
swiotlb-xen: limit init retries
Jan Beulich
2021-09-15
1
-2
/
+2
|
*
swiotlb-xen: suppress certain init retries
Jan Beulich
2021-09-15
1
-1
/
+2
|
*
swiotlb-xen: maintain slab count properly
Jan Beulich
2021-09-15
1
-10
/
+9
|
*
swiotlb-xen: fix late init retry
Jan Beulich
2021-09-15
1
-2
/
+2
|
*
swiotlb-xen: avoid double free
Jan Beulich
2021-09-15
1
-1
/
+0
[next]