public inbox for patches@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-09-28 18:15:48 to 2023-10-04 18:03:44 UTC [more...]

[PATCH 5.15 000/183] 5.15.134-rc1 review
 2023-10-04 17:54 UTC  (44+ messages)
` [PATCH 5.15 001/183] NFS: Use the correct commit info in nfs_join_page_group()
` [PATCH 5.15 002/183] NFS: More fixes for nfs_direct_write_reschedule_io()
` [PATCH 5.15 003/183] NFS/pNFS: Report EINVAL errors from connect() to the server
` [PATCH 5.15 004/183] SUNRPC: Mark the cred for revalidation if the server rejects it
` [PATCH 5.15 005/183] NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
` [PATCH 5.15 006/183] NFSv4.1: fix pnfs MDS=DS session trunking
` [PATCH 5.15 007/183] tracing: Make trace_marker{,_raw} stream-like
` [PATCH 5.15 008/183] tracing: Increase trace array ref count on enable and filter files
` [PATCH 5.15 009/183] ata: ahci: Drop pointless VPRINTK() calls and convert the remaining ones
` [PATCH 5.15 010/183] ata: libahci: clear pending interrupt status
` [PATCH 5.15 011/183] ext4: scope ret locally in ext4_try_to_trim_range()
` [PATCH 5.15 012/183] ext4: change s_last_trim_minblks type to unsigned long
` [PATCH 5.15 013/183] ext4: replace the traditional ternary conditional operator with with max()/min()
` [PATCH 5.15 014/183] ext4: move setting of trimmed bit into ext4_try_to_trim_range()
` [PATCH 5.15 015/183] ext4: do not let fstrim block system suspend
` [PATCH 5.15 016/183] tracing: Have event inject files inc the trace array ref count
` [PATCH 5.15 017/183] netfilter: nf_tables: dont skip expired elements during walk
` [PATCH 5.15 018/183] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH 5.15 019/183] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH 5.15 020/183] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH 5.15 021/183] netfilter: nf_tables: remove busy mark and gc batch API
` [PATCH 5.15 022/183] netfilter: nf_tables: dont fail inserts if duplicate has expired
` [PATCH 5.15 023/183] netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path
` [PATCH 5.15 024/183] netfilter: nf_tables: GC transaction race with netns dismantle
` [PATCH 5.15 025/183] netfilter: nf_tables: GC transaction race with abort path
` [PATCH 5.15 026/183] netfilter: nf_tables: use correct lock to protect gc_list
` [PATCH 5.15 027/183] netfilter: nf_tables: defer gc run if previous batch is still pending
` [PATCH 5.15 029/183] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH 5.15 030/183] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [PATCH 5.15 038/183] net/core: Fix ETH_P_1588 flow dissector
` [PATCH 5.15 039/183] ASoC: imx-audmix: Fix return error with devm_clk_get()
` [PATCH 5.15 040/183] iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set
` [PATCH 5.15 041/183] i40e: Add VF VLAN pruning
` [PATCH 5.15 042/183] i40e: Fix VF VLAN offloading when port VLAN is configured
` [PATCH 5.15 043/183] ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
` [PATCH 5.15 044/183] igc: Fix infinite initialization loop with early XDP redirect
` [PATCH 5.15 045/183] ipv4: fix null-deref in ipv4_link_failure
` [PATCH 5.15 046/183] powerpc/perf/hv-24x7: Update domain value check
` [PATCH 5.15 047/183] dccp: fix dccp_v4_err()/dccp_v6_err() again
` [PATCH 5.15 048/183] platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()
` [PATCH 5.15 049/183] platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()
` [PATCH 5.15 050/183] platform/x86: intel_scu_ipc: Dont override scu in intel_scu_ipc_dev_simple_command()
` [PATCH 5.15 051/183] platform/x86: intel_scu_ipc: Fail IPC send if still busy

[PATCH v4 00/15] Introduce /dev/mshv drivers
 2023-10-04 17:50 UTC  (38+ messages)
` [PATCH v4 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH v4 02/15] mshyperv: Introduce hv_get_hypervisor_version function
` [PATCH v4 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH v4 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v4 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v4 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v4 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH v4 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v4 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v4 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH v4 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH v4 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v4 14/15] asm-generic: hyperv: Use new Hyper-V headers conditionally
` [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH v4 7/7] rust: workqueue: add examples
 2023-10-04 15:49 UTC  (7+ messages)

[PATCH v3] RISC-V: build: Allow LTO to be selected
 2023-10-04 15:21 UTC  (4+ messages)

[PATCH 1/1] platform/x86/intel/ifs: release cpus_read_lock()
 2023-10-04  9:55 UTC  (2+ messages)

[PATCH] vfio/cdx: Add parentheses between bitwise AND expression and logical NOT
 2023-10-04  6:48 UTC  (8+ messages)

[PATCH 0/4] platform/chrome: Random driver cleanups
 2023-10-04  3:50 UTC  (7+ messages)
` [PATCH 1/4] platform/chrome: cros_ec_typec: Use semi-colons instead of commas
` [PATCH 2/4] platform/chrome: cros_ec_typec: Use dev_err_probe() more
` [PATCH 3/4] platform/chrome: cros_typec_vdm: Mark port_amode_ops const
` [PATCH 4/4] platform/chrome: cros_ec_proto: Mark outdata as const

[PATCH v4 0/7] Add support for Sub-NUMA cluster (SNC) systems
 2023-10-03 21:44 UTC  (63+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 3/8] x86/resctrl: Split the rdt_domain structure
  ` [PATCH v5 4/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v5 6/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v5 7/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes
  ` [PATCH v6 0/8] Add support for Sub-NUMA cluster (SNC) systems
    ` [PATCH v6 1/8] x86/resctrl: Prepare for new domain scope
    ` [PATCH v6 2/8] x86/resctrl: Prepare to split rdt_domain structure
    ` [PATCH v6 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
    ` [PATCH v6 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
    ` [PATCH v6 5/8] x86/resctrl: Add node-scope to the options for feature scope
    ` [PATCH v6 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
    ` [PATCH v6 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
    ` [PATCH v6 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes
    ` [PATCH v7 0/8] Add support for Sub-NUMA cluster (SNC) systems
      ` [PATCH v7 1/8] x86/resctrl: Prepare for new domain scope
      ` [PATCH v7 2/8] x86/resctrl: Prepare to split rdt_domain structure
      ` [PATCH v7 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
      ` [PATCH v7 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
      ` [PATCH v7 5/8] x86/resctrl: Add node-scope to the options for feature scope
      ` [PATCH v7 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
      ` [PATCH v7 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
      ` [PATCH v7 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes
    ` [PATCH v8 0/8] Add support for Sub-NUMA cluster (SNC) systems
      ` [PATCH v8 1/8] x86/resctrl: Prepare for new domain scope
      ` [PATCH v8 2/8] x86/resctrl: Prepare to split rdt_domain structure
      ` [PATCH v8 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
      ` [PATCH v8 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
      ` [PATCH v8 5/8] x86/resctrl: Add node-scope to the options for feature scope
      ` [PATCH v8 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
      ` [PATCH v8 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
      ` [PATCH v8 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH] kbuild: Enable -Wincompatible-function-pointer-types-strict in W=1
 2023-10-03 18:38 UTC  (3+ messages)

[PATCH] um: net: Fix return type of uml_net_start_xmit()
 2023-10-03 18:35 UTC 

[PATCH 0/2] Fix a couple recent instances of -Wincompatible-function-pointer-types-strict from ->mode_get() implementations
 2023-10-03 13:37 UTC  (4+ messages)
` [PATCH 1/2] ptp: Fix type of mode parameter in ptp_ocp_dpll_mode_get()
` [PATCH 2/2] mlx5: Fix type of mode parameter in mlx5_dpll_device_mode_get()

[PATCH] drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary device
 2023-10-03 13:22 UTC  (3+ messages)

[PATCH v2 0/9] IFS support for GNR and SRF
 2023-10-02 23:01 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] platform/x86/intel/ifs: Store IFS generation number
  ` [PATCH v3 2/9] platform/x86/intel/ifs: Refactor image loading code
  ` [PATCH v3 3/9] platform/x86/intel/ifs: Gen2 scan image loading
  ` [PATCH v3 4/9] platform/x86/intel/ifs: Gen2 Scan test support
  ` [PATCH v3 5/9] platform/x86/intel/ifs: Validate image size
  ` [PATCH v3 6/9] platform/x86/intel/ifs: Metadata validation for start_chunk
  ` [PATCH v3 7/9] platform/x86/intel/ifs: Add new CPU support
  ` [PATCH v3 8/9] platform/x86/intel/ifs: Add new error code
  ` [PATCH v3 9/9] platform/x86/intel/ifs: ARRAY BIST for Sierra Forest

[PATCH] kbuild: Disable clang's -Wformat-{overflow,truncation}-non-kprintf
 2023-10-02 20:10 UTC  (2+ messages)

[PATCH RESEND v2] x86/mce: Set PG_hwpoison page flag to avoid the capture kernel panic
 2023-10-02 19:06 UTC  (2+ messages)

[PATCH v7 0/3] Handle corrected machine check interrupt storms
 2023-10-02 17:57 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/3] x86/mce: Remove old CMCI storm mitigation code
  ` [PATCH v8 2/3] x86/mce: Add per-bank CMCI storm mitigation
  ` [PATCH v8 3/3] x86/mce: Handle Intel threshold interrupt storms

[PATCH 0/4] SLUB: calculate_order() cleanups
 2023-10-02 12:38 UTC  (3+ messages)

[PATCH 5.15 000/511] 5.15.132-rc1 review
 2023-09-29 19:57 UTC  (3+ messages)
` [PATCH 5.15 399/511] clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz

[PATCH 5.10 000/406] 5.10.195-rc1 review
 2023-09-29 19:56 UTC  (3+ messages)
` [PATCH 5.10 329/406] clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz

[GIT PULL] slab fixes for 6.6-rc4
 2023-09-29 19:15 UTC  (2+ messages)


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