All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-06 08:33:29 to 2023-10-06 09:20:13 UTC [more...]

Test failure from "file: convert to SLAB_TYPESAFE_BY_RCU"
 2023-10-06  9:19 UTC  (3+ messages)

[PATCH v1 000/101] pwm: Fix lifetime issues for pwm_chips
 2023-10-06  9:20 UTC  (2+ messages)

[Intel-xe] [RFC PATCH] Documentation/gpu: Add a VM_BIND async document
 2023-10-06  9:20 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Documentation/gpu: Add a VM_BIND async document (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "

[PATCH 0/2] domain: followup for phys address mapping series
 2023-10-06  9:18 UTC  (5+ messages)
` [PATCH 1/2] domain: fix misaligned unmap address in unmap_guest_area()
` [PATCH 2/2] domain: expose newly introduced hypercalls as XENFEAT

[PATCH] ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset
 2023-10-06  9:09 UTC  (2+ messages)

[PATCH] ASoC: pxa: fix a memory leak in probe()
 2023-10-05 14:00 UTC 

[Intel-wired-lan] [PATCH iwl-net v1] docs: update info about representor identification
 2023-10-06  9:14 UTC  (2+ messages)

[PATCH v6 00/12] sound: Use -EPROBE_DEFER instead of i915 module loading
 2023-10-05 11:26 UTC  (5+ messages)
` [PATCH v6 11/12] ASoC: SOF: Intel: Move binding to display driver outside of deferred probe

Rule 10.1 violations in perfc_incra and PERFCOUNTER_ARRAY
 2023-10-06  9:16 UTC 

[PATCH v2] mailbox: remove runtime GCE clk control
 2023-10-06  9:15 UTC  (4+ messages)

[REGRESSION] Userland interface breaks due to hard HFSC_FSC requirement
 2023-10-06  9:16 UTC  (4+ messages)

kernel BUG at fs/ext4/inode.c:1914 - page_buffers()
 2023-10-06  9:15 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/xe/xe_access_counter: New access counter test
 2023-10-06  9:16 UTC  (2+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "

[Virtio-fs] [PATCH v4 0/8] vhost-user: Back-end state migration
 2023-10-06  9:15 UTC  (11+ messages)
` [Virtio-fs] [PATCH v4 1/8] vhost-user.rst: Deprecate [GS]ET_STATUS
    ` [Virtio-fs] (no subject)
` [Virtio-fs] [PATCH v4 2/8] vhost-user.rst: Improve [GS]ET_VRING_BASE doc

[PATCH v3 0/4] ALSA: hda: Abstract and update HOST-stream setup procedure
 2023-10-06  9:14 UTC  (4+ messages)

[PATCH v7 00/23] Add display driver for MT8188 VDOSYS1
 2023-10-06  9:11 UTC  (21+ messages)
` [PATCH v7 16/23] drm/mediatek: Start/Stop components with function pointers
` [PATCH v7 17/23] drm/mediatek: Support MT8188 Padding in display driver
` [PATCH v7 18/23] drm/mediatek: Add Padding to OVL adaptor
` [PATCH v7 19/23] drm/mediatek: Return error if MDP RDMA failed to enable the clock
` [PATCH v7 20/23] drm/mediatek: Remove the redundant driver data for DPI

[PATCH v3 00/16] (few more) Steps towards enabling -Wshadow
 2023-10-06  9:14 UTC  (4+ messages)
` [PATCH v3 13/16] semihosting/arm-compat: Clean up local variable shadowing

[PATCH] arm: dts: k3-j721e-sk/common-proc-board: Fix boot
 2023-10-06  9:14 UTC  (2+ messages)

[PATCH] random: clarify PRNG MT safety guarantees
 2023-10-06  9:13 UTC  (2+ messages)

patchwork automation changes
 2023-10-06  9:13 UTC  (2+ messages)

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2023-10-06  9:11 UTC  (20+ messages)
` [PATCH v4 01/15] hw/pci: Add a pci_setup_iommu_ops() helper
` [PATCH v4 02/15] hw/pci: Refactor pci_device_iommu_address_space()
` [PATCH v4 06/15] intel-iommu: Implement get_attr() method
` [PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute

[PATCH v2 00/29] first version of mcdstub
 2023-10-06  9:06 UTC  (30+ messages)
` [PATCH v2 01/29] mcdstub initial commit, mcdstub file structure added
` [PATCH v2 02/29] TCP chardev added, handshake with TRACE32 working
` [PATCH v2 03/29] TCP packet handling added
` [PATCH v2 04/29] queries for resets and triggers added
` [PATCH v2 05/29] queries for memory spaces and register groups added
` [PATCH v2 06/29] query for registers added
` [PATCH v2 07/29] query data preparation improved
` [PATCH v2 08/29] shared header file added, used for TCP packet data
` [PATCH v2 09/29] memory and register query data now stored per core
` [PATCH v2 10/29] handler for resets added
` [PATCH v2 11/29] query for the VM state added
` [PATCH v2 12/29] handler for reading registers added
` [PATCH v2 13/29] handler for reading memory added
` [PATCH v2 14/29] handler for single step added
` [PATCH v2 15/29] adapting to the qemu coding style
` [PATCH v2 16/29] deleting the mcdd startup option
` [PATCH v2 17/29] handler for breakpoints and watchpoints added
` [PATCH v2 18/29] making step and go handlers core-specific
` [PATCH v2 19/29] adding trigger ID handling for TRACE32
` [PATCH v2 20/29] cp register read/write added
` [PATCH v2 21/29] switching between secure and non-secure memory added
` [PATCH v2 22/29] transitioning to unsinged integers in TCP packets and removing MCD-API-specific terms
` [PATCH v2 23/29] moved all ARM code to the ARM mcdstub and added now commom header file
` [PATCH v2 24/29] step and go handlers now propperly perform global operations
` [PATCH v2 25/29] Doxygen documentation added
` [PATCH v2 26/29] moved all mcd related header files into include/mcdstub
` [PATCH v2 27/29] MCD stub entry added to maintainers file
` [PATCH v2 28/29] added description to out-commented gdb function
` [PATCH v2 29/29] introducing the DebugClass. It is used to abstract the gdb/mcd set_stop_cpu function

[PATCH] arm64: dts: exynos: set USI mode in board dts
 2023-10-06  9:11 UTC  (4+ messages)

Intel RVP board change model
 2023-10-06  9:10 UTC  (2+ messages)

[PATCH 0/4] pcapng fixes
 2023-10-06  9:10 UTC  (5+ messages)
` [PATCH 4/4] pcapng: move timestamp calculation into pdump

[PATCH v4 00/32] drm/amd/display: add AMD driver-specific properties for color mgmt
 2023-10-06  9:09 UTC  (4+ messages)
` [PATCH v4 09/32] drm/amd/display: add plane 3D LUT driver-specific properties

[PATCH 3/3] rust: upgrade to Rust 1.73.0
 2023-10-06  9:08 UTC  (2+ messages)

[Git][lvmteam/lvm2][main] 5 commits: debug: fix message severity levels
 2023-10-06  9:08 UTC 

[PATCH] ALSA: aoa: Replace asm/prom.h with explicit includes
 2023-10-06  9:07 UTC  (3+ messages)

[PATCH v1] ALSA: hda: cs35l41: Cleanup and fix double free in firmware request
 2023-10-06  9:06 UTC  (2+ messages)

drivers/tee/optee/smc_abi.c:764: warning: Function parameter or member 'rpc_arg' not described in 'optee_handle_rpc'
 2023-10-06  9:06 UTC 

PPS functionality for Intel Timed I/O
 2023-10-06  9:06 UTC  (14+ messages)

[PATCH] rtc: efi: fixed typo in efi_procfs()
 2023-10-06  9:04 UTC 

[igt-dev] [PATCH i-g-t 0/9] Kunit fixes and improvements
 2023-10-06  9:05 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 8/9] lib/kunit: Fetch a list of test cases in advance
    ` [Intel-gfx] "
      ` [Intel-xe] "

[Intel-gfx] [PATCH 0/3] Trim some pre-production code
 2023-10-06  9:05 UTC  (2+ messages)

[PATCH v1] pwm: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
 2023-10-06  9:05 UTC  (2+ messages)

[PATCH v5 0/5] Reduce overhead of LSMs with static calls
 2023-10-06  9:05 UTC  (9+ messages)
` [PATCH v5 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH 1/2] KVM: x86: Fix partially uninitialized integer in emulate_pop
 2023-10-06  9:04 UTC  (5+ messages)

[PATCH v4 1/3] lib: introduce dispatcher library
 2023-10-06  9:03 UTC  (11+ messages)
` [PATCH v5 0/3] Add "
  ` [PATCH v5 1/3] lib: introduce "
  ` [PATCH v5 2/3] test: add dispatcher test suite

[PATCH v3 2/2] dt-bindings: arm: sunxi: Add itead,iteaduino-plus-a20
 2023-10-06  9:01 UTC  (5+ messages)
` [PATCH v4 1/2] ARM: dts: sun7i: Add Iteaduino Plus A20
  ` [PATCH v4 2/2] dt-bindings: arm: sunxi: Add itead,iteaduino-plus-a20

[PATCH v1 1/2] power: refactor uncore power management interfaces
 2023-10-06  9:03 UTC  (3+ messages)
` [PATCH v2 "

[net-next PATCH v4 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-10-06  9:15 UTC  (11+ messages)
` [net-next PATCH v4 01/10] netdev-genl: spec: Extend netdev netlink spec in YAML for queue
` [net-next PATCH v4 02/10] net: Add queue and napi association
` [net-next PATCH v4 03/10] ice: Add support in the driver for associating queue with napi
` [net-next PATCH v4 04/10] netdev-genl: Add netlink framework functions for queue
` [net-next PATCH v4 05/10] netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
` [net-next PATCH v4 06/10] netdev-genl: Add netlink framework functions for napi
` [net-next PATCH v4 07/10] netdev-genl: spec: Add irq in netdev netlink YAML spec
` [net-next PATCH v4 08/10] net: Add NAPI IRQ support
` [net-next PATCH v4 09/10] netdev-genl: spec: Add PID in netdev netlink YAML spec
` [net-next PATCH v4 10/10] netdev-genl: Add PID for the NAPI thread

[PATCH][next] ALSA: 6fire: Fix undefined behavior bug in struct midi_runtime
 2023-10-06  9:01 UTC  (2+ messages)

[PATCH v5 0/4] StarFive's Pulse Width Modulation driver support
 2023-10-06  9:02 UTC  (6+ messages)
` [PATCH v5 2/4] pwm: starfive: Add PWM "

How To Pick And Work On A Microproject
 2023-10-06  9:02 UTC  (3+ messages)

[PATCH v2 0/3] hexagon: GETPC() and shadowing fixes
 2023-10-06  9:00 UTC  (2+ messages)

[PATCH][next] ALSA: 6fire: Fix undefined behavior bug in struct comm_runtime
 2023-10-06  8:59 UTC  (2+ messages)

[PATCH] soc: samsung: usi: remove superfluous parameter
 2023-10-06  9:00 UTC  (2+ messages)

[PATCH bootconfig 0/3] Expose boot-loader kernel command-line arguments
 2023-10-06  8:59 UTC  (3+ messages)
` [PATCH bootconfig 2/3] fs/proc: Add boot loader arguments as comment to /proc/bootconfig

[PATCH] vhost: Perform memory section dirty scans once per iteration
 2023-10-06  8:58 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/intel/gem_eio: Skip stress test on BCS0 for MTL
 2023-10-06  8:56 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/prime_vgem: Use correct blitter
 2023-10-06  8:59 UTC  (3+ messages)

[PATCH] mtd: Ensure NVMEM layouts get their of_node
 2023-10-06  8:56 UTC  (2+ messages)

time to remove COPYING.GPL from alsa-plugins? (issue #45)
 2023-10-06  8:55 UTC  (2+ messages)

[PATCH v2 00/21] Graph locking part 4 (node management)
 2023-10-06  8:56 UTC  (4+ messages)
` [PATCH v2 03/21] preallocate: Don't poll during permission updates

[PATCH v3 1/2] dt-bindings: backlight: Add MPS MP3309C
 2023-10-06  8:56 UTC  (9+ messages)

[PATCH] hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow
 2023-10-06  8:55 UTC  (3+ messages)

[PATCH v3 0/4] querying mount attributes
 2023-10-06  8:53 UTC  (8+ messages)
` [PATCH v3 4/4] add listmount(2) syscall

[PATCH 1/2] ALSA: aloop: Add support for the non-interleaved access mode
 2023-10-06  8:52 UTC  (2+ messages)

+ mm-non-pmd-mappable-large-folios-for-folio_add_new_anon_rmap.patch added to mm-unstable branch
 2023-10-06  8:53 UTC  (4+ messages)

[PATCH 0/3] Rust 1.73.0 upgrade
 2023-10-06  8:52 UTC  (5+ messages)
` [PATCH 1/3] rust: task: remove redundant explicit link
` [PATCH 2/3] rust: print: use explicit link in documentation

[PATCH] sound: fix name of SIS7013 sound chip in comment
 2023-10-06  8:50 UTC  (2+ messages)

[Intel-xe] [CI 1/2] drm/xe/pat: trim the xelp PAT table
 2023-10-06  8:46 UTC  (2+ messages)
` [Intel-xe] [CI 2/2] drm/xe: directly use pat_index for pte_encode

[PATCH v2] drm/amdgpu: add hub->ctx_distance in setup_vmid_config
 2023-10-06  8:50 UTC 

[PATCH] HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect
 2023-10-06  8:50 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 00/17] [RFC] benchmarks/gem_wsim: added basic xe support
 2023-10-06  8:49 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 09/17] benchmarks/gem_wsim: allow comments in workload description files
` [igt-dev] [PATCH i-g-t 15/17] benchmarks/gem_wsim: for_each_ctx macro

[PATCH v5 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-10-06  8:31 UTC  (4+ messages)
` [PATCH v5 3/4] "

[LTP] [PATCH v3 0/2] Rewrite the gettid() testing suite
 2023-10-06  8:50 UTC  (2+ messages)

[Intel-gfx] [PATCH v6 0/6] Panel replay phase1 implementation
 2023-10-06  8:49 UTC  (9+ messages)
` [Intel-gfx] [PATCH v6 3/6] drm/i915/panelreplay: Initializaton and compute config for panel replay
    `  "
` [Intel-gfx] [PATCH v6 5/6] drm/i915/panelreplay: enable/disable "
      `  "

[PATCH 00/21] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-10-06  8:48 UTC  (11+ messages)
` [PATCH 18/21] arm64: dts: google: Add initial Google gs101 SoC support

[PATCH] ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support
 2023-10-06  8:46 UTC  (2+ messages)

[PATCH 0/2] ASoC: SOF: ipc4: Take priority into cosideration when sorting pipelines
 2023-10-06  8:44 UTC  (3+ messages)
` [PATCH 1/2] ASoC: SOF: IPC4: get pipeline priority from topology
` [PATCH 2/2] ASoC: SOF: IPC4: sort pipeline based on priority

[PATCH v4 00/18] Introduce runtime modifiable Energy Model
 2023-10-06  8:46 UTC  (7+ messages)
` [PATCH v4 10/18] PM: EM: Add RCU mechanism which safely cleans the old data

[PATCH v2 1/3] dt-bindings: pwm: mxs: Document fsl,imx28-pwm
 2023-10-06  8:45 UTC  (2+ messages)
` (subset) "

NVMe fabric multipathing
 2023-10-06  8:43 UTC  (5+ messages)

[PATCH v2 0/2] Enable split mode in binman
 2023-10-06  8:43 UTC  (4+ messages)
` [PATCH v2 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

[xen-unstable-smoke test] 183276: regressions - FAIL
 2023-10-06  8:42 UTC  (2+ messages)

[PATCH] ASoC: SOF: sof-client: fix build when only IPC4 is selected
 2023-10-06  8:40 UTC 

[PATCH v2] KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flag
 2023-10-06  8:40 UTC  (5+ messages)

[PATCH 1/6] selftests: capabilities: remove duplicate unneeded defines
 2023-10-06  8:39 UTC  (10+ messages)
` [PATCH 6/6] selftests: futex: "

[PATCH v2] pc-bios/meson.build: Silent unuseful DTC warnings
 2023-10-06  8:38 UTC  (5+ messages)

[PATCH -next 0/2] pwm: Remove redundant of_match_ptr() macro
 2023-10-06  8:37 UTC  (3+ messages)

[PATCH v2 1/3] dt-bindings: mtd: fixed-partitions: Add binman compatible
 2023-10-06  8:37 UTC  (9+ messages)

[Intel-gfx] [PULL] drm-misc-next
 2023-10-06  8:37 UTC  (2+ messages)
`  "

[PATCH v3] ALSA: pcm: oss: Fix race at SNDCTL_DSP_SETTRIGGER
 2023-10-06  8:35 UTC  (2+ messages)

[PATCH] serial: core: Fix checks for tx runtime PM state
 2023-10-06  8:37 UTC  (5+ messages)

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS d462a76d72369fd26d1a5ab7b66be365bb0dca9e
 2023-10-06  8:36 UTC 

[OUTREACHY] Links to Microprojects
 2023-10-06  8:33 UTC 

[PATCH] sched/fair: fix pick_eevdf to always find the correct se
 2023-10-06  8:36 UTC  (4+ 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.