messages from 2024-02-03 04:19:23 to 2024-02-10 00:29:12 UTC [more...]
[PATCH v14 0/8] Add support for Sub-NUMA cluster (SNC) systems
2024-02-10 0:28 UTC (32+ messages)
` [PATCH v15-RFC "
` [PATCH v15-RFC 1/8] x86/resctrl: Split the RDT_RESOURCE_L3 resource
` [PATCH v15-RFC 2/8] x86/resctrl: Move all monitoring functions to RDT_RESOURCE_L3_MON
` [PATCH v15-RFC 3/8] x86/resctrl: Prepare for non-cache-scoped resources
` [PATCH v15-RFC 4/8] x86/resctrl: Add helper function to look up domain_id from scope
` [PATCH v15-RFC 5/8] x86/resctrl: Add "NODE" as an option for resource scope
` [PATCH v15-RFC 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
[PATCH 00/11] s390: Support linking with ld.lld
2024-02-09 15:08 UTC (15+ messages)
` [PATCH 01/11] s390: boot: Add support for CONFIG_LD_ORPHAN_WARN
` [PATCH 02/11] s390: vmlinux.lds.S: Handle '.data.rel' sections explicitly
` [PATCH 03/11] s390: vmlinux.lds.S: Explicitly handle '.got' and '.plt' sections
` [PATCH 04/11] s390: vmlinux.lds.S: Discard unnecessary sections
` [PATCH 05/11] s390/boot: vmlinux.lds.S: Handle '.init.text'
` [PATCH 06/11] s390/boot: vmlinux.lds.S: Handle '.rela' sections
` [PATCH 07/11] s390/boot: vmlinux.lds.S: Handle DWARF debug sections
` [PATCH 08/11] s390/boot: vmlinux.lds.S: Handle ELF required sections
` [PATCH 09/11] s390/boot: vmlinux.lds.S: Handle commonly discarded sections
` [PATCH 10/11] s390: Select CONFIG_ARCH_WANT_LD_ORPHAN_WARN
` [PATCH 11/11] s390: Link vmlinux with '-z notext'
[PATCH 5.4 000/194] 5.4.268-rc1 review
2024-02-09 7:09 UTC (3+ messages)
` [PATCH 5.4 058/194] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
[PATCH] s390: vDSO: Drop '-fPIC' from LDFLAGS
2024-02-08 23:00 UTC (2+ messages)
[PATCH] kbuild: Fix changing ELF file type for output of gen_btf for big endian
2024-02-08 21:50 UTC (4+ messages)
[PATCH 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
2024-02-08 21:08 UTC (26+ messages)
` [PATCH 03/17] vfio/pci: Consistently acquire mutex for "
` [PATCH 06/17] vfio/pci: Remove interrupt index interpretation from wrappers
` [PATCH 07/17] vfio/pci: Preserve per-interrupt contexts
` [PATCH 12/17] vfio/pci: Remove msi term from generic code
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature
` [PATCH 17/17] vfio/pci: Remove duplicate interrupt management flow
[PATCH rc] iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock
2024-02-08 14:27 UTC (4+ messages)
[regression 5.4.y][RFC][PATCH 0/1] mtd: rawnand: gpmi: busy_timeout_cycles
2024-02-07 17:49 UTC (2+ messages)
` [regression 5.4.y][RFC][PATCH mtd: rawnand: gpmi: busy_timeout_cycles 1/1] Revert "Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting""
[PATCH 6.7 000/641] 6.7.2-rc1 review
2024-02-07 15:42 UTC (7+ messages)
` [PATCH 6.7 427/641] io_uring: dont check iopoll if request completes
[PATCH] wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate()
2024-02-07 15:08 UTC (3+ messages)
[PATCH] drm/tegra: Remove of_dma_configure() from host1x_device_add()
2024-02-07 13:05 UTC (10+ messages)
[PATCH 1/1] netfilter: ipset: Missing gc cancellations fixed
2024-02-07 10:27 UTC (2+ messages)
[PATCH v5 00/17] Update SMMUv3 to the modern iommu API (part 1/3)
2024-02-07 5:27 UTC (19+ messages)
` [PATCH v5 01/17] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v5 02/17] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH v5 03/17] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v5 04/17] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH v5 05/17] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH v5 06/17] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v5 07/17] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH v5 08/17] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v5 09/17] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v5 10/17] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v5 11/17] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH v5 12/17] iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
` [PATCH v5 13/17] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH v5 14/17] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH v5 15/17] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH v5 16/17] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH v5 17/17] iommu/arm-smmu-v3: Convert to domain_alloc_paging()
[PATCH] drm/amd/display: Increase frame-larger-than for all display_mode_vba files
2024-02-06 14:44 UTC (2+ messages)
[PATCH] x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORM
2024-02-06 8:54 UTC
[PATCH v3 0/7] of: populate of_root node if bootloader doesn't
2024-02-05 19:55 UTC (5+ messages)
` [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded
[PATCH 6.6 000/326] 6.6.16-rc2 review
2024-02-05 16:40 UTC (11+ messages)
[PATCH 6.1 000/219] 6.1.77-rc1 review
2024-02-05 13:19 UTC (12+ messages)
` [PATCH 6.1 194/219] tcp: add sanity checks to rx zerocopy
[PATCH 6.1 000/221] 6.1.77-rc2 review
2024-02-05 13:18 UTC (12+ messages)
[PATCH 6.6 000/331] 6.6.15-rc1 review
2024-02-05 9:26 UTC (15+ messages)
` [PATCH 6.6 003/331] docs: kernel_feat.py: fix potential command injection
[PATCH 6.7 000/353] 6.7.4-rc1 review
2024-02-04 19:50 UTC (38+ messages)
` [PATCH 6.7 306/353] selftests: net: give more time for GRO aggregation
` [PATCH 6.7 309/353] ipmr: fix kernel panic when forwarding mcast packets
` [PATCH 6.7 310/353] net: lan966x: Fix port configuration when using SGMII interface
` [PATCH 6.7 311/353] tracefs: remove stale update_gid code
` [PATCH 6.7 312/353] tcp: add sanity checks to rx zerocopy
` [PATCH 6.7 313/353] e1000e: correct maximum frequency adjustment values
` [PATCH 6.7 314/353] ixgbe: Refactor returning internal error codes
` [PATCH 6.7 315/353] ixgbe: Refactor overtemp event handling
` [PATCH 6.7 333/353] pds_core: Use struct pdsc for the pdsc_adminq_isr private data
` [PATCH 6.7 334/353] pds_core: Prevent race issues involving the adminq
` [PATCH 6.7 335/353] pds_core: Clear BARs on reset
` [PATCH 6.7 336/353] pds_core: Rework teardown/setup flow to be more common
` [PATCH 6.7 337/353] selftests: net: add missing config for nftables-backed iptables
` [PATCH 6.7 338/353] selftests: net: add missing config for pmtu.sh tests
` [PATCH 6.7 339/353] selftests: net: fix available tunnels detection
` [PATCH 6.7 340/353] selftests: net: dont access /dev/stdout in pmtu.sh
` [PATCH 6.7 341/353] octeontx2-pf: Remove xdp queues on program detach
` [PATCH 6.7 342/353] net: sysfs: Fix /sys/class/net/<iface> path
` [PATCH 6.7 343/353] selftests: team: Add missing config options
` [PATCH 6.7 344/353] selftests: bonding: Check initial state
` [PATCH 6.7 345/353] selftests: net: add missing config for NF_TARGET_TTL
` [PATCH 6.7 346/353] selftests: net: enable some more knobs
` [PATCH 6.7 347/353] idpf: avoid compiler padding in virtchnl2_ptype struct
` [PATCH 6.7 348/353] arm64: irq: set the correct node for shadow call stack
` [PATCH 6.7 349/353] mm, kmsan: fix infinite recursion due to RCU critical section
` [PATCH 6.7 350/353] Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again"
` [PATCH 6.7 351/353] drm/msm/dsi: Enable runtime PM
` [PATCH 6.7 352/353] selftests/bpf: Remove flaky test_btf_id test
` [PATCH 6.7 353/353] bonding: remove print in bond_verify_device_path
` [PATCH 6.7 052/353] sysctl: Fix out of bounds access for empty sysctl registers
[PATCH 6.7 000/355] 6.7.4-rc2 review
2024-02-04 19:12 UTC (9+ messages)
[PATCH 6.6 000/322] 6.6.16-rc1 review
2024-02-04 15:24 UTC (13+ messages)
` [PATCH 6.6 295/322] netfilter: ipset: fix performance regression in swap operation
[PATCH] x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORM
2024-02-03 19:45 UTC (6+ 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).