linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 16:29:30 to 2024-04-10 18:14:20 UTC [more...]

[PATCH 0/3] This patch series introduces support for PMI8950 PWM in leds-qcom-lpg
 2024-04-10 18:14 UTC  (3+ messages)
` [PATCH 1/3] leds: qcom-lpg: Add support for PMI8950 PWM

[PATCH 1/3] dt-bindings: PCI: cdns,cdns-pcie-host: drop redundant msi-parent and pci-bus.yaml
 2024-04-10 18:11 UTC  (10+ messages)
` [PATCH 2/3] dt-bindings: PCI: mediatek,mt7621: add missing child node reg
` [PATCH 3/3] dt-bindings: PCI: host-bridges: switch from deprecated pci-bus.yaml

[PATCH] soc: qcom: fix module autoloading
 2024-04-10 18:11 UTC  (3+ messages)

[PATCH v2 0/5] Update ti-sysc description and drop legacy quirk handling
 2024-04-10 18:11 UTC  (5+ messages)
` [PATCH v2 1/5] bus: ti-sysc: Move check for no-reset-on-init
` [PATCH v2 3/5] bus: ti-sysc: Drop legacy quirk handling for uarts

[PATCH v8 0/3] Add support for vibrator in multiple PMICs
 2024-04-10 18:10 UTC  (3+ messages)
` [PATCH v8 3/3] input: pm8xxx-vibrator: add new SPMI vibrator support

[PATCH v2 1/2] hyperv: Convert from tasklet to BH workqueue
 2024-04-10 18:08 UTC  (2+ messages)

[PATCH v1 0/3] mm: follow_pte() improvements and acrn follow_pte() fixes
 2024-04-10 18:08 UTC  (3+ messages)
` [PATCH v1 2/3] mm: pass VMA instead of MM to follow_pte()

[PATCH 0/7] drm/display: Fix display helpers depends on fallouts
 2024-04-10 18:06 UTC  (2+ messages)

[PATCH v3 1/1] PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
 2024-04-10 18:03 UTC  (3+ messages)

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-10 18:01 UTC  (6+ messages)
` [PATCH 14/26] cxl/region: Read existing extents on region creation
` [PATCH 23/26] cxl/mem: Trace Dynamic capacity Event Record

[PATCH v2] usb: typec: mux: replace of_node_put() with __free [linux-next]
 2024-04-10 17:58 UTC 

[PATCH] clk: qcom: fix module autoloading
 2024-04-10 17:57 UTC  (2+ messages)

[PATCH] phy: qcom: qmp-ufs: update SM8650 tables for Gear 4 & 5
 2024-04-10 17:57 UTC  (2+ messages)

[PATCH v9 0/2] wifi: mwifiex: add code to support host mlme
 2024-04-10 17:56 UTC  (15+ messages)
  ` [EXT] "

[PATCH] bus: brcmstb_gisb: fix module autoloading
 2024-04-10 17:55 UTC  (2+ messages)

[PATCH v3] KVM: arm64: Add early_param to control WFx trapping
 2024-04-10 17:54 UTC 

[PATCH] SUNRPC: Fix rpcgss_context trace event acceptor field
 2024-04-10 17:57 UTC  (5+ messages)

[PATCH v20 0/5] Introducing trace buffer mapping by user-space
 2024-04-10 17:56 UTC  (6+ messages)
` [PATCH v20 1/5] ring-buffer: allocate sub-buffers with __GFP_COMP
` [PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions

[PATCH] rpmsg: qcom_glink_ssr: fix module autoloading
 2024-04-10 17:52 UTC  (2+ messages)

[PATCH v3 0/3] arm64: tlb: Fix TLBI RANGE operand
 2024-04-10 17:52 UTC  (2+ messages)
` (subset) "

[PATCH] slimbus: qcom-ctrl: fix module autoloading
 2024-04-10 17:52 UTC  (2+ messages)

[PATCH 1/5] pinctrl: freescale: imx8ulp: fix module autoloading
 2024-04-10 17:51 UTC  (6+ messages)
` [PATCH 2/5] pinctrl: mediatek: "
` [PATCH 3/5] pinctrl: loongson2: "
` [PATCH 4/5] pinctrl: qcom: sm7150: "
` [PATCH 5/5] pinctrl: realtek: "

[PATCH V6 0/6] SCHED_DEADLINE server infrastructure
 2024-04-10 17:47 UTC  (5+ messages)
` [PATCH V6 1/6] sched/fair: Add trivial fair server
` [PATCH V6 2/6] sched/deadline: Deferrable dl server

[PATCH v3 0/9] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-04-10 17:47 UTC  (2+ messages)

[RFC PATCH v4 00/15] Perf stat metric grouping with hardware information
 2024-04-10 17:47 UTC  (5+ messages)
` [RFC PATCH v4 14/15] perf stat: Add tool events support in hardware-grouping

[PATCH] [RFC] xfrm: work around a clang-19 fortifiy-string false-positive
 2024-04-10 17:45 UTC  (6+ messages)

[PATCH] perf tools: Simplify is_event_supported()
 2024-04-10 17:45 UTC  (3+ messages)

[PATCH][next] fs/direct-io: remove redundant assignment to variable retval
 2024-04-10 17:45 UTC  (2+ messages)

[PATCH v1 00/16] thermal: core: Redesign the governor interface
 2024-04-10 17:44 UTC  (17+ messages)
` [PATCH v1 02/16] thermal: gov_bang_bang: Use .trip_crossed() instead of .throttle()
` [PATCH v1 03/16] thermal: gov_bang_bang: Clean up thermal_zone_trip_update()
` [PATCH v1 04/16] thermal: gov_bang_bang: Fold thermal_zone_trip_update() into its caller
` [PATCH v1 05/16] thermal: core: Introduce .manage() callback for thermal governors
` [PATCH v1 06/16] thermal: gov_power_allocator: Use .manage() callback instead of .throttle()
` [PATCH v1 01/16] thermal: core: Introduce .trip_crossed() callback for thermal governors
` [PATCH v1 07/16] thermal: gov_power_allocator: Eliminate a redundant variable
` [PATCH v1 08/16] thermal: gov_step_wise: Use .manage() callback instead of .throttle()
` [PATCH v1 09/16] thermal: gov_step_wise: Use trip thresholds instead of trip temperatures
` [PATCH v1 10/16] thermal: gov_step_wise: Clean up thermal_zone_trip_update()
` [PATCH v1 11/16] thermal: gov_fair_share: Use .manage() callback instead of .throttle()
` [PATCH v1 12/16] thermal: gov_fair_share: Use trip thresholds instead of trip temperatures
` [PATCH v1 13/16] thermal: gov_fair_share: Eliminate unnecessary integer divisions
` [PATCH v1 14/16] thermal: gov_user_space: Use .trip_crossed() instead of .throttle()
` [PATCH v1 15/16] thermal: core: Drop the .throttle() governor callback
` [PATCH v1 16/16] thermal: core: Relocate critical and hot trip handling

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-10 17:42 UTC  (12+ messages)
` [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() without a reference
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios
` [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v1 4/5] s390/uv: update PG_arch_1 comment

[PATCH 1/2] regulator: qcom-refgen: fix module autoloading
 2024-04-10 17:39 UTC  (4+ messages)
` [PATCH 2/2] regulator: vqmmc-ipq4019: "

[PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
 2024-04-10 17:38 UTC  (5+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[PATCH v3] usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach
 2024-04-10 17:37 UTC  (9+ messages)
` [PATCH v4] "

[PATCH wireless-next v1 1/1] wifi: mt76: mt7915: Remove unused of_gpio.h
 2024-04-10 17:36 UTC  (2+ messages)

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2024-04-10 17:28 UTC  (5+ messages)
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis

[tip:perf/urgent] BUILD SUCCESS dec8ced871e17eea46f097542dd074d022be4bd1
 2024-04-10 17:34 UTC 

[PATCH] arm64: dts: rockchip: remove startup-delay-us from vcc3v3_pcie2x1l0 on rock-5b
 2024-04-10 17:33 UTC  (2+ messages)
`  "

[gustavoars:testing/WFAMNAE-next20240408-CbC] BUILD SUCCESS bbca8475a3461d30fa575109df7dd4217af9ece7
 2024-04-10 17:33 UTC 

[PATCH v3 0/1] Remove support for legacy UFS
 2024-04-10 17:33 UTC  (7+ messages)
` [PATCH v3 1/1] scsi: ufs: Remove support for old UFSHCI versions

[PATCH v2] dt-bindings: PCI: altera: Convert to YAML
 2024-04-10 17:31 UTC  (6+ messages)

[PATCH] sched/pi: Reweight fair_policy() tasks when inheriting prio
 2024-04-10 17:30 UTC  (12+ messages)

Call Trace when adding vCPU to guest
 2024-04-10 17:29 UTC  (6+ messages)

[PATCH 1/2] nvmem: sc27xx: fix module autoloading
 2024-04-10 17:26 UTC  (2+ messages)
` [PATCH 2/2] nvmem: sprd: "

BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410
 2024-04-10 17:21 UTC  (4+ messages)

[GIT PULL] fs/9p patches for 6.9 merge window
 2024-04-10 17:20 UTC  (3+ messages)

[PATCH 00/18] HID: Include current HID-BPF fixes in tree
 2024-04-10 17:19 UTC  (19+ messages)
` [PATCH 01/18] HID: do not assume HAT Switch logical max < 8
` [PATCH 02/18] HID: bpf: add first in-tree HID-BPF fix for the XPPen Artist 24
` [PATCH 03/18] HID: bpf: add in-tree HID-BPF fix for the XPPen Artist 16
` [PATCH 04/18] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
` [PATCH 05/18] HID: bpf: add in-tree HID-BPF fix for the IOGear Kaliber Gaming MMOmentum mouse
` [PATCH 06/18] HID: bpf: add in-tree HID-BPF fix for the Wacom ArtPen
` [PATCH 07/18] HID: bpf: add in-tree HID-BPF fix for the XBox Elite 2 over Bluetooth
` [PATCH 08/18] HID: bpf: add in-tree HID-BPF fix for the Huion Kamvas Pro 19
` [PATCH 09/18] HID: bpf: add in-tree HID-BPF fix for the Raptor Mach 2
` [PATCH 10/18] selftests/hid: import base_device.py from hid-tools
` [PATCH 11/18] selftests/hid: add support for HID-BPF pre-loading before starting a test
` [PATCH 12/18] selftests/hid: tablets: reduce the number of pen state
` [PATCH 13/18] selftests/hid: tablets: add a couple of XP-PEN tablets
` [PATCH 14/18] selftests/hid: tablets: also check for XP-Pen offset correction
` [PATCH 15/18] selftests/hid: add Huion Kamvas Pro 19 tests
` [PATCH 16/18] selftests/hid: import base_gamepad.py from hid-tools
` [PATCH 17/18] selftests/hid: move the gamepads definitions in the test file
` [PATCH 18/18] selftests/hid: add tests for the Raptor Mach 2 joystick

[RFC PATCH 0/4] ACPI: processor: refactor acpi_processor_{get_info|remove}
 2024-04-10 17:20 UTC  (4+ messages)
` [RFC PATCH 2/4] ACPI: processor: refactor acpi_processor_get_info: isolate cpu hotpug init delay

[PATCH] cpufreq: Covert to exit callback returning void
 2024-04-10 17:19 UTC  (3+ messages)

[PATCH v2 0/6] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-04-10 17:19 UTC  (3+ messages)
` [PATCH v2 2/6] dt-bindings: firmware: add i.MX SCMI Extension protocol

[PATCH] sched: Add missing memory barrier in switch_mm_cid
 2024-04-10 17:18 UTC  (2+ messages)

[PATCH] memory: brcmstb_memc: fix module autoloading
 2024-04-10 17:18 UTC  (2+ messages)

[PATCH] usb: typec: mux: replace of_node_put() with __free [linux-next]
 2024-04-10 17:13 UTC  (2+ messages)

[PATCH 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-04-10 17:12 UTC  (12+ messages)
` [PATCH 01/11] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH 02/11] dt-bindings: clock: mobileye,eyeq5-clk: add EyeQ6L and EyeQ6H
` [PATCH 03/11] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH 04/11] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flag
` [PATCH 05/11] clk: eyeq: add driver
` [PATCH 06/11] reset: eyeq: add platform driver
` [PATCH 07/11] pinctrl: eyeq5: "
` [PATCH 08/11] MIPS: mobileye: eyeq5: add OLB syscon node
` [PATCH 09/11] MIPS: mobileye: eyeq5: use OLB clocks controller node
` [PATCH 10/11] MIPS: mobileye: eyeq5: add OLB reset "
` [PATCH 11/11] MIPS: mobileye: eyeq5: add pinctrl node & pinmux function nodes

[PATCH] perf/arm-cmn: Set PMU device parent
 2024-04-10 17:12 UTC  (3+ messages)

[PATCH 0/4] clk: qcom: dispcc: fix DisplayPort link clocks
 2024-04-10 17:11 UTC  (8+ messages)
` [PATCH 1/4] clk: qcom: dispcc-sm8450: fix DisplayPort clocks
` [PATCH 2/4] clk: qcom: dispcc-sm6350: "
` [PATCH 4/4] clk: qcom: dispcc-sm8650: "

[PATCH v3 0/2] VT: Add ability to get font requirements
 2024-04-10 17:11 UTC  (12+ messages)
` [RESEND PATCH "
  ` [RESEND PATCH v3 1/2] VT: Add KDFONTINFO ioctl
      ` [PATCH v4 0/3] VT: Add ability to get font requirements
        ` [PATCH v4 2/3] VT: Add KDFONTINFO ioctl

[PATCH] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
 2024-04-10 17:10 UTC  (6+ messages)

[PATCH] userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE
 2024-04-10 17:09 UTC  (7+ messages)

[PATCH v3 0/3] mailbox: zynqmp: Enable Bufferless IPIs for Versal based SOCs
 2024-04-10 17:08 UTC  (4+ messages)
` [PATCH v3 1/3] mailbox: zynqmp: Move of_match structure closer to usage
` [PATCH v3 2/3] mailbox: zynqmp: Move buffered IPI setup to of_match selected routine
` [PATCH v3 3/3] mailbox: zynqmp: Enable Bufferless IPI usage on Versal-based SOC's

[PATCH 6.8 000/280] 6.8.5-rc3 review
 2024-04-10 17:07 UTC  (3+ messages)

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-10 17:06 UTC 

[PATCH 6.1 000/138] 6.1.85-rc3 review
 2024-04-10 17:04 UTC  (3+ messages)

[PATCH 6.6 000/255] 6.6.26-rc3 review
 2024-04-10 17:04 UTC  (3+ messages)

[PATCH 5.15 000/697] 5.15.154-rc3 review
 2024-04-10 17:04 UTC  (3+ messages)

[PATCH] kbuild: buildtar: Add arm support
 2024-04-10 17:04 UTC  (2+ messages)

[PATCH 1/2] dmaengine: ti: k3-udma: fix module autoloading
 2024-04-10 17:03 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: xilinx: xdma: "

[PATCH] mm/shmem: Inline shmem_is_huge() for disabled transparent hugepages
 2024-04-10 17:03 UTC  (10+ messages)

[PATCH] gpio: lpc32xx: fix module autoloading
 2024-04-10 17:03 UTC 

[PATCH] bug: Fix no-return-statement warning with !CONFIG_BUG
 2024-04-10 17:02 UTC  (2+ messages)

[PATCH v14 0/4] add zynqmp TCM bindings
 2024-04-10 16:59 UTC  (3+ messages)
` [PATCH v14 4/4] remoteproc: zynqmp: parse TCM from device tree

[syzbot] [jfs?] general protection fault in dtInsertEntry
 2024-04-10 16:58 UTC  (3+ messages)
` [PATCH] jfs: reserve the header and use freelist from second
  ` [Jfs-discussion] "

[PATCH v2] rust: time: add Ktime
 2024-04-10 16:57 UTC  (2+ messages)

[PATCH] powerpc: align memory_limit to 16MB in early_parse_mem
 2024-04-10 16:52 UTC  (7+ messages)

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-10 16:51 UTC  (7+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[PATCH] PCI: Add a quirk for preventing D3 on a bridge
 2024-04-10 16:46 UTC  (2+ messages)

[PATCH v1 1/1] x86/entry/64: Skip SYSRET validation tests when FRED is enabled
 2024-04-10 16:44 UTC  (3+ messages)

[PATCH RESEND v8 00/10] watchdog: rzg2l_wdt: Add support for RZ/G3S
 2024-04-10 16:43 UTC  (21+ messages)
` [PATCH RESEND v8 01/10] watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011
` [PATCH RESEND v8 02/10] watchdog: rzg2l_wdt: Make the driver depend on PM
` [PATCH RESEND v8 03/10] watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
` [PATCH RESEND v8 04/10] watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
` [PATCH RESEND v8 05/10] watchdog: rzg2l_wdt: Remove reset de-assert from probe
` [PATCH RESEND v8 06/10] watchdog: rzg2l_wdt: Remove comparison with zero
` [PATCH RESEND v8 07/10] watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
` [PATCH RESEND v8 08/10] watchdog: rzg2l_wdt: Add suspend/resume support
` [PATCH RESEND v8 09/10] watchdog: rzg2l_wdt: Power on the PM domain in rzg2l_wdt_restart()
` [PATCH RESEND v8 10/10] dt-bindings: watchdog: renesas,wdt: Document RZ/G3S support

[PATCH] iommu: mtk: fix module autoloading
 2024-04-10 16:41 UTC 

[PATCH 00/17] HSI2, UFS & UFS phy support for Tensor GS101
 2024-04-10 16:40 UTC  (3+ messages)
` [PATCH 02/17] dt-bindings: soc: google: exynos-sysreg: add dedicated hsi2 sysreg compatible

[GIT PULL for v6.9-rc4] media fixes
 2024-04-10 16:38 UTC 

[RESEND v7 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
 2024-04-10 16:38 UTC  (6+ messages)
` [RESEND v7 25/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [RESEND v7 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target

[PATCH v3 0/5] iommu: Fix domain check on release
 2024-04-10 16:37 UTC  (4+ messages)
` [PATCH v3 1/5] iommu: Add static iommu_ops->release_domain

[GIT PULL] hardening fixes for v6.9-rc4
 2024-04-10 16:36 UTC 

[PATCH v8 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-04-10 16:35 UTC  (6+ messages)
` [PATCH v8 3/8] perf: imx_perf: let the driver manage the counter usage rather the user
    ` [EXT] "

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-04-10 16:33 UTC  (6+ messages)
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-04-10 16:33 UTC  (2+ messages)

[PATCH] media: dt-bindings: media: add access-controllers to STM32MP25 video codecs
 2024-04-10 16:31 UTC  (2+ messages)

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-10 16:30 UTC  (10+ messages)

[PATCH v2 5/7] dt-bindings: phy: qcom,ipq8074-qmp-pcie: add ipq9574 gen3x2 PHY
 2024-04-10 16:29 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).