Show patches with: Submitter = Jürgen Groß       |    State = Action Required       |   2201 patches
« 1 2 3 422 23 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
Mini-OS: add some macros for asm statements Mini-OS: add some macros for asm statements - - - --- 2024-04-16 Jürgen Groß New
x86/pat: fix W^X violation false-positives when running as Xen PV guest x86/pat: fix W^X violation false-positives when running as Xen PV guest - - - --- 2024-04-09 Jürgen Groß New
[2/2] x86/xen: return a sane initial apic id when running as PV guest x86: Two fixes related to Xen PV guest mode - - - --- 2024-04-05 Jürgen Groß New
xen/include: move definition of ASM_INT() to xen/linkage.h xen/include: move definition of ASM_INT() to xen/linkage.h 2 - - --- 2024-04-03 Jürgen Groß New
[v6,8/8] xen: allow up to 16383 cpus xen/spinlock: make recursive spinlocks a dedicated type 1 - - --- 2024-03-27 Jürgen Groß New
[v6,7/8] xen/rwlock: raise the number of possible cpus xen/spinlock: make recursive spinlocks a dedicated type - 1 - --- 2024-03-27 Jürgen Groß New
[v6,6/8] xen/spinlock: support higher number of cpus xen/spinlock: make recursive spinlocks a dedicated type - 1 - --- 2024-03-27 Jürgen Groß New
[v6,5/8] xen/spinlock: let all is_locked and trylock variants return bool xen/spinlock: make recursive spinlocks a dedicated type - 1 - --- 2024-03-27 Jürgen Groß New
[v6,4/8] xen/spinlock: split recursive spinlocks from normal ones xen/spinlock: make recursive spinlocks a dedicated type - 1 - --- 2024-03-27 Jürgen Groß New
[v6,3/8] xen/spinlock: add missing rspin_is_locked() and rspin_barrier() xen/spinlock: make recursive spinlocks a dedicated type - 1 - --- 2024-03-27 Jürgen Groß New
[v6,2/8] xen/spinlock: add another function level xen/spinlock: make recursive spinlocks a dedicated type - 1 - --- 2024-03-27 Jürgen Groß New
[v6,1/8] xen/spinlock: add explicit non-recursive locking functions xen/spinlock: make recursive spinlocks a dedicated type 2 - - --- 2024-03-27 Jürgen Groß New
SUPPORT.md: add xen-9pfsd SUPPORT.md: add xen-9pfsd 1 - - --- 2024-03-06 Jürgen Groß New
CHANGELOG: add an entry for 9pfsd CHANGELOG: add an entry for 9pfsd 1 - - --- 2024-03-06 Jürgen Groß New
MAINTAINERS: add an entry for tools/9pfsd MAINTAINERS: add an entry for tools/9pfsd - - - --- 2024-03-06 Jürgen Groß New
[v9,6/6] tools/xenstored: have a single do_control_memreport() tools: enable xenstore-stubdom to use 9pfs - 1 - --- 2024-02-29 Jürgen Groß New
[v9,5/6] tools/xenstored: support complete log capabilities in stubdom tools: enable xenstore-stubdom to use 9pfs 1 2 - --- 2024-02-29 Jürgen Groß New
[v9,4/6] tools/xenstored: add helpers for filename handling tools: enable xenstore-stubdom to use 9pfs - 2 - --- 2024-02-29 Jürgen Groß New
[v9,3/6] tools/xenstored: mount 9pfs device in stubdom tools: enable xenstore-stubdom to use 9pfs - 2 - --- 2024-02-29 Jürgen Groß New
[v9,2/6] stubdom: extend xenstore stubdom configs tools: enable xenstore-stubdom to use 9pfs - 1 - --- 2024-02-29 Jürgen Groß New
[v9,1/6] config: update Mini-OS commit tools: enable xenstore-stubdom to use 9pfs 1 - - --- 2024-02-29 Jürgen Groß New
Mini-OS: add symbol exports for xenstore stubdom Mini-OS: add symbol exports for xenstore stubdom - 1 - --- 2024-02-26 Jürgen Groß New
tools/9pfsd: add missing va_end() in fill_data() tools/9pfsd: add missing va_end() in fill_data() - 1 - --- 2024-02-19 Jürgen Groß New
docs: add a best practices coding guide docs: add a best practices coding guide 1 - - --- 2024-02-08 Jürgen Groß New
[v2] config: update Mini-OS commit [v2] config: update Mini-OS commit 1 - - --- 2024-02-08 Jürgen Groß New
Mini-OS: fix 9pfront fix Mini-OS: fix 9pfront fix - 1 - --- 2024-02-07 Jürgen Groß New
Mini-OS: x86: zero out .bss segment at boot Mini-OS: x86: zero out .bss segment at boot - - - --- 2024-02-07 Jürgen Groß New
[v2] Mini-OS: fix 9pfs frontend error path [v2] Mini-OS: fix 9pfs frontend error path - 1 - --- 2024-02-06 Jürgen Groß New
tools/libs/light: don't allow to stop Xenstore stubdom tools/libs/light: don't allow to stop Xenstore stubdom - - - --- 2024-02-06 Jürgen Groß New
[2/2] xen: remove asm/unaligned.h xen: have a more generic unaligned.h header (take 2) - 1 - --- 2023-12-12 Jürgen Groß New
[1/2] xen: make include/xen/unaligned.h usable on all architectures xen: have a more generic unaligned.h header (take 2) 1 - - --- 2023-12-12 Jürgen Groß New
[v4,12/12] xen/spinlock: support higher number of cpus xen/spinlock: make recursive spinlocks a dedicated type - - - --- 2023-12-12 Jürgen Groß New
[v4,11/12] xen/spinlock: remove indirection through macros for spin_*() functions xen/spinlock: make recursive spinlocks a dedicated type 1 - - --- 2023-12-12 Jürgen Groß New
[v4,10/12] xen/spinlock: split recursive spinlocks from normal ones xen/spinlock: make recursive spinlocks a dedicated type - - - --- 2023-12-12 Jürgen Groß New
[v4,09/12] xen/spinlock: add missing rspin_is_locked() and rspin_barrier() xen/spinlock: make recursive spinlocks a dedicated type - - - --- 2023-12-12 Jürgen Groß New
[v4,08/12] xen/spinlock: add another function level xen/spinlock: make recursive spinlocks a dedicated type - - - --- 2023-12-12 Jürgen Groß New
[v4,07/12] xen/spinlock: add explicit non-recursive locking functions xen/spinlock: make recursive spinlocks a dedicated type 1 - - --- 2023-12-12 Jürgen Groß New
[v4,06/12] xen/spinlock: make struct lock_profile rspinlock_t aware xen/spinlock: make recursive spinlocks a dedicated type 2 - - --- 2023-12-12 Jürgen Groß New
[v4,05/12] xen/spinlock: add rspin_[un]lock_irq[save|restore]() xen/spinlock: make recursive spinlocks a dedicated type - - - --- 2023-12-12 Jürgen Groß New
[v4,04/12] xen/spinlock: rename recursive lock functions xen/spinlock: make recursive spinlocks a dedicated type 2 - - --- 2023-12-12 Jürgen Groß New
[v4,03/12] xen/spinlock: introduce new type for recursive spinlocks xen/spinlock: make recursive spinlocks a dedicated type 1 - - --- 2023-12-12 Jürgen Groß New
[v4,02/12] xen/spinlock: make spinlock initializers more readable xen/spinlock: make recursive spinlocks a dedicated type 1 - - --- 2023-12-12 Jürgen Groß New
[v4,01/12] xen/spinlock: reduce lock profile ifdefs xen/spinlock: make recursive spinlocks a dedicated type 1 1 - --- 2023-12-12 Jürgen Groß New
[3/3] Mini-OS: cleanup hypervisor.c Mini-OS: fix and cleanup of event handling - 1 - --- 2023-12-11 Jürgen Groß New
[2/3] Mini-OS: drop in_callback variable Mini-OS: fix and cleanup of event handling - 1 - --- 2023-12-11 Jürgen Groß New
[1/3] Mini-OS: call event handlers always with interrupts off Mini-OS: fix and cleanup of event handling - 1 - --- 2023-12-11 Jürgen Groß New
[v3,3/3] xen: remove asm/unaligned.h xen: have a more generic unaligned.h header - 1 - --- 2023-12-11 Jürgen Groß New
[v3,2/3] xen: make include/xen/unaligned.h usable on all architectures xen: have a more generic unaligned.h header 1 - - --- 2023-12-11 Jürgen Groß New
[v3,1/3] xen/arm: set -mno-unaligned-access compiler option for Arm32 xen: have a more generic unaligned.h header 1 - - --- 2023-12-11 Jürgen Groß New
tools/libs/evtchn: fix locking in Mini-OS tools/libs/evtchn: fix locking in Mini-OS 1 - - --- 2023-12-11 Jürgen Groß New
OSStest: use CONFIG_X86_GENERIC for 32-bit x86 kernel OSStest: use CONFIG_X86_GENERIC for 32-bit x86 kernel - - - --- 2023-12-07 Jürgen Groß New
MAINTAINERS: add me as Mini-OS maintainer MAINTAINERS: add me as Mini-OS maintainer - 1 - --- 2023-12-07 Jürgen Groß New
[v2] tools/libs/evtchn: replace assert()s in stubdom with proper locking [v2] tools/libs/evtchn: replace assert()s in stubdom with proper locking - 1 - --- 2023-12-07 Jürgen Groß New
Mini-OS: don't use objcopy --dump-section Mini-OS: don't use objcopy --dump-section - 1 - --- 2023-12-06 Jürgen Groß New
tools/libs/evtchn: drop assert()s in stubdom tools/libs/evtchn: drop assert()s in stubdom - 1 - --- 2023-12-06 Jürgen Groß New
Mini-OS: export main_thread Mini-OS: export main_thread - - - --- 2023-12-06 Jürgen Groß New
Mini-OS: use BUG() instead of dereferencing NULL Mini-OS: use BUG() instead of dereferencing NULL 1 - - --- 2023-12-06 Jürgen Groß New
[v2,3/3] xen/sched: do some minor cleanup of sched_move_domain() xen/sched: fixes and cleanup related to cpupools - 1 - --- 2023-12-04 Jürgen Groß New
[v2,2/3] xen/sched: fix sched_move_domain() xen/sched: fixes and cleanup related to cpupools 1 1 - --- 2023-12-04 Jürgen Groß New
[v2,1/3] xen/sched: fix adding offline cpu to cpupool xen/sched: fixes and cleanup related to cpupools 1 1 - --- 2023-12-04 Jürgen Groß New
[v3] xen/public: fix flexible array definitions [v3] xen/public: fix flexible array definitions 2 1 - --- 2023-12-01 Jürgen Groß New
[v3,32/32] Mini-OS: hide all symbols not exported via EXPORT_SYMBOLS() Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,31/32] Mini-OS: add EXPORT_SYMBOL() instances to xenbus.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,30/32] Mini-OS: add EXPORT_SYMBOL() instances to tpm_tis.c Mini-OS: hide mini-os internal symbols - - - --- 2023-11-27 Jürgen Groß New
[v3,29/32] Mini-OS: add EXPORT_SYMBOL() instances to tpmfront.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,28/32] Mini-OS: add EXPORT_SYMBOL() instances to tpmback.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,27/32] Mini-OS: add EXPORT_SYMBOL() instances to pcifront.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,26/32] Mini-OS: add EXPORT_SYMBOL() instances to netfront.c Mini-OS: hide mini-os internal symbols - - - --- 2023-11-27 Jürgen Groß New
[v3,25/32] Mini-OS: add EXPORT_SYMBOL() instances to fbfront.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,24/32] Mini-OS: add EXPORT_SYMBOL() instances to blkfront.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,23/32] Mini-OS: add EXPORT_SYMBOL() instances to 9pfront.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,22/32] Mini-OS: add EXPORT_SYMBOL() instances to lwip-*.c Mini-OS: hide mini-os internal symbols - - - --- 2023-11-27 Jürgen Groß New
[v3,21/32] Mini-OS: add EXPORT_SYMBOL() instances to time.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,20/32] Mini-OS: add EXPORT_SYMBOL() instances to lock.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,19/32] Mini-OS: add EXPORT_SYMBOL() instances to ioremap.c Mini-OS: hide mini-os internal symbols - - - --- 2023-11-27 Jürgen Groß New
[v3,18/32] Mini-OS: add EXPORT_SYMBOL() instances to gnttab.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,17/32] Mini-OS: add EXPORT_SYMBOL() instances to gntmap.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,16/32] Mini-OS: add EXPORT_SYMBOL() instances to events.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,15/32] Mini-OS: add EXPORT_SYMBOL() instances to console.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,14/32] Mini-OS: add EXPORT_SYMBOL() instances to main.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,13/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/xs.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,12/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/xmalloc.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,11/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/ctype.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,10/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/printf.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,09/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/math.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,08/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/string.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,07/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/sys.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,06/32] Mini-OS: add EXPORT_SYMBOL() instances to mm.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,05/32] Mini-OS: add EXPORT_SYMBOL() instances to sched.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,04/32] Mini-OS: add EXPORT_SYMBOL() instances to hypervisor.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,03/32] Mini-OS: add EXPORT_SYMBOL() instances to kernel.c Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,02/32] Mini-OS: explicitly mark symbols to be visible for apps Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[v3,01/32] Mini-OS: link kernel separately Mini-OS: hide mini-os internal symbols - 1 - --- 2023-11-27 Jürgen Groß New
[RFC] Mini-OS: explicitly mark symbols to be visible for apps [RFC] Mini-OS: explicitly mark symbols to be visible for apps - 1 - --- 2023-11-24 Jürgen Groß New
tools/xenstored: potentially split trace_io() out message tools/xenstored: potentially split trace_io() out message - 1 - --- 2023-11-23 Jürgen Groß New
[v2,2/2] tools/python: add .gitignore file tools: add two local .gitignore files - - - --- 2023-11-22 Jürgen Groß New
[v2,1/2] tools/pygrub: add .gitignore file tools: add two local .gitignore files - - - --- 2023-11-22 Jürgen Groß New
[v2] stubdom: remove caml-stubdom [v2] stubdom: remove caml-stubdom 2 - - --- 2023-11-22 Jürgen Groß New
[v2,5/5] tools/xenstored: remove "-N" command line option tools/xenstored: remove some command line options - - - --- 2023-11-21 Jürgen Groß New
[v2,4/5] tools/xenstored: remove the "-R" command line option tools/xenstored: remove some command line options - 1 - --- 2023-11-21 Jürgen Groß New
« 1 2 3 422 23 »