Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-05-01 22:55:33 to 2024-05-14 10:25:19 UTC [more...]

[PATCH 6.8 000/336] 6.8.10-rc1 review
 2024-05-14 10:14 UTC  (37+ messages)
` [PATCH 6.8 001/336] rust: module: place generated init_module() function in .init.text
` [PATCH 6.8 002/336] rust: macros: fix soundness issue in `module!` macro
` [PATCH 6.8 003/336] wifi: nl80211: dont free NULL coalescing rule
` [PATCH 6.8 004/336] pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T
` [PATCH 6.8 006/336] pinctrl: core: delete incorrect free in pinctrl_enable()
` [PATCH 6.8 007/336] pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback
` [PATCH 6.8 008/336] pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE
` [PATCH 6.8 009/336] sunrpc: add a struct rpc_stats arg to rpc_create_args
` [PATCH 6.8 010/336] nfs: expose /proc/net/sunrpc/nfs in net namespaces
` [PATCH 6.8 011/336] nfs: make the rpc_stat per net namespace
` [PATCH 6.8 012/336] nfs: Handle error of rpc_proc_register() in nfs_net_init()
` [PATCH 6.8 013/336] pinctrl: baytrail: Fix selecting gpio pinctrl state
` [PATCH 6.8 015/336] power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator
` [PATCH 6.8 016/336] pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()
` [PATCH 6.8 017/336] nfsd: rename NFSD_NET_* to NFSD_STATS_*
` [PATCH 6.8 018/336] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
` [PATCH 6.8 019/336] nfsd: make all of the nfsd stats per-network namespace
` [PATCH 6.8 020/336] NFSD: add support for CB_GETATTR callback
` [PATCH 6.8 021/336] NFSD: Fix nfsd4_encode_fattr4() crasher
` [PATCH 6.8 022/336] regulator: mt6360: De-capitalize devicetree regulator subnodes
` [PATCH 6.8 023/336] regulator: change stubbed devm_regulator_get_enable to return Ok
` [PATCH 6.8 024/336] regulator: change devm_regulator_get_enable_optional() stub "
` [PATCH 6.8 025/336] bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
` [PATCH 6.8 026/336] bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
` [PATCH 6.8 027/336] regmap: Add regmap_read_bypassed()
` [PATCH 6.8 028/336] ASoC: SOF: Intel: add default firmware library path for LNL
` [PATCH 6.8 029/336] nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
` [PATCH 6.8 030/336] bpf: Fix a verifier verbose message
` [PATCH 6.8 031/336] spi: axi-spi-engine: use common AXI macros
` [PATCH 6.8 032/336] spi: axi-spi-engine: fix version format string
` [PATCH 6.8 033/336] spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
` [PATCH 6.8 034/336] bpf, arm64: Fix incorrect runtime stats
` [PATCH 6.8 035/336] riscv, bpf: "
` [PATCH 6.8 036/336] ASoC: Intel: avs: Set name of control as in topology
` [PATCH 6.8 037/336] ASoC: codecs: wsa881x: set clk_stop_mode1 flag
` [PATCH 6.8 038/336] s390/mm: Fix storage key clearing for guest huge pages

[PATCH] filemap: small read filemap_read() stack optimization
 2024-05-14  8:42 UTC 

[GIT PULL] Modules changes for v6.10-rc1
 2024-05-14  8:22 UTC 

[PATCH v4 00/10] clk: Add kunit tests for fixed rate and parent data
 2024-05-14  3:35 UTC  (16+ messages)
` [PATCH v4 01/10] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v4 03/10] dt-bindings: test: Add KUnit empty node binding
` [PATCH v4 05/10] platform: Add test managed platform_device/driver APIs

[PATCH v17 0/9] Add support for Sub-NUMA cluster (SNC) systems
 2024-05-14  0:28 UTC  (18+ messages)
` [PATCH v17 1/9] x86/resctrl: Prepare for new domain scope
` [PATCH v17 2/9] x86/resctrl: Prepare to split rdt_domain structure
` [PATCH v17 3/9] x86/resctrl: Prepare for different scope for control/monitor operations
` [PATCH v17 4/9] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
` [PATCH v17 5/9] x86/resctrl: Add node-scope to the options for feature scope
` [PATCH v17 6/9] x86/resctrl: Introduce snc_nodes_per_l3_cache
` [PATCH v17 7/9] x86/resctrl: Add new monitor files for Sub-NUMA cluster (SNC) monitoring
` [PATCH v17 8/9] x86/resctrl: Sub NUMA Cluster detection and enable
` [PATCH v17 9/9] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH v7 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-05-13 22:28 UTC  (35+ messages)
` [PATCH v7 01/14] iommu/arm-smmu-v3: Convert to domain_alloc_sva()
` [PATCH v7 02/14] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v7 03/14] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v7 04/14] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v7 05/14] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v7 06/14] iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
` [PATCH v7 07/14] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v7 08/14] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v7 09/14] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v7 10/14] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v7 11/14] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v7 12/14] iommu/arm-smmu-v3: Test the STE S1DSS functionality
` [PATCH v7 13/14] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v7 14/14] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

[GIT PULL] slab updates for 6.10
 2024-05-13 17:38 UTC  (3+ messages)

[PATCH] f2fs: Add inline to f2fs_build_fault_attr() stub
 2024-05-13 15:40 UTC 

[PATCH 6.1 000/272] 6.1.84-rc1 review
 2024-05-13 13:02 UTC  (8+ messages)
` [PATCH 6.1 251/272] usb: typec: ucsi: Check for notifications after init

[PATCH] clk: qcom: Park shared RCGs upon registration
 2024-05-10 19:59 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3: Make the kunit into a module
 2024-05-10 12:27 UTC  (12+ messages)

[PATCH rc] iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()
 2024-05-10 11:07 UTC  (6+ messages)

[PATCH 0/6] s390: Unify IUCV device allocation
 2024-05-10 10:55 UTC  (11+ messages)
` [PATCH 1/6] s390/iucv: Provide iucv_alloc_device() / iucv_release_device()
` [PATCH 2/6] s390/vmlogrdr: Make use of iucv_alloc_device()
` [PATCH 3/6] s390/netiucv: "
` [PATCH 4/6] s390/smsgiucv_app: "
` [PATCH 5/6] tty: hvc-iucv: "
` [PATCH 6/6] s390/iucv: Unexport iucv_root

[PATCH] soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by rpmh_rsc_send_data() callers
 2024-05-09 19:34 UTC  (2+ messages)

[PATCH v9 0/9] Make the SMMUv3 CD logic match the new STE design (part 2a/3)
 2024-05-09 16:59 UTC  (9+ messages)
` [PATCH v9 9/9] iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry
  ` Build error on -next: Unexpected GOT/PLT entries detected! (was Re: [PATCH v9 9/9] iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry)

[PATCH v4 00/71] New Intel CPUID families
 2024-05-08 15:21 UTC  (3+ messages)
` [PATCH v4 53/71] extcon: axp288: Switch to new Intel CPU model defines

[PATCH v3 00/74] New Intel CPUID families
 2024-05-08 15:07 UTC  (3+ messages)
` [PATCH v3 49/74] x86/cpu/vfm: Update drivers/extcon/extcon-axp288.c

[PATCH v2] kbuild: rust: split up helpers.c
 2024-05-07 22:09 UTC  (2+ messages)

[PATCH 00/12] SPMI patches for the merge window
 2024-05-07 21:07 UTC  (13+ messages)
` [PATCH 01/12] spmi: make spmi_bus_type const
` [PATCH 02/12] dt-bindings: spmi: hisilicon,hisi-spmi-controller: fix binding references
` [PATCH 03/12] dt-bindings: spmi: hisilicon,hisi-spmi-controller: clean up example
` [PATCH 04/12] spmi: hisi-spmi-controller: Do not override device identifier
` [PATCH 05/12] spmi: pmic-arb: Replace three IS_ERR() calls by null pointer checks in spmi_pmic_arb_probe()
` [PATCH 06/12] dt-bindings: spmi: Add X1E80100 SPMI PMIC ARB schema
` [PATCH 07/12] dt-bindings: spmi: Deprecate qcom,bus-id
` [PATCH 08/12] spmi: pmic-arb: Fix some compile warnings about members not being described
` [PATCH 09/12] spmi: pmic-arb: Make the APID init a version operation
` [PATCH 10/12] spmi: pmic-arb: Make core resources acquiring "
` [PATCH 11/12] spmi: pmic-arb: Register controller for bus instead of arbiter
` [PATCH 12/12] spmi: pmic-arb: Add multi bus support

[PATCH 0/3] drivers/s390: Fix instances of -Wcast-function-type-strict
 2024-05-06 19:26 UTC  (8+ messages)
` [PATCH 1/3] s390/vmlogrdr: Remove function pointer cast

[GIT PULL] slab fixes for 6.9-rc7
 2024-05-06 17:45 UTC  (2+ messages)

[PATCH 5.4 000/107] 5.4.275-rc1 review
 2024-05-06  3:46 UTC  (5+ messages)
` [PATCH 5.4 098/107] tcp: Clean up kernel listeners reqsk in inet_twsk_purge()

[PATCH] clocksource/drivers/arm_arch_timer: Mark hisi_161010101_oem_info const
 2024-05-06  1:03 UTC  (2+ messages)

[PATCH 0/3] Rust 1.78.0 upgrade
 2024-05-05 22:33 UTC  (2+ messages)

[PATCH] clocksource/drivers/arm_arch_timer: Mark validate_timer_rate() init
 2024-05-04  5:59 UTC  (3+ messages)

[PATCH 00/10] Add support for Sub-NUMA cluster (SNC) systems
 2024-05-03 15:38 UTC  (3+ messages)

[PATCH] kbuild: Remove support for Clang's ThinLTO caching
 2024-05-03 10:19 UTC  (2+ messages)

[PATCH 6.6 000/186] 6.6.30-rc1 review
 2024-05-02 14:14 UTC  (6+ messages)

[PATCH v3 2/2] mm/slub: remove the check for NULL kmalloc_caches
 2024-04-24 14:04 UTC 

[PATCH 5.15 00/80] 5.15.158-rc1 review
 2024-05-02  8:34 UTC  (5+ messages)
` [PATCH 5.15 76/80] fbdev: fix incorrect address computation in deferred IO

[PATCH 4.19 00/77] 4.19.313-rc1 review
 2024-05-02  8:31 UTC  (4+ messages)

[PATCH 5.4 000/106] 5.4.275-rc2 review
 2024-05-02  8:30 UTC  (3+ messages)

[PATCH 5.10 000/137] 5.10.216-rc2 review
 2024-05-02  7:38 UTC  (3+ messages)

[PATCH 6.8 000/228] 6.8.9-rc1 review
 2024-05-02  6:47 UTC  (3+ messages)

[PATCH 6.1 000/110] 6.1.90-rc1 review
 2024-05-02  6:41 UTC  (3+ messages)

[PATCH 0/2] Fix a black screen on sc7180 Trogdor devices
 2024-05-02  0:20 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox