public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-09 16:25:38 to 2024-10-09 17:58:00 UTC [more...]

[PATCH v9 0/4] shut down devices asynchronously
 2024-10-09 17:57 UTC  (5+ messages)
` [PATCH v9 1/4] driver core: don't always lock parent in shutdown
` [PATCH v9 2/4] driver core: separate function to shutdown one device
` [PATCH v9 3/4] driver core: shut down devices asynchronously
` [PATCH v9 4/4] nvme-pci: Make driver prefer asynchronous shutdown

locking/csd-lock: Switch from sched_clock() to ktime_get_mono_fast_ns()
 2024-10-09 17:57 UTC 

[PATCH] perf test x86: Fix typo in intel-pt-test
 2024-10-09 17:55 UTC  (2+ messages)

[net-next v4 0/2] tg3: Link IRQs, NAPIs, and queues
 2024-10-09 17:55 UTC  (3+ messages)
` [net-next v4 1/2] tg3: Link IRQs to NAPI instances
` [net-next v4 2/2] tg3: Link queues to NAPIs

ARC: Use __force to suppress per-CPU cmpxchg complaints
 2024-10-09 17:55 UTC 

[PATCH] perf: Remove unused add_perf_probe_events
 2024-10-09 17:55 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.12-rc2
 2024-10-09 17:54 UTC  (11+ messages)

[RFC 00/14] AMD: Add Secure AVIC Guest Support
 2024-10-09 17:52 UTC  (6+ messages)
` [RFC 02/14] x86/apic: Initialize Secure AVIC APIC backing page

[PATCH v4 0/4] KVM: x86: Fix and harden reg caching from !TASK context
 2024-10-09 17:50 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()
` [PATCH v4 2/4] KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset()
` [PATCH v4 3/4] KVM: x86: Add lockdep-guarded asserts on register cache usage
` [PATCH v4 4/4] KVM: x86: Use '0' for guest RIP if PMI encounters protected guest state

[PATCH V2] x86/apic: Stop the TSC Deadline timer during lapic timer shutdown
 2024-10-09 17:47 UTC  (9+ messages)

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-09 17:47 UTC  (9+ messages)
` [PATCH v4 01/28] test printk: Add very basic struct resource tests
` [PATCH v4 02/28] printk: Add print format (%pra) for struct range
` [PATCH v4 03/28] cxl/cdat: Use %pra for dpa range outputs
` [PATCH v4 06/28] cxl/pci: Delay event buffer allocation

[PATCH 0/6] Add support for the RZ/V2H Interrupt Control Unit
 2024-10-09 17:44 UTC  (4+ messages)
` [PATCH 5/6] irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driver

[PATCH v4 00/13] LSM: Move away from secids
 2024-10-09 17:32 UTC  (14+ messages)
  ` [PATCH v4 01/13] LSM: Add the lsm_prop data structure
  ` [PATCH v4 02/13] LSM: Use lsm_prop in security_audit_rule_match
  ` [PATCH v4 03/13] LSM: Add lsmprop_to_secctx hook
  ` [PATCH v4 04/13] Audit: maintain an lsm_prop in audit_context
  ` [PATCH v4 05/13] LSM: Use lsm_prop in security_ipc_getsecid
  ` [PATCH v4 06/13] Audit: Update shutdown LSM data
  ` [PATCH v4 07/13] LSM: Use lsm_prop in security_current_getsecid
  ` [PATCH v4 08/13] LSM: Use lsm_prop in security_inode_getsecid
  ` [PATCH v4 09/13] Audit: use an lsm_prop in audit_names
  ` [PATCH v4 10/13] LSM: Create new security_cred_getlsmprop LSM hook
  ` [PATCH v4 11/13] Audit: Change context data from secid to lsm_prop
  ` [PATCH v4 12/13] Use lsm_prop for audit data
  ` [PATCH v4 13/13] LSM: Remove lsm_prop scaffolding

[PATCH] cfi: rust: pass -Zpatchable-function-entry on all architectures
 2024-10-09 17:43 UTC  (3+ messages)

[PATCH v8 00/25] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-09 17:39 UTC  (26+ messages)
` [PATCH v8 01/25] x86/cpufeatures: Add support for "
` [PATCH v8 02/25] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v8 03/25] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v8 04/25] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v8 05/25] x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
` [PATCH v8 06/25] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v8 07/25] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v8 08/25] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v8 09/25] x86/resctrl: Add __init attribute to dom_data_init()
` [PATCH v8 10/25] x86/resctrl: Introduce bitmap mbm_cntr_free_map to track assignable counters
` [PATCH v8 11/25] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg in struct rdt_hw_mon_domain
` [PATCH v8 12/25] x86/resctrl: Remove MSR reading of event configuration value
` [PATCH v8 13/25] x86/resctrl: Introduce mbm_cntr_map to track assignable counters at domain
` [PATCH v8 14/25] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v8 15/25] x86/resctrl: Introduce cntr_id in mongroup for assignments
` [PATCH v8 16/25] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v8 17/25] x86/resctrl: Add the interface to assign/update counter assignment
` [PATCH v8 18/25] x86/resctrl: Add the interface to unassign a MBM counter
` [PATCH v8 19/25] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v8 20/25] x86/resctrl: Report "Unassigned" for MBM events in mbm_cntr_assign mode
` [PATCH v8 21/25] x86/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v8 22/25] x86/resctrl: Configure mbm_cntr_assign mode if supported
` [PATCH v8 23/25] x86/resctrl: Update assignments on event configuration changes
` [PATCH v8 24/25] x86/resctrl: Introduce interface to list assignment states of all the groups
` [PATCH v8 25/25] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH net-next 00/12] Add support for PSE port priority
 2024-10-09 17:42 UTC  (4+ messages)

[PATCH 3/3] riscv: Allow to enable PREEMPT_RT
 2024-10-09 17:41 UTC  (3+ messages)

[PATCH net-next 00/11] add basic support for i.MX95 NETC
 2024-10-09 17:41 UTC  (15+ messages)
` [PATCH net-next 01/11] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH net-next 02/11] dt-bindings: net: add i.MX95 ENETC support
` [PATCH net-next 03/11] dt-bindings: net: add bindings for NETC blocks control
` [PATCH net-next 04/11] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH net-next 05/11] net: enetc: add enetc-pf-common "
` [PATCH net-next 09/11] net: enetc: optimize the allocation of tx_bdr
` [PATCH net-next 10/11] net: enetc: add preliminary support for i.MX95 ENETC PF

[RFC PATCH 1/2] debugfs: add small file operations for most files
 2024-10-09 17:36 UTC  (3+ messages)

[PATCH net-next] net: phy: populate host_interfaces when attaching PHY
 2024-10-09 17:34 UTC  (4+ messages)

[PATCH 0/3] Lazy preemption leftovers
 2024-10-09 17:33 UTC  (4+ messages)
` [PATCH 2/3] tracing: Record task flag NEED_RESCHED_LAZY

[PATCH v2] scsi: ufs: ufs-mediatek: configure individual LU queue flags
 2024-10-09 17:32 UTC  (2+ messages)

[PATCH v2 00/25] timekeeping: Rework to prepare support of indenpendent PTP clocks
 2024-10-09 17:31 UTC  (5+ messages)
` [PATCH v2 01/25] timekeeping: Read NTP tick length only once
` [PATCH v2 03/25] timekeeping: Avoid duplicate leap state update

[PATCH] remoteproc: Fix spelling error in remoteproc.rst
 2024-10-09 17:29 UTC  (3+ messages)

6.12-rc1: Lockdep regression bissected (virtio-net/console/scheduler)
 2024-10-09 17:29 UTC  (8+ messages)

[PATCH -next v3 0/2] perf stat: Support inherit events for bperf
 2024-10-09 17:21 UTC  (7+ messages)
` [PATCH -next v3 1/2] perf stat: Support inherit events during fork() "

[PATCH net] net: fec: don't save PTP state if PTP is unsupported
 2024-10-09 17:19 UTC  (2+ messages)

[PATCH v6 RESET 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
 2024-10-09 17:19 UTC  (2+ messages)

[PATCH v2 RESEND] function_graph: Support recording and printing the function return address
 2024-10-09 17:19 UTC  (3+ messages)

[PATCH] rcu/srcutiny: don't return before reenabling preemption
 2024-10-09 17:19 UTC  (2+ messages)

[PATCH] tools: add forwarding header for arch/riscv/include/asm/fence.h
 2024-10-09 17:18 UTC  (2+ messages)

[PATCH v3 0/5] x86/xen: Drop absolute references from startup code
 2024-10-09 17:16 UTC  (3+ messages)
` [PATCH v3 4/5] x86/xen: Avoid relocatable quantities in Xen ELF notes

"WARNING: CPU: 0 PID: 67 at arch/x86/mm/ioremap.c:461 iounmap+0xda/0xe0" at initializing PCMCIA serial card (Thinkpad T60, v6.12-rc2)
 2024-10-09 17:15 UTC 

[RFC net-next 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-09 17:13 UTC  (6+ messages)
` [RFC net-next 2/2] igc: Link queues to NAPI instances

[PATCH net-next 0/2] netdevsim: better ipsec output format
 2024-10-09 17:13 UTC  (2+ messages)

[RFC PATCH 1/2] dt-bindings: crypto: Add Mediatek EIP-93 crypto engine
 2024-10-09 17:12 UTC  (2+ messages)
` [RFC PATCH 2/2] crypto: Add Mediatek EIP-93 crypto engine support

[PATCH] mailbox, remoteproc: k3-m4+: fix compile testing
 2024-10-09 17:12 UTC  (2+ messages)

[PATCH] x86/ftrace: Don't bother preserving/restoring R10/R11
 2024-10-09 17:10 UTC  (7+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-09 17:08 UTC  (12+ messages)

[PATCH v2 2/3] phy: rockchip-pcie: Use devm_clk_get_enabled() helper
 2024-10-09 17:03 UTC  (6+ messages)

[PATCH] mm: Enforce a minimal stack gap even against inaccessible VMAs
 2024-10-09 17:02 UTC  (5+ messages)

[PATCH 0/8] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-09 17:02 UTC  (6+ messages)
` [PATCH 6/8] drm/bridge: Add ITE IT6263 LVDS to HDMI converter

[PATCH] sched_ext: use correct function name in pick_task_scx() warning message
 2024-10-09 17:01 UTC  (3+ messages)

[PATCH v2 1/2] fs/super.c: introduce get_tree_bdev_flags()
 2024-10-09 16:57 UTC  (5+ messages)
` [PATCH v2 2/2] erofs: use get_tree_bdev_flags() to avoid misleading messages

[PATCH] fs: grab current_time() in setattr_copy_mgtime() when ATTR_CTIME is unset
 2024-10-09 16:56 UTC  (2+ messages)

[PATCH v3 0/2] Add mmc support for mt7988
 2024-10-09 16:55 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: mtk-sd: Add mt7988 SoC
` [PATCH v3 2/2] mmc: mtk-sd: add support for mt7988

[PATCH 0/7] Lazy preemption bits
 2024-10-09 16:54 UTC  (8+ messages)
` [PATCH 1/7] sched: warn for high latency with TIF_NEED_RESCHED_LAZY
` [PATCH 2/7] rcu: limit PREEMPT_RCU configurations
` [PATCH 3/7] rcu: fix header guard for rcu_all_qs()
` [PATCH 4/7] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
` [PATCH 5/7] rcu: rename PREEMPT_AUTO to PREEMPT_LAZY
` [PATCH 6/7] osnoise: handle quiescent states for PREEMPT_RCU=n, PREEMPTION=y
` [PATCH 7/7] powerpc: add support for PREEMPT_LAZY

[PATCH v4 0/4] Add pinctrl support for mt7988
 2024-10-09 16:52 UTC  (5+ messages)
` [PATCH v4 1/4] pinctrl: mediatek: add support for MTK_PULL_PD_TYPE
` [PATCH v4 2/4] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v4 3/4] dt-bindings: pinctrl: add binding for MT7988 SoC
` [PATCH v4 4/4] arm64: dts: mediatek: mt7988: add pinctrl support

next-20241001: WARNING: at mm/list_lru.c:77 list_lru_del (mm/list_lru.c:212 mm/list_lru.c:200)
 2024-10-09 16:51 UTC  (6+ messages)

[PATCH] perf callchain: Remove unused callchain_branch_counts
 2024-10-09 16:50 UTC  (4+ messages)

[PATCH v2] dt-bindings: leds: Document "rc-feedback" trigger
 2024-10-09 16:50 UTC  (3+ messages)

[PATCH 0/1] lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING
 2024-10-09 16:50 UTC  (3+ messages)
` [PATCH 1/1] "

[REGRESSION] alg: ahash: Several tests fail during boot on Turris Omnia
 2024-10-09 16:48 UTC  (6+ messages)

[PATCH 3/3] riscv: Allow to enable PREEMPT_RT
 2024-10-09 16:47 UTC  (2+ messages)

[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target
 2024-10-09 16:46 UTC  (2+ messages)

[PATCH] lib/Makefile: Make union-find compilation conditional on CONFIG_CPUSETS
 2024-10-09 16:44 UTC  (3+ messages)

[PATCH] cfi: fix conditions in HAVE_CFI_ICALL_NORMALIZE_INTEGERS
 2024-10-09 16:43 UTC  (3+ messages)

[PATCH 1/3] ima: Remove inode lock
 2024-10-09 16:43 UTC  (6+ messages)

[PATCH v2 0/6] Enhance union-find with KUnit tests and optimization improvements
 2024-10-09 16:41 UTC  (5+ messages)

[PATCH 1/6] x86/bugs: Create single parameter for VERW based mitigations
 2024-10-09 16:39 UTC  (5+ messages)

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-09 16:38 UTC  (29+ messages)
` [PATCH v3 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v3 05/11] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v3 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v3 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v3 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v3 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v3 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v3 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
` [PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
  ` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
  ` [PATCH v3 02/16] iommufd/viommu: Add a default_viommu_ops for IOMMU_VIOMMU_TYPE_DEFAULT
  ` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
  ` [PATCH v3 04/16] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
  ` [PATCH v3 05/16] iommu/viommu: Add cache_invalidate for IOMMU_VIOMMU_TYPE_DEFAULT
  ` [PATCH v3 06/16] iommufd/hw_pagetable: Allow viommu->ops->cache_invalidate for hwpt_nested
  ` [PATCH v3 07/16] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
  ` [PATCH v3 08/16] iommu: Add iommu_copy_struct_from_full_user_array helper
  ` [PATCH v3 09/16] iommufd/viommu: Add vdev_to_dev helper
  ` [PATCH v3 10/16] iommufd/selftest: Add mock_viommu_cache_invalidate
  ` [PATCH v3 11/16] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
  ` [PATCH v3 12/16] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
  ` [PATCH v3 13/16] Documentation: userspace-api: iommufd: Update vDEVICE
  ` [PATCH v3 14/16] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
  ` [PATCH v3 15/16] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED
  ` [PATCH v3 16/16] iommu/arm-smmu-v3: Update comments about ATS and bypass

[PATCH] rust: transmute: Add implementation for FromBytes trait
 2024-10-09 16:35 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sm8450: Add Broadcast_AND region in LLCC block
 2024-10-09 16:34 UTC  (5+ messages)

[PATCH][next] drm/xe/guc: Fix inverted logic on snapshot->copy check
 2024-10-09 16:32 UTC  (2+ messages)

[PATCH net-next v20 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-10-09 16:32 UTC  (5+ messages)
` [PATCH net-next v20 14/14] mm: page_frag: add an entry in MAINTAINERS for page_frag

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-10-09 16:30 UTC  (3+ messages)
` [PATCH v2 14/15] media: anysee: Fix link to outdated sleep function documentation

net: dsa: mv88e6xxx: Add devlink regions
 2024-10-09 16:30 UTC  (2+ messages)

[PATCH] spi: stm32: fix missing device mode capability in stm32mp25
 2024-10-09 16:29 UTC  (2+ messages)

[PATCH 1/2] gpio: mpc8xxx: use a helper variable to store the address of pdev->dev
 2024-10-09 16:29 UTC  (2+ messages)
` [PATCH 2/2] gpio: mpc8xxx: use generic device_is_compatible()

[PATCH net-next v3 0/3] net: xilinx: emaclite: Adopt clock support
 2024-10-09 16:28 UTC  (4+ messages)
` [PATCH net-next v3 1/3] dt-bindings: net: emaclite: Add "
` [PATCH net-next v3 2/3] net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()
` [PATCH net-next v3 3/3] net: emaclite: Adopt clock support

linux-next: manual merge of the kunit-next tree with the mm tree
 2024-10-09 16:28 UTC  (2+ messages)

[PATCH] rust: remove unnecessary #includes
 2024-10-09 16:25 UTC  (2+ messages)
` [PATCH v2] rust: remove unnecessary header includes

[PATCH] btrfs: fix uninitialized pointer free on add_inode_ref
 2024-10-09 16:25 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