LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 02:45:56 to 2024-04-11 06:38:01 UTC [more...]

[PATCH v3 0/1] Add rtc PCF2131 support
 2024-04-11  6:37 UTC  (4+ messages)
` [PATCH v3 1/1] arm64: dts: imx93-11x11-evk: add "
    ` [EXT] "

[PATCH v1 1/1] drm/mediatek/dp: The register is written with the parsed DTS SSC value
 2024-04-11  6:37 UTC  (5+ messages)

[PATCH v2 2/4] dt-bindings: PCI: mediatek,mt7621: add missing child node reg
 2024-04-11  6:37 UTC  (5+ messages)

[PATCH] MAINTAINERS: adjust DRM DRIVERS FOR EXYNOS after dt-binding conversion
 2024-04-11  6:36 UTC  (2+ messages)

[PATCH v10 0/4] Introduce STM32MP257 clock driver
 2024-04-11  6:36 UTC  (3+ messages)
` [PATCH v10 3/4] clk: stm32: introduce clocks for STM32MP257 platform

[PATCH v3 0/6] thermal: More separation between the core and drivers
 2024-04-11  6:35 UTC  (6+ messages)
` [PATCH v3 6/6] thermal: core: Relocate critical and hot trip handling

[Linux kernel bug] WARNING in ax25_dev_device_down
 2024-04-11  6:31 UTC  (2+ messages)

linux-next: Tree for Apr 11
 2024-04-11  6:27 UTC 

[PATCH v1 0/5] livepatch: klp-convert tool - Minimal version
 2024-04-11  6:27 UTC  (2+ messages)

[PATCH net-next v2 0/4] flower: validate control flags
 2024-04-11  6:24 UTC  (3+ messages)
` [PATCH net-next v2 1/4] flow_offload: add control flag checking helpers

[PATCH] MAINTAINERS: repair file entry in COMPUTE EXPRESS LINK
 2024-04-11  6:24 UTC 

kernel BUG at net/core/skbuff.c:4219
 2024-04-11  6:23 UTC  (4+ messages)

[PATCH V7 net-next 0/4] Support some features for the HNS3 ethernet driver
 2024-04-11  6:23 UTC  (5+ messages)
` [PATCH V7 net-next 4/4] net: hns3: add support to query scc version by devlink info

[PATCH] memory: mtk-smi: fix module autoloading
 2024-04-11  6:23 UTC  (2+ messages)

[PATCH] memory: brcmstb_memc: fix module autoloading
 2024-04-11  6:23 UTC  (2+ messages)

[PATCH 0/7] x86/bugs: BHI fixes / improvements
 2024-04-11  6:23 UTC  (12+ messages)
` [PATCH 1/7] x86/bugs: BHI documentation fixes
` [PATCH 2/7] x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
` [PATCH 3/7] x86/bugs: Fix BHI handling of RRSBA
` [PATCH 4/7] x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
` [PATCH 5/7] x86/bugs: Only harden syscalls when needed
` [PATCH 6/7] x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
` [PATCH 7/7] x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI

[PATCH net] crypto: chtls: Fix possible null pointer dereferences
 2024-04-11  6:20 UTC  (2+ messages)

[PATCH v3 0/9] media: subdev: Improve stream enable/disable machinery
 2024-04-11  6:19 UTC  (13+ messages)
` [PATCH v3 1/9] media: subdev: Add privacy led helpers
` [PATCH v3 2/9] media: subdev: Use v4l2_subdev_has_op() in v4l2_subdev_enable/disable_streams()
` [PATCH v3 3/9] media: subdev: Add checks for subdev features
` [PATCH v3 4/9] media: subdev: Fix use of sd->enabled_streams in call_s_stream()
` [PATCH v3 7/9] media: subdev: Support privacy led in v4l2_subdev_enable/disable_streams()

[PATCH v2 0/4] rtc: convert multiple bindings into dtschema
 2024-04-11  6:17 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: rtc: lpc32xx-rtc: convert to dtschema

[PATCH v2 0/3] usb: typec: ucsi: additional fixes for Qualcomm platforms
 2024-04-11  6:17 UTC  (7+ messages)
` [PATCH v2 3/3] usb: typec: ucsi_glink: drop special handling for CCI_BUSY

[PATCH net] nfc: nci: Fix uninit-value in nci_rx_work
 2024-04-11  6:16 UTC  (3+ messages)

[PATCH 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-04-11  6:15 UTC  (13+ 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 08/11] MIPS: mobileye: eyeq5: add OLB syscon node

[PATCH v5 0/10] transfer page to folio in KSM
 2024-04-11  6:17 UTC  (11+ messages)
` [PATCH v5 01/10] mm/ksm: add ksm_get_folio
` [PATCH v5 02/10] mm/ksm: use folio in remove_rmap_item_from_tree
` [PATCH v5 03/10] mm/ksm: add folio_set_stable_node
` [PATCH v5 04/10] mm/ksm: use folio in remove_stable_node
` [PATCH v5 05/10] mm/ksm: use folio in stable_node_dup
` [PATCH v5 06/10] mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
` [PATCH v5 07/10] mm/ksm: use folio in write_protect_page
` [PATCH v5 08/10] mm/ksm: Convert chain series funcs and replace get_ksm_page
` [PATCH v5 09/10] mm/ksm: rename get_ksm_page_flags() to ksm_get_folio_flags
` [PATCH v5 10/10] mm/ksm: replace set_page_stable_node by folio_set_stable_node

[PATCH v2 1/1] pps: clients: gpio: Bypass edge's direction check when not needed
 2024-04-11  6:13 UTC 

[PATCH v1 0/4] docs: stable-kernel-rules: fine-tuning and 'no semi-automatic backport'
 2024-04-11  6:10 UTC  (11+ messages)
` [PATCH v1 1/4] docs: stable-kernel-rules: reduce redundancy
` [PATCH v1 2/4] docs: stable-kernel-rules: mention "no semi-automatic backport"
` [PATCH v1 3/4] docs: stable-kernel-rules: call mainline by its name and change example
` [PATCH v1 4/4] docs: stable-kernel-rules: remove code-labels tags

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-04-11  6:09 UTC  (15+ messages)

[PATCH] Add USB HWID to usb_device_id table for MT7921/MT7922/MT7925. These HWID are used for Windows NB. Enduser may install Ubuntu OS, so need to update
 2024-04-11  6:08 UTC 

[PATCH v4 0/9] transfer page to folio in KSM
 2024-04-11  6:08 UTC  (4+ messages)
` [PATCH v4 1/9] mm/ksm: add ksm_get_folio

[PATCH 0/2] Support MT8188 SCP core 1
 2024-04-11  6:07 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: mediatek: Support MT8188 dual-core SCP
` [PATCH 2/2] remoteproc: mediatek: Support MT8188 SCP core 1

[PATCH v3 0/4] Give chance to build under !CONFIG_SMP for LoongArch
 2024-04-11  6:06 UTC  (3+ messages)

[PATCH 0/2] media: i2c: Add support for GT97xx VCM
 2024-04-11  6:05 UTC  (5+ messages)
` [PATCH 1/2] media: dt-bindings: i2c: add Giantec GT97xx VCM driver

[PATCH] io_uring/timeout: remove duplicate initialization of the io_timeout list
 2024-04-11  5:59 UTC 

[PATCH v5 0/2] Samsung Galaxy Z Fold5 initial support
 2024-04-11  6:03 UTC  (2+ messages)

linux-next: build failure after merge of the tty tree
 2024-04-11  5:59 UTC  (2+ messages)

linux-next: duplicate patch in the landlock tree
 2024-04-11  5:52 UTC 

linux-next: duplicate patch in the devicetree tree
 2024-04-11  5:48 UTC 

[PATCH v2 1/1] media: v4l: Don't turn on privacy LED if streamon fails
 2024-04-11  5:44 UTC  (3+ messages)

[PATCH v2] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-04-11  5:38 UTC  (11+ messages)

[PATCH net v2 0/1] net: change maximum number of UDP segments to 128
 2024-04-11  5:36 UTC  (3+ messages)
` [PATCH net v2 1/1] "

linux-next: build failure after merge of the net-next tree
 2024-04-11  5:33 UTC  (4+ messages)

Hibernate stuck after recent kernel/workqueue.c changes in Stable 6.6.23
 2024-04-11  5:30 UTC  (11+ messages)
          ` Do we need a "DoNotBackPort" tag? (was: Re: Hibernate stuck after recent kernel/workqueue.c changes in Stable 6.6.23)
              ` Do we need a "DoNotBackPort" tag?

[RFC PATCH 0/4] Provide interconnect resets for ti-sysc users
 2024-04-11  5:22 UTC  (5+ messages)
` [RFC PATCH 1/4] reset: Fall back to lookup if no reset node is found
` [RFC PATCH 2/4] reset: Allow removing a lookup
` [RFC PATCH 3/4] bus: ti-sysc: Implement reset control framework for soft reset
` [RFC PATCH 4/4] serial: 8250: omap: Use reset control for resets

[PATCH] block: add max_dispatch to sysfs
 2024-04-11  5:19 UTC  (3+ messages)

[PATCH] iio: industrialio-core: look for aliases to request device index
 2024-04-11  5:11 UTC  (11+ messages)

[PATCH 0/4] A new selftests/ directory for arm compatibility testing
 2024-04-11  5:15 UTC  (4+ messages)
` [PATCH 4/4] selftests: Add build infrastructure along with README

[PATCH v2 0/7] PCI/MSI: Remove IMS (Interrupt Message Store) support for now
 2024-04-11  5:14 UTC  (9+ messages)
` [PATCH v2 4/7] Revert "iommu/amd: Enable PCI/IMS"
` [PATCH v2 5/7] Revert "iommu/vt-d: "
` [PATCH v2 6/7] Revert "x86/apic/msi: "
` [PATCH v2 7/7] Revert "genirq/msi: Provide constants for PCI/IMS support"

[PATCH] MAINTAINERS: adjust file entry in ARM/LPC32XX SOC SUPPORT
 2024-04-11  5:02 UTC 

[PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-11  5:01 UTC  (3+ messages)

[PATCH V4 0/9] Intel On Demand changes
 2024-04-11  5:01 UTC  (11+ messages)
` [PATCH V4 1/9] platform/x86/intel/sdsi: Set message size during writes
` [PATCH V4 2/9] platform/x86/intel/sdsi: Combine read and write mailbox flows
` [PATCH V4 3/9] platform/x86/intel/sdsi: Add in-band BIOS lock support
` [PATCH V4 4/9] platform/x86/intel/sdsi: Add attribute to read the current meter state
` [PATCH V4 5/9] tools/arch/x86/intel_sdsi: Fix maximum meter bundle length
` [PATCH V4 6/9] tools/arch/x86/intel_sdsi: Fix meter_show display
` [PATCH V4 7/9] tools/arch/x86/intel_sdsi: Fix meter_certificate decoding
` [PATCH V4 8/9] platform/x86/intel/sdsi: Simplify ascii printing
` [PATCH V4 9/9] tools: intel_sdsi: Add current meter support

[PATCH v8 0/3] clk: qcom: clk-rcg2: introduce support for multiple conf for same freq
 2024-04-11  5:01 UTC  (3+ messages)

Re: Subject: [PATCH net-next v4] net/ipv4: add tracepoint for icmp_send
 2024-04-11  4:56 UTC  (4+ messages)
`  "

[PATCH] ARM: dts: aspeed: Remove Facebook Cloudripper dts
 2024-04-11  4:56 UTC 

[PATCH v23 0/3] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2024-04-11  4:51 UTC  (7+ messages)
` [PATCH v23 3/3] clk: npcm8xx: add clock controller

[PATCH v2 0/5] usb: typec: ucsi: glink: rework orientation handling
 2024-04-11  4:49 UTC  (6+ messages)
` [PATCH v2 1/5] usb: typec: ucsi: add callback for connector status updates
` [PATCH v2 2/5] usb: typec: ucsi: glink: move GPIO reading into connector_status callback
` [PATCH v2 3/5] usb: typec: ucsi: glink: use typec_set_orientation
` [PATCH v2 4/5] usb: typec: ucsi: add update_connector callback
` [PATCH v2 5/5] usb: typec: ucsi: glink: set orientation aware if supported

[PATCH] soc: qcom: cmd-db: map shared memory as WT, not WB
 2024-04-11  4:43 UTC  (9+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: Fix ti_sn_bridge_set_dsi_rate function
 2024-04-11  4:42 UTC  (4+ messages)

linux-next: manual merge of the tty tree with the tty.current tree
 2024-04-11  4:38 UTC  (3+ messages)

[PATCH 1/3] riscv: Support for early console
 2024-04-11  4:36 UTC  (2+ messages)

[PATCH] kbuild/x86: Use $(KBUILD_AFLAGS) in Kbuild's version of $(as-instr)
 2024-04-11  4:34 UTC  (3+ messages)

[REGRESSION] Loss of some SMART information in v6.1.81
 2024-04-11  4:33 UTC  (3+ messages)

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

BUG: KASAN: null-ptr-deref in _raw_spin_lock_irq next-20240410
 2024-04-11  4:25 UTC  (3+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: remove useless return values from dbg prints
 2024-04-11  4:18 UTC  (2+ messages)

[PATCH] drivers: clk: zynqmp: remove clock name dependency
 2024-04-11  4:17 UTC  (5+ messages)

[PATCH v7 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux
 2024-04-11  4:14 UTC  (2+ messages)

[PATCH] init/main.c: Remove redundant space from saved_command_line
 2024-04-11  4:12 UTC 

[PATCH v13 0/5] riscv: sophgo: add clock support for sg2042
 2024-04-11  4:11 UTC  (3+ messages)
` [PATCH v13 4/5] clk: sophgo: Add SG2042 clock driver

[paulmck-rcu:dev.2024.04.09b] BUILD SUCCESS 1331453f446328079da60d23feaa618b6345cc4e
 2024-04-11  4:06 UTC 

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

[PATCH] clk: mediatek: mt7988-infracfg: fix clocks for 2nd PCIe port
 2024-04-11  3:51 UTC  (3+ messages)

[PATCH] clk: mediatek: pllfh: Don't log error for missing fhctl node
 2024-04-11  3:49 UTC  (2+ messages)

[PATCH v4] clk: mediatek: Do a runtime PM get on controllers during probe
 2024-04-11  3:48 UTC  (2+ messages)

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-11  3:46 UTC  (9+ messages)

[PATCH net-next v6 0/6] net: gro: encapsulation bug fix and flush checks improvements
 2024-04-11  3:44 UTC  (4+ messages)
` [PATCH net-next v6 2/6] net: gro: add p_off param in *_gro_complete

[PATCH v1 1/7] ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting
 2024-04-11  3:39 UTC  (3+ messages)

[PATCHSET 0/7] perf annotate: Add TUI support for data type profiling (v2)
 2024-04-11  3:32 UTC  (8+ messages)
` [PATCH 1/7] perf annotate-data: Skip sample histogram for stack canary
` [PATCH 2/7] perf annotate: Show progress of sample processing
` [PATCH 3/7] perf annotate-data: Add hist_entry__annotate_data_tty()
` [PATCH 4/7] perf annotate-data: Add hist_entry__annotate_data_tui()
` [PATCH 5/7] perf annotate-data: Support event group display in TUI
` [PATCH 6/7] perf report: Add a menu item to annotate data type "
` [PATCH 7/7] perf report: Do not collect sample histogram unnecessarily

[PATCH -next 0/2] block: fix cached time in plug
 2024-04-11  3:23 UTC  (3+ messages)
` [PATCH -next 1/2] block: fix that blk_time_get_ns() doesn't update time after schedule
` [PATCH -next 2/2] block: add plug while submitting IO

[tip:x86/cpu] BUILD SUCCESS dbbe13a6f66b228a2867844ad4dd108576134775
 2024-04-11  3:30 UTC 

[PATCH v2 0/4] ubi: Fix serious of resource leaking problems
 2024-04-11  3:19 UTC  (5+ messages)
` [PATCH v2 1/4] ubi: ubi_init: Fix missed debugfs cleanup in error handling path
` [PATCH v2 2/4] ubi: ubi_init: Fix missed ubiblock "
` [PATCH v2 3/4] mtd: ubi: Ignore all debugfs initialisation failures
` [PATCH v2 4/4] ubi: debugfs: Replace IS_ERR_OR_NULL with IS_ERR in error checking path

[PATCH] init/main.c: Fix potential static_command_line memory overflow
 2024-04-11  3:21 UTC 

[PATCH net-next] gve: Correctly report software timestamping capabilities
 2024-04-11  3:22 UTC  (3+ messages)

[PATCH net-next v10 00/13] net: Make timestamping selectable
 2024-04-11  3:18 UTC  (4+ messages)
` [PATCH net-next v10 08/13] ptp: Add phc source and helpers to register specific PTP clock or get information

[PATCH] thermal/drivers/qcom: Remove some unused fields in struct qpnp_tm_chip
 2024-04-11  3:15 UTC  (2+ messages)

[PATCH v2 0/2] Add sysfs entry to EDL mode
 2024-04-11  3:15 UTC  (3+ messages)
` [PATCH v2 1/2] bus: mhi: host: Add sysfs entry to force device to enter EDL
` [PATCH v2 2/2] bus: mhi: host: pci_generic: Add edl callback "

[PATCH 1/1] LoongArch: KVM: Add PMU support
 2024-04-11  3:10 UTC  (2+ messages)

[PATCH] [v4] net/mlx5: fix possible stack overflows
 2024-04-11  3:10 UTC  (2+ messages)

[PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v6.9-rc3
 2024-04-11  3:07 UTC  (4+ messages)
` [PATCH 1/3] iommu/vt-d: Fix wrong use of pasid config
` [PATCH 2/3] iommu/vt-d: Allocate local memory for page request queue
` [PATCH 3/3] iommu/vt-d: Fix WARN_ON in iommu probe path

[PATCH 00/18] i2c: remove printout on handled timeouts
 2024-04-11  3:08 UTC  (5+ messages)
` [PATCH 11/18] i2c: qcom-geni: "
` [PATCH 12/18] i2c: qup: "

[PATCH v3] clk: set initial best mux parent to current parent with CLK_MUX_ROUND_CLOSEST
 2024-04-11  3:07 UTC  (6+ messages)

[GIT PULL] bootconfig: Fixes for v6.9-rc3
 2024-04-11  2:57 UTC  (2+ messages)

[GIT PULL] probes: Fixes for v6.9-rc3
 2024-04-11  2:57 UTC  (2+ messages)

[PATCH v7] posix-timers: add clock_compare system call
 2024-04-11  2:55 UTC  (11+ messages)

[GIT PULL] bcachefs fixes for rc4
 2024-04-11  2:54 UTC 

[PATCH] iommu/vt-d: Allocate local memory for page request queue
 2024-04-11  2:49 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Fix WARN_ON in iommu probe path
 2024-04-11  2:47 UTC  (2+ messages)

[PATCH 0/4] platform/x86,input: Support for new events on
 2024-04-11  2:48 UTC  (9+ messages)
` [PATCH 1/4] Input: Add trackpoint doubletap and system debug info keycodes

[PATCH v1 0/1] optimize fsl-edma for imx8QM
 2024-04-11  2:45 UTC  (4+ messages)
` [PATCH v1 1/1] dmaengine: fsl-edma: optimize edma driver "


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 read-only IMAP folder(s) and NNTP newsgroup(s).