messages from 2019-08-12 20:47:25 to 2019-08-24 20:17:33 UTC [more...]
[PATCH RESEND v11 0/8] openat2(2)
2019-08-24 20:17 UTC (10+ messages)
` [PATCH RESEND v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH RESEND v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH RESEND v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH RESEND v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v11 7/8] open: openat2(2) syscall
` [PATCH RESEND v11 8/8] selftests: add openat2(2) selftests
[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
2019-08-24 7:56 UTC (15+ messages)
` [PATCH V5 1/5] iommu/amd: Remove unnecessary locking from AMD iommu driver
` [PATCH V5 2/5] iommu: Add gfp parameter to iommu_ops::map
` [PATCH V5 3/5] iommu/dma-iommu: Handle deferred devices
` [PATCH V5 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask
` [PATCH V5 5/5] iommu/amd: Convert AMD iommu driver to the dma-iommu api
[kvm-unit-tests PATCH v2 0/4] s390x: More emulation tests
2019-08-23 14:41 UTC (18+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x: Support PSW restart boot
` [kvm-unit-tests PATCH v2 2/4] s390x: Diag288 test
` [kvm-unit-tests PATCH v2 3/4] s390x: Move stsi to library
` [kvm-unit-tests PATCH v2 4/4] s390x: STSI tests
` [kvm-unit-tests PATCH] s390x: Add diag308 subcode 0 testing
generic ioremap (and lots of cleanups)
2019-08-23 13:55 UTC (42+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 13/26] xtensa: "
` [PATCH 14/26] asm-generic: don't provide __ioremap
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 20/26] hexagon: "
` [PATCH 21/26] nios2: "
` [PATCH 22/26] sh: "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [PATCH 24/26] riscv: use the generic ioremap code
` [PATCH 25/26] csky: use generic ioremap
` [PATCH 26/26] nds32: "
[PATCH RFC 0/1] s390dbf logging for vfio-ccw
2019-08-23 11:48 UTC (5+ messages)
` [PATCH RFC 1/1] vfio-ccw: add some logging
[PATCH net-next 0/7] s390/qeth: updates 2019-08-23
2019-08-23 9:48 UTC (8+ messages)
` [PATCH net-next 1/7] s390/qdio: enable drivers to poll for Output completions
` [PATCH net-next 2/7] s390/qdio: let drivers opt-out from Output Queue scanning
` [PATCH net-next 3/7] s390/qeth: collect accurate TX statistics
` [PATCH net-next 4/7] s390/qeth: add TX NAPI support for IQD devices
` [PATCH net-next 5/7] s390/qeth: when in TX NAPI mode, use napi_consume_skb()
` [PATCH net-next 6/7] s390/qeth: add BQL support for IQD devices
` [PATCH net-next 7/7] s390/qeth: add xmit_more "
[PATCH net] s390/qeth: reject oversized SNMP requests
2019-08-23 9:31 UTC (2+ messages)
[PATCH] s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb”
2019-08-22 9:04 UTC
[PATCH v2 0/7] crypto: sha256 - Merge 2 separate C implementations into 1, put into separate library
2019-08-22 5:57 UTC (12+ messages)
` [PATCH v2 1/7] crypto: sha256 - Fix some coding style issues
` [PATCH v2 2/7] crypto: sha256_generic "
` [PATCH v2 3/7] crypto: sha256 - Move lib/sha256.c to lib/crypto
` [PATCH v2 4/7] crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit
` [PATCH v2 5/7] crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
` [PATCH v2 6/7] crypto: sha256 - Add sha224 support to sha256 library code
` [PATCH v2 7/7] crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code
[PATCH] crypto: s390/xts-aes - invoke fallback for ciphertext stealing
2019-08-22 5:57 UTC (2+ messages)
[kvm-unit-tests PATCH 0/3] s390x: More emulation tests
2019-08-21 9:28 UTC (18+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Support PSW restart boot
` [kvm-unit-tests PATCH 2/3] s390x: Diag288 test
` [kvm-unit-tests PATCH 3/3] s390x: STSI tests
[PATCH net-next 0/9] s390/net: updates 2019-08-20
2019-08-20 20:52 UTC (11+ messages)
` [PATCH net-next 1/9] s390/qeth: use node_descriptor struct
` [PATCH net-next 2/9] s390/qeth: propagate length of processed cmd IO data to callback
` [PATCH net-next 3/9] s390/qeth: use correct length field in SNMP cmd callback
` [PATCH net-next 4/9] s390/qeth: keep cmd alive after IO completion
` [PATCH net-next 5/9] s390/qeth: merge qeth_reply struct into qeth_cmd_buffer
` [PATCH net-next 6/9] s390/qeth: get vnicc sub-cmd type from reply data
` [PATCH net-next 7/9] s390/qeth: streamline control code for promisc mode
` [PATCH net-next 8/9] s390/ctcm: don't use intparm for channel IO
` [PATCH net-next 9/9] s390/lcs: "
[bug report] s390/qeth: streamline SNMP cmd code
2019-08-20 16:43 UTC (3+ messages)
[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
2019-08-20 16:34 UTC (4+ messages)
` [PATCH v2 2/2] powerpc: support KASAN instrumentation of bitops
[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
2019-08-20 14:58 UTC (2+ messages)
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
Betreff
2019-08-20 9:48 UTC
[PATCH 1/2] kasan: support instrumented bitops combined with generic bitops
2019-08-20 2:51 UTC (5+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops
[PATCH v2] s390: vfio-ap: remove unnecessary calls to disable queue interrupts
2019-08-19 18:56 UTC (2+ messages)
[PATCH 0/6] crypto: sha256 - Merge 2 separate C implementations into 1, put into separate library
2019-08-18 16:08 UTC (15+ messages)
` [PATCH 1/6] crypto: sha256 - Fix some coding style issues
` [PATCH 2/6] crypto: sha256_generic "
` [PATCH 3/6] crypto: sha256 - Move lib/sha256.c to lib/crypto
` [PATCH 4/6] crypto: sha256 - Use get_unaligned_be32 to get input, memzero_explicit
` [PATCH 5/6] crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
` [PATCH 6/6] crypto: sha256_generic - Use sha256_transform from generic sha256 lib
[PATCH RFC UNTESTED] vfio-ccw: indirect access to translated cps
2019-08-16 18:21 UTC (7+ messages)
[PATCH v2 00/10] Add definition for the number of standard PCI BARs
2019-08-16 13:35 UTC (6+ messages)
` [PATCH v2 01/10] PCI: Add define "
` [PATCH v2 02/10] s390/pci: Loop using PCI_STD_NUM_BARS
[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
2019-08-15 11:13 UTC (5+ messages)
[PATCH] s390/livepatch: Implement reliable stack tracing for the consistency model
2019-08-14 10:52 UTC (7+ messages)
[PATCH net] s390/qeth: serialize cmd reply with concurrent timeout
2019-08-14 2:28 UTC (2+ messages)
[PATCH AUTOSEL 4.19 50/68] s390: put _stext and _etext into .text section
2019-08-14 2:15 UTC
[PATCH AUTOSEL 5.2 097/123] s390/protvirt: avoid memory sharing for diag 308 set/store
2019-08-14 2:10 UTC (3+ messages)
` [PATCH AUTOSEL 5.2 098/123] s390/mm: fix dump_pagetables top level page table walking
` [PATCH AUTOSEL 5.2 099/123] s390: put _stext and _etext into .text section
[PATCH] s390: vfio-ap: remove unnecessary calls to disable queue interrupts
2019-08-13 13:23 UTC (3+ messages)
[PATCH v5 0/7] s390: vfio-ap: dynamic configuration support
2019-08-13 10:34 UTC (5+ messages)
` [PATCH v5 6/7] s390: vfio-ap: add logging to vfio_ap driver
[PATCH 01/16] s390/boot: fix section name escaping
2019-08-12 21:50 UTC
[PATCH 0/7] Add definition for the number of standard PCI BARs
2019-08-12 21:06 UTC (6+ messages)
` [PATCH 2/7] s390/pci: Replace PCI_BAR_COUNT with PCI_STD_NUM_BARS
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).