messages from 2019-10-24 03:28:14 to 2019-10-29 21:14:12 UTC [more...]
[PATCH v3 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
2019-10-29 21:13 UTC (13+ messages)
` [PATCH v3 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v3 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v3 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v3 04/29] alpha: "
` [PATCH v3 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v3 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v3 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v3 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v3 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v3 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v3 15/29] x86: Actually use _etext for end of text segment
` [PATCH v3 26/29] x86/mm: Remove redundant &s on addresses
[PATCH v2 0/3] s390/livepatch: Implement reliable stack tracing for the consistency model
2019-10-29 16:34 UTC (6+ messages)
` [PATCH v2 1/3] s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()
` [PATCH v2 2/3] s390/unwind: prepare the unwinding interface for reliable stack traces
` [PATCH v2 3/3] s390/livepatch: Implement reliable stack tracing for the consistency model
[PATCH v2 00/11] zfcp: retrieve local RDP data, fix and cleanup
2019-10-29 14:37 UTC (14+ messages)
` [PATCH v2 01/11] zfcp: signal incomplete or error for sync exchange config/port data
` [PATCH v2 02/11] zfcp: diagnostics buffer caching and use for exchange port data
` [PATCH v2 03/11] zfcp: add diagnostics buffer for exchange config data
` [PATCH v2 04/11] zfcp: support retrieval of SFP Data via Exchange Port Data
` [PATCH v2 05/11] zfcp: introduce SysFS interface for diagnostics of local SFP transceiver
` [PATCH v2 06/11] zfcp: implicitly refresh port-data diagnostics when reading SysFS
` [PATCH v2 07/11] zfcp: introduce SysFS interface to read the local B2B-Credit
` [PATCH v2 08/11] zfcp: implicitly refresh config-data diagnostics when reading SysFS
` [PATCH v2 09/11] zfcp: move maximum age of diagnostic buffers into a per-adapter variable
` [PATCH v2 10/11] zfcp: proper indentation to reduce confusion in zfcp_erp_required_act
` [PATCH v2 11/11] zfcp: trace channel log even for FCP command responses
[PATCH 0/6] Improvements for random.h/archrandom.h
2019-10-29 13:18 UTC (11+ messages)
` [PATCH 1/6] random: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH 2/6] x86: Move arch_has_random* inside CONFIG_ARCH_RANDOM
` [PATCH 3/6] x86: Mark archrandom.h functions __must_check
` [PATCH 4/6] powerpc: Use bool in archrandom.h
` [PATCH 5/6] powerpc: Mark archrandom.h functions __must_check
` [PATCH 6/6] s390x: "
[PATCH net-next 1/1] net/smc: remove unneeded include for smc.h
2019-10-29 11:43 UTC
[PATCH net 1/1] net/smc: fix refcounting for non-blocking connect()
2019-10-29 11:41 UTC
[PATCH] mm/sparse.c: mark populate_section_memmap as __meminit
2019-10-29 11:09 UTC (2+ messages)
[PATCH V5 0/6] mdev based hardware virtio offloading support
2019-10-29 10:42 UTC (19+ messages)
` [PATCH V5 1/6] mdev: class id support
` [PATCH V5 2/6] modpost: add support for mdev class id
` [PATCH V5 4/6] mdev: introduce virtio device and its device ops
[PATCH V8] mm/debug: Add tests validating architecture page table helpers
2019-10-29 10:31 UTC (2+ messages)
[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
2019-10-29 8:53 UTC (13+ messages)
generic ioremap (and lots of cleanups) v3
2019-10-29 6:48 UTC (22+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 02/21] unicore32: "
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 04/21] hexagon: clean up ioremap
` [PATCH 05/21] alpha: remove the unused __ioremap wrapper
` [PATCH 06/21] nios2: remove __ioremap
` [PATCH 07/21] parisc: "
` [PATCH 08/21] x86: Clean up ioremap()
` [PATCH 09/21] xtensa: clean up ioremap
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 13/21] m68k: rename __iounmap and mark it static
` [PATCH 14/21] hexagon: remove __iounmap
` [PATCH 15/21] nios2: "
` [PATCH 16/21] sh: "
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 18/21] riscv: use the generic ioremap code
` [PATCH 19/21] nds32: use generic ioremap
` [PATCH 20/21] csky: remove ioremap_cache
` [PATCH 21/21] csky: use generic ioremap
[RFC 00/37] KVM: s390: Add support for protected VMs
2019-10-28 20:20 UTC (66+ messages)
` [RFC 01/37] DOCUMENTATION: protvirt: Protected virtual machine introduction
` [RFC 02/37] s390/protvirt: introduce host side setup
` [RFC 03/37] s390/protvirt: add ultravisor initialization
` [RFC 04/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFC 05/37] s390: KVM: Export PV handle to gmap
` [RFC 06/37] s390: UV: Add import and export to UV library
` [RFC 07/37] KVM: s390: protvirt: Secure memory is not mergeable
` [RFC v2] "
` [RFC 08/37] KVM: s390: add missing include in gmap.h
` [RFC 09/37] KVM: s390: protvirt: Implement on-demand pinning
` [RFC 10/37] s390: add (non)secure page access exceptions handlers
` [RFC 11/37] DOCUMENTATION: protvirt: Interrupt injection
` [RFC 12/37] KVM: s390: protvirt: Handle SE notification interceptions
` [RFC 13/37] KVM: s390: protvirt: Add interruption injection controls
` [RFC 14/37] KVM: s390: protvirt: Implement interruption injection
` [RFC 15/37] KVM: s390: protvirt: Add machine-check interruption injection controls
` [RFC 16/37] KVM: s390: protvirt: Implement machine-check interruption injection
` [RFC 17/37] DOCUMENTATION: protvirt: Instruction emulation
` [RFC 18/37] KVM: s390: protvirt: Handle spec exception loops
` [RFC 19/37] KVM: s390: protvirt: Add new gprs location handling
` [RFC 20/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [RFC 21/37] KVM: S390: protvirt: Instruction emulation
` [RFC 22/37] KVM: s390: protvirt: Add SCLP handling
` [RFC 23/37] KVM: s390: protvirt: Make sure prefix is always protected
` [RFC 24/37] KVM: s390: protvirt: Write sthyi data to instruction data area
` [RFC 25/37] KVM: s390: protvirt: STSI handling
` [RFC 26/37] KVM: s390: protvirt: Only sync fmt4 registers
` [RFC 27/37] KVM: s390: protvirt: SIGP handling
` [RFC 28/37] KVM: s390: protvirt: Add program exception injection
` [RFC 29/37] KVM: s390: protvirt: Sync pv state
` [RFC 30/37] DOCUMENTATION: protvirt: Diag 308 IPL
` [RFC 31/37] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [RFC 32/37] KVM: s390: protvirt: UV calls diag308 0, 1
` [RFC 33/37] KVM: s390: Introduce VCPU reset IOCTL
` [RFC 34/37] KVM: s390: protvirt: Report CPU state to Ultravisor
` [RFC 35/37] KVM: s390: Fix cpu reset local IRQ clearing
` [RFC 36/37] KVM: s390: protvirt: Support cmd 5 operation state
` [RFC 37/37] KVM: s390: protvirt: Add UV debug trace
[PATCH 1/2] locking/Kconfig: Add INLINE_SPINLOCKS & INLINE_RWLOCKS
2019-10-28 15:52 UTC
generic ioremap (and lots of cleanups) v2
2019-10-28 15:29 UTC (4+ messages)
` [PATCH 08/21] x86: clean up ioremap
[PATCH] scripts/gdb: fix debugging modules compiled with hot/cold partitioning
2019-10-28 15:27 UTC
[PATCH v14 08/22] s390: mm: Add p?d_leaf() definitions
2019-10-28 13:58 UTC
[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
2019-10-28 13:56 UTC (3+ messages)
[PATCH RESEND v14 0/6] open: introduce openat2(2) syscall
2019-10-27 15:41 UTC (9+ messages)
` [PATCH RESEND v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH RESEND v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH RESEND v14 4/6] open: introduce openat2(2) syscall
` [PATCH RESEND v14 5/6] selftests: add openat2(2) selftests
` [PATCH RESEND v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED
[PATCH AUTOSEL 4.19 30/59] s390/qeth: Fix error handling during VNICC initialization
2019-10-26 13:18 UTC (4+ messages)
` [PATCH AUTOSEL 4.19 31/59] s390/qeth: Fix initialization of vnicc cmd masks during set online
` [PATCH AUTOSEL 4.19 36/59] net/smc: receive returns without data
` [PATCH AUTOSEL 4.19 37/59] net/smc: receive pending data after RCV_SHUTDOWN
[PATCH AUTOSEL 5.3 44/99] s390/qeth: Fix error handling during VNICC initialization
2019-10-26 13:15 UTC (5+ messages)
` [PATCH AUTOSEL 5.3 45/99] s390/qeth: Fix initialization of vnicc cmd masks during set online
` [PATCH AUTOSEL 5.3 53/99] net/smc: fix SMCD link group creation with VLAN id
` [PATCH AUTOSEL 5.3 54/99] net/smc: receive returns without data
` [PATCH AUTOSEL 5.3 55/99] net/smc: receive pending data after RCV_SHUTDOWN
[GIT PULL] s390 updates for 5.4-rc5
2019-10-26 10:45 UTC (2+ messages)
[PATCH net 0/2] net/smc: fixes for -net
2019-10-26 2:18 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/5] s390x: SCLP Unit test
2019-10-25 17:06 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: remove redundant defines
` [kvm-unit-tests PATCH v2 2/5] s390x: improve error reporting for interrupts
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: expose ram_size and max_ram_size
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v2 5/5] s390x: SCLP unit test
[kvm-unit-tests PATCH v1 0/5] s390x: SCLP Unit test
2019-10-25 13:37 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 5/5] s390x: SCLP unit test
[REVIEW PATCH v5 2/3] arch: wire-up close_range()
2019-10-25 12:28 UTC
[PATCH V7] mm/debug: Add tests validating architecture page table helpers
2019-10-25 10:10 UTC (9+ messages)
[kvms390:protvirt 23/37] arch/s390/kvm/kvm-s390.c:3650:30: warning: passing argument 1 of 'uv_convert_to_secure' makes integer from pointer without a cast
2019-10-24 17:38 UTC
[PATCH trivial] s390/dasd: spelling s/configruation/configuration/
2019-10-24 15:24 UTC
PCI/MSI: Remove the PCI_MSI_IRQ_DOMAIN architecture whitelist
2019-10-24 10:14 UTC (2+ messages)
[PATCH v13 08/22] s390: mm: Add p?d_leaf() definitions
2019-10-24 9:37 UTC
[PATCH v14 0/6] open: introduce openat2(2) syscall
2019-10-24 7:06 UTC (6+ messages)
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).