Show patches with: Submitter = Jürgen Groß       |    State = Action Required       |   2205 patches
« 1 2 ... 4 5 622 23 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[MINIOS,v3,4/5] use function vectors instead of switch for file operations mini-os: remove struct file dependency on config - 1 - --- 2022-01-16 Jürgen Groß New
[MINIOS,v3,3/5] remove file type FTYPE_XC mini-os: remove struct file dependency on config - 1 - --- 2022-01-16 Jürgen Groß New
[MINIOS,v3,2/5] reset file type in close() in one place only mini-os: remove struct file dependency on config - 1 - --- 2022-01-16 Jürgen Groß New
[MINIOS,v3,1/5] introduce get_file_from_fd() mini-os: remove struct file dependency on config - 1 - --- 2022-01-16 Jürgen Groß New
[2/2] tools/libs/gnttab: make mini-os specific callback static tools/libs: final cleanup making mini-os callbacks static - - - --- 2022-01-11 Jürgen Groß New
[1/2] tools/libs/evtchn: make mini-os specific callback static tools/libs: final cleanup making mini-os callbacks static - - - --- 2022-01-11 Jürgen Groß New
[v2,12/12] mini-os: make files array private to sys.c mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,11/12] mini-os: add struct file_ops for FTYPE_FILE mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,10/12] mini-os: add struct file_ops for file type socket mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,09/12] mini-os: use file_ops and get_file_from_fd() for console mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,08/12] mini-os: use alloc_file_type() and get_file_from_fd() in fbfront mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,07/12] mini-os: use get_file_from_fd() in netfront mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,06/12] mini-os: use alloc_file_type() and get_file_from_fd() in blkfront mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,05/12] mini-os: use alloc_file_type() and get_file_from_fd() in tpmfront mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,04/12] mini-os: use alloc_file_type() and get_file_from_fd() in tpm_tis mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,03/12] mini-os: use alloc_file_type() and get_file_from_fd() in xs mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,02/12] mini-os: remove gnttab specific member from struct file mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
[v2,01/12] mini-os: remove event channel specific struct file definitions mini-os: remove device specific struct file members - 1 - --- 2022-01-11 Jürgen Groß New
build: fix make distclean build: fix make distclean 1 2 1 --- 2022-01-09 Jürgen Groß New
[15/15] mini-os: introduce get_file_from_fd() mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[14/15] mini-os: eliminate xenbus union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[13/15] mini-os: eliminate tpmtis union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[12/15] mini-os: eliminate tpmfront union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[11/15] mini-os: move tpm respgot member of struct file to device specific data mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[10/15] mini-os: eliminate netfront union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[09/15] mini-os: eliminate kbdfront union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[08/15] mini-os: eliminate fbfront union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[07/15] mini-os: eliminate consfront union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[06/15] mini-os: eliminate blkfront union member in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[05/15] mini-os: introduce a common dev pointer in struct file mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[04/15] mini-os: replace multiple fd elements in struct file by common one mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[03/15] mini-os: make offset a common struct file member for all types mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[02/15] mini-os: makes file.read bool and move it ahead of device specific part mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
[01/15] mini-os: split struct file definition from its usage mini-os: remove struct file dependency from config - 1 - --- 2022-01-06 Jürgen Groß New
xen/blkfront: fix bug in backported patch xen/blkfront: fix bug in backported patch - - - --- 2021-12-23 Jürgen Groß New
[v3,10/10] mini-os: modify grant mappings to work in PVH mode mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,09/10] mini-os: prepare grantmap entry interface for use by PVH mode mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,08/10] mini-os: add proper pvh grant table handling mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,07/10] mini-os: move x86 specific gnttab coding into arch/x86/gnttab.c mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,06/10] mini-os: add memory map service functions mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,05/10] mini-os: don't repeat definition available via header file mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,04/10] mini-os: respect memory map when ballooning up mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,03/10] mini-os: don't assume contiguous RAM when initializing in PVH mode mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,02/10] mini-os: sort and sanitize e820 memory map mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
[v3,01/10] mini-os: split e820 map handling into new source file mini-os: add missing PVH features - 1 - --- 2021-12-21 Jürgen Groß New
SUPPORT.md: limit support statement for Linux and Windows frontends SUPPORT.md: limit support statement for Linux and Windows frontends - - - --- 2021-12-20 Jürgen Groß New
tools/xenstore: drop support for running under SunOS tools/xenstore: drop support for running under SunOS - 1 - --- 2021-12-17 Jürgen Groß New
xen: make some per-scheduler performance counters sched global ones xen: make some per-scheduler performance counters sched global ones - 1 1 --- 2021-12-16 Jürgen Groß New
[v2] tools/libs/ctrl: Save errno only once in *PRINTF() and *ERROR() [v2] tools/libs/ctrl: Save errno only once in *PRINTF() and *ERROR() - 1 - --- 2021-12-09 Jürgen Groß New
[v2] public: add RING_NR_UNCONSUMED_*() macros to ring.h [v2] public: add RING_NR_UNCONSUMED_*() macros to ring.h - 1 - --- 2021-12-09 Jürgen Groß New
[v3,13/13] tools/xenperf: update hypercall names xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,12/13] xen: drop calls_to_multicall performance counter xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,11/13] xen/x86: add hypercall performance counters for hvm, correct pv xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,10/13] xen/arm: call hypercall handlers via generated macro xen: drop hypercall function tables - - 1 --- 2021-12-08 Jürgen Groß New
[v3,09/13] xen/x86: call hypercall handlers via generated macro xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,08/13] xen/x86: don't use hypercall table for calling compat hypercalls xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,07/13] x86/pv-shim: don't modify hypercall table xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,06/13] xen: use generated prototypes for hypercall handlers xen: drop hypercall function tables 1 - - --- 2021-12-08 Jürgen Groß New
[v3,05/13] xen: generate hypercall interface related code xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,04/13] xen: include compat/platform.h from hypercall.h xen: drop hypercall function tables 1 - - --- 2021-12-08 Jürgen Groß New
[v3,03/13] xen: don't include asm/hypercall.h from C sources xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,02/13] xen: harmonize return types of hypercall handlers xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,01/13] xen: move do_vcpu_op() to arch specific code xen: drop hypercall function tables - 1 - --- 2021-12-08 Jürgen Groß New
[v3,2/2] tools: set event channel HVM parameters in libxenguest tools/helpers: PVH xenstore-stubdom console fixes 1 - - --- 2021-12-08 Jürgen Groß New
[v3,1/2] tools/helpers: fix PVH xenstore-stubdom console parameters tools/helpers: PVH xenstore-stubdom console fixes - 1 - --- 2021-12-08 Jürgen Groß New
tools/helpers: fix PVH xenstore-stubdom console parameters tools/helpers: fix PVH xenstore-stubdom console parameters - - - --- 2021-12-06 Jürgen Groß New
mini-os: support event channel 0 for console mini-os: support event channel 0 for console - - - --- 2021-12-06 Jürgen Groß New
tools/libs/light: set video_mem for PVH guests tools/libs/light: set video_mem for PVH guests 1 1 - --- 2021-12-03 Jürgen Groß New
xen/privcmd: make option visible in Kconfig xen/privcmd: make option visible in Kconfig - 2 - --- 2021-11-16 Jürgen Groß New
[PATCH-for-4.16,v2,2/2] tools: disable building qemu-trad per default next try for disabling build of qemu-trad 1 1 - --- 2021-11-04 Jürgen Groß New
[PATCH-for-4.16,v2,1/2] configure: modify default of building rombios next try for disabling build of qemu-trad - 1 - --- 2021-11-04 Jürgen Groß New
[PATCH-for-4.16] tools/helpers: fix broken xenstore stubdom init [PATCH-for-4.16] tools/helpers: fix broken xenstore stubdom init - 1 - --- 2021-11-04 Jürgen Groß New
[v2.2,07/15] xen: generate hypercall interface related code Untitled series #574677 - - - --- 2021-11-03 Jürgen Groß New
[[PATCH,v2.1,07/15] xen: generate hypercall interface related code Untitled series #573939 - - - --- 2021-11-02 Jürgen Groß New
osstest: explicitly set either enable or disable qemu-traditional osstest: explicitly set either enable or disable qemu-traditional - 1 - --- 2021-10-26 Jürgen Groß New
[v2] OSStest: explicitly enable building qemu-traditional [v2] OSStest: explicitly enable building qemu-traditional 1 - - --- 2021-10-25 Jürgen Groß New
[5/5] xen: flag xen_snd_front to be not essential for system boot xen: cleanup detection of non-essential pv devices - 1 - --- 2021-10-22 Jürgen Groß New
[4/5] xen: flag pvcalls-front to be not essential for system boot xen: cleanup detection of non-essential pv devices - - - --- 2021-10-22 Jürgen Groß New
[3/5] xen: flag hvc_xen to be not essential for system boot xen: cleanup detection of non-essential pv devices - - - --- 2021-10-22 Jürgen Groß New
[2/5] xen: flag xen_drm_front to be not essential for system boot xen: cleanup detection of non-essential pv devices - 1 - --- 2021-10-22 Jürgen Groß New
[1/5] xen: add "not_essential" flag to struct xenbus_driver xen: cleanup detection of non-essential pv devices - - - --- 2021-10-22 Jürgen Groß New
Tentative fix for "out of PoD memory" issue Tentative fix for "out of PoD memory" issue - - - --- 2021-10-21 Jürgen Groß New
[v2] tools: fix oom setting of xenstored [v2] tools: fix oom setting of xenstored - 1 - --- 2021-10-19 Jürgen Groß New
[v6,2/2] tools/xenstore: set open file descriptor limit for xenstored tools/xenstore: set resource limits of xenstored - 1 - --- 2021-10-12 Jürgen Groß New
[v6,1/2] tools/xenstore: set oom score for xenstore daemon on Linux tools/xenstore: set resource limits of xenstored - 1 - --- 2021-10-12 Jürgen Groß New
[2/2] mini-os: add config options for xen libraries mini-os: prepare mini-os stubdoms to use stable libs only - 1 - --- 2021-10-04 Jürgen Groß New
[1/2] mini-os: fix testbuilds regarding CONFIG_XC mini-os: prepare mini-os stubdoms to use stable libs only - 1 - --- 2021-10-04 Jürgen Groß New
[v4] xenbus: support large messages [v4] xenbus: support large messages - 1 - --- 2021-10-04 Jürgen Groß New
[v2,3/3] include/public: fix style of usbif.h include/public: update usbif.h - 1 - --- 2021-09-29 Jürgen Groß New
[v2,2/3] include/public: add better interface description to usbif.h include/public: update usbif.h - 1 - --- 2021-09-29 Jürgen Groß New
[v2,1/3] include/public: add possible status values to usbif.h include/public: update usbif.h - 1 - --- 2021-09-29 Jürgen Groß New
x86/xen: remove unneeded preempt_disable() from xen_irq_enable() x86/xen: remove unneeded preempt_disable() from xen_irq_enable() - 1 - --- 2021-09-21 Jürgen Groß New
[RFC,4/4] tools/xenstore: use new stable interface instead of libxenctrl remove libxenctrl usage from xenstored - - - --- 2021-09-14 Jürgen Groß New
[RFC,3/4] xen: add new stable control hypercall remove libxenctrl usage from xenstored - - - --- 2021-09-14 Jürgen Groß New
[RFC,2/4] xen: add bitmap to indicate per-domain state changes remove libxenctrl usage from xenstored - - - --- 2021-09-14 Jürgen Groß New
[RFC,1/4] xen: add a domain unique id to each domain remove libxenctrl usage from xenstored - 1 - --- 2021-09-14 Jürgen Groß New
[v3,3/3] tools: disable building qemu-trad per default disable building of pv-grub and qemu-trad per default 1 1 - --- 2021-09-10 Jürgen Groß New
[v3,2/3] stubdom: disable building pv-grub disable building of pv-grub and qemu-trad per default 1 1 - --- 2021-09-10 Jürgen Groß New
[v3,1/3] stubdom: fix build with disabled pv-grub disable building of pv-grub and qemu-trad per default - 2 - --- 2021-09-10 Jürgen Groß New
[2/2] stubdom: disable building pv-grub stubdom: disable building of pv-grub per default - 1 - --- 2021-09-09 Jürgen Groß New
« 1 2 ... 4 5 622 23 »