All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-21 11:41:39 to 2023-02-21 12:20:13 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-21 12:11 UTC  (8+ messages)

[PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
 2023-02-21 12:18 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC
` [PATCH bpf-next v2 2/2] bpf/selftests: add selftest for SMC bpf capability

[PATCH v5 0/5] Add MAX77541/MAX77540 PMIC Support
 2023-02-21 12:18 UTC  (7+ messages)
` [PATCH v5 2/5] regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support
` [PATCH v5 3/5] iio: adc: max77541: Add ADI MAX77541 ADC Support
` [PATCH v5 5/5] mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support

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

[PATCH V1] rcu-tasks: Fix build error
 2023-02-21 12:03 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-02-21 12:19 UTC 

[PATCH v5] virtio-net: support the virtqueue coalescing moderation
 2023-02-21 12:17 UTC  (3+ messages)
  ` [virtio-dev] "

[PATCH v10 0/9] arm64: j721s2: Add support for additional IPs
 2023-02-21 12:06 UTC  (9+ messages)
` [PATCH v10 1/9] dt-bindings: mfd: ti,j721e-system-controller: Fix mux node regex
` [PATCH v10 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB
` [PATCH v10 3/9] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node
` [PATCH v10 5/9] arm64: dts: ti: k3-j721s2-common-proc-board: Enable SERDES0
` [PATCH v10 6/9] arm64: dts: ti: k3-j721s2-common-proc-board: Add USB support
` [PATCH v10 7/9] arm64: dts: ti: k3-j721s2: Add support for OSPI Flashes
` [PATCH v10 8/9] arm64: dts: ti: k3-j721s2-main: Add PCIe device tree node
` [PATCH v10 9/9] arm64: dts: ti: k3-j721s2-common-proc-board: Enable PCIe

[v4l-utils] [PATCH v8 0/6] Switch build system to meson
 2023-02-21 12:10 UTC  (6+ messages)

[PULL 00/11] Misc patches for 2022-02-08
 2023-02-21 12:15 UTC  (3+ messages)
` [PULL 03/11] block/iscsi: fix double-free on BUSY or similar statuses

[RFC PATCH 0/1] Making Rockchip IO domains dependency from other devices explicit
 2023-02-21 12:14 UTC  (4+ messages)
` [RFC PATCH 1/1] pinctrl: rockchip: add support for per-pinmux io-domain dependency

[GIT PULL] probes: Updates for 6.3
 2023-02-21 12:14 UTC 

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-21 12:14 UTC  (25+ messages)
                                  ` [External] "

[PATCH v10 0/4] add support for self monitoring
 2023-02-21 12:15 UTC  (6+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/4] lib: add generic support for reading PMU events
      ` [EXT] "

[PATCH] wifi: mt76: mt7921: correctly handle removal in the absence of firmware
 2023-02-21 11:37 UTC 

SWUpdate+EBG: The impossible state and how it's being handled so far
 2023-02-21  9:33 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2d4a54ee969d8fec94b842509c83aad0a6f72f0f
 2023-02-21 12:11 UTC 

[PATCH v2 0/3] Fix a couple of corner cases in feec() when using uclamp_max
 2023-02-21 12:08 UTC  (9+ messages)
` [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
` [PATCH v2 3/3] sched/tp: Add new tracepoint to track compute energy computation

[PATCH net-next v10 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-21 11:59 UTC  (25+ messages)
` [PATCH net-next v10 01/12] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
` [PATCH net-next v10 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [PATCH net-next v10 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema
` [PATCH net-next v10 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC
` [PATCH net-next v10 05/12] net: ethernet: mtk_eth_soc: set MDIO bus clock frequency
` [PATCH net-next v10 06/12] net: ethernet: mtk_eth_soc: reset PCS state
` [PATCH net-next v10 07/12] net: ethernet: mtk_eth_soc: only write values if needed
` [PATCH net-next v10 08/12] net: ethernet: mtk_eth_soc: fix RX data corruption issue
` [PATCH net-next v10 09/12] net: ethernet: mtk_eth_soc: ppe: add support for flow accounting
` [PATCH net-next v10 10/12] net: pcs: add driver for MediaTek SGMII PCS
` [PATCH net-next v10 11/12] net: ethernet: mtk_eth_soc: switch to external PCS driver
` [PATCH net-next v10 12/12] net: dsa: mt7530: use "

RTT-PROBE: lore-subspace-rtt
 2023-02-21 12:09 UTC 

[PATCH 0/2] media: i2c: ov5647: Add test pattern support
 2023-02-21 12:00 UTC  (5+ messages)
` [PATCH 1/2] media: i2c: ov5647: Add test pattern control

[PATCH net-next v4 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags
 2023-02-21 12:01 UTC  (2+ messages)

[igt-dev] [RFC PATCH i-g-t 0/7] Initial Xe test suite
 2023-02-21 12:04 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t 1/7] lib/xe: Introduce Xe library
` [igt-dev] [PATCH i-g-t 2/7] drm-uapi/xe_drm: Add Xe uAPI
` [igt-dev] [PATCH i-g-t 3/7] tests/xe: Add Xe IGT tests
` [igt-dev] [PATCH i-g-t 4/7] tools/xe_reg: Add Xe register read/write tool
` [igt-dev] [PATCH i-g-t 5/7] intel-ci/xe-fast-feedback: Introduce xe-fast-feedback list
` [igt-dev] [PATCH i-g-t 6/7] docs/testplan: Introduce new way for documenting IGT
` [igt-dev] [PATCH i-g-t 7/7] runner/job_list: return error on crashes while running --list-subtests
` [igt-dev] ✗ GitLab.Pipeline: warning for Initial Xe test suite (rev2)

[PATCH] manuals: document COMMERCIAL_[AUDIO|VIDEO]_PLUGINS variables
 2023-02-21 12:01 UTC  (2+ messages)
` [docs] "

Bug: Buffer I/O error with an ext4 filesystem inside a file
 2023-02-21 11:57 UTC 

[PATCH v2 0/7] Python: Drop support for Python 3.6
 2023-02-21 12:00 UTC  (7+ messages)

[PATCH v8 0/7] add support for CDX bus
 2023-02-21 11:56 UTC  (3+ messages)
` [PATCH v8 2/7] iommu/arm-smmu-v3: support ops registration "

RTT-PROBE: lore-subspace-rtt
 2023-02-21 11:59 UTC 

[PATCH 0/4] Implement virtio-multitouch and enable GTK3 to use it
 2023-02-21 11:57 UTC  (3+ messages)
` [PATCH 2/4] virtio-input: add a virtio-mulitouch device

[PATCH bpf-next 1/2] net/smc: Introduce BPF injection capability for SMC
 2023-02-21 11:55 UTC  (3+ messages)

[PATCH v12 00/10] Register Type-C mode-switch in DP bridge endpoints
 2023-02-21 11:54 UTC  (10+ messages)
` [PATCH v12 03/10] drm/display: Add Type-C switch helpers
` [PATCH v12 05/10] drm/bridge: anx7625: Check for Type-C during panel registration
` [PATCH v12 10/10] drm/bridge: it6505: Register Type C mode switches

[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2)
 2023-02-21 11:54 UTC  (7+ messages)
` [PATCH 2/8] perf bpf filter: Implement event sample filtering
` [PATCH 3/8] perf record: Add BPF event filter support
` [PATCH 4/8] perf record: Record dropped sample count

[PATCH 0/4] FPGAs as Memory Technology Devices in U-Boot
 2023-02-21 11:54 UTC  (14+ messages)
` [PATCH 3/4] mtd/fpga: add fpga directory to mtd (with Cyclone 10)

[PATCH v2] scsi: remove unused sd_cdb_cache
 2023-02-21 11:53 UTC 

[RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
 2023-02-21 11:54 UTC  (4+ messages)

[PATCH net-next v2 0/4] net: phy: EEE fixes
 2023-02-21 11:52 UTC  (3+ messages)

[PATCH v2] dt-bindings: fpga: xilinx-pr-decoupler: convert bindings to json-schema
 2023-02-21 11:50 UTC  (2+ messages)

[RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value
 2023-02-21 11:50 UTC  (3+ messages)
` [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling

[PATCH v1 00/18] arm: Add Rockchip RK3588 support
 2023-02-21 11:50 UTC  (5+ messages)
` [PATCH v1 05/18] clk: rockchip: Add rk3588 clk support

[Buildroot] [PATCH 1/1] package/pcre2: drop JIT sparc
 2023-02-21 11:50 UTC 

[PATCH v4 00/16] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-02-21 11:48 UTC  (14+ messages)
` [PATCH v4 09/16] s390: mm: Convert to GENERIC_IOREMAP
` [PATCH v4 12/16] parisc: "

[PATCH] create.py: add command arg to add layer to bblayers.conf
 2023-02-21 11:49 UTC 

[PATCH 0/3] x86/entry: Cleanup and livepatch support
 2023-02-21 11:48 UTC  (5+ messages)
` [PATCH 1/3] x86/traps: Move do_general_protection() earlier
` [PATCH 2/3] x86/entry: Rework the exception entrypoints

RTT-PROBE: lore-subspace-rtt
 2023-02-21 11:49 UTC 

stable-rc/queue/5.15 build: 177 builds: 3 failed, 174 passed, 10 errors, 3 warnings (v5.15.94-83-gcfb53690b905)
 2023-02-21 11:47 UTC 

SR-IOV on ARM64 system with SMMU
 2023-02-21 11:43 UTC  (5+ messages)

[PATCH v2 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-02-21 11:45 UTC  (6+ messages)
` [PATCH v2 07/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization

[ImageBuilder][PATCH] uboot-script-gen: Add virtio loader
 2023-02-21 11:30 UTC 

[PATCH] drm/amdkfd: Fix an illegal memory access
 2023-02-21 11:35 UTC 

[PATCH v4] configure: Add 'mkdir build' check
 2023-02-21 11:42 UTC  (3+ messages)

[PATCH 0/4] x86/hvm: {svm,vmx}.{c,h} cleanup
 2023-02-21 11:42 UTC  (6+ messages)
` [PATCH 1/4] x86/svm: cleanup svm.c

[PATCH v2 0/2] QGA installer fixes
 2023-02-21 11:41 UTC  (2+ messages)


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.