All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-02 14:54:19 to 2024-05-02 15:42:53 UTC [more...]

[RFC 0/5] Add capacity key to fdinfo
 2024-05-02 15:00 UTC  (6+ messages)

[PATCH] KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()
 2024-05-02 15:42 UTC 

[PATCH v9 00/14] AMDGPU usermode queues
 2024-05-02 15:42 UTC  (14+ messages)
` [PATCH v9 05/14] drm/amdgpu: create MES-V11 usermode queue for GFX
` [PATCH v9 06/14] drm/amdgpu: create context space for usermode queue
` [PATCH v9 08/14] drm/amdgpu: map wptr BO into GART
` [PATCH v9 11/14] drm/amdgpu: fix MES GFX mask
` [PATCH v9 14/14] drm/amdgpu: add kernel config for gfx-userqueue

[syzbot] [keyrings?] [lsm?] possible deadlock in keyring_clear
 2024-05-02 15:42 UTC 

[PATCH] tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs
 2024-05-02 15:41 UTC  (3+ messages)

[PATCH] KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
 2024-05-02 15:40 UTC  (2+ messages)

[PATCH v3 0/5] drm/panthor: Collection of tiler heap related fixes
 2024-05-02 15:40 UTC  (6+ messages)
` [PATCH v3 1/5] drm/panthor: Fix tiler OOM handling to allow incremental rendering
` [PATCH v3 2/5] drm/panthor: Make sure the tiler initial/max chunks are consistent
` [PATCH v3 3/5] drm/panthor: Relax the constraints on the tiler chunk size
` [PATCH v3 4/5] drm/panthor: Fix an off-by-one in the heap context retrieval logic
` [PATCH v3 5/5] drm/panthor: Document drm_panthor_tiler_heap_destroy::handle validity constraints

[PATCH 2/2] string: improve strlen performance
 2024-05-02 15:38 UTC  (5+ messages)

[PATCH] contributor-guide: recommend format.forceInBodyFrom
 2024-05-02 15:37 UTC  (2+ messages)
` [docs] "

[PATCH v2 0/4] dev_printk: add dev_errp_probe() helper
 2024-05-02 15:37 UTC  (6+ messages)
` [PATCH v2 1/4] dev_printk: add new dev_err_probe() helpers

[PATCH v5 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-05-02 15:35 UTC  (9+ messages)
` [PATCH v5 17/17] serial: 8250: Add 8250_acpi driver

[PATCH v1 00/13] serial: 8250_exar: Clean up the driver
 2024-05-02 15:36 UTC  (5+ messages)
` [PATCH v1 03/13] serial: 8250_exar: Kill CTI_PCI_DEVICE()

+ memcg-use-proper-type-for-mod_memcg_state.patch added to mm-unstable branch
 2024-05-02 15:36 UTC 

+ memcg-warn-for-unexpected-events-and-stats.patch added to mm-unstable branch
 2024-05-02 15:36 UTC 

+ mm-cleanup-workingset_nodes-in-workingset.patch added to mm-unstable branch
 2024-05-02 15:36 UTC 

+ memcg-cleanup-__mod_memcg_lruvec_state.patch added to mm-unstable branch
 2024-05-02 15:36 UTC 

+ memcg-reduce-memory-for-the-lruvec-and-memcg-stats.patch added to mm-unstable branch
 2024-05-02 15:35 UTC 

+ mm-memcg-account-memory-used-for-memcg-vmstats-and-lruvec-stats.patch added to mm-unstable branch
 2024-05-02 15:35 UTC 

+ memcg-dynamically-allocate-lruvec_stats.patch added to mm-unstable branch
 2024-05-02 15:35 UTC 

+ memcg-reduce-memory-size-of-mem_cgroup_events_index.patch added to mm-unstable branch
 2024-05-02 15:35 UTC 

[PATCH] crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()
 2024-05-02 15:33 UTC 

[PATCH] device property: introduce fwnode_for_each_child_node_scoped()
 2024-05-02 15:34 UTC  (2+ messages)

[PATCH ats_vtd v1 00/24] ATS support for VT-d
 2024-05-02 15:29 UTC  (25+ messages)
` [PATCH ats_vtd v1 01/24] intel_iommu: fix FRCD construction macro
` [PATCH ats_vtd v1 03/24] intel_iommu: check if the input address is canonical
` [PATCH ats_vtd v1 02/24] intel_iommu: make types match
` [PATCH ats_vtd v1 04/24] intel_iommu: set accessed and dirty bits during first stage translation
` [PATCH ats_vtd v1 05/24] intel_iommu: extract device IOTLB invalidation logic
` [PATCH ats_vtd v1 07/24] memory: add permissions in IOMMUAccessFlags
` [PATCH ats_vtd v1 09/24] pcie: helper functions to check if PASID and ATS are enabled
` [PATCH ats_vtd v1 06/24] intel_iommu: do not consider wait_desc as an invalid descriptor
` [PATCH ats_vtd v1 10/24] intel_iommu: declare supported PASID size
` [PATCH ats_vtd v1 08/24] pcie: add helper to declare PASID capability for a pcie device
` [PATCH ats_vtd v1 12/24] intel_iommu: add support for PASID-based device IOTLB invalidation
` [PATCH ats_vtd v1 11/24] intel_iommu: add an internal API to find an address space with PASID
` [PATCH ats_vtd v1 13/24] pci: cache the bus mastering status in the device
` [PATCH ats_vtd v1 14/24] pci: add IOMMU operations to get address spaces and memory regions with PASID
` [PATCH ats_vtd v1 18/24] memory: Allow to store the PASID in IOMMUTLBEntry
` [PATCH ats_vtd v1 15/24] pci: add a pci-level initialization function for iommu notifiers
` [PATCH ats_vtd v1 16/24] intel_iommu: implement the get_address_space_pasid iommu operation
` [PATCH ats_vtd v1 17/24] intel_iommu: implement the get_memory_region_pasid "
` [PATCH ats_vtd v1 20/24] atc: generic ATC that can be used by PCIe devices that support SVM
` [PATCH ats_vtd v1 21/24] memory: add an API for ATS support
` [PATCH ats_vtd v1 19/24] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
` [PATCH ats_vtd v1 22/24] pci: add a pci-level API for ATS
` [PATCH ats_vtd v1 23/24] intel_iommu: set the address mask even when a translation fails
` [PATCH ats_vtd v1 24/24] intel_iommu: add support for ATS

[PATCH v5 net-next v5 0/6] Add TCP fraglist GRO support
 2024-05-02 15:33 UTC  (13+ messages)
` [PATCH v5 net-next v5 1/6] net: move skb_gro_receive_list from udp to core
` [PATCH v5 net-next v5 2/6] net: add support for segmenting TCP fraglist GSO packets
` [PATCH v5 net-next v5 3/6] net: add code for TCP fraglist GRO
` [PATCH v5 net-next v5 4/6] net: create tcp_gro_lookup helper function
` [PATCH v5 net-next v5 5/6] net: create tcp_gro_header_pull "
` [PATCH v5 net-next v5 6/6] net: add heuristic for enabling TCP fraglist GRO

[PATCH v1 0/5] ACC100 improvements and clean up
 2024-05-02 15:31 UTC  (11+ messages)
` [PATCH v1 1/5] baseband/acc: remove ACC100 unused code
` [PATCH v1 2/5] baseband/acc: remove ACC100 HARQ pruning
` [PATCH v1 3/5] baseband/acc: move memory barrier
` [PATCH v1 4/5] baseband/acc: improve error description
` [PATCH v1 5/5] baseband/acc: cosmetic log changes

[PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach
 2024-05-02 15:31 UTC  (12+ messages)

RFC: asserting an inode is locked
 2024-05-02 15:31 UTC  (2+ messages)

+ selftests-memfd-fix-spelling-mistakes.patch added to mm-unstable branch
 2024-05-02 15:30 UTC 

[kvm-unit-tests PATCH] runtime: Adjust probe_maxsmp for older QEMU
 2024-05-02 15:29 UTC  (2+ messages)

+ mm-memory-failure-send-sigbus-in-the-event-of-thp-split-fail.patch added to mm-unstable branch
 2024-05-02 15:29 UTC 

+ mm-madvise-add-mf_action_required-to-madvisemadv_hwpoison.patch added to mm-unstable branch
 2024-05-02 15:29 UTC 

[kvm-unit-tests PATCH] arm64: Default to 4K translation granule
 2024-05-02 15:29 UTC  (2+ messages)

+ mm-memory-failure-try-to-send-sigbus-even-if-unmap-failed.patch added to mm-unstable branch
 2024-05-02 15:29 UTC 

[PATCH v2 0/5] tracefs/eventfs: Fix inconsistent permissions
 2024-05-02 15:30 UTC  (7+ messages)
` [PATCH v2 1/5] tracefs: Reset permissions on remount if permissions are options
` [PATCH v2 2/5] tracefs: Still use mount point as default permissions for instances
` [PATCH v2 3/5] eventfs: Do not differentiate the toplevel events directory
` [PATCH v2 4/5] eventfs: Do not treat events directory different than other directories
` [PATCH v2 5/5] eventfs: Have "events" directory get permissions from its parent

[PATCH v4 00/15] Provide SEV-SNP support for running under an SVSM
 2024-05-02 15:29 UTC  (4+ messages)
` [PATCH v4 04/15] x86/sev: Check for the presence of an SVSM in the SNP Secrets page

[PATCH 0/2] examples/l3fwd: ACL mode fixups and improvements
 2024-05-02 15:28 UTC  (3+ messages)
` [PATCH 1/2] examples/l3fwd: fix crash in ACL mode for mixed traffic
` [PATCH 2/2] examples/l3fwd: avoid packets reorder in ACL mode

[PATCH] ALSA: pcm: reinvent the stream synchronization ID API
 2024-05-02 15:27 UTC  (4+ messages)

[PATCH 0/2] Introduce v4l2_async_nf_unregister_cleanup
 2024-05-02 15:22 UTC  (6+ messages)
` [PATCH 1/2] media: v4l: async: Add v4l2_async_nf_unregister_cleanup
` [PATCH 2/2] media: convert all drivers to use v4l2_async_nf_unregister_cleanup

Prebuilt LLVM 18.1.5 uploaded
 2024-05-02 15:24 UTC 

[PATCH] HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors
 2024-05-02 15:23 UTC  (2+ messages)

[PATCH RFC] KVM: arm64: allow ID_MMFR4_EL1 to be writable
 2024-05-02 15:23 UTC  (8+ messages)

[PATCH v2] bitmap: Use g_try_new0/g_renew
 2024-05-02 15:22 UTC 

[nacked] mm-ksm-rename-mm_slot-for-get_next_rmap_item.patch removed from -mm tree
 2024-05-02 15:22 UTC 

[nacked] mm-ksm-rename-mm_slot_cache-to-ksm_slot_cache.patch removed from -mm tree
 2024-05-02 15:22 UTC 

[nacked] mm-ksm-rename-variable-mm_slot-to-ksm_slot-in-unmerge_and_remove_all_rmap_items.patch removed from -mm tree
 2024-05-02 15:22 UTC 

[nacked] mm-ksm-rename-mm_slot-members-to-ksm_slot-for-better-readability.patch removed from -mm tree
 2024-05-02 15:22 UTC 

+ mm-hugetlb-document-why-hugetlb-uses-folio_mapcount-for-cow-reuse-decisions.patch added to mm-unstable branch
 2024-05-02 15:21 UTC 

+ selftests-mm-cow-flag-vmsplice-hugetlb-tests-as-xfail.patch added to mm-unstable branch
 2024-05-02 15:21 UTC 

[PATCH v4 0/4] arm64: dts: add description for solidrun cn9130 som and clearfog boards
 2024-05-02 15:20 UTC  (6+ messages)
` [PATCH v4 4/4] arm64: dts: add description for solidrun cn9131 solidwan board

[PATCH bpf-next v6 0/4] bpf: Inline helpers in arm64 and riscv JITs
 2024-05-02 15:18 UTC  (10+ messages)
` [PATCH bpf-next v6 1/4] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v6 2/4] riscv, bpf: inline bpf_get_smp_processor_id()
` [PATCH bpf-next v6 3/4] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v6 4/4] bpf, arm64: inline bpf_get_smp_processor_id() helper

QEMU headers in C++
 2024-05-02 15:19 UTC 

[PATCH 1/3] net: dsa: ksz9477: always toggle reset gpio if available
 2024-05-02 15:19 UTC  (4+ messages)
` [PATCH 2/3] net: dsa: ksz9477: report 0 as value when returning error
` [PATCH 3/3] net: dsa: ksz9477: return negative error codes on PHY access failures

[PATCH for v6.10 0/4] media: cec: syzkaller fixes
 2024-05-02 15:19 UTC  (2+ messages)

[RFC PATCH 0/2] Defer probing of SAM if serdev device is not ready
 2024-05-02 15:19 UTC  (5+ messages)
` [RFC PATCH 1/2] platform/surface: aggregator: Defer probing when serdev "
` [RFC PATCH 2/2] platform/surface: aggregator: Log critical errors during SAM probing

[PATCH v10 0/5] Introduce mseal
 2024-05-02 15:18 UTC  (4+ messages)
` [PATCH v10 3/5] selftest mm/mseal memory sealing

[PATCH v2 0/2] Add optional reset control for Cadence SPI
 2024-05-02 12:45 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: spi: spi-cadence: Add optional reset control

[merged] bitops-optimize-fns-for-improved-performance.patch removed from -mm tree
 2024-05-02 15:18 UTC 

[merged] lib-test_bitops-add-benchmark-test-for-fns.patch removed from -mm tree
 2024-05-02 15:18 UTC 

+ bitops-optimize-fns-for-improved-performance.patch added to mm-nonmm-unstable branch
 2024-05-02 15:18 UTC 

+ lib-test_bitops-add-benchmark-test-for-fns.patch added to mm-nonmm-unstable branch
 2024-05-02 15:18 UTC 

[PATCH] drm/xe: Perform dma_map when moving system buffer objects to TT
 2024-05-02 15:18 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe: Perform dma_map when moving system buffer objects to TT (rev2)

[PATCH master] mdio_bus: return 0xFFFF when read fails with error code
 2024-05-02 15:17 UTC 

QEMU headers in C++
 2024-05-02 15:17 UTC  (3+ messages)

[GIT PULL FOR v6.10] media: cec fixes
 2024-05-02 15:17 UTC  (2+ messages)
` [GIT PULL FOR v6.10] media: cec fixes (#101465)

[PATCH net-next v2 00/10] gve: Implement queue api
 2024-05-02 15:15 UTC  (2+ messages)

[PATCH v6 0/5] Support message-based DMA in vfio-user server
 2024-05-02 15:14 UTC  (3+ messages)

[PATCH v3 0/7] Linux RISC-V IOMMU Support
 2024-05-02 15:15 UTC  (6+ messages)
` [PATCH v3 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU

[PATCH 1/2] include: ktime: implement __ktime_divns for 32-bit systems
 2024-05-02 15:14 UTC  (2+ messages)
` [PATCH 2/2] poller: report pollers taking more than 20 milliseconds

[PATCH v2 0/5] multipath: fix hang in flush_map_nopaths
 2024-05-02 15:14 UTC  (5+ messages)
` [PATCH v2 2/5] libmultipath: change flush_on_last_del to fix a multipathd hang
` [PATCH v2 4/5] libmultipath: pad dev_loss_tmo to avoid race with no_path_retry

[PATCH] printk: cleanup deprecated uses of strncpy/strcpy
 2024-05-02 15:14 UTC  (6+ messages)

+ mm-rmap-do-not-add-fully-unmapped-large-folio-to-deferred-split-list-v6.patch added to mm-unstable branch
 2024-05-02 15:13 UTC 

[groeck-staging:hwmon-next] BUILD SUCCESS 1d4d6733594d407e54153b8e031ba6356ceba81e
 2024-05-02 15:12 UTC 

[PATCH] btrfs: remove the recursive include of btrfs_inode.h from itself
 2024-05-02 15:04 UTC  (2+ messages)

[oe-layersetup][master][PATCH] configs: Update scarthgap configs for meta-arm
 2024-05-02 15:11 UTC 

[PATCH v2 2/2] btrfs: automatically remove the subvolume qgroup
 2024-05-02 15:03 UTC  (14+ messages)

Supporting a Device with Switchable Current/Voltage Measurement
 2024-05-02 15:09 UTC  (5+ messages)

[PATCH 0/2] Add USB 3.0 support for J784S4
 2024-05-02 15:08 UTC  (3+ messages)

[PATCH v2] fs/coredump: Enable dynamic configuration of max file note size
 2024-05-02 14:59 UTC 

[PATCH 0/3] multipath: fix hang in flush_map_nopaths
 2024-05-02 15:06 UTC  (3+ messages)
` [PATCH 1/3] libmultipath: export partmap_in_use and do_deferred

Get bitbake build target in recipe
 2024-05-02 15:06 UTC  (3+ messages)
` [yocto] "

Linux kernel 6.8.9 released
 2024-05-02 15:05 UTC 

[PATCH] drm/amdkfd: Remove arbitrary timeout for hmm_range_fault
 2024-05-02 15:05 UTC  (3+ messages)

[PATCH v2 00/12] LIN Bus support for Linux
 2024-05-02 15:03 UTC  (5+ messages)
` [PATCH v2 06/12] dt-bindings: net/can: Add serial (serdev) LIN adapter

[Intel-wired-lan] [PATCH] e1000e: fix link fluctuations problem
 2024-05-02  9:12 UTC 

[PATCH 0/7] Add Mule I2C multiplexer support
 2024-05-02 15:01 UTC  (6+ messages)
` [PATCH 1/7] i2c: mux: add the ability to share mux-address with child nodes

[PATCH 06/23] drm/xe/svm: Introduce a helper to build sg table from hmm range
 2024-05-02 15:01 UTC  (12+ messages)

[PATCH 1/4] locking/atomic/x86: Silence intentional wrapping addition
 2024-05-02 15:00 UTC  (9+ messages)
` [PATCH 0/4] Annotate atomics for signed integer wrap-around
  ` [PATCH 2/4] arm64: atomics: lse: Silence intentional wrapping addition

[PATCH 0/2] qcom: ehci: enable core + iface clocks
 2024-05-02 15:00 UTC  (3+ messages)

[OE-core][PATCH] classes/create-spdx-2.2: Fix SPDX dependencies for ABI Safe recipes
 2024-05-02 14:57 UTC 

[PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
 2024-05-02 14:57 UTC  (3+ messages)
` [PATCH 01/14] include/hw: add helpers for defining versioned machine types

[XEN PATCH v4 0/5] FF-A notifications
 2024-05-02 14:56 UTC  (6+ messages)
` [XEN PATCH v4 1/5] xen/arm: ffa: refactor ffa_handle_call()
` [XEN PATCH v4 2/5] xen/arm: ffa: use ACCESS_ONCE()
` [XEN PATCH v4 3/5] xen/arm: ffa: simplify ffa_handle_mem_share()
` [XEN PATCH v4 4/5] xen/arm: allow dynamically assigned SGI handlers
` [XEN PATCH v4 5/5] xen/arm: ffa: support notification

[PATCH v7 0/5] Add Tegra Security Engine driver
 2024-05-02 14:56 UTC  (5+ messages)

[PATCH v5 0/2] bitops: Optimize fns() for improved performance
 2024-05-02 14:55 UTC  (2+ messages)

Linux kernel 6.6.30 released
 2024-05-02 14:55 UTC 

[PATCH v4] Hexagon: add PC alignment check and exception
 2024-05-02 14:54 UTC 

[PATCH v2 bpf-next 00/13] bpf: support resilient split BTF
 2024-05-02 14:53 UTC  (4+ messages)
` [PATCH v2 bpf-next 07/13] resolve_btfids: use .BTF.base ELF section as base BTF if -B option is used

[meta-ti][scarthgap][PATCH] README: update meta-arm with scarthgap specific info
 2024-05-02 14:54 UTC 

[PATCH 1/2] ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
 2024-05-02 14:54 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.