messages from 2024-06-13 15:16:48 to 2024-06-13 15:43:56 UTC [more...]
[PATCH] util/grub-mkrescue: use capitalised paths for removable EFI images
2024-06-13 15:43 UTC (2+ messages)
[PATCH] media: imx283: drop CENTERED_RECTANGLE due to clang failure
2024-06-13 15:43 UTC (3+ messages)
[RFC PATCH v3 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
2024-06-13 15:42 UTC (2+ messages)
[PATCH 2/5] PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
2024-06-13 15:42 UTC (2+ messages)
[PATCH] wifi: ath12k: fix legacy peer association due to missing HT or 6 GHz capabilities
2024-06-13 15:42 UTC (2+ messages)
[PATCH 0/4] mfd: tqmx86: new hardware and GPIO/I2C IRQ improvements/additions
2024-06-13 15:42 UTC (3+ messages)
` [PATCH 4/4] mfd: tqmx86: add I2C IRQ support
[PATCH net-next v2 00/10] net: pcs: xpcs: Add memory-mapped device support
2024-06-13 15:41 UTC (8+ messages)
` [PATCH net-next v2 06/10] dt-bindings: net: Add Synopsys DW xPCS bindings
[PATCH v2 0/5] bootstd: Add Android support
2024-06-13 15:42 UTC (6+ messages)
` [PATCH v2 1/5] boot: android: Provide vendor_bootimg_addr in boot_get_fdt()
` [PATCH v2 3/5] android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr()
[RFC PATCH 00/31] Make U-Boot memory reservations coherent
2024-06-13 15:42 UTC (12+ messages)
` [RFC PATCH 04/31] lmb: remove local instances of the lmb structure variable
[meta-rockchip][PATCH v2 1/2] rockchip-rkbin: bump SRCREV
2024-06-13 15:41 UTC (6+ messages)
` [meta-rockchip][PATCH v2 2/2] radxa-zero-3e: add
` [yocto-patches] "
` [yocto-patches] [meta-rockchip][PATCH v2 1/2] rockchip-rkbin: bump SRCREV
[PATCH] drm/panic: depends on !VT_CONSOLE
2024-06-13 15:40 UTC
[PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset
2024-06-13 15:40 UTC (10+ messages)
` [Intel-wired-lan] "
[cip-dev][isar-cip-core][PATCH v4 0/2] wic ebg plugins support
2024-06-13 15:40 UTC (3+ messages)
` [cip-dev][isar-cip-core][PATCH v4 1/2] wic/plugins/efibootguard*: Take --size and --fixed-size into account
[PATCH v7 00/11] enable bs > ps in XFS
2024-06-13 15:40 UTC (11+ messages)
` [PATCH v7 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
[PATCH 1/2] list: introduce a new cutting helper
2024-06-13 15:40 UTC (9+ messages)
[PATCH v5 0/3] SII902X HDMI Bridge fixups
2024-06-13 15:40 UTC (2+ messages)
[PATCH v4 00/35] kmsan: Enable on s390
2024-06-13 15:34 UTC (36+ messages)
` [PATCH v4 01/35] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v4 02/35] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v4 03/35] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v4 04/35] kmsan: Increase the maximum store size to 4096
` [PATCH v4 05/35] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v4 06/35] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v4 07/35] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v4 08/35] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v4 09/35] kmsan: Expose kmsan_get_metadata()
` [PATCH v4 10/35] kmsan: Export panic_on_kmsan
` [PATCH v4 11/35] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v4 12/35] kmsan: Support SLAB_POISON
` [PATCH v4 13/35] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v4 14/35] kmsan: Do not round up pg_data_t size
` [PATCH v4 15/35] mm: slub: Let KMSAN access metadata
` [PATCH v4 16/35] mm: slub: Unpoison the memchr_inv() return value
` [PATCH v4 17/35] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v4 18/35] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v4 19/35] kmsan: Accept ranges starting with 0 on s390
` [PATCH v4 20/35] s390/boot: Turn off KMSAN
` [PATCH v4 21/35] s390: Use a larger stack for KMSAN
` [PATCH v4 22/35] s390/boot: Add the KMSAN runtime stub
` [PATCH v4 23/35] s390/checksum: Add a KMSAN check
` [PATCH v4 24/35] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v4 25/35] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v4 26/35] s390/diag: Unpoison diag224() "
` [PATCH v4 27/35] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v4 28/35] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v4 29/35] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v4 30/35] s390/string: Add KMSAN support
` [PATCH v4 31/35] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v4 32/35] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v4 33/35] s390/unwind: Disable KMSAN checks
` [PATCH v4 34/35] s390: Implement the architecture-specific KMSAN functions
` [PATCH v4 35/35] kmsan: Enable on s390
[PATCH v3 0/3] iio: adc: ad7266: Use iio_device_claim_direct_scoped() and clean some codestyle error
2024-06-13 15:39 UTC (4+ messages)
` [PATCH v3 1/3] iio: adc: ad7266: Fix variable checking bug
` [PATCH v3 2/3] iio: adc: ad7266: Use iio_device_claim_direct_scoped()
` [PATCH v3 3/3] iio: adc: ad7266: Fix codestyle error
[PATCH v16 00/17] Add OA functionality to Xe
2024-06-13 15:39 UTC (5+ messages)
` [PATCH 03/17] drm/xe/oa/uapi: Add OA data formats
[meta-networking][PATCH] tnftp: Disable incompatible-pointer-types warning as error
2024-06-13 15:39 UTC (2+ messages)
` [oe] "
[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
2024-06-13 15:39 UTC (9+ messages)
[PATCH v4 0/2] Clean the policy manipulation path in domain creation
2024-06-13 15:38 UTC (4+ messages)
` [PATCH v4 1/2] tools/xg: Streamline cpu policy serialise/deserialise calls
[PATCH 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
2024-06-13 15:39 UTC (5+ messages)
` [PATCH v2 00/20] "
` [PATCH v2 08/20] hash: require hash algorithm in `empty_tree_oid_hex()`
[PATCH 00/19] Updates for turris-mox-rwtm driver
2024-06-13 15:39 UTC (8+ messages)
` [PATCH 10/19] firmware: turris-mox-rwtm: Simplify driver kobject code
[PATCH] wifi: ath12k: fix mbssid max interface advertisement
2024-06-13 15:38 UTC
[PATCH v2 0/5] drop low power policy board type
2024-06-13 15:37 UTC (8+ messages)
` [PATCH v2 2/5] ata: ahci: a hotplug capable port is an external port
[PATCH 0/2] Add boot-mode property for zynq
2024-06-13 15:36 UTC (3+ messages)
` [PATCH 1/2] hw/misc/zynq_slcr: Add BootMode property
` [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property
[PATCH net-next v3] net: dqs: introduce IFF_NO_BQL private flag for non-BQL drivers
2024-06-13 15:37 UTC (6+ messages)
[OE-core][PATCH] python3: skip test_multiprocessing/test_active_children test
2024-06-13 15:37 UTC
[PATCH v4] net/cpfl: get running host ID for CPFL PMD
2024-06-13 15:36 UTC (3+ messages)
` [PATCH v5] "
[PATCH v6 05/49 RESEND] media: atomisp: Switch to new Intel CPU model defines
2024-06-13 15:35 UTC (4+ messages)
[PATCH] drm/xe/uc: Fix and start using xe_uc_fw_sanitize()
2024-06-13 15:34 UTC
E
2024-06-13 15:34 UTC
[RFC] ring: remove unnecessary fences in C11 ring for performance
2024-06-13 15:34 UTC (3+ messages)
silent u-boot not working
2024-06-13 15:34 UTC (2+ messages)
[PATCH] Fix typo in NVME show command
2024-06-13 15:33 UTC (2+ messages)
[PATCH] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present
2024-06-13 15:33 UTC (6+ messages)
[PATCH] cmd: sound: fix help text
2024-06-13 15:33 UTC (2+ messages)
[PATCH 1/1] dm: typo prbing
2024-06-13 15:33 UTC (2+ messages)
[u-boot-test-hooks PATCH v2 0/2] Add support for Labgrid
2024-06-13 15:33 UTC (3+ messages)
` [u-boot-test-hooks PATCH v2 1/2] Create a common file for test scripts
Pull request efi-2024-07-rc5 for branch master
2024-06-13 15:32 UTC (2+ messages)
[PATCH 00/20] New CI image and fixes
2024-06-13 15:32 UTC (7+ messages)
` [PATCH 14/20] CI: GitLab: Split build_world tasks
[RCU] zombie task hung in synchronize_rcu_expedited
2024-06-13 15:30 UTC (4+ messages)
` [PATCH] zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING
[libevl][PATCH 0/4] evl-test: align with xeno-test
2024-06-13 15:32 UTC (7+ messages)
` [libevl][PATCH 1/4] Copy dohell from Xenomai 3
` [libevl][PATCH 3/4] evl-test: Start evl-test with load by default
[PATCH] rdma: Fix dtr_path use-after-free
2024-06-13 15:31 UTC (2+ messages)
Question about pNFS documentation
2024-06-13 15:31 UTC (2+ messages)
[GIT PULL] Please pull NFS client bugfixes for Linux 6.10
2024-06-13 15:31 UTC
[PATCH bpf] bpf: fix UML x86_64 compile failure
2024-06-13 15:30 UTC (2+ messages)
[PATCH v3] dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
2024-06-13 15:30 UTC
[PATCH] app/test:add NIC parameter exception handling
2024-06-13 15:30 UTC (2+ messages)
[LTP] [PATCH 1/2] cve-2015-3290: Fail on unexpected signal
2024-06-13 15:29 UTC (2+ messages)
` [LTP] [PATCH 2/2] cve-2015-3290: Check for mishandled modify_ldt() return value
[PATCH 0/3] Resolve problems with kexec identity mapping
2024-06-13 15:28 UTC (2+ messages)
[PATCH] mci: core: clarify why write_bl_len is the same as read_bl_len
2024-06-13 15:27 UTC
[PATCH v3 0/7] Support fdinfo runtime and memory stats on Panthor
2024-06-13 15:28 UTC (2+ messages)
[bug report] block: integer overflow in __bvec_gap_to_prev()
2024-06-13 15:27 UTC (3+ messages)
[bug report] mm: Provide a means of invalidation without using launder_folio
2024-06-13 15:27 UTC (4+ messages)
[PATCH v1 0/7] Revise Meta(Facebook) Harma BMC(AST2600)
2024-06-13 15:24 UTC (16+ messages)
` [PATCH v1 1/7] ARM: dts: aspeed: Harma: revise hsc chip
` [PATCH v1 2/7] ARM: dts: aspeed: Harma: add VR device
` [PATCH v1 3/7] ARM: dts: aspeed: Harma: add sgpio name
` [PATCH v1 4/7] ARM: dts: aspeed: Harma: add ina238
` [PATCH v1 5/7] ARM: dts: aspeed: Harma: add power monitor xdp710
` [PATCH v1 6/7] ARM: dts: aspeed: Harma: remove multi-host property
` [PATCH v1 7/7] ARM: dts: aspeed: Harma: remove pca9546
[PATCH] drm/i915/dsc: don't mess up splitter state in joiner or dsc config
2024-06-13 15:27 UTC (4+ messages)
` ✓ CI.Build: success for "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
PC speaker doesn't work under Linux, works in GRUB/EFI
2024-06-13 15:24 UTC (3+ messages)
[PATCH v3 0/4] Add reset support to EN7581 clk driver
2024-06-13 15:25 UTC (3+ messages)
` [PATCH v3 1/4] dt-bindings: clock: airoha: Add reset support to EN7581 clock binding
[PATCH v2] leds: triggers: flush pending brightness before activating trigger
2024-06-13 15:24 UTC
[PATCH 00/42] labgrid: Provide an integration with Labgrid
2024-06-12 20:24 UTC (5+ messages)
What's cooking in git.git (Jun 2024, #04; Wed, 12)
2024-06-13 15:22 UTC (3+ messages)
linux-next: build warnings after merge of the bpf-next tree
2024-06-13 15:22 UTC (2+ messages)
[PATCH v1 0/3] mm: zswap: global shrinker fix and proactive shrink
2024-06-13 15:22 UTC (2+ messages)
[PATCH v2] scripts/make_fit: Support decomposing DTBs
2024-06-13 15:22 UTC (2+ messages)
QA notification for completed autobuilder build (yocto-5.1_M1.rc2)
2024-06-13 15:22 UTC (2+ messages)
` [yocto] "
[CI 01/42] mm/hmm: let users to tag specific PFNs
2024-06-13 15:31 UTC (42+ messages)
` [CI 02/42] dma-mapping: provide an interface to allocate IOVA
` [CI 03/42] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [CI 04/42] iommu/dma: Provide an interface to allow preallocate IOVA
` [CI 05/42] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [CI 06/42] iommu/dma: Implement link/unlink page callbacks
` [CI 07/42] drm: Move GPUVA_START/LAST to drm_gpuvm.h
` [CI 08/42] drm/svm: Mark drm_gpuvm to participate SVM
` [CI 09/42] drm/svm: introduce drm_mem_region concept
` [CI 10/42] drm/svm: introduce hmmptr and helper functions
` [CI 11/42] drm/svm: Introduce helper to remap drm memory region
` [CI 12/42] drm/svm: handle CPU page fault
` [CI 13/42] drm/svm: Migrate a range of hmmptr to vram
` [CI 14/42] drm/svm: Add DRM SVM documentation
` [CI 15/42] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [CI 16/42] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [CI 17/42] drm/xe: Convert multiple bind ops into single job
` [CI 18/42] drm/xe: Update VM trace events
` [CI 19/42] drm/xe: Update PT layer with better error handling
` [CI 20/42] drm/xe: Retry BO allocation
` [CI 21/42] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_SYSTEM_ALLOCATOR flag
` [CI 22/42] drm/xe: Add a helper to calculate userptr end address
` [CI 23/42] drm/xe: Add dma_addr res cursor
` [CI 24/42] drm/xe: Use drm_mem_region for xe
` [CI 25/42] drm/xe: use drm_hmmptr in xe
` [CI 26/42] drm/xe: Moving to range based vma invalidation
` [CI 27/42] drm/xe: Support range based page table update
` [CI 28/42] drm/xe/uapi: Add DRM_XE_VM_CREATE_FLAG_PARTICIPATE_SVM flag
` [CI 29/42] drm/xe/svm: Create userptr if page fault occurs on system_allocator VMA
` [CI 30/42] drm/xe/svm: Add faulted userptr VMA garbage collector
` [CI 31/42] drm/xe: Introduce helper to get tile from memory region
` [CI 32/42] drm/xe/svm: implement functions to allocate and free device memory
` [CI 33/42] drm/xe/svm: Get drm device from drm memory region
` [CI 34/42] drm/xe/svm: Get page map owner of a "
` [CI 35/42] drm/xe/svm: Add migrate layer functions for SVM support
` [CI 36/42] drm/xe/svm: introduce svm migration function
` [CI 37/42] drm/xe/svm: Register xe memory region to drm layer
` [CI 38/42] drm/xe/svm: Introduce DRM_XE_SVM kernel config
` [CI 39/42] drm/xe/svm: Migration from sram to vram for system allocator
` [CI 40/42] drm/xe/svm: Determine a vma is backed by device memory
` [CI 41/42] drm/xe/svm: Introduce hmm_pfn array based resource cursor
` [CI 42/42] drm/xe: Enable system allocator uAPI
[PATCH printk v2 00/18] add threaded printing + the rest
2024-06-13 15:21 UTC (7+ messages)
` [PATCH printk v2 04/18] printk: nbcon: Introduce printing kthreads
[PATCH bpf-next v4 0/2] Regular expression support for test output matching
2024-06-13 15:20 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Support checks against a regular expression
` [PATCH bpf-next v4 2/2] selftests/bpf: Match tests against "
[PATCH] platform/chrome: cros_ec_lpc: Fix error code in cros_ec_lpc_mec_read_bytes()
2024-06-13 15:20 UTC (3+ messages)
[PATCH 0/6] staging: rtl8192e: Cleanup multiple issues
2024-06-13 15:16 UTC (7+ messages)
` [PATCH 1/6] staging: rtl8192e: Remove unused constant IC_VersionCut_E
` [PATCH 2/6] staging: rtl8192e: Remove unused struct phy_ofdm_rx_status_rxsc
` [PATCH 3/6] staging: rtl8192e: Remove unused constant WA_IOT_TH_VAL
` [PATCH 4/6] staging: rtl8192e: Capitalize constant RegC38_TH
` [PATCH 5/6] staging: rtl8192e: Remove unused macro dm_tx_bb_gain_idx_to_amplify
` [PATCH 6/6] staging: rtl8192e: Remove unnecessary pre-declaration of struct net_device
[PATCH v4 0/4] HDMI TX support in msm8998
2024-06-13 15:15 UTC
[PATCH for 4.19?] x86/Intel: unlock CPUID earlier for the BSP
2024-06-13 15:16 UTC (2+ messages)
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.