messages from 2024-08-02 15:56:33 to 2024-08-06 13:05:59 UTC [more...]
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-06 13:05 UTC (27+ messages)
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
[PATCH v3 0/4] Introduce userspace-driven ALSA timers
2024-08-06 13:04 UTC (6+ messages)
` [PATCH v3 1/4] ALSA: aloop: Allow using global timers
` [PATCH v3 2/4] Docs/sound: Add documentation for userspace-driven ALSA timers
` [PATCH v3 3/4] ALSA: timer: Introduce virtual userspace-driven timers
` [PATCH v3 4/4] selftests: ALSA: Cover userspace-driven timers with test
[RFC PATCH 2/6] drm/cgroup: Add memory accounting DRM cgroup
2024-08-06 13:01 UTC (7+ messages)
[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
2024-08-06 12:39 UTC (5+ messages)
[PATCH v3 00/15] honor isolcpus configuration
2024-08-06 12:06 UTC (16+ messages)
` [PATCH v3 01/15] scsi: pm8001: do not overwrite PCI queue mapping
` [PATCH v3 02/15] virito: add APIs for retrieving vq affinity
` [PATCH v3 03/15] blk-mq: introduce blk_mq_dev_map_queues
` [PATCH v3 04/15] scsi: replace blk_mq_pci_map_queues with blk_mq_dev_map_queues
` [PATCH v3 05/15] nvme: "
` [PATCH v3 06/15] virtio: blk/scs: replace blk_mq_virtio_map_queues "
` [PATCH v3 07/15] blk-mq: remove unused queue mapping helpers
` [PATCH v3 08/15] sched/isolation: Add io_queue housekeeping option
` [PATCH v3 09/15] docs: add io_queue as isolcpus options
` [PATCH v3 10/15] blk-mq: add number of queue calc helper
` [PATCH v3 11/15] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH v3 12/15] scsi: "
` [PATCH v3 13/15] virtio: blk/scsi: "
` [PATCH v3 14/15] lib/group_cpus.c: honor housekeeping config when grouping CPUs
` [PATCH v3 15/15] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
[PATCH V8 2/2] irqchip/loongarch-avec: Add AVEC irqchip support
2024-08-06 11:55 UTC
[PATCH V8 1/2] irqchip/loongson-pch-msi: Switch to MSI parent domains
2024-08-06 11:55 UTC
[PATCH -next] arm64/kdump: Update the high memory reserve doc
2024-08-06 11:33 UTC
[PATCH 0/6] mm: split underutilized THPs
2024-08-06 11:18 UTC (28+ messages)
` [PATCH 3/6] mm: free zapped tail pages when splitting isolated thp
[PATCH v1 00/11] mm: replace follow_page() by folio_walk
2024-08-06 11:17 UTC (12+ messages)
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "
` [PATCH v1 10/11] mm: remove follow_page()
` [PATCH v1 11/11] mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk
[PATCH v2 0/8] Introduce fwctl subystem
2024-08-06 8:03 UTC (11+ messages)
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation
[PATCH v4] docs/zh_CN: Add dev-tools/kcsan Chinese translation
2024-08-06 3:19 UTC (3+ messages)
[PATCH v4] usb: gadget: f_fs: add capability for dfu run-time descriptor
2024-08-06 0:21 UTC (5+ messages)
[PATCH v13] mm: report per-page metadata information
2024-08-05 23:18 UTC (5+ messages)
[PATCH v2] docs: KVM: Fix register ID of SPSR_FIQ
2024-08-05 22:13 UTC (4+ messages)
Documentation contribution guidelines and suggestions?
2024-08-05 21:29 UTC
[PATCH net-next v18 00/14] Device Memory TCP
2024-08-05 21:25 UTC (15+ messages)
` [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v18 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v18 06/14] page_pool: devmem support
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v18 08/14] net: support non paged skb frags
` [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v18 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v18 12/14] net: add devmem TCP documentation
` [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v18 14/14] netdev: add dmabuf introspection
[PATCH 1/1] RISC-V: Add parameter to unaligned access speed
2024-08-05 18:56 UTC (5+ messages)
` [PATCH 0/1] RISC-V: kernel parameter for "
[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
2024-08-05 18:51 UTC (23+ messages)
` [PATCH v20 01/20] security: add ipe lsm
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v20 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v20 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v20 07/20] security: add new securityfs delete function
` [PATCH v20 08/20] ipe: add userspace interface
` [PATCH v20 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v20 10/20] ipe: add permissive toggle
` [PATCH v20 11/20] block|lsm: Add LSM blob and new LSM hooks for block devices
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v20 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v20 14/20] security: add security_inode_setintegrity() hook
` [PATCH v20 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v20 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v20 17/20] scripts: add boot policy generation program
` [PATCH v20 18/20] ipe: kunit test for parser
` [PATCH v20 19/20] Documentation: add ipe documentation
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information
[PATCH v9 00/17] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-08-05 17:09 UTC (19+ messages)
` [PATCH v9 01/17] drm/vkms: Code formatting
` [PATCH v9 02/17] drm/vkms: Use drm_frame directly
` [PATCH v9 03/17] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v9 04/17] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v9 05/17] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
` [PATCH v9 06/17] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
` [PATCH v9 07/17] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v9 08/17] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v9 09/17] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v9 10/17] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v9 11/17] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v9 12/17] drm/vkms: Add YUV support
` [PATCH v9 13/17] drm/vkms: Add range and encoding properties to the plane
` [PATCH v9 14/17] drm/vkms: Drop YUV formats TODO
` [PATCH v9 15/17] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v9 16/17] drm/vkms: Add how to run the Kunit tests
` [PATCH v9 17/17] drm/vkms: Add support for DRM_FORMAT_R*
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-05 16:54 UTC (6+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
[PATCH] PCI: limit pci bridge and subsystem speed to 2.5GT/s
2024-08-05 15:15 UTC (2+ messages)
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-08-05 14:08 UTC (6+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
[PATCH v3 0/5] Fix issues with ARM Processor CPER records
2024-08-05 12:53 UTC (2+ messages)
` [PATCH v3 5/5] docs: efi: add CPER functions to driver-api
[PATCH] kfence: introduce burst mode
2024-08-05 12:39 UTC
[PATCH] doc: iio: Fix sysfs paths
2024-08-05 12:03 UTC
[PATCH v1] docs: bug-bisect: rewrite to better match the other bisecting text
2024-08-05 8:27 UTC
[PATCH v2 00/10] Remove pcim_iomap_regions_request_all()
2024-08-05 8:01 UTC (11+ messages)
` [PATCH v2 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH v2 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH v2 03/10] crypto: qat - replace "
` [PATCH v2 04/10] crypto: marvell "
` [PATCH v2 05/10] intel_th: pci: Replace "
` [PATCH v2 06/10] wifi: iwlwifi: replace "
` [PATCH v2 07/10] ntb: idt: Replace "
` [PATCH v2 08/10] serial: rp2: "
` [PATCH v2 09/10] ALSA: korg1212: "
` [PATCH v2 10/10] PCI: Remove pcim_iomap_regions_request_all()
[PATCH v9 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
2024-08-05 2:21 UTC (10+ messages)
` [PATCH v9 2/4] drivers: hwmon: "
` [PATCH v9 4/4] riscv: defconfig: Enable MCU support for SG2042
[PATCH V7] LoongArch: Add AVEC irqchip support
2024-08-04 2:41 UTC (7+ messages)
[PATCH] Removal of unexpected indentation error
2024-08-03 18:33 UTC
[PATCH] docs: improve comment consistency in .muttrc example configuration
2024-08-03 17:19 UTC
[PATCH RFC 0/3] iio: adc: add new ad7625 driver
2024-08-03 15:00 UTC (8+ messages)
` [PATCH RFC 1/3] dt-bindings: iio: adc: add AD762x/AD796x ADCs
` [PATCH RFC 2/3] iio: adc: ad7625: add driver
` [PATCH RFC 3/3] docs: iio: new docs for ad7625 driver
[PATCH v2 0/7] ad7380: add support for single-ended parts
2024-08-03 10:34 UTC (3+ messages)
[PATCH v7 0/7] Add support for AD4000 series of ADCs
2024-08-03 9:56 UTC (3+ messages)
[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-08-03 0:49 UTC (19+ messages)
` [PATCH v5 19/20] x86/resctrl: Introduce interface to list monitor states of all the groups
[morse:mpam/snapshot/v6.11-rc1 47/128] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/arch/x86/resctrl*
2024-08-02 19:59 UTC
[PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
2024-08-02 17:05 UTC (2+ messages)
[PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
2024-08-02 17:00 UTC (2+ messages)
[PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
2024-08-02 16:58 UTC (2+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-02 16:03 UTC (2+ messages)
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).