mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-08-16  4:39 UTC  (11+ messages)
` [RFC PATCH v3 15/21] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [RFC PATCH v3 17/21] KVM: x86: Avoid global clock update on setting KVM clock MSR
` [RFC PATCH v3 19/21] KVM: x86: Avoid periodic KVM clock updates in master clock mode
` [RFC PATCH v3 20/21] KVM: x86/xen: Prevent runstate times from becoming negative
` [RFC PATCH v3 21/21] sched/cputime: Cope with steal time going backwards or negative

[PATCH rcu 0/4] CSD-lock diagnostics updates for v6.12
 2024-08-16  4:39 UTC  (4+ messages)
` [PATCH rcu 1/4] locking/csd_lock: Print large numbers as negatives
` [PATCH rcu 2/4] locking/csd_lock: Provide an indication of ongoing CSD-lock stall
` [PATCH rcu 3/4] locking/csd-lock: Use backoff for repeated reports of same incident

[PATCH v3 0/8] Add support for SA8775P Multimedia clock controllers
 2024-08-16  4:35 UTC  (5+ messages)
` [PATCH v3 1/8] dt-bindings: clock: qcom: Add SA8775P video clock controller

[PATCH V2] xfs: Make the fsmap more precise
 2024-08-16  4:18 UTC  (2+ messages)

[linus:master] [RDMA/iwcm] aee2424246: WARNING:at_kernel/workqueue.c:#check_flush_dependency
 2024-08-16  4:14 UTC  (2+ messages)

[git pull] drm fixes for 6.11-rc4
 2024-08-16  4:09 UTC 

[linux-next:master] [workqueue] b188c57af2: sysfs:cannot_create_duplicate_filename
 2024-08-16  4:08 UTC 

[PATCH v1 00/10] Introduce ASPEED AST27XX BMC SoC
 2024-08-16  4:08 UTC  (31+ messages)
` [PATCH v1 01/10] dt-binding: mfd: aspeed,ast2x00-scu: Add binding for ASPEED AST2700 SCU
` [PATCH v1 02/10] dt-binding: clk: ast2700: Add binding for Aspeed AST27xx Clock
` [PATCH v1 03/10] clk: ast2700: add clock controller
` [PATCH v1 04/10] dt-bindings: reset: ast2700: Add binding for ASPEED AST2700 Reset
` [PATCH v1 05/10] dt-bindings: arm: aspeed: Add maintainer
` [PATCH v1 06/10] dt-bindings: arm: aspeed: Add aspeed,ast2700-evb compatible string
` [PATCH v1 07/10] arm64: aspeed: Add support for ASPEED AST2700 BMC SoC
` [PATCH v1 08/10] arm64: dts: aspeed: Add initial AST27XX device tree
` [PATCH v1 09/10] arm64: dts: aspeed: Add initial AST2700 EVB "

[PATCH v3 00/10] Add CPU-type to topology
 2024-08-16  4:07 UTC  (11+ messages)
` [PATCH v3 01/10] x86/cpu: Prepend 0x to the hex values in cpu_debug_show()
` [PATCH v3 02/10] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
` [PATCH v3 03/10] cpufreq: intel_pstate: Use topology_hw_cpu_type()
` [PATCH v3 04/10] perf/x86/intel: "
` [PATCH v3 05/10] x86/cpu: Remove get_this_hybrid_cpu_type()
` [PATCH v3 06/10] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH v3 07/10] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH v3 08/10] x86/cpu: Update x86_match_cpu() to also use cpu-type
` [PATCH v3 09/10] x86/bugs: Declutter vulnerable CPU list
` [PATCH v3 10/10] x86/rfds: Exclude P-only parts from the RFDS affected list

[PATCH] net: sched: use-after-free in tcf_action_destroy
 2024-08-16  4:06 UTC  (2+ messages)

[PATCH] block:added printing when bio->bi_status fails
 2024-08-16  4:04 UTC  (2+ messages)

[PATCH] drm/mediatek: Fix missing configuration flags in mtk_crtc_ddp_config()
 2024-08-16  4:03 UTC  (2+ messages)

[PATCH rcu 0/26] Context tracking updates for v6.12
 2024-08-16  4:02 UTC  (27+ messages)
` [PATCH rcu 01/26] treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
` [PATCH rcu 02/26] context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHING
` [PATCH rcu 03/26] context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching()
` [PATCH rcu 04/26] context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()
` [PATCH rcu 05/26] context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_cpu_acquire()
` [PATCH rcu 06/26] context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into .nesting
` [PATCH rcu 07/26] context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()
` [PATCH rcu 08/26] context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()
` [PATCH rcu 09/26] context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting into .nmi_nesting
` [PATCH rcu 10/26] context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()
` [PATCH rcu 11/26] context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesting_cpu()
` [PATCH rcu 12/26] context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLE
` [PATCH rcu 13/26] context_tracking, rcu: Rename rcu_dynticks_task*() into rcu_task*()
` [PATCH rcu 14/26] context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watching_curr_cpu()
` [PATCH rcu 15/26] rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online()
` [PATCH rcu 16/26] rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs()
` [PATCH rcu 17/26] rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_snap_stopped_since()
` [PATCH rcu 18/26] rcu: Rename rcu_dynticks_zero_in_eqs() into rcu_watching_zero_in_eqs()
` [PATCH rcu 19/26] rcu: Rename struct rcu_data .dynticks_snap into .watching_snap
` [PATCH rcu 20/26] rcu: Rename struct rcu_data .exp_dynticks_snap into .exp_watching_snap
` [PATCH rcu 21/26] rcu: Rename dyntick_save_progress_counter() into rcu_watching_snap_save()
` [PATCH rcu 22/26] rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_snap_recheck()
` [PATCH rcu 23/26] rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
` [PATCH rcu 24/26] rcu: Update stray documentation references to rcu_dynticks_eqs_{enter, exit}()
` [PATCH rcu 25/26] context_tracking, rcu: Rename rcu_dyntick trace event into rcu_watching
` [PATCH rcu 26/26] context_tracking: Tag context_tracking_enabled_this_cpu() __always_inline

selinux: support IPPROTO_SMC in socket_type_to_security_class()
 2024-08-16  3:57 UTC  (3+ messages)

[REGRESSION] critical target error, bisected
 2024-08-16  3:56 UTC  (2+ messages)

[PATCH] selftests/net/pmtu.sh: Fix typo in error message
 2024-08-16  3:55 UTC  (7+ messages)

[PATCH 0/4] Enable PMU for ArrowLake-H
 2024-08-16  3:54 UTC  (6+ messages)
` [PATCH 3/4] perf/x86/intel: Support hybrid PMU with multiple atom uarchs

[PATCH 0/4] perf/dwc_pcie: Fix registration issue in multi PCIe controller instances
 2024-08-16  3:51 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 3/4] perf/dwc_pcie: Always register for PCIe bus notifier

linux-next: Tree for Aug 16
 2024-08-16  3:48 UTC 

[syzbot] [ocfs2?] kernel BUG in ocfs2_iget
 2024-08-16  3:41 UTC 

[PATCH] kunit/overflow: Fix UB in overflow_allocation_test
 2024-08-16  3:36 UTC  (6+ messages)

[PATCH] f2fs: avoid unused block when dio write in LFS mode
 2024-08-16  3:36 UTC  (5+ messages)
    `  "
      ` (2) "
        `  "

[PATCH -next] bcachefs: support iopoll method
 2024-08-16  3:35 UTC  (3+ messages)

[PATCH net-next 0/3] add "nxp,reverse-mode" to instead of "nxp,rmii-refclk-in"
 2024-08-16  3:28 UTC  (7+ messages)
` [PATCH net-next 1/3] dt-bindings: net: tja11xx: use reverse-mode to instead of rmii-refclk-in

[syzbot] [ocfs2?] kernel BUG in ocfs2_iget
 2024-08-16  3:26 UTC  (2+ messages)
` [syzbot] "

[PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-16  3:19 UTC 

[PATCH v2 00/10] perf trace: Enhanced augmentation for pointer arguments
 2024-08-16  3:15 UTC  (3+ messages)
` [PATCH v2 10/10] perf trace: Add general tests for augmented syscalls

[PATCH v3 0/7] mm: workingset reporting
 2024-08-16  3:14 UTC  (3+ messages)

[PATCH] perf hist: Update hist symbol when updating maps
 2024-08-16  3:10 UTC  (2+ messages)

[RFC PATCH V2 net-next 00/11] Add support of HIBMCGE Ethernet Driver
 2024-08-16  3:07 UTC  (5+ messages)
` [RFC PATCH V2 net-next 03/11] net: hibmcge: Add mdio and hardware configuration supported in this module

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-16  3:05 UTC  (4+ messages)

[PATCH v1 0/4] thermal: gov_bang_bang: Prevent cooling devices from getting stuck in the "on" state
 2024-08-16  3:00 UTC  (13+ messages)
` [PATCH v1 1/4] thermal: gov_bang_bang: Call __thermal_cdev_update() directly
` [PATCH v1 2/4] thermal: gov_bang_bang: Split bang_bang_control()
` [PATCH v1 3/4] thermal: gov_bang_bang: Add .manage() callback
` [PATCH v1 4/4] thermal: gov_bang_bang: Use governor_data to reduce overhead

[PATCH v2 00/11] Add Nothing Phone (1) support
 2024-08-16  2:59 UTC  (3+ messages)
` [PATCH v2 03/11] cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-16  2:58 UTC  (5+ messages)

[RFC PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
 2024-08-16  2:55 UTC  (3+ messages)

linux-next: manual merge of the iommufd tree with the mm tree
 2024-08-16  2:54 UTC 

[PATCH] workqueue: fix null-ptr-deref on __alloc_workqueue() error
 2024-08-16  2:52 UTC  (8+ messages)

[PATCH v3 4/6] mm: Introduce a pageflag for partially mapped folios
 2024-08-16  2:50 UTC  (5+ messages)

/usr/bin/ld: ../lib/LLVMgold.so: cannot open shared object file: No such file or directory
 2024-08-16  2:40 UTC  (2+ messages)

linux-next: duplicate patch in the usb tree
 2024-08-16  2:37 UTC 

[PATCH 0/3] ALSA/ASoC/SoundWire: Intel: update maximum number of links
 2024-08-16  2:33 UTC  (4+ messages)
` [PATCH 1/3] ALSA/ASoC/SoundWire: Intel: use single definition for SDW_INTEL_MAX_LINKS
` [PATCH 2/3] soundwire: intel: increase maximum number of links
` [PATCH 3/3] soundwire: intel: add probe-time check on link id

[PATCH v4 0/2] media: aspeed: Allow to capture from SoC display (GFX)
 2024-08-16  2:31 UTC  (4+ messages)
` [PATCH v4 2/2] "

[PATCH v4 0/3] tracing: Support poll on event hist file
 2024-08-16  2:31 UTC  (4+ messages)
` [PATCH v4 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v4 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v4 3/3] selftests/tracing: Add hist poll() support test

[PATCH net-next v7 0/4] virtio-net: synchronize op/admin state
 2024-08-16  2:30 UTC  (2+ messages)

[PATCH] netdev: Add missing __percpu qualifier to a cast
 2024-08-16  2:20 UTC  (2+ messages)

[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-16  2:19 UTC  (11+ messages)
` [PATCH v2 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH v2 4/6] iomap: correct the dirty length in page mkwrite

[linus:master] [nfs] 49b29a573d: filebench.sum_operations/s -85.6% regression
 2024-08-16  2:11 UTC  (7+ messages)

[PATCH v2 5/5] x86/pvh: Add 64bit relocation page tables
 2024-08-16  2:10 UTC  (3+ messages)

[PATCH net-next 1/1] net: macb: increase max_mtu for oversized frames
 2024-08-16  2:10 UTC  (2+ messages)

[PATCH] net/mlx5: Use cpumask_local_spread() instead of custom code
 2024-08-16  2:10 UTC  (2+ messages)

[PATCH net-next] nfc: mrvl: use scoped device node handling to simplify cleanup
 2024-08-16  2:08 UTC  (2+ messages)

[PATCH v2] SUNRPC: Fix -Wformat-truncation warning
 2024-08-16  2:07 UTC 

[PATCH] Resource: fix region_intersects() for CXL memory
 2024-08-16  2:07 UTC 

[PATCH net v1] pse-core: Conditionally set current limit during PI regulator registration
 2024-08-16  2:06 UTC  (2+ messages)

[PATCH v11 0/4] Add AP6275P wireless support
 2024-08-16  2:06 UTC  (5+ messages)
` [PATCH v11 1/4] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d
` [PATCH v11 2/4] dt-bindings: net: wireless: brcm4329-fmac: add clock description for AP6275P
` [PATCH v11 3/4] wifi: brcmfmac: Add optional lpo clock enable support
` [PATCH v11 4/4] wifi: brcmfmac: add flag for random seed during firmware download

[syzbot] [ocfs2?] UBSAN: shift-out-of-bounds in ocfs2_fill_super
 2024-08-16  2:06 UTC 

[PATCH v2] vduse: avoid using __GFP_NOFAIL
 2024-08-16  2:03 UTC  (3+ messages)

[PATCH v2 0/6] mm: Optimize mseal checks
 2024-08-16  1:58 UTC  (6+ messages)

[PATCH net-next v27 00/13] Add Realtek automotive PCIe driver
 2024-08-16  1:54 UTC  (5+ messages)
` [PATCH net-next v27 07/13] rtase: Implement a function to receive packets
` [PATCH net-next v27 10/13] rtase: Implement ethtool function

[PATCH 0/6] Some minor cleanups for UML
 2024-08-16  1:54 UTC  (7+ messages)
` [PATCH 1/6] um: Remove unused kpte_clear_flush macro
` [PATCH 2/6] um: Remove the redundant newpage check in update_pte_range
` [PATCH 3/6] um: Remove unused fields from thread_struct
` [PATCH 4/6] um: Remove unused mm_fd field from mm_id
` [PATCH 5/6] um: Remove the call to SUBARCH_EXECVE1 macro
` [PATCH 6/6] um: Remove declarations of undefined functions

[PATCH] SUNRPC: Fix -Wformat-truncation warning
 2024-08-16  1:52 UTC  (3+ messages)

[PATCH v11 0/1] arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
 2024-08-16  1:52 UTC  (2+ messages)
` [PATCH v11 1/1] "

[PATCH 0/3] iio: Add Everlight PM16D17 proximity sensor
 2024-08-16  1:48 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: iio: Add everlight pm16d17 binding

[PATCH 0/3] Cleanup Spreadtrum/Unisoc ARM64 DT (part 2)
 2024-08-16  1:46 UTC  (5+ messages)
` [PATCH 1/3] arm64: dts: sprd: sp9860g-1h10: fix constant-charge-voltage-max-microvolt property
` [PATCH 2/3] arm64: dts: sprd: sc2731: fix bat-detect-gpios property

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-08-16  1:45 UTC  (12+ messages)

[PATCH] mm/slub: Add check for s->flags in the alloc_tagging_slab_free_hook
 2024-08-16  1:45 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v1 1/2] perf build-id: Align records to 8 rather than 64 bytes
 2024-08-16  1:44 UTC  (2+ messages)

[PATCH] mm: add lazyfree folio to lru tail
 2024-08-16  1:41 UTC  (3+ messages)
  ` 回复: "

[syzbot] [ocfs2?] UBSAN: shift-out-of-bounds in ocfs2_fill_super
 2024-08-16  1:39 UTC  (2+ messages)
` [syzbot] [PATCH] ocfs2: Fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()

[PATCH v4 RESEND] EDAC/ti: Fix possible null pointer dereference in _emif_get_id()
 2024-08-16  1:39 UTC  (2+ messages)

[PATCH v2 00/43] wifi: nxpwifi: create nxpwifi to support iw61x
 2024-08-16  1:39 UTC  (8+ messages)
` [PATCH v2 40/43] wifi: nxpwifi: add wmm.h
    ` [EXT] "

[PATCH V3 0/2] Some bugfix for xfs fsmap
 2024-08-16  1:37 UTC  (7+ messages)
` [PATCH V3 1/2] xfs: Fix the owner setting issue for rmap query in "
` [PATCH V3 2/2] xfs: Fix missing interval for missing_owner "

linux-next: build failure after merge of the mm tree
 2024-08-16  1:29 UTC  (3+ messages)

[PATCH v2] block: Fix lockdep warning in blk_mq_mark_tag_wait
 2024-08-16  1:25 UTC  (3+ messages)

[PATCH v5 0/3] Fixes for memmap accounting
 2024-08-16  1:24 UTC  (4+ messages)
` [PATCH v5 3/3] mm: don't account memmap per-node

[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
 2024-08-16  1:22 UTC  (6+ messages)

[PATCH v2 4/4] f2fs: atomic: fix to forbid dio in atomic_file
 2024-08-16  1:13 UTC 

[PATCH iwl-net v3] igb: Fix not clearing TimeSync interrupts for 82580
 2024-08-16  1:07 UTC  (2+ messages)

[PATCH] bpf: cg_skb add get classid helper
 2024-08-16  1:06 UTC  (2+ messages)

[PATCH] HID: corsair-void: Add Corsair Void headset family driver
 2024-08-16  0:57 UTC  (3+ messages)

[PATCH v12 00/10] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-16  0:55 UTC  (11+ messages)
` [PATCH v12 01/10] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v12 02/10] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v12 03/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_build_sync_cmd
` [PATCH v12 04/10] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_init
` [PATCH v12 05/10] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [PATCH v12 06/10] iommu/arm-smmu-v3: Add ARM_SMMU_OPT_SECONDARY_CMDQ_CS_NONE_ONLY
` [PATCH v12 07/10] iommu/arm-smmu-v3: Add an arm_smmu_get_iort_node helper
` [PATCH v12 08/10] iommu/arm-smmu-v3: Add struct arm_smmu_impl_ops
` [PATCH v12 09/10] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v12 10/10] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-16  0:50 UTC  (3+ messages)

[PATCH v1 00/16] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-08-16  0:50 UTC  (9+ messages)
` [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v1 15/16] iommu/arm-smmu-v3: Add viommu cache invalidation support

[PATCH v3 0/3] Add dw_mmc support for rk3576
 2024-08-16  0:41 UTC  (5+ messages)
` [PATCH v3 2/3] mmc: dw_mmc-rockchip: Add v2 tuning support

[PATCH] net: ethernet: dlink: replace deprecated macro
 2024-08-16  0:29 UTC  (2+ messages)

[PATCH v3 0/3] regulator: Add AXP717 boost support
 2024-08-16  0:18 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: mfd: x-powers,axp152: add boost regulator
` [PATCH v3 2/3] mfd: axp20x: AXP717: Add support for "
` [PATCH v3 3/3] regulator: axp20x: AXP717: Add "

[PATCH] Input: evdev - limit amount of data for writes
 2024-08-16  0:18 UTC  (2+ messages)

page:  |  | latest

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

all inboxes | Powered by JetHome®