All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-10 16:08:48 to 2024-06-10 16:49:51 UTC [more...]

[PATCH v2 0/9] Bug-fixes for a few boards
 2024-06-10 16:29 UTC  (3+ messages)
` [PATCH v2 9/9] Drop the special am335x_boneblack_vboot target

[PATCH v3 00/21] drm/i915/dp_mst: Enable link training fallback
 2024-06-10 16:49 UTC  (10+ messages)
` [PATCH v3 01/21] drm/i915/dp_mst: Align TUs to avoid splitting symbols across MTPs
` [PATCH v3 02/21] drm/i915/dp: Move link train params to a substruct in intel_dp
` [PATCH v3 03/21] drm/i915/dp: Move link train fallback to intel_dp_link_training.c
` [PATCH v3 04/21] drm/i915/dp: Sanitize intel_dp_get_link_train_fallback_values()
` [PATCH v3 05/21] drm/i915: Factor out function to modeset commit a set of pipes
` [PATCH v3 06/21] drm/i915/dp: Use a commit modeset for link retraining MST links
` [PATCH v3 07/21] drm/i915/dp: Recheck link state after modeset
` [PATCH v3 11/21] drm/i915/dp: Use check link state work in the hotplug handler
` [PATCH v3 15/21] drm/i915/dp_mst: Reset intel_dp->link_trained during disabling

[PATCH v2] reset: rzg2l-usbphy-ctrl: Move reset controller registration
 2024-06-10 16:48 UTC 

[PATCH] remoteproc: imx_rproc: Adjust phandle parsing issue while remapping optional addresses in imx_rproc_addr_init()
 2024-06-10 16:47 UTC  (3+ messages)

[for-6.11 PATCH 00/29] nfs/nfsd: add support for localio bypass
 2024-06-10 16:47 UTC  (9+ messages)
` [for-6.11 PATCH 07/29] sunrpc: add and export rpc_ntop6_addr_noscopeid
` [for-6.11 PATCH 10/29] nfs/nfsd: add "local io" support

Re: [PATCH] net: phy: rtl8211f add ethtool set wol function
 2024-06-10 16:46 UTC  (3+ messages)

[PATCH v5 00/10] Only timeout jobs if they run longer than timeout period
 2024-06-10 16:45 UTC  (14+ messages)
` [PATCH v5 02/10] drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
` [PATCH v5 04/10] drm/xe: Add ctx timestamp to LRC snapshot
` [PATCH v5 05/10] drm/xe: Add xe_gt_clock_interval_to_ms helper
` [PATCH v5 06/10] drm/xe: Improve unexpected state error messages
` [PATCH v5 08/10] drm/xe: Add pending disable assert to handle_sched_done
` [PATCH v5 09/10] drm/xe: Add killed, banned, or wedged as stick bit during GuC reset

[PATCH] crypto: arm/crc32 - add kCFI annotations to asm routines
 2024-06-10 16:45 UTC  (2+ messages)

[PATCH] dma-buf/heaps: Correct the types of fd_flags and heap_flags
 2024-06-10 16:43 UTC  (2+ messages)

[PATCH 0/9] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-06-10 16:42 UTC  (5+ messages)
` [PATCH 3/9] perf: arm_pmu: Remove event index to counter remapping

[PATCH v2 1/4] Input: adxl34x - use device core to create driver-specific device attributes
 2024-06-10 16:43 UTC  (4+ messages)
` [PATCH v2 2/4] Input: adxl34x - use input_set_capability()
` [PATCH v2 3/4] Input: adxl34x - switch to using managed resources
` [PATCH v2 4/4] Input: adxl34x- switch to using "guard" notation

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

[PATCH i-g-t 0/9] IGT KMS Test cleanup
 2024-06-10 16:34 UTC  (10+ messages)
` [PATCH i-g-t 1/9] tests/intel/kms_fence_pin_leak: "
` [PATCH i-g-t 2/9] tests/intel/kms_pipe_b_c_ivb: "
` [PATCH i-g-t 3/9] tests/intel/kms_pwrite_crc: "
` [PATCH i-g-t 4/9] tests/kms_dp_aux_dev: "
` [PATCH i-g-t 5/9] tests/kms_hdmi_inject: "
` [PATCH i-g-t 6/9] tests/kms_tiled_display: "
` [PATCH i-g-t 7/9] tests/kms_tv_load_detect: "
` [PATCH i-g-t 8/9] tests/kms_universal_plane: "
` [PATCH i-g-t 9/9] tests/kms_properties: Create dynamic subtests

[PATCH v4 6/8] fsverity: improve performance by using multibuffer hashing
 2024-06-10 16:42 UTC  (11+ messages)

[PATCH v3 0/9] efi_loader: improve device-tree loading
 2024-06-10 16:41 UTC  (6+ messages)

EFI mixed mode boot failure
 2024-06-10 16:40 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-06-10 16:40 UTC  (6+ messages)

[PATCH v2 i-g-t] tests/intel/xe_create: Don't assert on presi execution
 2024-06-10 16:39 UTC  (2+ messages)

[GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
 2024-06-10 16:40 UTC  (3+ messages)
` [GSoC][PATCH v2] "

[PATCH v5 1/2] devcoredump: Add dev_coredumpm_timeout()
 2024-06-10 16:39 UTC  (5+ messages)
` [PATCH v5 2/2] drm/xe: Increase devcoredump timeout
` ✓ CI.Patch_applied: success for series starting with [v5,1/2] devcoredump: Add dev_coredumpm_timeout()
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH] kbuild: rpm-pkg: fix rpmbuild warnings for kernel.spec
 2024-06-10 16:38 UTC 

[PATCH 00/13] riscv: Add support for xtheadvector
 2024-06-10 16:38 UTC  (6+ messages)
` [PATCH 02/13] dt-bindings: thead: add a vlen register length property

[frank-w-bpi-r2-4.14:6.10-rc 7/27] arch/arm64/boot/dts/mediatek/mt7988a.dtsi:1011.23-1032.5: Warning (simple_bus_reg): /soc/tphy@11c50000: missing or empty reg/ranges property
 2024-06-10 16:37 UTC 

[PATCH v3] landlock: Add abstract unix socket connect restriction
 2024-06-10 16:36 UTC  (4+ messages)

[PATCH 0/6] refactor RDMA live migration based on rsocket API
 2024-06-10 16:35 UTC  (9+ messages)

[XEN PATCH v1] x86/intel: optional build of TSX support
 2024-06-10 16:35 UTC  (2+ messages)

Kernel mainline recipe does produce lot of warnings
 2024-06-10 16:35 UTC  (2+ messages)
` [yocto] "

+ mm-do-not-start-end-writeback-for-pages-stored-in-zswap.patch added to mm-unstable branch
 2024-06-10 16:35 UTC 

[PATCH] remoteproc: mediatek: Increase MT8188 SCP core0 DRAM size
 2024-06-10 16:34 UTC  (4+ messages)

[PATCH v9 0/7] Coresight for Kernel panic and watchdog reset
 2024-06-10 16:34 UTC  (4+ messages)
` [PATCH v9 5/7] coresight: tmc: Add support for reading crash data

[PATCH] MAINTAINERS: Drop Wanpeng Li as a Reviewer for KVM Paravirt support
 2024-06-10 16:34 UTC 

[CI 1/3] drm/xe: poor man's exhaustive eviction
 2024-06-10 16:33 UTC  (2+ messages)
` ✓ CI.BAT: success for series starting with [CI,1/3] "

Possible git-diff bug when using exit-code with diff filters
 2024-06-10 16:33 UTC  (6+ messages)
  ` [PATCH 2/2] diff: fix --exit-code with external diff
    ` [PATCH v3 0/3] "
      ` [PATCH v3 1/3] t4020: test exit code with external diffs

[PATCH RFC 0/8] drm: sunxi: support Allwinner Display Engine 3 IP block for H616/H700
 2024-06-10 16:32 UTC  (6+ messages)
` [PATCH RFC 1/8] dt-bindings: bus: allwinner: add H616 DE33 bindings

[xen-unstable-smoke test] 186304: tolerable all pass - PUSHED
 2024-06-10 16:32 UTC 

+ checkpatch-really-skip-long_line_-when-long_line-is-ignored.patch added to mm-nonmm-unstable branch
 2024-06-10 16:32 UTC 

[PATCH v5 0/2] vfio/pci: add msi interrupt affinity support
 2024-06-10 16:31 UTC  (3+ messages)

Coding Style for local variables
 2024-06-10 16:31 UTC  (3+ messages)

[PATCH v4 0/3] Improve gpu_scheduler trace events
 2024-06-10 16:31 UTC  (2+ messages)

[PATCH v4 0/4] ADP5585 GPIO expander, PWM and keypad controller support
 2024-06-10 16:31 UTC  (9+ messages)
` [PATCH v4 3/4] gpio: adp5585: Add Analog Devices ADP5585 support
` [PATCH v4 4/4] pwm: "

+ nilfs2-do-not-call-inode_attach_wb-directly.patch added to mm-nonmm-unstable branch
 2024-06-10 16:30 UTC 

+ nilfs2-prepare-backing-device-folios-for-writing-after-adding-checksums.patch added to mm-nonmm-unstable branch
 2024-06-10 16:30 UTC 

Proposal: U-Boot memory management
 2024-06-10 16:29 UTC  (11+ messages)

[PATCH] x86/boot: Remove unused function __fortify_panic()
 2024-06-10 16:29 UTC  (2+ messages)

[PATCH v3 0/2] hwmon: (ina2xx):Add Suppor for passing alert polarity from device tree to driver
 2024-06-10 16:29 UTC  (3+ messages)
` [PATCH v3 2/2] hwmon: (ina2xx) Add device tree support to pass alert polarity

[PATCH] mempool: dump includes list of memory chunks
 2024-06-10 16:28 UTC  (4+ messages)

[PATCH] ASoC: dt-bindings: convert tas571x.txt to dt-schema
 2024-06-10 16:26 UTC  (2+ messages)

[PATCH 0/3] gpio: sim: driver improvements
 2024-06-10 16:26 UTC  (6+ messages)
` [PATCH 3/3] gpio: sim: use devm_mutex_init()

[net-next,PATCH v6 0/8] Series to deliver Ethernet for STM32MP13
 2024-06-10 16:26 UTC  (4+ messages)
` [net-next,PATCH v6 1/8] dt-bindings: net: add STM32MP13 compatible in documentation for stm32

[PATCH v2 0/3] hw/arm: Create second NonSecure UART for virt board
 2024-06-10 16:23 UTC  (4+ messages)
` [PATCH v2 1/3] hw/arm/virt: Add serial aliases in DTB
` [PATCH v2 2/3] hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]
` [PATCH v2 3/3] hw/arm/virt: allow creation of a second NonSecure UART

linux: ext4 corruption with symlinks
 2024-06-10 16:03 UTC 

[Buildroot] QT5webkit build error
 2024-06-10 16:24 UTC  (3+ messages)

[v4,2/2] hwmon: add MP2891 driver
 2024-06-10 16:23 UTC  (2+ messages)

[PATCH 0/3] Android partition load optimization
 2024-06-10 16:22 UTC  (5+ messages)
` [PATCH 2/3] avb: Implement get_preloaded_partition callback
` [PATCH 3/3] abootimg: Implement smart image load feature

[PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
 2024-06-10 16:22 UTC  (11+ messages)

[RFC PATCH] NFSD: Support write delegations for pNFS LAYOUT operations
 2024-06-10 16:21 UTC  (2+ messages)

[PATCH 2/4] hwmon: add MP2993 driver
 2024-06-10 16:21 UTC  (4+ messages)
` [PATCH 4/4] hwmon: add MP9941 driver

[PATCH] selftests/resctrl: Fix noncont_cat_run_test for AMD
 2024-06-10 16:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/5] Add Mediatek ISP3.0
 2024-06-10 16:19 UTC  (12+ messages)
` [PATCH v4 1/5] dt-bindings: media: add mediatek ISP3.0 sensor interface

[PATCH 0/1] exit: kill signal_struct->quick_threads
 2024-06-10 16:18 UTC  (4+ messages)

[v5 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-06-10 16:19 UTC  (3+ messages)
` [v5 3/3] KVM: s390: don't setup dummy routing when KVM_CREATE_IRQCHIP

[PATCH v8 0/4] Marvell HW overlay support for Cadence xSPI
 2024-06-10 16:19 UTC  (5+ messages)
` [PATCH v8 3/4] spi: cadence: Allow to read basic xSPI configuration from ACPI
` [PATCH v8 4/4] spi: cadence: Add MRVL overlay xfer operation support

RAID1 two chunks of the same data on the same physical disk, one file keeps being corrupted
 2024-06-10 14:56 UTC 

[Bug 218949] New: Kernel panic after upgrading to 6.10-rc2
 2024-06-10 16:17 UTC  (2+ messages)
` [Bug 218949] "

[PATCH] wifi: mt76: mt7921: avoid undesired changes of the preset regulatory domain
 2024-06-10 16:16 UTC  (2+ messages)

[OE-core][PATCH v3] oeqa/runtime: fix race-condition in minidebuginfo test
 2024-06-10 16:16 UTC 

[PATCH v3] scsi: add missing MODULE_DESCRIPTION() macros
 2024-06-10 16:16 UTC 

[PATCH] drm/connector: hdmi: Fix kerneldoc warnings
 2024-06-10 16:15 UTC  (2+ messages)

[PATCH 0/4] varargs functions with __attributes__(())
 2024-06-10 16:15 UTC  (4+ messages)
` [PATCH 1/4] __attribute__: trace2_region_enter_printf() is like "printf"

[LTP] [RFC PATCH 1/3] runltp: Deprecate, add info about kirk
 2024-06-10 16:14 UTC  (11+ messages)
` [LTP] [Automated-testing] "

[PATCH 0/1] asus-ec-sensors: add ProArt X670E-CREATOR WIFI
 2024-06-10 16:14 UTC  (3+ messages)
` [PATCH 1/1] hwmon: (asus-ec-sensors) "

[PATCH] smbios: only look for a SYSINFO udevice if SYSINFO support is enabled
 2024-06-10 16:13 UTC 

[PATCH 6.9 000/368] 6.9.4-rc2 review
 2024-06-10 16:13 UTC  (2+ messages)

[PATCH v2 00/21] drm/i915/dp_mst: Enable link training fallback
 2024-06-10 16:13 UTC  (4+ messages)
` [PATCH v2 03/21] drm/i915/dp: Move link train fallback to intel_dp_link_training.c

[PATCH 0/5] use the pager in 'add -p'
 2024-06-10 16:13 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/6] "

[PATCH v2] wifi: mt76: mt792x: fix scheduler interference in drv own process
 2024-06-10 16:12 UTC  (2+ messages)

[PATCH v5 0/6] hwmon: Add support for SPD5118 compliant chips
 2024-06-10 16:12 UTC  (3+ messages)

[PATCH] cmd: sound: fix help text
 2024-06-10 16:11 UTC 

Linux 6.10-rc3
 2024-06-10 16:11 UTC  (2+ messages)

[PATCH] oeqa/runtime: fix race-condition in minidebuginfo test
 2024-06-10 16:11 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
 2024-06-10 16:09 UTC  (5+ messages)
` [PATCH v2 18/18] migration/ram: Add direct-io support to precopy file migration

[OE-core][PATCH v2] oeqa/runtime: fix race-condition in minidebuginfo test
 2024-06-10 16:10 UTC  (2+ messages)

[PATCH 0/4] dm: core: fix several debug messages and migrate debug() to dm_warn
 2024-06-10 16:09 UTC  (5+ messages)
` [PATCH 1/4] dm: core: fix misleading debug message when matching compatible
` [PATCH 2/4] dm: core: fix signedness in debug messages
` [PATCH 3/4] dm: core: migrate debug() messages to use dm_warn
` [PATCH 4/4] dm: core: fix typo in SPL_DM_WARN prompt text

[PATCH 0/2] platform/x86/amd/hsmp: split ACPI, Non-ACPI code
 2024-06-10 16:10 UTC  (3+ messages)
` [PATCH 2/2] platform/x86/amd/hsmp: Split ACPI and non-ACPI code

[PATCH v2] drm/amd/display: Guard ACPI calls with CONFIG_ACPI
 2024-06-10 16:09 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.