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

[PATCH 0/4] Remove unused group parameter in bitmap checksum
 2023-02-21 20:30 UTC  (5+ messages)
` [PATCH 1/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify
` [PATCH 2/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_set
` [PATCH 3/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_verify
` [PATCH 4/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_set

[PATCH v4 00/54] MediaTek clocks: full module build and cleanups
 2023-02-21 11:55 UTC  (96+ 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 net] udp: fix memory schedule error
 2023-02-21 12:27 UTC  (2+ messages)

[PATCH] [GSoC]t7501:modernize the style of test body
 2023-02-21 12:28 UTC 

[PATCH 4.19 00/89] 4.19.273-rc1 review
 2023-02-21 12:27 UTC  (2+ messages)

[PATCH RFC] xen: Work around Clang-IAS macro expansion bug
 2023-02-21 12:26 UTC  (4+ messages)
` [PATCH v1] "

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

[PATCH 5.15 00/83] 5.15.95-rc1 review
 2023-02-21 12:04 UTC  (2+ messages)

[PATCH] qemu-keymap: Silence memory leak warning from Clang's sanitizer
 2023-02-21 12:24 UTC 

[PATCH 0/3] leds: simatic-ipc-leds-gpio: split up
 2023-02-21 12:24 UTC  (4+ messages)
` [PATCH 1/3] leds: simatic-ipc-leds-gpio: move two extra gpio pins into another table
` [PATCH 2/3] leds: simatic-ipc-leds-gpio: split up into multiple drivers
` [PATCH 3/3] leds: simatic-ipc-leds-gpio: introduce more Kconfig switches

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

[PATCH net-next v2 0/4] net: phy: EEE fixes
 2023-02-21 11:57 UTC  (5+ messages)
` [PATCH net-next v2 2/4] net: phy: c45: add genphy_c45_an_config_eee_aneg() function

[PATCH] drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()
 2023-02-21 12:23 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH V2] rcu-tasks: Fix build error
 2023-02-21 12:04 UTC 

[PATCH net-next] net: phy: update obsolete comment about PHY_STARTING
 2023-02-21 12:17 UTC  (2+ messages)

[PATCH 0/2] Add PTP support for sama7g5
 2023-02-21 12:20 UTC  (2+ messages)

[PATCH v2 0/3] Fix a couple of corner cases in feec() when using uclamp_max
 2023-02-21 12:20 UTC  (15+ 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] mm/memcg: Skip high limit check in root memcg
 2023-02-21 12:20 UTC  (5+ messages)

[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 V1] rcu-tasks: Fix build error
 2023-02-21 12:03 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  (23+ 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 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  (7+ messages)
` [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 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 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] 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

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  (4+ messages)

[PATCH net-next v10 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-21 11:43 UTC  (2+ messages)
` [PATCH net-next v10 12/12] net: dsa: mt7530: use external PCS driver

[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


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.