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

[PATCH v9 0/8] drm: Remove usage of deprecated DRM_* macros
 2023-06-06 14:47 UTC  (20+ messages)
` [PATCH v9 2/8] drm/print: Fix and add support for NULL as first argument in drm_* macros
` [PATCH v9 3/8] drm: Remove usage of deprecated DRM_INFO
` [PATCH v9 4/8] drm: Remove usage of deprecated DRM_NOTE
` [PATCH v9 5/8] drm: Remove usage of deprecated DRM_ERROR
` [PATCH v9 7/8] drm: Remove usage of deprecated DRM_DEBUG_DRIVER

[RFC PATCH v2 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
 2023-06-06 14:50 UTC  (11+ messages)
` [RFC PATCH v2 1/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
` [RFC PATCH v2 2/9] target/i386: Check for USER_ONLY definition instead of SOFTMMU one
` [RFC PATCH v2 3/9] target/m68k: "
` [RFC PATCH v2 4/9] target/ppc: "
` [RFC PATCH v2 5/9] hw/core/cpu: "

[libvirt test] 181205: tolerable all pass - PUSHED
 2023-06-06 14:50 UTC 

[PATCH 1/2] accel/ivpu: Do not trigger extra VPU reset if the VPU is idle
 2023-06-06 14:50 UTC  (5+ messages)
` [PATCH 2/2] accel/ivpu: Do not use mutex_lock_interruptible

[PATCH v1] make AUXILIARY_BUS config selection clearer
 2023-06-06 14:50 UTC  (3+ messages)

[PATCH kvmtool 0/3] Build fixes
 2023-06-06 14:37 UTC  (4+ messages)
` [PATCH kvmtool 1/3] Makefile: Refine -s handling in the make parameters
` [PATCH kvmtool 2/3] arm/kvm-cpu: Fix new build warning
` [PATCH kvmtool 3/3] virtio/rng: Fix build warning from min()

soft lockup on Ampere Altra on v6.1.30
 2023-06-06 14:47 UTC 

[Bug 217529] New: Remounting ext4 filesystem from ro to rw fails when quotas are enabled
 2023-06-06 14:47 UTC 

[PATCH 1/1] drm/bridge: Silence error messages upon probe deferral
 2023-06-06 14:48 UTC 

[PATCH] certs/extract-cert: Fix checkpatch issues
 2023-06-06 14:44 UTC  (4+ messages)
` [PATCH v2] "

[Intel-gfx] [PATCH v17 0/1] drm/i915: Allow user to set cache at BO creation
 2023-06-06 14:47 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[RFC PATCH 00/11] Rust null block driver
 2023-06-06 14:46 UTC  (8+ messages)

[PATCH v3 0/3] drm/panel: add fannal c3004 panel
 2023-06-06 14:45 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: add fannal vendor prefix
` [PATCH v3 2/3] dt-bindings: display: panel: add fannal,c3004
` [PATCH v3 3/3] drm/panel-fannal-c3004: Add fannal c3004 DSI panel

[PATCH] net/sched: Set the flushing flags to false to prevent an infinite loop
 2023-06-06 14:45 UTC 

[kirkstone][PATCH v3] Add linux-ti-extras, u-boot-ti-extras recipe and make jailhouse recipe depend on MACHINE_FEATURES
 2023-06-06 14:46 UTC 

[PATCH 1/1] dt-bindings: phy: mixel,mipi-dsi-phy: Remove assigned-clock* properties
 2023-06-06 14:44 UTC  (2+ messages)

[PATCH 0/3] migration: Fix multifd cancel test
 2023-06-06 14:45 UTC  (4+ messages)
` [PATCH 1/3] migration/multifd: Rename threadinfo.c functions
` [PATCH 2/3] migration/multifd: Protect accesses to migration_threads
` [PATCH 3/3] tests/qtest: Re-enable multifd cancel test

[Intel-gfx] [PATCH v11 00/23] Add vfio_device cdev for iommufd support
 2023-06-06 14:42 UTC  (12+ messages)
` [Intel-gfx] [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
              `  "

[patch 00/45] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2023-06-06 14:38 UTC  (46+ messages)
` [patch 01/45] selftests/timers/posix_timers: Make signal distribution test less fragile
` [patch 02/45] selftests/timers/posix_timers: Use TAP reporting format
` [patch 03/45] selftests/timers/posix_timers: Add SIG_IGN test
` [patch 04/45] selftests/timers/posix_timers: Validate signal rules
` [patch 05/45] selftests/timers/posix-timers: Validate SIGEV_NONE
` [patch 06/45] selftests/timers/posix-timers: Validate timer_gettime()
` [patch 07/45] selftests/timers/posix-timers: Validate overrun after unblock
` [patch 08/45] posix-timers: Convert timer list to hlist
` [patch 09/45] posix-cpu-timers: Fix posix_cpu_timer_get() behaviour
` [patch 10/45] posix-cpu-timers: Use @now instead of @val for clarity
` [patch 11/45] posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()
` [patch 12/45] posix-cpu-timers: Simplify posix_cpu_timer_set()
` [patch 13/45] posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()
` [patch 14/45] posix-timers: Consolidate interval retrieval
` [patch 15/45] posix-timers: Clear overrun in common_timer_set()
` [patch 16/45] posix-timers: Consolidate timer setup
` [patch 17/45] posix-cpu-timers: Make k_itimer::it_active consistent
` [patch 18/45] posix-timers: Consolidate signal queueing
` [patch 19/45] signal: Remove task argument from dequeue_signal()
` [patch 20/45] signal: Replace BUG_ON()s
` [patch 21/45] signal: Confine POSIX_TIMERS properly
` [patch 22/45] signal: Get rid of resched_timer logic
` [patch 23/45] posix-timers: Cure si_sys_private race
` [patch 24/45] signal: Allow POSIX timer signals to be dropped
` [patch 25/45] posix-timers: Drop signal if timer has been deleted or reprogrammed
` [patch 26/45] posix-timers: Rename k_itimer::it_requeue_pending
` [patch 27/45] posix-timers: Add proper state tracking
` [patch 28/45] posix-timers: Make signal delivery consistent
` [patch 29/45] posix-timers: Make signal overrun accounting sensible
` [patch 30/45] posix-cpu-timers: Use dedicated flag for CPU timer nanosleep
` [patch 31/45] posix-timers: Add a refcount to struct k_itimer
` [patch 32/45] signal: Split up __sigqueue_alloc()
` [patch 33/45] signal: Provide posixtimer_sigqueue_init()
` [patch 34/45] signal: Add sys_private_ptr to siginfo::_sifields::_timer
` [patch 35/45] signal: Refactor send_sigqueue()
` [patch 36/45] posix-timers: Embed sigqueue in struct k_itimer
` [patch 37/45] signal: Cleanup unused posix-timer leftovers
` [patch 38/45] signal: Add task argument to flush_sigqueue_mask()
` [patch 39/45] signal: Provide ignored_posix_timers list
` [patch 40/45] posix-timers: Handle ignored list on delete and exit
` [patch 41/45] signal: Handle ignored signals in do_sigaction(action != SIG_IGN)
` [patch 42/45] signal: Queue ignored posixtimers on ignore list
` [patch 43/45] posix-timers: Cleanup SIG_IGN workaround leftovers
` [patch 44/45] alarmtimers: Remove the throttle mechanism from alarm_forward_now()
` [patch 45/45] alarmtimers: Remove return value from alarm functions

[PATCH v2] app/test-pmd: fix not polling all queues without deferred starting
 2023-06-06 14:45 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] spi: dt-bindings: introduce linux,use-rt-queue flag
 2023-06-06 14:44 UTC  (6+ messages)

[PATCH 00/19] cxl: Device memory setup
 2023-06-06 14:42 UTC  (11+ messages)
` [PATCH 11/19] cxl/region: Factor out construct_region_{begin, end} and drop_region() for reuse
` [PATCH 12/19] cxl/region: Factor out interleave ways setup
` [PATCH 13/19] cxl/region: Factor out interleave granularity setup
` [PATCH 14/19] cxl/region: Clarify locking requirements of cxl_region_attach()
` [PATCH 15/19] cxl/region: Specify host-only vs device memory at region creation time

[Buildroot] [PATCH] support/testing/infra/emulator.py: fix typo in comment
 2023-06-06 14:45 UTC  (2+ messages)

[PATCH ipsec-next v1] xfrm: delete not-needed clear to zero of encap_oa
 2023-06-06 14:43 UTC  (2+ messages)

[PATCH 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files
 2023-06-06 14:43 UTC  (11+ messages)
` [PATCH 1/5] bsd-user: Rename elfcore.c -> elfcore.c.inc
` [PATCH 2/5] target/arm: Rename helper template headers as '.h.inc'
` [PATCH 3/5] target/i386: "
` [PATCH 4/5] target: Rename per-target 'helper.h' -> 'helper.h.inc'
` [PATCH 5/5] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc

Yocto Project Status 6 June 2023 (WW23)
 2023-06-06 14:43 UTC 

[PATCH mickledore 0/1] arm-bsp/u-boot: corstone1000: enable PSCI reset
 2023-06-06 14:43 UTC  (2+ messages)
` [PATCH mickledore 1/1] "

[PATCH 1/2] kas: remove obsolete armcompiler LICENSE_FLAGS_ACCEPTED
 2023-06-06 14:43 UTC  (2+ messages)
` [PATCH 2/2] arm/fvp: add LICENSE_FLAGS_DETAILS

[igt-dev] [PATCH i-g-t v2 0/3] Initial tests for the lima drm driver
 2023-06-06 14:43 UTC  (4+ messages)

[PATCH v7 1/4] Move bootorder and bootoption apis to lib
 2023-06-06 14:42 UTC  (4+ messages)
  ` [PATCH v7 3/4] Boot var automatic management for removable medias

[Buildroot] [PATCH v1 1/1] board/zynq: fix shellcheck issues
 2023-06-06 14:42 UTC 

[PATCH v2] pinctrl:sunplus: Add check for kmalloc
 2023-06-06 14:39 UTC  (4+ messages)
` [cocci] [PATCH] pinctrl: sunplus: Delete an unnecessary check before kfree() in sppctl_dt_node_to_map()
  `  "

[RFC PATCH 0/4] nvme-tcp: fix hung issues for deleting
 2023-06-06 14:41 UTC  (4+ messages)

[PATCH 0/4] ASoC: support dai-links with symmetric clock roles
 2023-06-06 14:39 UTC  (7+ messages)
` [PATCH 1/4] ASoC: dt-bindings: document new symmetric-clock-role flag

[PATCH 0/1] arm-bsp/u-boot: corstone1000: enable PSCI reset
 2023-06-06 14:40 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH iproute2-next v8] ip-link: add support for nolocalbypass in vxlan
 2023-06-06 14:40 UTC  (2+ messages)

[PATCH] pci: fix comment referencing renamed function
 2023-06-06 14:39 UTC  (3+ messages)

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-06-06 14:37 UTC  (2+ messages)

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-06 14:37 UTC  (4+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages

[PATCH net-next v5 0/3] net: flower: add cfm support
 2023-06-06 14:37 UTC  (4+ messages)
` [PATCH net-next v5 2/3] net: flower: add support for matching cfm fields

[PATCH V9 0/4] Add S4 SoC PLL and Peripheral clock
 2023-06-06 14:34 UTC  (8+ messages)
` [PATCH V9 3/4] clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver

Stock image illustration (licensing)
 2023-06-06 14:36 UTC  (2+ messages)

[PATCH v4 0/2] Add support for TI TPS65219 PMIC GPIO interface
 2023-06-06 14:36 UTC  (5+ messages)
` [PATCH v4 1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC

[PATCH v2 0/9] Add support for IIO devices in ASoC
 2023-06-06 14:34 UTC  (5+ messages)
` [PATCH v2 7/9] ASoC: codecs: Add support for the generic IIO auxiliary devices

Porting barebox to a new SoC
 2023-06-06 14:34 UTC  (15+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Clock fixes for qcom-snps-femto-v2 PHY driver
 2023-06-06 14:35 UTC  (6+ messages)
` [PATCH v2 1/2] phy: qcom-snps-femto-v2: properly enable ref clock

parent transid verify failed + Couldn't setup device tree
 2023-06-06 14:34 UTC 

[Intel-gfx] [PATCH v14 0/7] mtl: add support for pmdemand
 2023-06-06 14:35 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for mtl: add support for pmdemand (rev14)

FAILED: patch "[PATCH] iommu/amd/pgtbl_v2: Fix domain max address" failed to apply to 6.3-stable tree
 2023-06-06 14:33 UTC  (2+ messages)
` [PATCH 6.3.y] iommu/amd/pgtbl_v2: Fix domain max address

[PATCH 0/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support
 2023-06-06 14:32 UTC  (4+ messages)
` [PATCH 2/3] common: board: phytec: import SoM detection for imx8m based SoM from u-boot

[PULL 00/21] (Mostly) build system patches for 2023-06-06
 2023-06-06 14:31 UTC  (22+ messages)
` [PULL 01/21] meson: Avoid implicit declaration of absent functions
` [PULL 02/21] atomics: eliminate mb_read/mb_set
` [PULL 03/21] scripts: remove dead file
` [PULL 04/21] meson.build: Group the UI entries in a separate summary section
` [PULL 05/21] meson.build: Group the network backend "
` [PULL 06/21] meson.build: Group the audio "
` [PULL 07/21] meson.build: Use -Wno-undef only for SDL2 versions that need it
` [PULL 08/21] scsi/qemu-pr-helper: Drop support for 'old' libmultipath API
` [PULL 09/21] Revert "tests/requirements.txt: bump up avocado-framework version to 101.0"
` [PULL 10/21] tests: Use separate virtual environment for avocado
` [PULL 11/21] mkvenv: always pass locally-installed packages to pip
` [PULL 12/21] configure: remove --with-git= option
` [PULL 13/21] configure: rename --enable-pypi to --enable-download, control subprojects too
` [PULL 14/21] git-submodule: allow partial update of .git-submodule-status
` [PULL 15/21] build: log submodule update from git-submodule.sh
` [PULL 16/21] meson: subprojects: replace submodules with wrap files
` [PULL 17/21] configure: move SLOF submodule handling to pc-bios/s390-ccw
` [PULL 18/21] pc-bios/s390-ccw: always build network bootloader
` [PULL 19/21] meson: subprojects: replace berkeley-{soft, test}float-3 with wraps
` [PULL 20/21] build: remove git submodule handling from main makefile
` [PULL 21/21] configure: remove --with-git-submodules=

[RFC PATCH 0/5] LWIP stack integration
 2023-06-06 14:33 UTC  (12+ messages)
                  ` [lwip-devel] "

[PATCH net-next v2 0/3] Followup fixes for the dwmac and altera lynx conversion
 2023-06-06 14:32 UTC  (3+ messages)

[PATCH] drm/lima: fix sched context destroy
 2023-06-06 14:32 UTC  (2+ messages)

[PATCH v3 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-06 14:32 UTC  (2+ messages)

[PATCH] bus/auxiliary: support cleanup callback
 2023-06-06 14:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH RFC 0/4] input: touchscreen: add initial support for Goodix Berlin touchscreen IC
 2023-06-06 14:31 UTC  (5+ messages)
` [PATCH RFC 1/4] dt-bindings: input: document Goodix Berlin Touchscreen IC
` [PATCH RFC 2/4] input: touchscreen: add core support for "
` [PATCH RFC 3/4] input: touchscreen: add I2C "
` [PATCH RFC 4/4] input: touchscreen: add SPI "

[PATCH v3 0/2] mips: dts: ralink: Add support for TP-Link HC220 G5 v1 board
 2023-06-06 14:31 UTC  (6+ messages)
` [PATCH v3 1/2] "

[PATCH v2 0/6] changes for 23.07
 2023-06-06 14:31 UTC  (2+ messages)

[oe-core][kirkstone][PATCH 1/1] webkitgtk: fix CVE-2022-46691
 2023-06-06 14:31 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 0/3] drm/i915: implement internal workqueues
 2023-06-06 14:30 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: implement internal workqueues (rev3)

9p: MPTCP tests regressions due to new 9p features in v6.4
 2023-06-06 14:30 UTC 

[syzbot] [btrfs?] INFO: task hung in btrfs_sync_file (2)
 2023-06-06 14:24 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2023-06-06 14:30 UTC 

[PATCH v3] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-06 14:29 UTC 

[PATCH] KVM: arm64: Fix smp_processor_id() call in preemptible context
 2023-06-06 14:29 UTC  (4+ messages)

Scatter-gather DMA
 2023-06-06 14:22 UTC 

[PATCH] media: atomisp: csi2-bridge: Add support for setting "clock-" and "link-frequencies" props
 2023-06-06 14:28 UTC  (2+ messages)

POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL] in vrf "bind - ns-B IPv6 LLA" test
 2023-06-06 14:28 UTC  (7+ messages)

[PATCH v2] 9pfs: prevent opening special files (CVE-2023-2861)
 2023-06-06 13:57 UTC 

[PATCH 00/12] arm64: dts: ti: Fix up references to phandles
 2023-06-06 14:27 UTC  (7+ messages)
` [PATCH 03/12] arm64: dts: ti: k3-j721e-beagleboneai64: Fixup reference to phandles array


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.