All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-23 11:08:08 to 2022-12-23 12:41:38 UTC [more...]

[PATCH v4 0/6] Add metrics for neoverse-n2
 2022-12-23 12:37 UTC  (11+ messages)
` [PATCH v4 1/6] perf vendor events arm64: Add topdown L1 "
` [PATCH v4 2/6] perf vendor events arm64: Add TLB "
` [PATCH v4 3/6] perf vendor events arm64: Add cache "
` [PATCH v4 4/6] perf vendor events arm64: Add branch "
` [PATCH v4 5/6] perf vendor events arm64: Add PE utilization "
` [PATCH v4 6/6] perf vendor events arm64: Add instruction mix "

Linux regressions report for mainline [2022-12-23]
 2022-12-23 12:40 UTC 

[PATCH v2 00/13] drm: Fix color-format selection in fbdev emulation
 2022-12-23 12:40 UTC  (9+ messages)
` [PATCH v2 02/13] drm/format-helper: Comment on RGB888 byte order
` [PATCH v2 03/13] drm/format-helper: Fix test-input format conversion
` [PATCH v2 04/13] drm/format-helper: Store RGB565 in little-endian order
` [PATCH v2 05/13] drm/format-helper: Type fixes in format-helper tests

[PATCH v3 11/11] reset: starfive: Add StarFive JH7110 reset driver
 2022-12-23 12:39 UTC  (2+ messages)

[PATCH] staging: media: ipu3: buffer overflow fix in imgu_map_node
 2022-12-23 12:30 UTC 

[PATCH 0/3] Enable USB on SAM9X60, SAMA5D2 and SAMA7 defconfigs
 2022-12-23 12:36 UTC  (4+ messages)
` [PATCH 1/3] configs: at91: sam9x60: Add required configs for the USB command
` [PATCH 2/3] configs: at91: sama5d2: Enable OHCI/EHCI related configs
` [PATCH 3/3] configs: at91: sama7: Enable USB and RESET functionality

[libnetfilter_conntrack PATCH] conntrack: increase the length of `l4proto_map`
 2022-12-23 12:38 UTC 

[PATCH 0/4] Register at91 OHCI into DM and add SAMA7 USB PHY's
 2022-12-23 12:34 UTC  (5+ messages)
` [PATCH 1/4] phy: at91: Add support for the USB 2.0 PHY's of SAMA7
` [PATCH 2/4] usb: ohci-at91: Enable OHCI functionality and register into DM
` [PATCH 3/4] usb: ohci-at91: Add `ohci_t` field in `ohci_at91_priv`
` [PATCH 4/4] usb: ohci-at91: Add USB PHY functionality

[PATCH 0/2] Add basic reset driver for assert/deassert operations
 2022-12-23 12:34 UTC  (3+ messages)
` [PATCH 1/2] ARM: at91: add sama7 SFR definitions
` [PATCH 2/2] reset: at91: Add reset driver for basic assert/deassert operations

[PATCH 0/6] Add DT USB definitions for SAM9X60, SAMA5D2 and SAMA7
 2022-12-23 12:34 UTC  (7+ messages)
` [PATCH 1/6] ARM: dts: sam9x60: Add OHCI and EHCI DT nodes
` [PATCH 2/6] dt-bindings: reset: add sama7g5 definitions
` [PATCH 3/6] dt-bindings: clk: at91: Define additional UTMI related clocks
` [PATCH 4/6] ARM: dts: at91: sama7: Add USB related DT nodes
` [PATCH 5/6] ARM: dts: at91: sama5d2_icp: Add pinctrl nodes for "
` [PATCH 6/6] ARM: dts: at91: sama5d27_wlsom1_ek: Add pinctrl nodes for USB "

[PATCH v11 0/2] mfd: max597x: Add support for max597x
 2022-12-23 12:36 UTC  (9+ messages)
` [PATCH v11 2/2] mfd: max597x: Add support for MAX5970 and MAX5978

[PATCH v2 00/21] Add Tegra20 parallel video input capture
 2022-12-23 12:35 UTC  (10+ messages)
` [PATCH v2 21/21] staging: media: tegra-video: add tegra20 variant

[PATCH 0/5] Support the required clocks to enable USB on SAM9X60
 2022-12-23 12:33 UTC  (6+ messages)
` [PATCH 1/5] clk: at91: Add support for sam9x60 USB clock
` [PATCH 2/5] clk: at91: sam9x60: Register the required clocks for USB
` [PATCH 3/5] clk: at91: pmc: export clock setup to pmc
` [PATCH 4/5] clk: at91: sam9x60: Add initial setup of UPLL and USBCK rates
` [PATCH 5/5] configs: at91: sam9x60: Add required configs for the USB clock

[PATCH net 00/19] rxrpc: More fixes for I/O thread conversion/SACK table expansion
 2022-12-23 12:33 UTC  (21+ messages)
` [PATCH net-next 01/19] rxrpc: Fix a couple of potential use-after-frees
` [PATCH net-next 02/19] rxrpc: Stash the network namespace pointer in rxrpc_local
` [PATCH net-next 03/19] rxrpc: Make the local endpoint hold a ref on a connected call
` [PATCH net-next 04/19] rxrpc: Separate call retransmission from other conn events
` [PATCH net-next 05/19] rxrpc: Only set/transmit aborts in the I/O thread
` [PATCH net-next 06/19] rxrpc: Only disconnect calls "
` [PATCH net-next 07/19] rxrpc: Implement a mechanism to send an event notification to a connection
` [PATCH net-next 08/19] rxrpc: Clean up connection abort
` [PATCH net-next 09/19] rxrpc: Tidy up abort generation infrastructure
` [PATCH net-next 10/19] rxrpc: Make the set of connection IDs per local endpoint
` [PATCH net-next 11/19] rxrpc: Offload the completion of service conn security to the I/O thread
` [PATCH net-next 12/19] rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters
` [PATCH net-next 13/19] rxrpc: Split out the call state changing functions into their own file
` [PATCH net-next 14/19] rxrpc: Wrap accesses to get call state to put the barrier in one place
` [PATCH net-next 15/19] rxrpc: Move call state changes from sendmsg to I/O thread
` [PATCH net-next 16/19] rxrpc: Move call state changes from recvmsg "
` [PATCH net-next 17/19] rxrpc: Remove call->state_lock
` [PATCH net-next 18/19] rxrpc: Move the client conn cache management to the I/O thread
` [PATCH net-next 19/19] rxrpc: Move client call connection "

[PATCH v2] venus: venc: add handling for VIDIOC_ENCODER_CMD
 2022-12-23 12:32 UTC  (2+ messages)

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2022-12-23 12:30 UTC  (3+ messages)
` [PATCH v3 1/2] hw/arm/virt: Consolidate GIC finalize logic

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Add test to validate max source size
 2022-12-23 12:29 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v3 0/7] staging: vc04_services: Remove custom return values
 2022-12-23 12:24 UTC  (16+ messages)
` [PATCH v3 1/7] staging: vc04_services: Replace vchiq_status return type to int
` [PATCH v3 2/7] staging: vc04_services: Drop VCHIQ_SUCCESS usage
` [PATCH v3 3/7] staging: vc04_services: Drop VCHIQ_ERROR usage
` [PATCH v3 4/7] staging: vc04_services: Drop VCHIQ_RETRY usage
` [PATCH v3 5/7] vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnect
` [PATCH v3 6/7] staging: vc04_services: Drop enum vchiq_status remnants
` [PATCH v3 7/7] staging: vc04_services: vchiq: Drop custom return values from TODO

[PATCH] linux-user: Improve strace output of personality() and sysinfo()
 2022-12-23 12:27 UTC  (5+ messages)

[PATCH 00/22] Remove the directmap
 2022-12-23 12:22 UTC  (7+ messages)
` [PATCH 05/22] x86/srat: vmap the pages for acpi_slit
` [PATCH 06/22] x86: map/unmap pages in restore_all_guests

[PATCH v3 0/7] dts: qcom: sc8280xp: add i2c, spi, and rng nodes
 2022-12-23 12:22 UTC  (4+ messages)
` [PATCH v3 4/7] arm64: dts: qcom: sc8280xp: add missing i2c nodes

Repression on lseek (holes) on 1-byte files since Linux 6.1-rc1
 2022-12-23 12:19 UTC  (2+ messages)
` Repression on lseek (holes) on 1-byte files since Linux 6.1-rc1 #forregzbot

[Intel-gfx] [PATCH] drm/i915/gt: Retry RING_HEAD reset until it sticks
 2022-12-23 12:18 UTC  (2+ messages)
`  "

Possible regression in drm/i915 driver: memleak
 2022-12-23 12:18 UTC  (9+ messages)
` [Intel-gfx] "
    ` [Intel-gfx] LOOKS GOOD: "
            `  "

[PATCH v2] drivers/mfd: simple-mfd-i2c: Add generic compatible
 2022-12-23 12:17 UTC  (3+ messages)

[PATCH v2] crypto: ccp - Allocate TEE ring and cmd buffer using DMA APIs
 2022-12-23 12:15 UTC  (4+ messages)

[PATCH RESEND] Add multicolor support to BlinkM LED driver
 2022-12-23 12:15 UTC  (2+ messages)

[Intel-gfx] [PATCH v6 0/2] drm/i915/mtl: handle some MTL scaler limitations
 2022-12-23 12:12 UTC  (4+ messages)
` [Intel-gfx] [PATCH v6 1/2] drm/i915/mtl: limit second scaler vertical scaling in ver >= 14

[PATCH] tests/tcg/multiarch: add vma-pthread.c
 2022-12-23 12:09 UTC  (2+ messages)

[PATCH v3 0/2] Add single core R5F IPC for AM62 SoC family
 2022-12-23 12:05 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: remoteproc: ti: Add new compatible "
` [PATCH v3 2/2] remoteproc: k3-r5: Use separate compatible string for TI "

[igt-dev] [PATCH i-g-t 0/6] VDSC YCbCr420 + Fractional BPP
 2022-12-23 12:06 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 3/6] tests/i915/kms_dsc: Enable validation for VDSC YCbCr420
` [igt-dev] [PATCH i-g-t 4/6] lib/kms: Add helpers for VDSC Fractional BPP debugfs entry

PROBLEM: CephFS write performance drops by 90% [solved]
 2022-12-23 12:02 UTC 

regression: nfs mount (even idle) eventually hangs server
 2022-12-23 12:02 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t v2 0/6] Introduce blt_cmd_info struct
 2022-12-23 12:04 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v2 1/6] i915/lib: Add new library for blitter and tiling formats
` [igt-dev] [PATCH i-g-t v2 2/6] lib: Update platform definitions with blitter information
` [igt-dev] [PATCH i-g-t v2 3/6] lib/i915_blt: Check for Tile-YF in fast_copy
` [igt-dev] [PATCH i-g-t v2 4/6] lib/i915_blt: Add common functions for blt_copy_object
` [igt-dev] [PATCH i-g-t v2 5/6] tests/gem_exercise_blt: Add fast-copy test
` [igt-dev] [PATCH i-g-t v2 6/6] tests/gem_exercise_blt: Add fast-copy-emit test
` [igt-dev] ✓ Fi.CI.BAT: success for Introduce blt_cmd_info struct (rev2)

[RFC PATCH] graph: add support for pcap trace for graph
 2022-12-23 12:02 UTC 

[Buildroot] [Bug 15201] New: package/python-sip out of date, fails to compile with GCC 12
 2022-12-23 12:01 UTC  (3+ messages)
` [Buildroot] [Bug 15201] "

[PATCH 0/5] arm64: dts: qcom: sm6125-seine: Configure regulators and enable SD Card
 2022-12-23 12:00 UTC  (9+ messages)
` [PATCH 1/5] arm64: dts: qcom: sm6125-seine: Configure PM6125 regulators
` [PATCH 2/5] arm64: dts: qcom: sm6125-seine: Provide regulators to HS USB2 PHY
` [PATCH 3/5] arm64: dts: qcom: sm6125-seine: Provide regulators to SDHCI 1
` [PATCH 4/5] arm64: dts: qcom: sm6125-seine: Configure SD Card slot on SDHCI 2

[PATCH v4 0/2]Adds status interface for zynqmp-fpga
 2022-12-23 11:58 UTC  (6+ messages)
` [PATCH v4 1/2] firmware: xilinx: Add pm api function for PL config reg readback
` [PATCH v4 2/2] fpga: zynqmp-fpga: Adds status interface

[RFC PATCH 3/3] sched/fair: Traverse cpufreq policies to detect capacity inversion
 2022-12-23 11:58 UTC  (11+ messages)

[PATCH v4] leds: simatic-ipc-leds-gpio: make sure we have the GPIO providing driver
 2022-12-23 11:58 UTC  (2+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-23 11:57 UTC  (4+ messages)
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA

[Intel-gfx] [PATCH] drm/i915: Reserve enough fence slot for i915_vma_unbind_async
 2022-12-23 11:53 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 0/2] drm/i915/dmc: Make firmware loading backwards-compatible
 2022-12-23 11:51 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/dmc: Use unversioned firmware paths

[PATCH V3] scripts: kconfig: Added static text for search information in help menu
 2022-12-23 11:50 UTC  (2+ messages)

[PATCH] zram: fix typos in comments
 2022-12-23 11:51 UTC  (2+ messages)

[PATCH RFC] bcachefs: use inode as write point index instead of task
 2022-12-23 11:49 UTC  (9+ messages)

[PATCH net-next v1 2/2] net: marvell: prestera: Handle ipv6 lpm/neigh events
 2022-12-23 11:48 UTC  (2+ messages)

[PATCH] kbuild: use .NOTINTERMEDIATE for future GNU Make versions
 2022-12-23 11:44 UTC  (2+ messages)

[PATCH 0/9] Rework SCMI initialization and probing sequence
 2022-12-23 11:37 UTC  (4+ messages)

[PATCH linux-next] selftests/vm: ksm_functional_tests: fix a typo in comment
 2022-12-23 11:36 UTC  (2+ messages)

[PATCH 1/5] kbuild: refactor silent mode detection
 2022-12-23 11:24 UTC  (11+ messages)
` [PATCH 2/5] kbuild: print short log in addition to the whole command with V=1
` [PATCH 3/5] kbuild: do not print extra logs for V=2
` [PATCH 4/5] kbuild: allow to combine multiple V= levels
` [PATCH 5/5] kbuild: drop V=0 support

[PATCH v3 0/2] Introduce ICSSG based ethernet Driver
 2022-12-23 11:32 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: net: Add ICSSG Ethernet Driver bindings
` [PATCH v3 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH v2] docs: kernel-hacking: discourage from calling disable_irq() in atomic
 2022-12-23 11:28 UTC 

[PATCH v3 10/11] clk: starfive: Add StarFive JH7110 always-on clock driver
 2022-12-23 11:28 UTC  (2+ messages)

[PATCH] of/fdt: run soc memory setup when early_init_dt_scan_memory fails
 2022-12-23 11:27 UTC 

[PATCH] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling
 2022-12-23 11:26 UTC  (2+ messages)

[PATCH 1/1] common/cnxk: add mbox locking
 2022-12-23 11:26 UTC 

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-12-23 11:25 UTC  (5+ messages)
` [PATCH 288/606] leds: turris-omnia: Convert to i2c's .probe_new()

Possible problem with thunderbolt 4
 2022-12-23 11:24 UTC 

[PATCH] staging: vc04_services: vchiq_arm: Create platform_device per device
 2022-12-23 11:24 UTC  (7+ messages)

[PATCH 0/5] Miscellaneous SCMI fixes for v6.2
 2022-12-23 11:22 UTC  (6+ messages)
` [PATCH 4/5] dt-bindings: firmware: arm,scmi: Add support for syspower protocol

[PATCH 0/3] various irq handling fixes/docu updates
 2022-12-23 11:22 UTC  (6+ messages)
` [PATCH 1/3] :lib/percpu_counter: percpu_counter_add_batch() overflow/underflow
  ` [PATCH 3/3] kernel/irq/manage.c: disable_irq() might sleep

[PATCH] dt-bindings: clock: qcom,spmi-clkdiv: convert to DT schema
 2022-12-23 11:18 UTC 

[XEN PATCH v1 0/4] Add minimal RISC-V Xen build and build testing
 2022-12-23 11:16 UTC  (5+ messages)
` [XEN PATCH v1 1/4] arch/riscv: initial RISC-V support to build/run minimal Xen
` [XEN PATCH v1 2/4] automation: add cross-compiler support for the build script
` [XEN PATCH v1 3/4] automation: add python3 package for riscv64.dockerfile
` [XEN PATCH v1 4/4] automation: add RISC-V 64 cross-build tests for Xen

[PATCH v3 0/2] adds corstone500 device tree
 2022-12-23 11:14 UTC  (5+ messages)
` [PATCH v3 1/2] arm: dts: arm: add arm "

[PATCH] python3-poetry-core: Fix determinism issue breaking reproducibility
 2022-12-23 11:15 UTC 

[GIT PULL] 9p fixes for 6.2-rc1
 2022-12-23 11:15 UTC 

[PULL 0/5] 9p queue 2022-12-23
 2022-12-23 11:04 UTC  (6+ messages)
` [PULL 1/5] 9pfs: Fix some return statements in the synth backend
` [PULL 5/5] hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
` [PULL 4/5] hw/9pfs: Drop unnecessary *xattr wrapper API declarations
` [PULL 3/5] qemu/xattr.h: Exclude <sys/xattr.h> for Windows
` [PULL 2/5] MAINTAINERS: Add 9p test client to section "virtio-9p"

[Intel-gfx] [RFC PATCH 00/20] Initial Xe driver submission
 2022-12-23 11:13 UTC  (3+ messages)
` [Intel-gfx] [RFC PATCH 11/20] drm/i915: Remove gem and overlay frontbuffer tracking

[PATCH] hid-ft260: add UART support
 2022-12-23 11:14 UTC  (7+ messages)

Pull request for tpm-23122022
 2022-12-23 11:08 UTC 

[PATCH ethtool-next v2 0/2] add netlink support for rss get
 2022-12-23 11:08 UTC  (6+ messages)
` [PATCH ethtool-next v2 2/2] netlink: add netlink handler for get rss (-x)

[PATCH 1/2] dt-bindings: usb: snps,dwc3: Allow power-domains property
 2022-12-23 11:06 UTC  (5+ messages)

[PATCH 1/5] drivers: mmc: sdhci-cadence: SD6 controller support
 2022-12-23 11:07 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.