public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-06 13:13:44 to 2023-03-06 14:34:09 UTC [more...]

[PATCH 0/8] nvmem: Let layout drivers be modules
 2023-03-06 14:18 UTC  (9+ messages)

[PATCH v3 0/5] Add Intel LJCA device driver
 2023-03-06 14:22 UTC  (3+ messages)
` [PATCH v3 2/5] gpio: Add support for Intel LJCA USB GPIO driver

[PATCH v4 0/3] Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers to the regmap API
 2023-03-06 14:25 UTC  (6+ messages)
` [PATCH v4 2/3] gpio: pcie-idio-24: Migrate "
` [PATCH v4 3/3] gpio: ws16c48: "

[PATCH] x86/mm: fix __swp_entry_to_pte() for Xen PV guests
 2023-03-06 14:25 UTC  (3+ messages)

[PATCH 15/27] memory: tegra: remove MODULE_LICENSE in non-modules
 2023-03-06 14:30 UTC  (2+ messages)

[PATCH] powerpc/mm: fix mmap_lock bad unlock
 2023-03-06 14:09 UTC  (3+ messages)

[PATCH] regmap: Reorder fields in 'struct regmap_bus' to save some memory
 2023-03-06 14:29 UTC  (2+ messages)

[PATCH] sched/fair: Make hrtimer callback execute in the hard interrupt context
 2023-03-06 14:27 UTC  (3+ messages)

[PATCH v9 00/18] TDX host kernel support
 2023-03-06 14:26 UTC  (13+ messages)
` [PATCH v9 07/18] x86/virt/tdx: Do TDX module per-cpu initialization

[PATCH v2 0/6] clk: samsung: exynos850: Add missing clocks for PM
 2023-03-06 14:28 UTC  (2+ messages)

[PATCH v7 00/10] livepatch: klp-convert tool
 2023-03-06 14:08 UTC  (7+ messages)
` [PATCH v7 04/10] livepatch: Add sample livepatch module
` [PATCH v7 05/10] documentation: Update on livepatch elf format
` [PATCH v7 07/10] livepatch/selftests: test multiple sections
` [PATCH v7 08/10] livepatch/selftests: add __asm__ symbol renaming examples
` [PATCH v7 09/10] livepatch/selftests: add data relocations test
` [PATCH v7 10/10] livepatch/selftests: add static keys test

[PATCH RESEND] Documentation: update kernel parameter limit notes
 2023-03-06 14:24 UTC  (3+ messages)

[PATCH v6 00/54] MediaTek clocks: full module build and cleanups
 2023-03-06 14:05 UTC  (55+ messages)
` [PATCH v6 01/54] clk: mediatek: clk-mtk: Switch to device_get_match_data()
` [PATCH v6 02/54] clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}()
` [PATCH v6 03/54] clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks
` [PATCH v6 04/54] clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}()
` [PATCH v6 05/54] clk: mediatek: mt2712: Migrate topckgen/mcucfg to mtk_clk_simple_probe()
` [PATCH v6 06/54] clk: mediatek: mt2712: Compress clock arrays entries to 90 columns
` [PATCH v6 07/54] clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe()
` [PATCH v6 08/54] clk: mediatek: mt2712: Move apmixedsys clock driver to its own file
` [PATCH v6 09/54] clk: mediatek: mt2712-apmixedsys: Add .remove() callback for module build
` [PATCH v6 10/54] clk: mediatek: mt2712: Change to use module_platform_driver macro
` [PATCH v6 11/54] clk: mediatek: mt8365: Move apmixedsys clock driver to its own file
` [PATCH v6 12/54] clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks
` [PATCH v6 13/54] clk: mediatek: mt8365: Join top_misc_mux_gates and top_misc_muxes arrays
` [PATCH v6 14/54] clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}()
` [PATCH v6 15/54] clk: mediatek: mt8167: Compress GATE_TOPx macros
` [PATCH v6 16/54] clk: mediatek: mt8167: Move apmixedsys as platform_driver in new file
` [PATCH v6 17/54] clk: mediatek: mt8167: Remove __initconst annotation from arrays
` [PATCH v6 18/54] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}()
` [PATCH v6 19/54] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file
` [PATCH v6 20/54] clk: mediatek: mt8183: Compress clocks arrays entries where possible
` [PATCH v6 21/54] clk: mediatek: mt8183: Convert all remaining clocks to common probe
` [PATCH v6 22/54] clk: mediatek: Consistently use GATE_MTK() macro
` [PATCH v6 23/54] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag
` [PATCH v6 24/54] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file
` [PATCH v6 25/54] clk: mediatek: mt7622-apmixedsys: Add .remove() callback for module build
` [PATCH v6 26/54] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c
` [PATCH v6 27/54] clk: mediatek: mt7622: Convert to platform driver and simple probe
` [PATCH v6 28/54] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file
` [PATCH v6 29/54] clk: mediatek: mt8516: Convert to platform driver and simple probe
` [PATCH v6 30/54] clk: mediatek: mt8516: Allow building clock drivers as modules
` [PATCH v6 31/54] clk: mediatek: Propagate struct device with mtk_clk_register_dividers()
` [PATCH v6 32/54] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock
` [PATCH v6 33/54] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism
` [PATCH v6 34/54] clk: mediatek: mt7986-eth: "
` [PATCH v6 35/54] clk: mediatek: mt8186-mcu: "
` [PATCH v6 36/54] clk: mediatek: Switch to module_platform_driver() where possible
` [PATCH v6 37/54] clk: mediatek: Add MODULE_LICENSE() where missing
` [PATCH v6 38/54] clk: mediatek: mt2712: Change Kconfig options to allow module build
` [PATCH v6 39/54] clk: mediatek: Split MT8195 clock drivers and "
` [PATCH v6 40/54] clk: mediatek: Allow building MT8192 non-critical clocks as modules
` [PATCH v6 41/54] clk: mediatek: Allow MT7622 clocks to be built "
` [PATCH v6 42/54] clk: mediatek: Allow all MT8167 "
` [PATCH v6 43/54] clk: mediatek: Allow all MT8183 "
` [PATCH v6 44/54] clk: mediatek: Allow building most MT6765 clock drivers "
` [PATCH v6 45/54] clk: mediatek: Allow building most MT6797 "
` [PATCH v6 46/54] clk: mediatek: Split configuration options for MT8186 clock drivers
` [PATCH v6 47/54] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file
` [PATCH v6 48/54] clk: mediatek: Kconfig: Allow module build for core mt8192 clocks
` [PATCH v6 49/54] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate
` [PATCH v6 50/54] clk: mediatek: mt8135: Move apmixedsys to its own file
` [PATCH v6 51/54] clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag
` [PATCH v6 52/54] clk: mediatek: mt8135-apmixedsys: Convert to platform_driver and module
` [PATCH v6 53/54] clk: mediatek: mt8135: Join root_clk_alias and top_divs arrays
` [PATCH v6 54/54] clk: mediatek: mt8135: Convert to simple probe and enable module build

[PATCH v2 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order
 2023-03-06 14:09 UTC  (2+ messages)

[PATCH] pinctrl: stm32: use dynamic allocation of GPIO base
 2023-03-06 14:20 UTC  (2+ messages)

[PATCH v2 0/6] Migrate IDIO-16 GPIO drivers to regmap API
 2023-03-06 14:12 UTC  (3+ messages)
` (subset) "

[PATCH 1/2] dt-bindings: input: atmel,maxtouch: add linux,keycodes
 2023-03-06 14:19 UTC  (2+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-06 14:14 UTC  (17+ messages)
` [PATCH v10 01/16] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v10 02/16] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v10 03/16] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v10 04/16] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v10 06/16] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v10 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v10 08/16] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v10 09/16] x86/virt/tdx: Fill out "
` [PATCH v10 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v10 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v10 12/16] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v10 13/16] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v10 14/16] x86/virt/tdx: Initialize all TDMRs
` [PATCH v10 15/16] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
` [PATCH v10 16/16] Documentation/x86: Add documentation for TDX host support

[PATCH] pinctrl: ocelot: Fix alt mode for ocelot
 2023-03-06 14:18 UTC  (2+ messages)

[PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-06 14:17 UTC  (10+ messages)
` [PATCH 05/20] pinctrl: ralink: move to mediatek as mtmips

[PATCH 00/10] sched: EEVDF using latency-nice
 2023-03-06 13:25 UTC  (6+ messages)
` [PATCH 05/10] sched/fair: Add sched group latency support
` [PATCH 06/10] sched/fair: Add avg_vruntime
` [PATCH 07/10] sched/fair: Remove START_DEBIT
` [PATCH 09/10] rbtree: Add rb_add_augmented_cached() helper
` [PATCH 10/10] sched/fair: Implement an EEVDF like policy

[PATCH 0/5] mtd: rawnand: qcom: Add support for QSPI nand
 2023-03-06 14:15 UTC  (4+ messages)
` [PATCH 2/5] mtd: rawnand: qcom: Add initial support for qspi nand

[PATCH v3] soc: qcom: llcc: Fix slice configuration values for SC8280XP
 2023-03-06 14:16 UTC  (4+ messages)

[PATCH v1 0/3] TI TPS6594 PMIC support (RTC, pinctrl, regulators, device trees)
 2023-03-06 14:10 UTC  (3+ messages)
` [PATCH INTERNAL v1 2/3] pinctrl: tps6594: add for TPS6594 PMIC

[PATCH v2 00/10] Better fixes for grouping of events
 2023-03-06 14:10 UTC  (6+ messages)
` [PATCH v2 03/10] perf record: Early auxtrace initialization before event parsing

[PATCH 0/6] tmpfs: add the option to disable swap
 2023-03-06 14:04 UTC  (11+ messages)
` [PATCH 1/6] shmem: remove check for folio lock on writepage()
` [PATCH 2/6] shmem: set shmem_writepage() variables early
` [PATCH 3/6] shmem: move reclaim check early on writepages()
` [PATCH 4/6] shmem: skip page split if we're not reclaiming
` [PATCH 5/6] shmem: update documentation

[PATCH net-next v1 1/2] net: dsa: microchip: add ksz_setup_tc_mode() function
 2023-03-06 14:06 UTC  (3+ messages)
` [PATCH net-next v1 2/2] net: dsa: microchip: add ETS Qdisc support for KSZ9477 series

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-03-06 14:04 UTC  (6+ messages)
` [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc

[PATCH v4 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-03-06 14:04 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: dma: snps,dw-axi-dmac: constrain resets items for JH7110 dma
` [PATCH v4 2/3] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA
` [PATCH v4 3/3] riscv: dts: starfive: add dma controller node

[PATCH v3 0/7] Documentation/security-bugs: overhaul
 2023-03-06 14:04 UTC  (4+ messages)
` [PATCH v3 1/7] Documentation/security-bugs: move from admin-guide/ to process/

[PATCH RFT 00/20] SMD RPMCC sleep preparations
 2023-03-06 14:04 UTC  (5+ messages)
` [PATCH RFT 03/20] clk: qcom: smd-rpm: Add support for keepalive votes

[PATCH v1 0/2] adding support for Microchip PAC193X Power Monitor
 2023-03-06 14:03 UTC  (12+ messages)
` [PATCH v1 1/2] dt-bindings: iio: adc: adding dt-bindings for PAC193X
` [PATCH v1 2/2] iio: adc: adding support for pac193x

[PATCH] mm/page_alloc: avoid high-order page allocation warn with __GFP_NOFAIL
 2023-03-06 14:03 UTC  (4+ messages)
    ` [PATCH] mm, vmalloc: fix high order __GFP_NOFAIL allocations

[PATCH v2 0/5] Add Intel LJCA device driver
 2023-03-06 14:02 UTC  (3+ messages)
` [PATCH v2 2/5] gpio: Add support for Intel LJCA USB GPIO driver

[PATCH 0/5] Add Intel LJCA device driver
 2023-03-06 14:00 UTC  (5+ messages)
` [PATCH 5/5] Documentation: Add ABI doc for attributes of LJCA device

[PATCH 0/1] wifi: ath9k: Remove Qwest/Actiontec 802AIN ID
 2023-03-06 13:59 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
 2023-03-06 13:57 UTC  (2+ messages)

[PATCH] pinctrl: at91-pio4: fix domain name assignment
 2023-03-06 13:56 UTC  (2+ messages)

[PATCH 01/11] arm64: dts: qcom: drop incorrect cell-index from SPMI
 2023-03-06 13:55 UTC  (5+ messages)
` [PATCH 02/11] arm64: dts: qcom: sm8250: drop incorrect Coresight funnel properties
` [PATCH 11/11] arm64: dts: qcom: msm8996-oneplus: do not enable incomplete nodes

[PATCH v4] soc: qcom: llcc: Fix slice configuration values for SC8280XP
 2023-03-06 13:55 UTC 

[PATCH v2] sched/fair: sanitize vruntime of entity being migrated
 2023-03-06 13:53 UTC  (2+ messages)

[PATCH v1 0/3] Meson A1 32-bit support
 2023-03-06 13:52 UTC  (5+ messages)
` [PATCH v1 1/3] meson: pinctrl: use CONFIG_PINCTRL_A1 with CONFIG_ARM

[PATCH] mm: remove redundant check in handle_mm_fault
 2023-03-06 13:49 UTC  (2+ messages)

[PATCH v3 0/2] Add MediaTek MT8365 I2C support
 2023-03-06 13:47 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: mediatek: add i2c support for mt8365 SoC
` [PATCH v3 2/2] arm64: dts: mediatek: enable i2c0 for mt8365-evk board

[PATCH] docs/sp_SP: Add process deprecated translation
 2023-03-06 13:44 UTC 

[PATCH v5 0/4] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-03-06 13:43 UTC  (5+ messages)

[PATCH 0/2] pinctrl: at91: Minor cleanups
 2023-03-06 13:42 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: at91: Make the irqchip immutable

[PATCH] clk: Print an info line before disabling unused clocks
 2023-03-06 13:41 UTC 

[PATCH] Fixes dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr
 2023-03-06 13:40 UTC 

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-06 13:39 UTC  (6+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH 1/2] kallsyms: add kallsyms_seqs_of_names to list of special symbols
 2023-03-06 13:38 UTC  (2+ messages)

[PATCH 0/2] arm64: qcom: sa8775p: enable cpufreq
 2023-03-06 13:34 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: sa8775p: add cpufreq node

[PATCH v1 0/2] Add Quad SPI driver for StarFive JH7110 SoC
 2023-03-06 13:32 UTC  (2+ messages)

[PATCH v2 0/3] Add "mclk" support for maxim,max9867
 2023-03-06 13:32 UTC  (2+ messages)

[PATCH 1/2] ASoC: dt-bindings: qcom,wcd934x: Reference dai-common
 2023-03-06 13:32 UTC  (2+ messages)

[PATCH 0/8] ASoC: microchip: some cleanups for AT91 sound drivers
 2023-03-06 13:32 UTC  (2+ messages)

[PATCH] ASoC: qcom: common: add kcontrol to jack pins
 2023-03-06 13:32 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: dt-bindings: wlf,wm8524: Convert to json-schema
 2023-03-06 13:32 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/4] dmaengine: dw-edma: Add support for native HDMA
 2023-03-06 13:31 UTC  (7+ messages)
` [PATCH v5 1/4] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH v5 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation

[PATCH 0/4] RZ/G2L SSI: Update interrupt numbers
 2023-03-06 13:31 UTC  (2+ messages)
` (subset) "

[PATCH v1 00/10] Fix sound on ASUS Transformers
 2023-03-06 13:31 UTC  (2+ messages)
` (subset) "

[PATCH][next] ASoC: SOF: ipc4-topology: Replace fake flexible arrays with flexible-array member
 2023-03-06 13:31 UTC  (2+ messages)

[PATCH 0/2] Add support for the TAS5733
 2023-03-06 13:31 UTC  (2+ messages)

[PATCH 1/3] ASoC: dt-bindings: wlf,wm8960: Convert to dtschema
 2023-03-06 13:31 UTC  (2+ messages)
` (subset) "

[PATCH 00/10] drm/msm: fix bind error handling
 2023-03-06 13:31 UTC  (4+ messages)
` [PATCH 09/10] drm/msm: use drmm_mode_config_init()

[PATCH] Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
 2023-03-06 13:32 UTC  (2+ messages)

[PATCH] LoongArch: Provide kernel fpu functions
 2023-03-06 13:29 UTC  (8+ messages)

[PATCH v4 1/2] dt-bindings: iio: adc: Add TI ADS1100 and ADS1000
 2023-03-06 13:29 UTC  (3+ messages)
  ` [PATCH v4 2/2] "

[PATCH v5 0/3] Add pinctrl support for S32 SoC family
 2023-03-06 13:28 UTC  (2+ messages)

[PATCH v3 0/9] arm64: dts: qcom: sa8775p-ride: enable relevant QUPv3 IPs
 2023-03-06 13:28 UTC  (2+ messages)

[PATCH v2 0/3] arm: qcom: sa8775p: add socinfo support
 2023-03-06 13:27 UTC  (2+ messages)

[PATCH 0/7] Enable backup switch mode on RTCs via devicetree
 2023-03-06 13:27 UTC  (5+ messages)

[PATCH v4 0/2] arm64: qcom: add initial support for qcom sa8775p-ride
 2023-03-06 13:26 UTC  (3+ messages)
` [PATCH v4 2/2] arm64: dts: "

[PATCH RESEND] bus: imx-weim: fix branch condition evaluates to a garbage value
 2023-03-06 13:25 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981
 2023-03-06 13:23 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: mediatek: fix naming inconsistency

[PATCH] dm crypt: initialize tasklet in crypt_io_init()
 2023-03-06 13:49 UTC 

[linus:master] [perf symbols] ce4c8e7966: perf-sanity-tests.Test_data_symbol.fail
 2023-03-06 13:20 UTC  (2+ messages)

[RFC PATCH net] net: dsa: mt7530: move PLL setup out of port 6 pad configuration
 2023-03-06 13:19 UTC  (4+ messages)

[PATCH v3 1/2] dt-bindings: iio: adc: Add TI ADS1100 and ADS1000
 2023-03-06 13:19 UTC  (6+ messages)
` [PATCH v3 2/2] "

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-03-06 13:19 UTC  (2+ messages)

[PATCH v2 00/18] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2023-03-06 13:14 UTC  (5+ messages)
` [PATCH v2 09/18] x86/resctrl: Allow resctrl_arch_rmid_read() to sleep

[PATCH v4 1/7] dt-bindings: gpio: rockchip,gpio-bank: add compatible string per SoC
 2023-03-06 13:14 UTC  (3+ messages)
` [PATCH v4 2/7] dt-bindings: gpio: rockchip,gpio-bank: add unique hardware GPIO ID

[PATCH] MAINTAINERS: Add myself as CAMSS maintainer
 2023-03-06 13:13 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