index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
xen-pciback
Age
Commit message (
Expand
)
Author
Lines
12 days
Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-5
/
+5
2026-03-04
xenbus: add xenbus_device parameter to xenbus_read_driver_state()
Juergen Gross
-5
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-14
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-14
/
+14
2025-07-14
xen-pciback: Replace scnprintf() with sysfs_emit_at()
Ryan Chung
-6
/
+6
2025-03-14
xen/pciback: Remove unused pcistub_get_pci_dev
Dr. David Alan Gilbert
-22
/
+0
2024-10-18
xen: Remove dependency between pciback and privcmd
Jiqian Chen
-2
/
+9
2024-09-25
xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_t
Min-Hua Chen
-2
/
+2
2024-09-25
xen/privcmd: Add new syscall to get gsi from dev
Jiqian Chen
-3
/
+35
2024-09-25
xen/pvh: Setup gsi for passthrough device
Jiqian Chen
-0
/
+20
2024-09-25
xen/pci: Add a function to reset device for xen
Jiqian Chen
-3
/
+15
2024-07-02
xen: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+1
2023-10-16
xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled
Marek Marczykowski-Górecki
-25
/
+23
2023-08-21
xen-pciback: Remove unused function declarations
Yue Haibing
-5
/
+0
2023-04-24
xen/pciback: don't call pcistub_device_put() under lock
Juergen Gross
-4
/
+2
2022-12-15
xen: make remove callback of xen driver void returned
Dawei Li
-3
/
+1
2022-11-14
xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
Marek Marczykowski-Górecki
-3
/
+6
2022-10-06
xen/xenbus: Fix spelling mistake "hardward" -> "hardware"
Colin Ian King
-1
/
+1
2022-08-12
xen/pciback: Fix comment typo
Jason Wang
-1
/
+1
2021-11-02
xen-pciback: allow compiling on other archs than x86
Oleksandr Andrushchenko
-5
/
+26
2021-11-02
xen-pciback: Fix return in pm_ctrl_init()
YueHaibing
-1
/
+1
2021-05-21
xen-pciback: reconfigure also from backend watch handler
Jan Beulich
-5
/
+17
2021-05-21
xen-pciback: redo VF placement in the virtual topology
Jan Beulich
-6
/
+8
2021-04-23
xen-pciback: simplify vpci's find hook
Jan Beulich
-6
/
+1
2021-04-23
xen/pciback: Fix incorrect type warnings
Muhammad Usama Anjum
-3
/
+3
2021-02-11
xen/events: link interdomain events to associated xenbus device
Juergen Gross
-1
/
+1
2020-12-14
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
-1
/
+1
2020-10-20
xen/pciback: use lateeoi irq binding
Juergen Gross
-19
/
+56
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-1
/
+1
2020-05-29
xen/pci: Get rid of verbose_request and use dev_dbg() instead
Boris Ostrovsky
-50
/
+21
2020-05-27
xen-pciback: Use dev_printk() when possible
Bjorn Helgaas
-83
/
+65
2020-04-07
xen: Use evtchn_type_t as a type for event channels
Yan Yankovskyi
-3
/
+4
2020-03-30
xen-pciback: fix INTERRUPT_TYPE_* defines
Marek Marczykowski-Górecki
-5
/
+5
2020-03-05
xen: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-1
/
+1
2020-01-15
xen-pciback: optionally allow interrupt enable flag writes
Marek Marczykowski-Górecki
-0
/
+219
2019-07-26
xen/pciback: remove set but not used variable 'old_state'
YueHaibing
-2
/
+1
2019-04-23
xen: xen-pciback: fix warning Using plain integer as NULL pointer
Hariprasad Kelam
-1
/
+1
2019-02-18
xen/pciback: Don't disable PCI_COMMAND on PCI device reset.
Konrad Rzeszutek Wilk
-2
/
+0
2019-02-18
xen: mark expected switch fall-through
Gustavo A. R. Silva
-1
/
+1
2018-12-17
xen/pciback: Check dev_data before using it
Ross Lagerwall
-1
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
-1
/
+1
2018-04-16
xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_add
Jia-Ju Bai
-1
/
+1
2018-04-16
xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir...
Jia-Ju Bai
-1
/
+1
2018-04-16
xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_alloc
Jia-Ju Bai
-1
/
+1
2018-04-16
xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_device
Jia-Ju Bai
-1
/
+1
2018-04-16
xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probe
Jia-Ju Bai
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+12
2017-09-28
xen-pciback: relax BAR sizing write value check
Jan Beulich
-1
/
+10
2017-08-28
xen: xen-pciback: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
-24
/
+20
2017-02-09
xen: modify xenstore watch event interface
Juergen Gross
-1
/
+1
[next]