All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-23 22:58:50 to 2025-02-24 02:53:41 UTC [more...]

[PATCH v4 0/2] dt-bindings: mmc: Fix the mmc-slot and Convert atmel,hsmci to json schema
 2025-02-24  2:52 UTC  (2+ messages)
` [PATCH v4 1/2] dt-bindings: mmc: mmc-slot: Make compatible property optional

[PATCH 4/6] fuse: return correct dentry for ->mkdir
 2025-02-24  2:53 UTC  (3+ messages)

[PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry
 2025-02-24  2:51 UTC  (2+ messages)

[PATCH for-10.0 00/11] riscv: IOMMU HPM support
 2025-02-24  2:50 UTC  (9+ messages)
` [PATCH for-10.0 01/11] hw/riscv/riscv-iommu.h: add missing headers
` [PATCH for-10.0 02/11] hw/riscv/riscv-iommu-bits.h: HPM bits
` [PATCH for-10.0 03/11] hw/riscv/riscv-iommu: add riscv-iommu-hpm file
` [PATCH for-10.0 04/11] hw/riscv/riscv-iommu: add riscv_iommu_hpm_incr_ctr()

[PATCH] HID: apple: fix up the F6 key on the Omoton KB066 keyboard
 2025-02-24  2:50 UTC  (13+ messages)
` [PATCH resend] "

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-24  2:50 UTC  (3+ messages)
` [PATCH v4 03/14] memblock: Add support for scratch memory

[PATCH] selftests/mount: Use 'const' for filename parameters
 2025-02-24  2:50 UTC 

[PATCH v5 0/8] drm/msm/dpu: rework debugfs interface of dpu_core_perf
 2025-02-24  2:47 UTC  (3+ messages)
` [PATCH v5 4/8] drm/msm/dpu: make fix_core_ab_vote consistent with fix_core_ib_vote

[PATCH v3 0/2] mm: slub: Enhanced debugging in slub error
 2025-02-24  2:45 UTC  (7+ messages)
  ` [PATCH v3 1/2] mm: slub: Print the broken data before restoring slub
  ` [PATCH v3 2/2] mm: slub: call WARN() when the slab detect an error

[PATCH v2] mm: swap: add back full cluster when no entry is reclaimed
 2025-02-24 11:39 UTC 

[PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
 2025-02-24  2:41 UTC  (2+ messages)

[PATCH v2 0/4] Misc iommu_attach_handle enhancements in iommu core
 2025-02-24  2:38 UTC  (4+ messages)
` [PATCH v2 3/4] iommu: Store either domain or handle in group->pasid_array

[PATCH 0/2] blk-throttle: fix off-by-one jiffies wait_time
 2025-02-24  2:39 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v3 0/3] EFI Capsule update explicitly sets dfu_alt_info
 2025-02-24  2:38 UTC  (4+ messages)
` [PATCH v3 2/3] efi_firmware: set EFI capsule dfu_alt_info env explicitly

[PATCH v2 0/5] drm/msm/dpu: enable CDM for all supported platforms
 2025-02-24  2:38 UTC  (5+ messages)
` [PATCH v2 2/5] drm/msm/dpu: enable CDM_0 for DPUs 5.x+
` [PATCH v2 3/5] drm/msm/dpu: enable CDM_0 for DPUs 1.x - 4.x

[PATCH v12 0/7] Coresight: Add Coresight TMC Control Unit driver
 2025-02-24  2:35 UTC  (4+ messages)
` [PATCH v12 4/7] Coresight: Introduce a new struct coresight_path

[PATCH 0/6] arm64: Introduce CIX P1 (SKY1) SoC
 2025-02-24  2:26 UTC  (6+ messages)
` [PATCH 6/6] arm64: dts: cix: add initial CIX P1(SKY1) dts support

[PATCH] Bluetooth: btusb: Configure altsetting for USER_CHANNEL
 2025-02-24  2:24 UTC 

[PATCH] lib/interval_tree: skip the check before go to the right subtree
 2025-02-24  2:22 UTC 

[linux-next:master] [rcu] c9b55f9da0: WARNING:at_kernel/rcu/rcutorture.c:#rcutorture_one_extend_check[rcutorture]
 2025-02-24  2:22 UTC  (5+ messages)

[PATCH rcu 00/20] SRCU changes for v6.15
 2025-02-24  2:22 UTC  (21+ messages)
` [PATCH rcu 01/20] srcu: Make Tiny SRCU able to operate in preemptible kernels
` [PATCH rcu 02/20] srcu: Define SRCU_READ_FLAVOR_ALL in terms of symbols
` [PATCH rcu 03/20] srcu: Use ->srcu_gp_seq for rcutorture reader batch
` [PATCH rcu 04/20] srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
` [PATCH rcu 05/20] srcu: Make SRCU readers use ->srcu_ctrs for counter selection
` [PATCH rcu 06/20] srcu: Make Tree SRCU updates independent of ->srcu_idx
` [PATCH rcu 07/20] srcu: Force synchronization for srcu_get_delay()
` [PATCH rcu 08/20] srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()
` [PATCH rcu 09/20] srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
` [PATCH rcu 10/20] srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
` [PATCH rcu 11/20] srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
` [PATCH rcu 12/20] srcu: Move SRCU Tree/Tiny definitions from srcu.h
` [PATCH rcu 13/20] srcu: Add SRCU-fast readers
` [PATCH rcu 14/20] rcutorture: Add ability to test srcu_read_{,un}lock_fast()
` [PATCH rcu 15/20] refscale: Add srcu_read_lock_fast() support using "srcu-fast"
` [PATCH rcu 16/20] rcutorture: Make scenario SRCU-P use srcu_read_lock_fast()
` [PATCH rcu 17/20] srcu: Fix srcu_read_unlock_{lite,nmisafe}() kernel-doc
` [PATCH rcu 18/20] srcu: Document that srcu_{read_lock,down_read}() can share srcu_struct
` [PATCH rcu 19/20] srcu: Add srcu_down_read_fast() and srcu_up_read_fast()
` [PATCH rcu 20/20] srcu: Make SRCU-fast also be NMI-safe

linux-next: duplicate patches in the bluetooth tree
 2025-02-24  2:17 UTC 

[PATCH 3/6] ceph: return the correct dentry on mkdir
 2025-02-24  2:15 UTC  (2+ messages)

[PATCH v3 drm-dp 0/8] Add HPD, getting EDID, colorbar features in DP function
 2025-02-24  2:15 UTC  (5+ messages)
` [PATCH v3 drm-dp 3/8] drm/hisilicon/hibmc: Add dp serdes cfg in dp process

[PATCH] USB: Skip resume if pm_runtime_set_active() fails
 2025-02-24  2:14 UTC  (2+ messages)

[PATCH 0/2] Add support for MT8196 video encoder
 2025-02-24  2:10 UTC  (3+ messages)

[PATCH v4 0/4] locking/lockdep: Disable KASAN instrumentation of lockdep.c
 2025-02-24  2:11 UTC  (2+ messages)

[PATCH 1/5] arm64: dts: imx8-ss-hsio: fix indentation in pcie node
 2025-02-24  2:10 UTC  (4+ messages)
` [PATCH 5/5] arm64: dts: imx95: add ref clock for pcie nodes

[PATCH v3 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support
 2025-02-24  2:10 UTC  (3+ messages)
` [PATCH v3 2/2] drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridge

[PATCH 0/5] Add components to support PQ in display path for MT8196
 2025-02-24  2:07 UTC  (5+ messages)
` [PATCH 4/5] drm/mediatek: Add MDP-RSZ component support "

[PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
 2025-02-24  2:09 UTC  (3+ messages)

[PATCH] virtio: break and reset virtio devices on device_shutdown()
 2025-02-24  2:07 UTC  (4+ messages)

[PATCH 0/3] target/riscv/kvm: reset time changes
 2025-02-24  2:03 UTC  (3+ messages)
` [PATCH 1/3] target/riscv/cpu: ignore TCG init for KVM CPUs in reset_hold

[RFC v2 0/5] virtiofs: map buffer out of virtqueue lock
 2025-02-24  2:03 UTC  (7+ messages)
` [RFC v2 1/5] vduse: add virtio_fs to allowed dev id
` [RFC v2 4/5] virtiofs: perform DMA operations out of the spinlock
` [RFC v2 5/5] virtiofs: Disable notifications more aggresively

[PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
 2025-02-24  2:02 UTC 

[PATCH v13 08/14] x86/mm: global ASID context switch & TLB flush handling
 2025-02-24  2:01 UTC  (4+ messages)

[PATCH v2 bpf-next 0/3] bpf: Reject attaching fexit to __noreturn functions
 2025-02-24  2:00 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] objtool: Copy noreturns.h to include/linux

[PATCH 0/4] Add GPIO interrupt support for Amlogic A4 and A5 SoCs
 2025-02-24  1:57 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: interrupt-controller: Add "

[PATCH] ext4: Modify the comment about mb_optimize_scan
 2025-02-24  1:59 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2025-02-24  1:58 UTC 

[PATCH v2] vdpa: Allow vDPA to work on big-endian machine
 2025-02-24  1:57 UTC  (2+ messages)

[PATCH v4 1/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port
 2025-02-24  1:54 UTC  (4+ messages)

[PATCH v6 0/6] vhost: Add support of kthread API
 2025-02-24  1:56 UTC  (13+ messages)
` [PATCH v6 1/6] vhost: Add a new parameter in vhost_dev to allow user select kthread
` [PATCH v6 2/6] vhost: Reintroduce vhost_worker to support kthread
` [PATCH v6 3/6] vhost: Add the cgroup related function
` [PATCH v6 4/6] vhost: introduce worker ops to support multiple thread models
` [PATCH v6 5/6] vhost: Add new UAPI to support change to task mode
` [PATCH v6 6/6] vhost: Add check for inherit_owner status

[PATCH v3 0/8] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-02-24  1:56 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
` [PATCH v3 2/8] clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
` [PATCH v3 3/8] pinctrl: qcom: msm8917: Add MSM8937 wsa_reset pin
` [PATCH v3 4/8] dt-bindings: iommu: qcom,iommu: Add MSM8937 IOMMU to SMMUv1 compatibles
` [PATCH v3 5/8] dt-bindings: drm/msm/gpu: Document AON clock for A505/A506/A510
` [PATCH v3 6/8] arm64: dts: qcom: Add initial support for MSM8937
` [PATCH v3 7/8] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
` [PATCH v3 8/8] arm64: dts: "

[PATCH v4 0/2] Fix dwc_pcie pmu driver issues
 2025-02-24  1:54 UTC  (5+ messages)
` [PATCH v4 1/2] perf/dwc_pcie: fix some unreleased resources
` [PATCH v4 2/2] perf/dwc_pcie: fix duplicate pci_dev devices

[PATCH 1/2] sched/uclamp: Alaways using uclamp_is_used()
 2025-02-24  1:55 UTC  (4+ messages)
` [PATCH 2/2] sched/uclamp: Add uclamp_is_used() check before enable it

[PATCH v2 0/7] firmware: scmi/imx: Add i.MX95 LMM/CPU Protocol
 2025-02-24  3:01 UTC  (4+ messages)
` [PATCH v2 2/7] dt-bindings: firmware: Add i.MX95 SCMI LMM and CPU protocol

ld.lld: error: relocation R_RISCV_HI20 cannot be used against symbol 'sifive_errata_patch_func.______f'; recompile with -fPIC
 2025-02-24  1:53 UTC 

Replacing global GPIO numbers in sysfs with hardware offsets
 2025-02-24  1:49 UTC  (2+ messages)

[PATCH V4] block: make segment size limit workable for > 4K PAGE_SIZE
 2025-02-24  1:48 UTC  (4+ messages)

[PATCH 0/5] PCI: Implement basic PCI PM capability backing
 2025-02-24  1:45 UTC  (6+ messages)
` [PATCH 4/5] pcie, virtio: Remove redundant pm_cap

[LTP] [PATCH v1] mount_setattr02.c: Check mount_setattr attr.propagation
 2025-02-24  1:44 UTC  (4+ messages)
` [LTP] [PATCH v2] "

[PATCH] docs/mm: Physical Memory: Populate the "Zones" section
 2025-02-24  1:43 UTC  (2+ messages)

[intel-lts:pr/67 1/1] include/linux/rculist.h:511:20: warning: array subscript <unknown> is outside array bounds of 'struct hlist_head[0]'
 2025-02-24  1:42 UTC 

[PATCH RFC v2 00/10] SLUB percpu sheaves
 2025-02-24  1:43 UTC  (5+ messages)

[PATCH 1/2] perf x86/topdown: Fix topdown leader sampling test error on hybrid
 2025-02-24  8:33 UTC  (2+ messages)
` [PATCH 2/2] perf tools/tests: Fix topdown groups test on hybrid platforms

[PATCH v2 0/3] binfmt: Add --ignore-family option
 2025-02-24  1:39 UTC  (5+ messages)
` [PATCH v2 1/3] binfmt: Shuffle things around
` [PATCH v2 2/3] binfmt: Normalize host CPU architecture

[PATCH v11 0/8] rust: Add IO polling
 2025-02-24  1:40 UTC  (3+ messages)
` [PATCH v11 1/8] sched/core: Add __might_sleep_precision()

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-24  1:40 UTC  (4+ messages)

[PATCH v4 00/20] imx: add i.MX95 support
 2025-02-24  2:45 UTC  (8+ messages)
` [PATCH v4 04/20] firmware: scmi: add pin control protocol support to SCMI agent
    ` 回复: "
        ` 回复: "

[RFC] dentry->d_flags locking
 2025-02-24  1:38 UTC  (2+ messages)

[PATCH v8 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
 2025-02-24  1:36 UTC  (3+ messages)

[PATCH v2 0/3] target/riscv/kvm: update to Linux 6.14-rc3
 2025-02-24  1:31 UTC  (2+ messages)

[PATCH V3] module: replace the mutex lock acquisition method
 2025-02-24  1:31 UTC  (2+ messages)
` [PATCH V4] "

[PATCH] mm: swap: Avoid infinite loop if no valid swap entry found during do_swap_page
 2025-02-24  1:27 UTC  (6+ messages)

[PATCH 0/6] Some random fixes and cleanups to mm/swapfile.c
 2025-02-24  1:27 UTC  (8+ messages)
` [PATCH 1/6] mm: swap: avoid losting cluster in swap_reclaim_full_clusters()
` [PATCH 4/6] mm, swap: remove setting SWAP_MAP_BAD for discard cluster

[PATCH] Fix battery runtime estimation with negative sysfs values
 2025-02-24  1:25 UTC 

linux-next: build failure after merge of the pmdomain tree
 2025-02-24  1:23 UTC  (2+ messages)

please use tree tags in patches
 2025-02-24  1:18 UTC  (2+ messages)

[PATCH] LoongArch: Remove unused option with HAVE_VIRT_CPU_ACCOUNTING_GEN
 2025-02-24  1:17 UTC  (3+ messages)

ext4 crash on generic/437 on 6.14-rc3 on truncation
 2025-02-24  1:14 UTC 

[master/scarthgap][PATCH] conf: machine: j742s2: skip HS-SE SPL for 6.12
 2025-02-24  1:13 UTC 

[PATCH] PM: clk: remove unused of_pm_clk_add_clk
 2025-02-24  1:06 UTC 

[PATCH] iommu/vt-d: fix system hang on reboot -f
 2025-02-24  1:02 UTC  (2+ messages)

[PATCH] sound:firewire:fixed spelling error
 2025-02-24  0:53 UTC  (2+ messages)

[PATCH 0/4] cifs: Handle all name surrogate reparse points
 2025-02-24  0:48 UTC  (3+ messages)

[PATCH] docs: Disambiguate a pair of rST labels
 2025-02-24  0:43 UTC  (2+ messages)

[PATCH v2] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-02-24  0:42 UTC  (2+ messages)

[PATCH] fbdev: hyperv_fb: Allow graceful removal of framebuffer
 2025-02-24  0:38 UTC  (6+ messages)

[PATCH v13 00/14] AMD broadcast TLB invalidation
 2025-02-24  0:34 UTC  (4+ messages)
` [PATCH v13 14/14] x86/mm: add noinvlpgb commandline option

C aggregate passing (Rust kernel policy)
 2025-02-24  0:27 UTC  (7+ messages)

[PATCH] Revert "python3-ctypes: depend on ldconfig only if distro-feature set"
 2025-02-24  0:27 UTC  (3+ messages)
` [OE-core] "

[PATCH v4 0/2] Optionally allow ttynull to be selected as a default console
 2025-02-24  0:23 UTC  (3+ messages)

[PATCH 0/4] Some cleanups for Fairphone 3, set firmware-name, enable modem
 2025-02-24  0:19 UTC  (9+ messages)
` [PATCH 1/4] arm64: dts: qcom: sdm632-fairphone-fp3: Move status properties last
` [PATCH 2/4] arm64: dts: qcom: sdm632-fairphone-fp3: Add newlines between regulator nodes
` [PATCH 3/4] arm64: dts: qcom: sdm632-fairphone-fp3: Add firmware-name for adsp & wcnss
` [PATCH 4/4] arm64: dts: qcom: sdm632-fairphone-fp3: Enable modem

[PATCH v2 0/2] io_uring zc rx fixed len recvzc
 2025-02-24  0:17 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring/zcrx: add single shot recvzc

[intel-lts:pr/68 1/1] cc1: warning: arch/sh/include/mach-hp6xx: No such file or directory
 2025-02-24  0:10 UTC 

[PATCH 0/5] xHCI: Isochronous error handling fixes and improvements
 2025-02-24  0:02 UTC  (4+ messages)
` [PATCH 2/5] usb: xhci: Clean up the TD skipping loop

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-02-24  0:00 UTC  (7+ messages)

[PATCH] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
 2025-02-23 23:57 UTC 

[PATCH] arm64: dts: qcom: sc8280xp: Fix clock for spi0 to spi7
 2025-02-23 23:56 UTC  (2+ messages)

[PATCH v2 0/8] phy: samsung: add Exynos2200 SNPS eUSB2 driver
 2025-02-23 23:54 UTC  (13+ messages)
` [PATCH v2 2/8] dt-bindings: phy: snps-eusb2: add exynos2200 support
` [PATCH v2 6/8] phy: phy-snps-eusb2: make reset control optional
` [PATCH v2 7/8] phy: phy-snps-eusb2: add support for exynos2200
` [PATCH v2 8/8] phy: samsung: add Exynos2200 usb phy controller

[PATCH v2 00/12] YAML conversion of several Freescale/PowerPC DT bindings
 2025-02-23 23:45 UTC  (6+ messages)
` [PATCH v2 09/12] dt-bindings: memory-controllers: Convert fsl,elbc to YAML

[rockchip:v6.15-armsoc/dts64 32/47] arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dtb: /rng@fe378000: failed to match any schema with compatible: ['rockchip,rk3588-rng']
 2025-02-23 23:49 UTC 

[PATCH 0/7] btrfs: make subpage handling be feature full
 2025-02-23 23:46 UTC  (8+ messages)
` [PATCH 1/7] btrfs: prevent inline data extents read from touching blocks beyond its range
` [PATCH 2/7] btrfs: fix the qgroup data free range for inline data extents
` [PATCH 3/7] btrfs: introduce a read path dedicated extent lock helper
` [PATCH 4/7] btrfs: make btrfs_do_readpage() to do block-by-block read
` [PATCH 5/7] btrfs: allow buffered write to avoid full page read if it's block aligned
` [PATCH 6/7] btrfs: allow inline data extents creation if block size < page size
` [PATCH 7/7] btrfs: remove the subpage related warning message

[PATCH 0/3] xhci: ring queuing cleanups
 2025-02-23 23:45 UTC  (4+ messages)
` [PATCH 3/3] usb: xhci: Unify duplicate inc_enq() code

[PATCH v3 0/8] phy: rockchip: samsung-hdptx: Support high color depth management
 2025-02-23 23:38 UTC  (5+ messages)
` [PATCH v3 5/8] phy: rockchip: samsung-hdptx: Setup TMDS char rate via phy_configure_opts_hdmi

[kvm:kvm-coco-queue 30/121] arch/x86/include/asm/tdx.h:183:12: error: unused function 'tdx_get_nr_guest_keyids'
 2025-02-23 23:39 UTC 

[PATCH net-next] net: ethernet: renesas: rcar_gen4_ptp: Remove bool conversion
 2025-02-23 23:36 UTC 

Process address space
 2025-02-23 23:32 UTC 

Rust kernel policy
 2025-02-23 23:31 UTC  (13+ messages)

[PATCH] recipes: drop ld-is-gold support
 2025-02-23 23:27 UTC 

[PATCH wireless-next] wifi: mt76: mt7925: Remove unnecessary if-check
 2025-02-23 23:21 UTC 

[PATCH] u-boot: kernel-fitimage: Restore FIT_SIGN_INDIVIDUAL="1" behavior
 2025-02-23 23:23 UTC  (5+ messages)
` [OE-core] "

[PATCH] Kconfig.hz: Change default HZ to 1000
 2025-02-23 23:21 UTC  (5+ messages)

Request for Build Instructions for macOS and Ubuntu
 2025-02-23 23:20 UTC 

[PATCH 0/4] media: nuvoton: Fix some reference handling issues
 2025-02-23 18:34 UTC  (5+ messages)
` [PATCH 1/4] media: nuvoton: Fix reference handling of ece_pdev

[PATCH v4 0/2] iio: adc: add Nuvoton NCT7201 ADC driver
 2025-02-22 15:56 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: add NCT7201 ADCs
` [PATCH v4 2/2] iio: adc: add support for Nuvoton NCT7201

[PATCH man v2 0/2] TIOCLINUX.2const: Document TIOCL_SETSEL selection modes
 2025-02-23 23:19 UTC  (5+ messages)
` [PATCH man v2 1/2] TIOCLINUX.2const: Restructure documentation for "
` [PATCH man v2 2/2] TIOCLINUX.2const: Document missing "

[PATCH v8] sched: Consolidate cpufreq updates
 2025-02-23 23:17 UTC  (5+ messages)

[PATCH] media: i2c: imx219: Add support for 'clock-frequency' parsing
 2025-02-23 23:06 UTC  (2+ messages)

[Buildroot] [PATCH 0/8] package/podman: new package (branch yem/podman)
 2025-02-23 23:02 UTC  (5+ messages)
` [Buildroot] [PATCH 7/8] package/netavark: new package
` [Buildroot] [PATCH 8/8] package/podman: "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.