All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-06 14:05:01 to 2023-03-06 14:27:58 UTC [more...]

[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 00/43] Migration: Create options.c for capabilities/params/properties
 2023-03-06 14:27 UTC  (3+ messages)
` [PATCH 01/43] migration: rename enabled_capabilities to capabilities

[PATCH v6 00/54] MediaTek clocks: full module build and cleanups
 2023-03-06 14:05 UTC  (85+ 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 v4 0/3] Migrate the PCIe-IDIO-24 and WS16C48 GPIO drivers to the regmap API
 2023-03-06 14:25 UTC  (2+ messages)

[PATCH v3 00/16] win32: do not mix SOCKET and fd space
 2023-03-06 14:26 UTC  (7+ messages)
` [PATCH v3 13/16] slirp: open-code qemu_socket_(un)select()
` [PATCH v3 14/16] win32: avoid mixing SOCKET and file descriptor space

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

RTT-PROBE: lore-subspace-rtt
 2023-03-06 14:27 UTC 

[PATCH 1/3] drm/i915: Set I915_BO_ALLOC_USER for framebuffer
 2023-03-06 14:26 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Add a helper func for gem obj mmap
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/3] drm/i915: Set I915_BO_ALLOC_USER for framebuffer

htb offload on vlan (mlx5)
 2023-03-06 14:25 UTC  (4+ messages)

[PATCH v4 0/5] Deprecate system emulation support for 32-bit x86 and arm hosts
 2023-03-06 14:25 UTC  (7+ messages)
` [PATCH v4 2/5] docs/about/deprecated: Deprecate the qemu-system-i386 binary

[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 v2 0/6] Migrate IDIO-16 GPIO drivers to regmap API
 2023-03-06 14:12 UTC  (3+ messages)
` (subset) "

[PATCH 0/8] Fix missing memory barriers on ARM
 2023-03-06 14:24 UTC  (10+ messages)
` [PATCH 3/8] qemu-thread-win32: cleanup, fix, document QemuEvent
` [PATCH 4/8] edu: add smp_mb__after_rmw()

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

[PATCH] vhost: fix slot index in async split virtqueue Tx
 2023-03-06 14:23 UTC  (2+ messages)

[PATCH RESEND v2 00/16] Misc fixes, sanity checks and xz/zstd compression
 2023-03-06 14:23 UTC  (3+ messages)
` [PATCH RESEND v2 16/16] Makefile, copy-firmware: support xz/zstd compressed firmware

[RFC PATCH v2 0/2] Add a new acquire resource to query vcpu statistics
 2023-03-06 14:23 UTC  (3+ messages)
` API/ABIs: "

[PATCH] vhost: fix OOB access for invalid vid
 2023-03-06 14:22 UTC  (3+ messages)

[PATCH] kselftest/alsa - mixer-test: Don't fail tests if we can't restore default
 2023-03-06 14:20 UTC 

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

[PATCH v2] vhost: fix madvise arguments alignment
 2023-03-06 14:22 UTC  (3+ messages)
` [PATCH v3] "

[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] vhost: fix vring enable with VDPA
 2023-03-06 14:21 UTC  (2+ messages)

[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] net/virtio: deduce IP length for Virtio TSO checksum
 2023-03-06 14:20 UTC  (4+ messages)
` [PATCH v2] "

[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

[Intel-gfx] [PATCH] drm/xe/display: Do not use i915 frontbuffer tracking implementation
 2023-03-06 14:18 UTC  (4+ messages)
` [Intel-xe] "
`  "
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[PATCH 00/70] tcg: Remove tcg_const_*
 2023-03-06 14:18 UTC  (7+ messages)
` [PATCH 25/70] target/m68k: Use tcg_constant_i32 in gen_ea_mode
` [PATCH 35/70] target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad
` [PATCH 48/70] target/rx: Avoid tcg_const_i32 when new temp needed

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

[Intel-gfx] [PATCH 0/7] drm/i915: Check HPD during eDP probe
 2023-03-06 14:18 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v5 00/12] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-06 13:06 UTC  (6+ messages)
` [PATCH v5 08/12] net: stmmac: starfive_dmac: Add phy interface settings

[RFC][PATCH] t1092: add tests for `git diff-files`
 2023-03-06 14:14 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-06 14:17 UTC 

[PATCH] Documentation: update idmappings.rst
 2023-03-06 14:11 UTC 

[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 v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-03-06 14:15 UTC  (2+ messages)

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

[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] powerpc/mm: fix mmap_lock bad unlock
 2023-03-06 14:09 UTC  (4+ messages)

[PATCH] drm/amd/display: remove an unnecessary NULL check
 2023-03-06 11:28 UTC 

[Qemu-riscv] [PULL] target/riscv: Convert to decodetree
 2023-03-06 14:11 UTC  (3+ messages)
` [Qemu-riscv] [PULL 11/29] target/riscv: Convert RV32F insns "
  ` [Qemu-devel] "

[igt-dev] [PATCH i-g-t 0/2] Start using intel_gpu_commands.h header
 2023-03-06 14:11 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] intel_gpu_commands: Use kernel copy commands definition

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-06 14:09 UTC  (10+ messages)

[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

[Kirkstone][Patch review] harfbuzz: CVE-2023-25193 doesn't fix the issue and still exhibits O(n^2) behaviour #kirkstone
 2023-03-06 14:08 UTC  (3+ messages)
` [OE-core] "

[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
 2023-03-06 14:06 UTC  (9+ messages)
` [PATCH 1/8] ahead-behind: create empty builtin
` [PATCH 2/8] ahead-behind: parse tip references
` [PATCH 3/8] ahead-behind: implement --ignore-missing option
` [PATCH 4/8] commit-graph: combine generation computations
` [PATCH 5/8] commit-graph: return generation from memory
` [PATCH 6/8] commit-graph: introduce `ensure_generations_valid()`
` [PATCH 7/8] ahead-behind: implement ahead_behind() logic
` [PATCH 8/8] ahead-behind: add --contains mode

[PATCH v2 1/3] hw: allwinner-i2c: Make the trace message more readable
 2023-03-06 14:07 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: Move to common indirect reg access helper
 2023-03-06 14:07 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/network-manager: fix build with -Dmodem_manager=false
 2023-03-06 14:07 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-06 14:07 UTC 

[PULL 00/84] tcg patch queue
 2023-03-06 14:05 UTC  (2+ messages)

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

[Intel-gfx] [PATCH] drm/i915/dmc: Load DMC on MTL
 2023-03-06 14:05 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[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 0/6] tmpfs: add the option to disable swap
 2023-03-06 14:04 UTC  (3+ messages)
` [PATCH 5/6] shmem: update documentation


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.