messages from 2025-01-30 09:39:28 to 2025-01-30 10:30:51 UTC [more...]
[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
2025-01-30 10:29 UTC (12+ messages)
` [PATCH 1/8] unwind: build kernel with sframe info
` [PATCH 3/8] unwind: add sframe v2 header
` [PATCH 4/8] unwind: Implement generic sframe unwinder library
` [PATCH 7/8] arm64: Define TIF_PATCH_PENDING for livepatch
` [PATCH 8/8] arm64: Enable livepatch for ARM64
[Buildroot] [PATCH 1/1] configs/ls1043a-rdb: new defconfig
2025-01-30 10:30 UTC
[RFC PATCH 0/4] Fix page permission on arm64 architectures
2025-01-30 10:29 UTC (10+ messages)
` [RFC PATCH 1/4] meminfo: add memory details for armv8
` [RFC PATCH 2/4] arm: Prepare linker scripts for memory permissions
` [RFC PATCH 3/4] arm64: mmu_change_region_attr() add an option not to break PTEs
` [RFC PATCH 4/4] arm64: Change mapping for data/rodata/text
[PATCH] rust: kernel: update `container_of` to not require unsafe blocks
2025-01-30 10:22 UTC (3+ messages)
[PATCH -perfbook] CodeSamples/formal: Update rcu-test.dat for v6.13
2025-01-30 10:28 UTC
[PATCH net v2 1/2] net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
2025-01-30 10:28 UTC (4+ messages)
` [PATCH net v2 2/2] net: ipv6: fix dst ref loops "
[PATCH i-g-t] lib/igt_device_scan: limit fetched device attributes from udev
2025-01-30 10:27 UTC
[PATCH 00/21] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
2025-01-30 10:27 UTC (5+ messages)
` [PATCH 01/21] hw/i386/pc: Remove unused pc_compat_2_3 declarations
[PATCH] net/slirp: libslirp 4.8.0 compatibility
2025-01-30 10:26 UTC
DMA map error validation issue in dma_alloc_noncoherent()
2025-01-30 10:24 UTC
[PATCH v3 0/2] Refactor some graphics descriptor flags
2025-01-30 10:25 UTC (7+ messages)
` ✓ CI.Patch_applied: success for Refactor some graphics descriptor flags (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH 0/3] media: rockchip: Add rkvdec2 driver
2025-01-30 10:22 UTC (8+ messages)
` [PATCH 1/3] media: rockchip: Introduce the "
LwIP and multiple network interfaces
2025-01-30 10:23 UTC (11+ messages)
[PATCH i-g-t] lib/igt_device_scan: limit fetched device attributes from udev
2025-01-30 10:20 UTC (4+ messages)
[syzbot] [usb?] UBSAN: array-index-out-of-bounds in usbhid_parse
2025-01-30 10:20 UTC (2+ messages)
pull request: bluetooth 2025-01-29
2025-01-30 10:20 UTC (2+ messages)
KSZ9477 HSR Offloading
2025-01-30 10:19 UTC (10+ messages)
[PATCH v2] sh: Remove IO memcpy and memset from sh code
2025-01-30 10:18 UTC (7+ messages)
[RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
2025-01-30 10:18 UTC (12+ messages)
[PATCH v2] docs: clarify rdinit precedence and correct ramdisk to initramfs
2025-01-30 10:17 UTC
[RFC PATCH v2] fuse: fix race in fuse_notify_store()
2025-01-30 10:16 UTC
[PATCH] net/slirp: introduce slirp_os_socket to stay compatible with libslirp past 4.8.0
2025-01-30 10:15 UTC (6+ messages)
[PATCH RFC net-next 0/2] Add SGMII port support to KSZ9477 switch
2025-01-30 10:15 UTC (14+ messages)
` [PATCH RFC net-next 1/2] net: pcs: xpcs: Add special code to operate in Microchip "
` [WARNING: ATTACHMENT UNSCANNED]Re: "
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-01-30 10:08 UTC (34+ messages)
` [PATCH v4 01/33] migration: Clarify that {load, save}_cleanup handlers can run without setup
` [PATCH v4 02/33] thread-pool: Remove thread_pool_submit() function
` [PATCH v4 03/33] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
` [PATCH v4 04/33] thread-pool: Implement generic (non-AIO) pool support
` [PATCH v4 05/33] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [PATCH v4 06/33] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PATCH v4 07/33] io: tls: Allow terminating the TLS session gracefully with EOF
` [PATCH v4 08/33] migration/multifd: Allow premature EOF on TLS incoming channels
` [PATCH v4 09/33] migration: postcopy_ram_listen_thread() needs to take BQL for some calls
` [PATCH v4 10/33] error: define g_autoptr() cleanup function for the Error type
` [PATCH v4 11/33] migration: Add thread pool of optional load threads
` [PATCH v4 12/33] migration/multifd: Split packet into header and RAM data
` [PATCH v4 13/33] migration/multifd: Device state transfer support - receive side
` [PATCH v4 14/33] migration/multifd: Make multifd_send() thread safe
` [PATCH v4 15/33] migration/multifd: Add an explicit MultiFDSendData destructor
` [PATCH v4 16/33] migration/multifd: Device state transfer support - send side
` [PATCH v4 17/33] migration/multifd: Make MultiFDSendData a struct
` [PATCH v4 18/33] migration/multifd: Add multifd_device_state_supported()
` [PATCH v4 19/33] migration: Add save_live_complete_precopy_thread handler
` [PATCH v4 20/33] vfio/migration: Add x-migration-load-config-after-iter VFIO property
` [PATCH v4 21/33] vfio/migration: Add load_device_config_state_start trace event
` [PATCH v4 22/33] vfio/migration: Convert bytes_transferred counter to atomic
` [PATCH v4 23/33] vfio/migration: Multifd device state transfer support - basic types
` [PATCH v4 24/33] vfio/migration: Multifd device state transfer support - VFIOStateBuffer(s)
` [PATCH v4 25/33] vfio/migration: Multifd device state transfer - add support checking function
` [PATCH v4 26/33] vfio/migration: Multifd device state transfer support - receive init/cleanup
` [PATCH v4 27/33] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v4 28/33] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v4 29/33] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v4 30/33] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
` [PATCH v4 31/33] vfio/migration: Multifd device state transfer support - send side
` [PATCH v4 32/33] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v4 33/33] hw/core/machine: Add compat for "
[PATCH v16 0/7] TTM shrinker helpers and xe buffer object shrinker
2025-01-30 10:13 UTC (8+ messages)
` [PATCH v16 1/7] drm/ttm: Provide a shmem backup implementation
` [PATCH v16 2/7] drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pages
` [PATCH v16 3/7] drm/ttm: Use fault-injection to test error paths
` [PATCH v16 4/7] drm/ttm: Add a macro to perform LRU iteration
` [PATCH v16 5/7] drm/ttm: Add helpers for shrinking
` [PATCH v16 6/7] drm/xe: Add a shrinker for xe bos
` [PATCH v16 7/7] drm/xe: Increase the XE_PL_TT watermark
[PATCH v2 0/1] phy: rockchip: naneng-combphy: compatible reset with old DT
2025-01-30 10:11 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH BlueZ] shared/asha: Add support for other side update
2025-01-30 10:13 UTC (2+ messages)
` [BlueZ] "
[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
2025-01-30 10:10 UTC (10+ messages)
` [PATCH v1 04/12] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
` [PATCH v1 08/12] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()
[PATCH] drm/amd/pm: Use one level table if dpm not enabled
2025-01-30 10:09 UTC (2+ messages)
[PATCH 0/6] thermal: renesas: Add support for RZ/G3S
2025-01-30 10:07 UTC (5+ messages)
` [PATCH 2/6] thermal: of: Export non-devres helper to register/unregister thermal zone
[PATCH v6 0/6] Poisoned memory recovery on reboot
2025-01-30 10:08 UTC (5+ messages)
` [PATCH v6 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
` [PATCH v6 2/6] system/physmem: poisoned memory discard on reboot
[PATCH stable 5.4] arm64: mm: account for hotplug memory when randomizing the linear region
2025-01-30 10:05 UTC (12+ messages)
` [PATCH] "
[PATCH bpf-next v7 0/5] Support eliding map lookup nullness
2025-01-30 10:06 UTC (6+ messages)
` [PATCH bpf-next v7 4/5] bpf: verifier: "
[PATCH v2 0/2] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model
2025-01-30 10:05 UTC (3+ messages)
` [PATCH v2 1/2] hw/usb/hcd-xhci-pci: Make PCI device more configurable
[PATCH] docs: clarify rdinit precedence and correct ramdisk to initramfs
2025-01-30 10:04 UTC (3+ messages)
[PATCH] tests/intel/xe_fault_injection: Inject errors during exec queue create IOCTL
2025-01-30 9:45 UTC
[PATCH 0/4] Enable cpufreq for IPQ5424
2025-01-30 10:03 UTC (4+ messages)
` [PATCH 2/4] clk: qcom: apss-ipq5424: Add ipq5424 apss clock controller
[PATCH v3 0/4] riscv: add support for SBI Supervisor Software Events
2025-01-30 10:01 UTC (8+ messages)
` [PATCH v3 2/4] riscv: add support for SBI Supervisor Software Events extension
[PATCH] procfs: Fix a locking bug in a vmcore_add_device_dump() error path
2025-01-30 10:02 UTC (2+ messages)
[PATCHv3 00/11] Get rid of PG_reclaim and rename PG_dropbehind
2025-01-30 10:00 UTC (12+ messages)
` [PATCHv3 01/11] mm/migrate: Transfer PG_dropbehind to the new folio
` [PATCHv3 02/11] drm/i915/gem: Convert __shmem_writeback() to folios
` [PATCHv3 03/11] drm/i915/gem: Use PG_dropbehind instead of PG_reclaim
` [PATCHv3 04/11] mm/zswap: "
` [PATCHv3 05/11] mm/truncate: Use folio_set_dropbehind() instead of deactivate_file_folio()
` [PATCHv3 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim
` [PATCHv3 07/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim in shrink_folio_list()
` [PATCHv3 08/11] mm/mglru: Check PG_dropbehind instead of PG_reclaim in lru_gen_folio_seq()
` [PATCHv3 09/11] mm: Remove PG_reclaim
` [PATCHv3 10/11] mm/vmscan: Do not demote PG_dropbehind folios
` [PATCHv3 11/11] mm: Rename PG_dropbehind to PG_reclaim
[PATCH v2 0/9] Add STM32MP25 SPI NOR support
2025-01-30 9:48 UTC (5+ messages)
` [PATCH v2 1/9] dt-bindings: spi: Add STM32 OSPI controller
[meta-arago][master][PATCH] ti-test: Add mcrc64 test application
2025-01-30 10:00 UTC
rk3399 fails to boot since v6.12.7
2025-01-30 9:58 UTC (3+ messages)
[PATCH 0/2] net: Fix announce_self with vhost
2025-01-30 10:00 UTC (4+ messages)
+ zram-do-not-use-per-cpu-compression-streams.patch added to mm-unstable branch
2025-01-30 10:00 UTC (2+ messages)
[meta-arago][scarthgap][PATCH] ti-test: Add mcrc64 test application
2025-01-30 9:58 UTC
[PATCH v2 Cover Letter] thunderbolt: Disable Gen 4 Recovery on Asymmetric Transitions
2025-01-30 9:51 UTC (2+ messages)
` [PATCH v2] "
[PATCH v9 0/9] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
2025-01-30 9:57 UTC (9+ messages)
` [PATCH v9 6/9] wifi: ath12k: add support for setting fixed HE rate/GI/LTF
[PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol
2025-01-30 9:57 UTC (5+ messages)
` [PATCH net-next v6 08/12] net: homa: create homa_incoming.c
[PATCH v2] tests/functional: Add a ppc64 mac99 test
2025-01-30 9:53 UTC (4+ messages)
[PATCH v3 00/10] drm/amdgpu: Add jpeg devcoredump support
2025-01-30 9:51 UTC (11+ messages)
` [PATCH v3 01/10] drm/amdgpu: Add a func for core specific reg offset
` [PATCH v3 02/10] drm/amdgpu: Add helper funcs for jpeg devcoredump
` [PATCH v3 03/10] drm/amdgpu: Enable devcoredump for JPEG4_0_3
` [PATCH v3 04/10] drm/amdgpu: Enable devcoredump for JPEG5_0_1
` [PATCH v3 05/10] drm/amdgpu: Enable devcoredump for JPEG4_0_0
` [PATCH v3 06/10] drm/amdgpu: Enable devcoredump for JPEG4_0_5
` [PATCH v3 07/10] drm/amdgpu: Enable devcoredump for JPEG3_0_0
` [PATCH v3 08/10] drm/amdgpu: Enable devcoredump for JPEG2_0_0
` [PATCH v3 09/10] drm/amdgpu: Enable devcoredump for JPEG2_5_0
` [PATCH v3 10/10] drm/amdgpu: Enable devcoredump for JPEG5_0_0
[PATCH 0/2] drm/i915/display: Allow display PHYs to reset power state
2025-01-30 9:52 UTC (4+ messages)
` [PATCH 2/2] "
linus: arm64: error: call to '__compiletime_assert_536' declared with attribute error: FIELD_PREP: value too large for the field
2025-01-30 9:52 UTC (2+ messages)
[GIT PULL v1 00/20] KVM: s390: some non-trivial fixes and cleanups for 6.14
2025-01-30 9:51 UTC (21+ messages)
` [GIT PULL v1 01/20] KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
` [GIT PULL v1 02/20] KVM: s390: vsie: stop using page->index
` [GIT PULL v1 03/20] KVM: s390: vsie: stop messing with page refcount
` [GIT PULL v1 04/20] KVM: s390: vsie: stop using "struct page" for vsie page
` [GIT PULL v1 05/20] KVM: Do not restrict the size of KVM-internal memory regions
` [GIT PULL v1 06/20] KVM: s390: wrapper for KVM_BUG
` [GIT PULL v1 07/20] KVM: s390: fake memslot for ucontrol VMs
` [GIT PULL v1 08/20] KVM: s390: selftests: fix ucontrol memory region test
` [GIT PULL v1 09/20] KVM: s390: move pv gmap functions into kvm
` [GIT PULL v1 10/20] KVM: s390: use __kvm_faultin_pfn()
` [GIT PULL v1 11/20] KVM: s390: get rid of gmap_fault()
` [GIT PULL v1 12/20] KVM: s390: get rid of gmap_translate()
` [GIT PULL v1 13/20] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [GIT PULL v1 14/20] KVM: s390: stop using page->index for non-shadow gmaps
` [GIT PULL v1 15/20] KVM: s390: stop using lists to keep track of used dat tables
` [GIT PULL v1 16/20] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [GIT PULL v1 17/20] KVM: s390: remove useless page->index usage
` [GIT PULL v1 18/20] KVM: s390: move PGSTE softbits
` [GIT PULL v1 19/20] KVM: s390: remove the last user of page->index
` [GIT PULL v1 20/20] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske
[PATCH 6.1] smb: client: fix UAF in async decryption
2025-01-30 9:43 UTC
[PATCH v6 0/2] Make i.MX9 OCOTP work as accessing controller
2025-01-30 9:49 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: nvmem: imx-ocotp: Introduce #access-controller-cells
[PATCH] blkid: allow up to 64k erofs block sizes
2025-01-30 9:49 UTC (4+ messages)
` [PATCH V2] "
[PATCH 0/7] [U-Boot] spi: atmel-quadspi: Refresh and add classic mode support
2025-01-30 9:49 UTC (3+ messages)
` [PATCH 6/7] spi: atmel-quadspi: Add support for classic SPI mode
[yocto] [scarthgap] circular dependency issue #kernel #rpi #scarthgap #yocto
2025-01-30 9:49 UTC (2+ messages)
[PATCH 0/2] bootstd: New bootmeth for RAUC A/B systems
2025-01-30 9:48 UTC (4+ messages)
` [PATCH 1/2] bootstd: Add implementation for bootmeth rauc
[PATCH] Fix --disable-widechar compile warnings
2025-01-30 9:47 UTC (2+ messages)
[PATCH 6.1] wifi: iwlwifi: add a few rate index validity checks
2025-01-30 9:46 UTC (3+ messages)
` [PATCH v2 "
[PATCH] Squashed 'dts/upstream/' changes from 9b6ba2666d63..8531b4b4988c
2025-01-27 0:00 UTC (3+ messages)
[PATCH] drm/amdgpu: enable the attributes for vb flashing
2025-01-30 9:43 UTC (3+ messages)
[PATCH RFC v2] soc: qcom: pmic_glink: Fix device access from worker during suspend
2025-01-30 9:43 UTC (2+ messages)
[ANNOUNCE] xfsprogs: for-next updated to ca10888d51a5
2025-01-30 9:41 UTC
[cip-dev][isar-cip-core][PATCH v2] read-only-rootfs.bbclass: Exclude boot,home and var from the erofs and squashfs
2025-01-30 9:41 UTC (3+ messages)
[PATCH 6.1] ext4: fix access to uninitialised lock in fc replay path
2025-01-30 9:41 UTC (2+ messages)
[PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-30 9:41 UTC (2+ messages)
[PATCH] drm/amdgpu: enable gfx clock gating for gfx950
2025-01-30 9:39 UTC (2+ messages)
[isar-cip-core][RFC][PATCH 00/10] Provide A/B snapshot support for persistent /var
2025-01-30 9:39 UTC (8+ messages)
` [isar-cip-core][RFC][PATCH 01/10] initramfs-crypt-hook: Add support for btrfs
` [isar-cip-core][RFC][PATCH 02/10] initramfs-crypt-hook: Bump revision
` [isar-cip-core][RFC][PATCH 05/10] initramfs-overlay-hook: Tune the parameter documentation
` [isar-cip-core][RFC][PATCH 07/10] initramfs-overlay-hook: Bump revision
` [isar-cip-core][RFC][PATCH 08/10] swupdate: Make var filesystem type configurable for update images
` [isar-cip-core][RFC][PATCH 09/10] swupdate: Activate abvar initramfs hook when VAR_FS_TYPE is set to btrfs
` [isar-cip-core][RFC][PATCH 10/10] Enable A/B snapshot for /var on x86 and qemu-arm64
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.