All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-18 12:19:40 to 2023-01-18 12:53:05 UTC [more...]

[PATCH v8 00/17] Introduce a unified API for SCMI Server testing
 2023-01-18 12:14 UTC  (16+ messages)
` [PATCH v8 01/17] firmware: arm_scmi: Refactor xfer in-flight registration routines
` [PATCH v8 02/17] firmware: arm_scmi: Refactor polling helpers
` [PATCH v8 03/17] firmware: arm_scmi: Refactor scmi_wait_for_message_response
` [PATCH v8 05/17] firmware: arm_scmi: Add xfer Raw helpers
` [PATCH v8 07/17] firmware: arm_scmi: Add internal platform/channel IDs
` [PATCH v8 08/17] include: trace: Add platform and channel instance references
` [PATCH v8 09/17] debugfs: Export debugfs_create_str symbol
` [PATCH v8 10/17] firmware: arm_scmi: Populate a common SCMI debugsfs root
` [PATCH v8 11/17] firmware: arm_scmi: Add debugfs ABI documentation for common entries
` [PATCH v8 12/17] firmware: arm_scmi: Add core Raw transmission support
` [PATCH v8 13/17] firmware: arm_scmi: Add debugfs ABI documentation for Raw mode
` [PATCH v8 14/17] firmware: arm_scmi: Reject SCMI drivers while in "
` [PATCH v8 15/17] firmware: arm_scmi: Call Raw mode hooks from the core stack
` [PATCH v8 16/17] firmware: arm_scmi: Add Raw mode coexistence support
` [PATCH v8 17/17] firmware: arm_scmi: Add per-channel Raw injection support

[PATCH 00/41] Per-VMA locks
 2023-01-18 12:50 UTC  (17+ messages)
` [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
` [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration

[PATCH v4 0/2] thermal: mediatek: add support for MT7986 and MT7981
 2023-01-18 12:51 UTC  (3+ messages)
` [PATCH v4 1/2] thermal: mediatek: use function pointer for raw_to_mcelsius

[PATCH v1 1/4] dt-bindings: gpio: rockchip,gpio-bank: add compatible string per SoC
 2023-01-18 12:15 UTC  (4+ messages)
` [PATCH v1 2/4] gpio: gpio-rockchip: "
` [PATCH v1 3/4] ARM: dts: rockchip: replace compatible gpio nodes
` [PATCH v1 4/4] arm64: "

[RFC PATCH net-next v2 0/5] net/smc:Introduce SMC-D based loopback acceleration
 2023-01-18 12:15 UTC  (7+ messages)

[PATCH] tools/memory-model: Make ppo a subrelation of po
 2023-01-18 12:13 UTC  (3+ messages)

[PATCH linux-next v4] swap_state: update shadow_nodes for anonymous page
 2023-01-18 12:13 UTC 

[PATCH] tests/qtest/bios-tables-test: Make the test less verbose by default
 2023-01-18 12:51 UTC 

[igt-dev] [PATCH i-g-t] tests/vkms: Create a testlist to the vkms DRM driver
 2023-01-18 12:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] ARM: dts: stm32: Update part number NVMEM description on stm32mp131
 2023-01-18 12:49 UTC 

[dm-devel] [PATCH 0/2] dm era: avoid deadlock when swapping table with dm-era target
 2023-01-18 12:29 UTC  (3+ messages)
` [dm-devel] [PATCH 1/2] dm era: allocate in-core writesets when loading metadata
` [dm-devel] [PATCH 2/2] dm era: avoid deadlock when swapping table

[Intel-gfx] [PATCH v10 00/23] drm/i915/vm_bind: Add VM_BIND functionality
 2023-01-18 12:49 UTC  (9+ messages)
` [Intel-gfx] [PATCH v10 22/23] drm/i915/vm_bind: Properly build persistent map sg table
    `  "
` [Intel-gfx] [PATCH v10 23/23] drm/i915/vm_bind: Support capture of persistent mappings
  `  "

[PATCH] event/cnxk: arm early to account for software delays
 2023-01-18 12:49 UTC  (2+ messages)

[PATCH v8 03/10] arm_ffa: introduce Arm FF-A low-level driver
 2023-01-18 12:49 UTC  (11+ messages)

[RESEND v3 00/13] add support MDP3 on MT8195 platform
 2023-01-18 12:47 UTC  (6+ messages)
` [RESEND v3 01/13] dt-binding: mediatek: add bindings for MediaTek mt8195 MDP3 components

[PATCH v2] dmaengine: sun6i: Set the maximum segment size
 2023-01-18 12:07 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for DHCOM i.MX8M Plus SoMs and boards
 2023-01-18 12:47 UTC  (5+ messages)

[ovmf test] 175959: regressions - FAIL
 2023-01-18 12:47 UTC 

[PATCH v4 00/19] leak fixes: various simple leak fixes
 2023-01-18 12:08 UTC  (21+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/19] tests: mark tests as passing with SANITIZE=leak
  ` [PATCH v5 02/19] bundle.c: don't leak the "args" in the "struct child_process"
  ` [PATCH v5 03/19] commit-graph: use free_commit_graph() instead of UNLEAK()
  ` [PATCH v5 04/19] clone: use free() "
  ` [PATCH v5 05/19] various: add missing clear_pathspec(), fix leaks
  ` [PATCH v5 06/19] name-rev: don't xstrdup() an already dup'd string
  ` [PATCH v5 07/19] repack: fix leaks on error with "goto cleanup"
  ` [PATCH v5 08/19] worktree: fix a trivial leak in prune_worktrees()
  ` [PATCH v5 09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
  ` [PATCH v5 10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
  ` [PATCH v5 11/19] commit-graph: fix a parse_options_concat() leak
  ` [PATCH v5 12/19] show-branch: free() allocated "head" before return
  ` [PATCH v5 13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak
  ` [PATCH v5 14/19] builtin/merge.c: free "&buf" on "Your local changes..." error
  ` [PATCH v5 15/19] object-file.c: release the "tag" in check_tag()
  ` [PATCH v5 16/19] grep.c: refactor free_grep_patterns()
  ` [PATCH v5 17/19] grep API: plug memory leaks by freeing "header_list"
  ` [PATCH v5 18/19] receive-pack: free() the "ref_name" in "struct command"
  ` [PATCH v5 19/19] push: free_refs() the "local_refs" in set_refspecs()

[isar-cip-core][PATCH v3 1/1] Use global variables for abrootfs partition uuids
 2023-01-18  9:04 UTC 

net/netfilter/nf_hooks_lwtunnel.c:7:19: warning: unused function 'nf_hooks_lwtunnel_get'
 2023-01-18 12:46 UTC 

[PATCH v5 1/2] dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight
 2023-01-18 12:08 UTC  (3+ messages)
` [PATCH v5 2/2] backlight: ktz8866: Add support for "

[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
 2023-01-18 12:46 UTC  (4+ messages)
` [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c

[PATCH 0/7] add support for CDX bus
 2023-01-18 12:43 UTC  (8+ messages)
` [PATCH 03/19] dt-bindings: bus: add CDX bus controller device tree bindings
` [PATCH 05/19] bus/cdx: add cdx controller

[PATCH v4 0/6] arch_topology: Build cacheinfo from primary CPU
 2023-01-18 12:07 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_create: Ensure newly created handles are not reusing same offset
 2023-01-18 12:45 UTC  (2+ messages)

[PATCH V3] dmaengine: Fix double increment of client_count in dma_chan_get()
 2023-01-18 12:06 UTC  (2+ messages)

[PATCH net-next 0/2] net: mdio: add amlogic gxl mdio mux support
 2023-01-18 12:41 UTC  (7+ messages)
` [PATCH net-next 2/2] "

[PATCH v2 0/9] Add and update some driver nodes for MT8186 SoC
 2023-01-18 12:40 UTC  (29+ messages)
` [PATCH v2 1/9] arm64: dts: mediatek: mt8186: Add MTU3 nodes
` [PATCH v2 3/9] arm64: dts: mediatek: mt8186: Add SPMI node
` [PATCH v2 4/9] arm64: dts: mediatek: mt8186: Add ADSP mailbox nodes
` [PATCH v2 5/9] arm64: dts: mediatek: mt8186: Add ADSP node
` [PATCH v2 6/9] arm64: dts: mediatek: mt8186: Add audio controller node
` [PATCH v2 7/9] arm64: dts: mediatek: mt8186: Add DPI node
` [PATCH v2 9/9] arm64: dts: mediatek: mt8186: Add display nodes

[PATCH 0/3] avocado_qemu: allow cross-arch tests
 2023-01-18 12:43 UTC  (4+ messages)
` [PATCH 1/3] avocado_qemu: enhance CANCEL message in QemuBaseTest:setUp()
` [PATCH 2/3] avocado_qemu: add AVOCADO_DEFAULT_ARCH for cross-arch tests
` [PATCH 3/3] avocado_qemu: add AVOCADO_DEFAULT_MACHINE

[PATCH RFC 00/21] migration: Support hugetlb doublemaps
 2023-01-18 12:08 UTC  (3+ messages)
` [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/

[PATCH 1/3] pinctrl: don't fall back to pinctrl_select_state_simple()
 2023-01-18 12:43 UTC  (4+ messages)
` [PATCH 2/3] pinctrl: get rid of some ifdeffery

[PATCH v3 0/8] Add MSM8939 SoC support with two devices
 2023-01-18 12:05 UTC  (7+ messages)
` [PATCH v3 1/8] dt-bindings: arm: qcom: Document MSM8939 SoC binding
` [PATCH v3 5/8] arm64: dts: qcom: Add msm8939 SoC

[PATCH v2] dmaengine: tegra210-adma: fix global intr clear
 2023-01-18 12:04 UTC  (2+ messages)

[PATCH net-next v3 0/7] octeontx2-af: Miscellaneous changes for CPT
 2023-01-18 12:03 UTC  (8+ messages)
` [PATCH net-next v3 1/7] octeontx2-af: recover CPT engine when it gets fault
` [PATCH net-next v3 2/7] octeontx2-af: add mbox for CPT LF reset
` [PATCH net-next v3 3/7] octeontx2-af: modify FLR sequence for CPT
` [PATCH net-next v3 4/7] octeontx2-af: optimize cpt pf identification
` [PATCH net-next v3 5/7] octeontx2-af: restore rxc conf after teardown sequence
` [PATCH net-next v3 6/7] octeontx2-af: update cpt lf alloc mailbox
` [PATCH net-next v3 7/7] octeontx2-af: add mbox to return CPT_AF_FLT_INT info

Intel HD Audio: sound stops working in Xen PV dom0 in >=5.17
 2023-01-18 12:39 UTC  (12+ messages)

Monitor mode handling (bug ?)
 2023-01-18 12:03 UTC  (4+ messages)

[PATCH 0/2] Expose IAA 2.0 device capabilities
 2023-01-18 12:02 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: idxd: reformat swerror output to standard Linux bitmap output

[igt-dev] [PATCH i-g-t 0/7] Run gem_exercise_blt on all gens
 2023-01-18 12:39 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[Cluster-devel] return an ERR_PTR from __filemap_get_folio
 2023-01-18 12:39 UTC  (4+ messages)
` [Cluster-devel] [PATCH 9/9] mm: "
  `  "

[PATCH v2] arm64: defconfig: Enable HDA INTEL config for ARM64
 2023-01-18 12:36 UTC  (4+ messages)

[dm-devel] [PATCH] md: dm-ioctl: drop always-false condition
 2023-01-18 11:59 UTC  (2+ messages)

[PATCH -next v4 0/1] drivers: base: cacheinfo: fix shared_cpu_map
 2023-01-18 12:00 UTC  (2+ messages)

[PATCH] Add exception protection processing for vd in axi_chan_handle_err function
 2023-01-18 11:58 UTC  (2+ messages)

[nf-next PATCH v2] netfilter: nf_tables: Introduce NFTA_RULE_ACTUAL_EXPR
 2023-01-18 11:58 UTC  (5+ messages)

[PATCH] dmaengine: tegra: Fix memory leak in terminate_all()
 2023-01-18 11:58 UTC 

[PATCH v2] grep: correctly identify utf-8 characters with \{b,w} in -P
 2023-01-18 11:49 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work for a HP platform
 2023-01-18 11:54 UTC 

[PATCH v2 0/9] Used onboard HUB to reset and add power to hub
 2023-01-18 11:55 UTC  (7+ messages)
` [PATCH v2 6/9] dt-bindings: usb: Add binding for Via lab VL817 hub controller
` [PATCH v2 7/9] arm64: dts: amlogic: Used onboard usb hub reset on odroid c4

[PATCH v2] cpufreq: Register with perf domain before
 2023-01-18 11:55 UTC  (5+ messages)
    `  "

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-18 11:54 UTC  (6+ messages)
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[PATCH v3 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-01-18 11:52 UTC  (3+ messages)
` [PATCH v3 21/24] powerpc/pseries: Pass PLPKS password on kexec

[nft PATCH v4] Implement 'reset rule' and 'reset rules' commands
 2023-01-18 11:52 UTC  (2+ messages)

[PATCH] ALSA: hda: Do not unset preset when cleaning up codec
 2023-01-18 12:32 UTC  (4+ messages)

[PATCH v4 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-18 12:32 UTC  (3+ messages)
` [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper

[PATCH V2] bpf: security enhancement by limiting the offensive eBPF helpers
 2023-01-18 11:18 UTC  (2+ messages)

[PATCH v7 1/3] phy: mediatek: remove temporary variable @mask_
 2023-01-18 12:29 UTC  (12+ messages)
` [PATCH v7 2/3] phy: core: add debugfs root
` [PATCH v7 3/3] phy: mediatek: tphy: add debugfs files

[PATCH 0/3] TSA: make sure QEMU compiles when using clang TSA
 2023-01-18 12:31 UTC  (9+ messages)
` [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings

[PATCH] tests/qtest/qom-test: Stop spamming the test log
 2023-01-18 12:31 UTC  (2+ messages)

[PATCH -next v2 0/3] blk-cgroup: make sure pd_free_fn() is called in order
 2023-01-18 12:31 UTC  (4+ messages)
` [PATCH -next v2 1/3] blk-cgroup: dropping parent refcount after pd_free_fn() is done
` [PATCH -next v2 2/3] blk-cgroup: support to track if policy is online
` [PATCH -next v2 3/3] blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()

[PATCH v1 0/4] Bluetooth: hci_mrvl: Add serdev support for 88W8997
 2023-01-18 12:28 UTC  (2+ messages)
` [PATCH v1 4/4] arm64: dts: imx8mp-verdin: add 88W8997 serdev to uart4

[PATCH qemu 1/3] hw/misc/mt7628-sysctrl.c: Add mt7628 system control support
 2023-01-18  9:06 UTC  (3+ messages)
` [PATCH qemu 2/3] hw/intc/mt7628-intc.c: add mt7628 interrupt "
` [PATCH qemu 3/3] hw/mips/mt7628.c: add mt7628 soc support, add a mt7628 board VoCore2

drivers/dma/dw-edma/dw-edma-v0-core.c:169:20: warning: unused function 'writeq_ch'
 2023-01-18 12:30 UTC 

[asahilinux:bits/030-misc 14/17] drivers/of/property.c:1213:28: warning: 'parse_backlight' defined but not used
 2023-01-18 12:30 UTC 

[PATCH net-next v2 00/12] net: wwan: tmi: PCIe driver for MediaTek M.2 modem
 2023-01-18 11:38 UTC  (8+ messages)
` [PATCH net-next v2 01/12] net: wwan: tmi: Add PCIe core
` [PATCH net-next v2 02/12] net: wwan: tmi: Add control plane transaction layer
` [PATCH net-next v2 04/12] net: wwan: tmi: Add control port
` [PATCH net-next v2 05/12] net: wwan: tmi: Add FSM thread
` [PATCH net-next v2 08/12] net: wwan: tmi: Add data plane transaction layer
` [PATCH net-next v2 11/12] net: wwan: tmi: Add power management support
` [PATCH net-next v2 12/12] net: wwan: tmi: Add maintainers and documentation

[igt-dev] [PATCH i-g-t v2] lib/igt_debugfs: Fixup docs
 2023-01-18 12:26 UTC 

[Buildroot] [PATCH 1/1] package/libchicken: the chicken scheme programming environment
 2023-01-18 12:28 UTC  (2+ messages)
` [Buildroot] [PATCH] "

[bug report] firmware: arm_scmi: Add per-channel Raw injection support
 2023-01-18 12:26 UTC  (4+ messages)

mcp251xfd: rx frame truncation
 2023-01-18 11:45 UTC 

[PATCH 1/4] perf/x86/intel: Add Emerald Rapids
 2023-01-18 11:45 UTC  (4+ messages)
` [tip: perf/urgent] "

[PATCH 2/4] perf/x86/intel/cstate: Add Emerald Rapids
 2023-01-18 11:45 UTC  (2+ messages)
` [tip: perf/urgent] "

Boot regression on ia64 with 6.1
 2023-01-18 12:26 UTC 

Sdbusplus Build Errors
 2023-01-18 12:25 UTC  (2+ messages)

Add UDP transport for rsyslog
 2023-01-18 12:23 UTC  (2+ messages)

[PATCH v5 00/10] Enhance credential helper protocol to include auth headers
 2023-01-18 11:42 UTC  (4+ messages)
` [PATCH v6 00/12] "
  ` [PATCH v6 11/12] http: read HTTP WWW-Authenticate response headers

[PATCH] xen: Allow platform PCI interrupt to be shared
 2023-01-18 12:22 UTC 

[PATCH net] net/sched: sch_taprio: fix possible use-after-free
 2023-01-18 11:43 UTC  (3+ messages)

[PATCH v3 0/3] add initial NXP MC34VR500 PMIC monitoring support
 2023-01-18 11:43 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: hwmon: add nxp,mc34vr500

BMC image generation without private key
 2023-01-18 12:20 UTC  (3+ messages)

[PATCH v3 0/6] clk: qcom: msm8996: add APCS clock driver
 2023-01-18 11:42 UTC  (5+ messages)
` [PATCH v3 3/6] dt-bindings: mailbox: qcom: correct the list of platforms using clocks
` [PATCH v3 4/6] dt-bindings: mailbox: qcom: add #clock-cells to msm8996 example

[PATCH v1 1/1] net: hns: Switch to use acpi_evaluate_dsm_typed()
 2023-01-18 12:19 UTC  (2+ messages)

[PATCH v3 0/4] sctp conntrack fixes
 2023-01-18 11:38 UTC  (2+ messages)
` [PATCH v3 4/4] netfilter: conntrack: unify established states for SCTP paths

drivers/gpu/drm/gma500/psb_irq.c:35:19: warning: unused function 'gma_pipe_event'
 2023-01-18 12:19 UTC 

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-18 12:20 UTC  (8+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH v5 0/2] riscv: Allow user to set the satp mode
 2023-01-18 12:19 UTC  (5+ messages)
` [PATCH v5 2/2] "


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.