messages from 2021-11-25 18:05:49 to 2021-11-30 12:30:20 UTC [more...]
[PATCH net] MAINTAINERS: s390/net: add Alexandra and Wenjia as maintainer
2021-11-30 12:30 UTC (2+ messages)
[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
2021-11-30 11:32 UTC (3+ messages)
[PATCH net] net/smc: Clear memory when release and reuse buffer
2021-11-30 2:52 UTC (4+ messages)
[patch 00/32] genirq/msi, PCI/MSI: Spring cleaning - Part 2
2021-11-30 0:29 UTC (92+ messages)
` [patch 01/32] genirq/msi: Move descriptor list to struct msi_device_data
` [patch 02/32] genirq/msi: Add mutex for MSI list protection
` [patch 03/32] genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
` [patch 04/32] genirq/msi: Provide a set of advanced MSI accessors and iterators
` [patch 05/32] genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
` [patch 06/32] genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
` [patch 07/32] genirq/msi: Count the allocated MSI descriptors
` [patch 08/32] PCI/MSI: Protect MSI operations
` [patch 09/32] PCI/MSI: Use msi_add_msi_desc()
` [patch 10/32] PCI/MSI: Let core code free MSI descriptors
` [patch 11/32] PCI/MSI: Use msi_on_each_desc()
` [patch 12/32] x86/pci/xen: Use msi_for_each_desc()
` [patch 13/32] xen/pcifront: Rework MSI handling
` [patch 14/32] s390/pci: Rework MSI descriptor walk
` [patch 15/32] powerpc/4xx/hsta: Rework MSI handling
` [patch 16/32] powerpc/cell/axon_msi: Convert to msi_on_each_desc()
` [patch 17/32] powerpc/pasemi/msi: Convert to msi_on_each_dec()
` [patch 18/32] powerpc/fsl_msi: Use msi_for_each_desc()
` [patch 19/32] powerpc/mpic_u3msi: Use msi_for_each-desc()
` [patch 20/32] PCI: hv: Rework MSI handling
` [patch 21/32] NTB/msi: Convert to msi_on_each_desc()
` [patch 22/32] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation
` [patch 23/32] soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()
` [patch 24/32] bus: fsl-mc-msi: Simplify MSI descriptor handling
` [patch 25/32] platform-msi: Let core code handle MSI descriptors
` [patch 26/32] platform-msi: Simplify platform device MSI code
` [patch 27/32] genirq/msi: Make interrupt allocation less convoluted
` [patch 28/32] genirq/msi: Convert to new functions
` [patch 29/32] genirq/msi: Mop up old interfaces
` [patch 30/32] genirq/msi: Add abuse prevention comment to msi header
` [patch 31/32] genirq/msi: Simplify sysfs handling
` [patch 32/32] genirq/msi: Convert storage to xarray
[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
2021-11-29 16:44 UTC (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files
[PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
2021-11-29 17:46 UTC
[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
2021-11-29 16:34 UTC (30+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API
[RFC PATCH 0/1] mm/slub: endless "No data" printing for alloc/free_traces attribute
2021-11-29 14:26 UTC (14+ messages)
` [RFC PATCH 1/1] mm/slub: fix "
` [PATCH] mm/slub: fix endianness bug for alloc/free_traces attributes
decouple DAX from block devices v2
2021-11-29 10:22 UTC (30+ messages)
` [PATCH 01/29] dm: fix alloc_dax error handling in alloc_dev
` [PATCH 02/29] dm: make the DAX support depend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK
[PATCH v3 0/3] KVM: s390: Some gaccess cleanup
2021-11-29 9:17 UTC (10+ messages)
` [PATCH v3 1/3] KVM: s390: gaccess: Refactor gpa and length calculation
` [PATCH v3 2/3] KVM: s390: gaccess: Refactor access address range check
` [PATCH v3 3/3] KVM: s390: gaccess: Cleanup access to guest pages
[PATCH net v3] net/smc: Don't call clcsock shutdown twice when smc shutdown
2021-11-26 19:40 UTC (3+ messages)
[PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
2021-11-26 18:22 UTC (4+ messages)
[kvm-unit-tests PATCH 0/8] s390x: sie: Add PV snippet support
2021-11-26 13:28 UTC (4+ messages)
` [kvm-unit-tests PATCH 7/8] s390x: snippets: Add PV support
[PATCH v2 1/2] s390/kexec: check the return value of ipl_report_finish
2021-11-26 9:36 UTC (3+ messages)
[PATCH AUTOSEL 5.15 10/39] net/smc: Transfer remaining wait queue entries during fallback
2021-11-26 2:51 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 18/39] s390/setup: avoid using memblock_enforce_memory_limit
[PATCH AUTOSEL 4.4 3/6] s390/setup: avoid using memblock_enforce_memory_limit
2021-11-26 2:36 UTC
[PATCH AUTOSEL 4.9 3/8] s390/setup: avoid using memblock_enforce_memory_limit
2021-11-26 2:36 UTC
[PATCH AUTOSEL 4.14 05/12] s390/setup: avoid using memblock_enforce_memory_limit
2021-11-26 2:36 UTC
[PATCH AUTOSEL 4.19 07/15] s390/setup: avoid using memblock_enforce_memory_limit
2021-11-26 2:35 UTC
[PATCH AUTOSEL 5.4 05/19] net/smc: Transfer remaining wait queue entries during fallback
2021-11-26 2:34 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 10/19] s390/setup: avoid using memblock_enforce_memory_limit
[PATCH AUTOSEL 5.10 07/28] net/smc: Transfer remaining wait queue entries during fallback
2021-11-26 2:33 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 14/28] s390/setup: avoid using memblock_enforce_memory_limit
[PATCH net v2] net/smc: Don't call clcsock shutdown twice when smc shutdown
2021-11-26 2:36 UTC (3+ messages)
[PATCH v2 0/6] KEXEC_SIG with appended signature
2021-11-25 18:02 UTC (3+ messages)
` [PATCH v2 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v2 4/6] module: strip the signature marker in the verification function
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