messages from 2023-04-12 20:53:31 to 2023-04-12 21:47:08 UTC [more...]
[PATCH 00/27] MediaTek Helio X10 - Mailbox, Display, MMC/SD/SDIO
2023-04-12 21:03 UTC (29+ messages)
` [PATCH 01/27] dt-bindings: pwm: Add compatible for MediaTek MT6795
` [PATCH 03/27] dt-bindings: display: mediatek: dpi: "
` [PATCH 05/27] dt-bindings: display: mediatek: dsi: "
` [PATCH 06/27] dt-bindings: display: mediatek: ovl: "
` [PATCH 07/27] dt-bindings: display: mediatek: rdma: "
` [PATCH 09/27] dt-bindings: display: mediatek: color: "
` [PATCH 13/27] dt-bindings: display: mediatek: ufoe: "
` [PATCH 14/27] dt-bindings: display: mediatek: od: "
[PATCH net-next v3 0/4] XDP Rx HWTS metadata for stmmac driver
2023-04-12 21:45 UTC (14+ messages)
` [PATCH net-next v3 1/4] net: stmmac: restructure Rx hardware timestamping function
` [PATCH net-next v3 2/4] net: stmmac: introduce wrapper for struct xdp_buff
` [PATCH net-next v3 3/4] net: stmmac: add Rx HWTS metadata to XDP receive pkt
` [PATCH net-next v3 4/4] net: stmmac: add Rx HWTS metadata to XDP ZC "
[PULL 0/5] Migration 20230412 patches
2023-04-12 21:45 UTC (6+ messages)
` [PULL 1/5] io: tls: Inherit QIO_CHANNEL_FEATURE_SHUTDOWN on server side
` [PULL 2/5] migration: Fix potential race on postcopy_qemufile_src
` [PULL 3/5] migration: Recover behavior of preempt channel creation for pre-7.2
` [PULL 4/5] migration/ram.c: Fix migration with compress enabled
` [PULL 5/5] migration: fix ram_state_pending_exact()
two little cleanups for the for-6.4/splice branch
2023-04-12 21:45 UTC (3+ messages)
` [PATCH 2/3] iov_iter: remove iov_iter_get_pages_alloc
[PATCH v1 bpf-next 0/5] Dynptr convenience helpers
2023-04-12 21:46 UTC (3+ messages)
` [PATCH v1 bpf-next 1/5] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
[PATCH 0/3] ARM ZSTD boot compression
2023-04-12 21:45 UTC (16+ messages)
` [PATCH 1/3] ARM: compressed: Pass the actual output length to the decompressor
` [PATCH 2/3] ARM: compressed: Bump MALLOC_SIZE to 128 KiB
` [PATCH 3/3] ARM: compressed: Enable ZSTD compression
[PATCH v2] send-email: export patch counters in validate environment
2023-04-12 21:45 UTC (2+ messages)
` [PATCH v3] "
[igt-dev] [PATCH i-g-t] tests/xe/xe_huc_copy: check debugfs for huc running
2023-04-12 21:44 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
[PATCH] spi: bcm2835: fix NULL pointer deref for OOB transfers
2023-04-12 21:33 UTC (2+ messages)
[PATCH net] rtnetlink: Restore RTM_NEW/DELLINK notification behavior
2023-04-12 21:42 UTC (6+ messages)
[PATCH] xfs_db: fix inverted logic in error path
2023-04-12 21:43 UTC (3+ messages)
[meta-ti][master/kirkstone][PATCH v2 1/6] ti-sgx-ddk-um: Remove RDEPENDS on libdrm-omap
2023-04-12 21:42 UTC (9+ messages)
` [meta-ti][master/kirkstone][PATCH v2 5/6] meta-ti-bsp: Remove SGX driver from SIGGEN_EXCLUDERECIPES_ABISAFE
` [meta-ti][master/kirkstone][PATCH v2 6/6] meta-ti-bsp: graphics: Rename SGX driver recipes to match Rogue
[PATCH] firmware/sysfb: Fix wrong stride when bits-per-pixel is calculated
2023-04-12 21:40 UTC (10+ messages)
[RFT][PATCH 1/3] autoconf: Test 2.72c
2023-04-12 21:41 UTC (3+ messages)
` [RFT][PATCH 2/3] autoconf_2.72c.bb: Backport fixes
` [RFT][PATCH 3/3] Revert "site: merged common-glibc from OE"
[PATCH] xfs: verify buffer contents when we skip log replay
2023-04-12 21:40 UTC (3+ messages)
[Intel-wired-lan] [PATCH net-next v2 00/15] Introduce Intel IDPF driver
2023-04-12 21:38 UTC (5+ messages)
` [Intel-wired-lan] [PATCH net-next v2 01/15] virtchnl: add virtchnl version 2 ops
` "
[PATCH 6.1 000/164] 6.1.24-rc1 review
2023-04-12 21:38 UTC (2+ messages)
[PATCH 0/2] xfs: a couple of syzbot fixes
2023-04-12 21:37 UTC (4+ messages)
` [PATCH 2/2] xfs: don't consider future format versions valid
[Intel-wired-lan] [PATCH net-next 00/15] Introduce IDPF driver
2023-04-12 21:36 UTC (8+ messages)
` [Intel-wired-lan] [PATCH net-next 01/15] virtchnl: add virtchnl version 2 ops
[PATCH] perf tests: Fix tests in 'Parse event definition strings'
2023-04-12 21:36 UTC (4+ messages)
[ovmf test] 180223: all pass - PUSHED
2023-04-12 21:36 UTC
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-04-12 21:35 UTC (23+ messages)
` [PATCH v3 01/22] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
` [PATCH v3 02/22] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v3 03/22] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v3 04/22] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 06/22] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()
` [PATCH v3 07/22] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v3 08/22] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v3 09/22] KVM: Annotate -EFAULTs from kvm_vcpu_map()
` [PATCH v3 10/22] KVM: x86: Annotate -EFAULTs from kvm_mmu_page_fault()
` [PATCH v3 11/22] KVM: x86: Annotate -EFAULTs from setup_vmgexit_scratch()
` [PATCH v3 12/22] KVM: x86: Annotate -EFAULTs from kvm_handle_page_fault()
` [PATCH v3 13/22] KVM: x86: Annotate -EFAULTs from kvm_hv_get_assist_page()
` [PATCH v3 14/22] KVM: x86: Annotate -EFAULTs from kvm_pv_clock_pairing()
` [PATCH v3 15/22] KVM: x86: Annotate -EFAULTs from direct_map()
` [PATCH v3 16/22] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation
` [PATCH v3 18/22] KVM: x86: Implement KVM_CAP_ABSENT_MAPPING_FAULT
` [PATCH v3 19/22] KVM: arm64: Annotate (some) -EFAULTs from user_mem_abort()
` [PATCH v3 20/22] KVM: arm64: Implement KVM_CAP_ABSENT_MAPPING_FAULT
` [PATCH v3 21/22] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test
[PATCH] repack: fix geometric repacking with gitalternates
2023-04-12 21:33 UTC (4+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 4/8] pack-objects: fix error when packing same pack twice
[Intel-wired-lan] [RFC PATCH v1] ice: add CGU info to devlink info callback
2023-04-12 21:33 UTC (2+ messages)
+ mm-hugetlb_vmemmap-rename-arch_want_hugetlb_page_optimize_vmemmap.patch added to mm-unstable branch
2023-04-12 21:32 UTC
+ mm-vmemmap-devdax-fix-kernel-crash-when-probing-devdax-devices.patch added to mm-unstable branch
2023-04-12 21:32 UTC
[PATCH] drm/amdgpu: only wait GTT bo's fence in amdgpu_bo_move
2023-04-12 21:32 UTC (2+ messages)
[Intel-gfx] [PATCH v6 0/2] Hugepage manager and test for MTL
2023-04-12 21:30 UTC (6+ messages)
` "
` [PATCH v6 1/2] drm/i915: Migrate platform-dependent mock hugepage selftests to live
` [Intel-gfx] "
` [PATCH v6 2/2] drm/i915: Use correct huge page manager for MTL
` [Intel-gfx] "
[PATCH 0/6] bus: fsl-mc: Make remove function return void
2023-04-12 21:30 UTC (4+ messages)
[PATCH 1/1] MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASK
2023-04-12 21:29 UTC
[PATCH] drm/msm/a6xx: initialize GMU mutex earlier
2023-04-12 21:29 UTC (3+ messages)
[PATCH v3 6/6] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling
2023-04-12 21:29 UTC (3+ messages)
[PATCH 0/4] Refactoring for GMA command
2023-04-13 0:29 UTC (5+ messages)
` [PATCH 1/4] net/ncsi: make one oem_gma function for all mfr id
` [PATCH 2/4] net/ncsi: change from ndo_set_mac_address to dev_set_mac_address
` [PATCH 3/4] net/ftgmac100: add mac-address-increment option for GMA command from NC-SI
` [PATCH 4/4] net/ncsi: add shift MAC address property
Next steps from GTI TAC meeting on 2023-03-08 - Evaluate cost of glibc migration
2023-04-12 21:28 UTC (3+ messages)
[PATCH v5 0/6] Nuvoton WPCM450 clock and reset driver
2023-04-12 21:24 UTC (7+ messages)
` [PATCH v5 3/6] dt-bindings: clock: Add Nuvoton WPCM450 clock/reset controller
[PATCH net-next] net: add macro netif_subqueue_completed_wake
2023-04-12 21:25 UTC
[xilinx-xlnx:master 635/1117] drivers/dma/xilinx/vdmatest.c:329:57: warning: implicit conversion from 'enum dma_transfer_direction' to 'enum dma_data_direction'
2023-04-12 21:21 UTC (2+ messages)
[PATCH net-next 0/8] Ocelot/Felix driver cleanup
2023-04-12 21:23 UTC (17+ messages)
` [PATCH net-next 1/8] net: mscc: ocelot: strengthen type of "u32 reg" in I/O accessors
` [PATCH net-next 2/8] net: mscc: ocelot: refactor enum ocelot_reg decoding to helper
` [PATCH net-next 3/8] net: mscc: ocelot: debugging print for statistics regions
` [PATCH net-next 4/8] net: mscc: ocelot: remove blank line at the end of ocelot_stats.c
` [PATCH net-next 5/8] net: dsa: felix: remove confusing/incorrect comment from felix_setup()
` [PATCH net-next 6/8] net: mscc: ocelot: strengthen type of "u32 reg" and "u32 base" in ocelot_stats.c
` [PATCH net-next 7/8] net: mscc: ocelot: strengthen type of "int i" "
` [PATCH net-next 8/8] net: mscc: ocelot: fix ineffective WARN_ON() "
+ mm-keep-memory-type-same-on-devmem-page-fault.patch added to mm-hotfixes-unstable branch
2023-04-12 21:23 UTC
[PATCH] mm: Keep memory type same on DEVMEM Page-Fault
2023-04-12 21:22 UTC (2+ messages)
[PATCH net] selftests: add the missing CONFIG_IP_SCTP in net config
2023-04-12 21:19 UTC (2+ messages)
[PATCH 0/2] cocci: codify authoring and reviewing practices
2023-04-12 21:18 UTC (3+ messages)
` [PATCH 1/2] cocci: add headings to and reword README
[PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame
2023-04-12 21:16 UTC (5+ messages)
` [PATCH V3,net-next, 1/4] net: mana: Use napi_build_skb in RX path
` [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU
` [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V3,net-next, 4/4] net: mana: Add support for jumbo frame
[PATCH v2 0/3] doc: interpret-trailers: don't use deprecated config
2023-04-12 21:16 UTC (7+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] doc: interpret-trailers: don’t use heredoc in examples
` [PATCH v3 2/4] doc: interpret-trailers: use input redirection
[Virtio-fs] [PATCH 0/4] vhost-user-fs: Internal migration
2023-04-12 21:14 UTC (9+ messages)
` [Virtio-fs] [PATCH 2/4] vhost-user: Interface for migration state transfer
` "
` [Virtio-fs] [PATCH 3/4] vhost: Add high-level state save/load functions
` "
` [PATCH 0/4] vhost-user-fs: Internal migration
[PATCH v1 RESEND 0/6] mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access
2023-04-12 21:15 UTC (5+ messages)
` [PATCH v1 RESEND 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
[PATCH 0/3] SDL2 usability fixes
2023-04-12 21:12 UTC (3+ messages)
` [PATCH 1/3] ui/sdl2: Grab Alt+Tab also in fullscreen mode
[PATCH] fs/proc: add Kthread flag to /proc/$pid/status
2023-04-12 21:12 UTC
[PATCH v5 00/15] x86/mtrr: fix handling with PAT but without MTRR
2023-04-12 21:11 UTC (3+ messages)
` [PATCH v5 09/15] x86/mtrr: allocate mtrr_value array dynamically
[PATCH v2 1/2] wifi: mt76: mt7921e: improve reliability of dma reset
2023-04-12 21:11 UTC (2+ messages)
` [PATCH v2 2/2] wifi: mt76: mt7921e: stop chip reset worker in unregister hook
[PATCH bpf-next 0/3] Fix a few BPF selftests
2023-04-12 21:04 UTC (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
` [PATCH bpf-next 2/3] selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
` [PATCH bpf-next 3/3] selftests/bpf: Keep the loop in bpf_testmod_loop_test
wilc1000: AP mode issue
2023-04-12 21:10 UTC (4+ messages)
[PATCH v1 1/1] kernel.h: Split out COUNT_ARGS() and CONCATENATE()
2023-04-12 21:09 UTC (5+ messages)
[PATCH v2 1/2] usb: dwc3: core: add support for remapping global register start address
2023-04-12 21:09 UTC (2+ messages)
[PATCH for 8.1] intel_iommu: refine iotlb hash calculation
2023-04-12 21:06 UTC (5+ messages)
[PATCH v3 0/5] arm64: qcom: sa8775p: add support for UFS
2023-04-12 21:07 UTC (3+ messages)
` [PATCH v3 5/5] arm64: dts: qcom: sa8775p-ride: enable UFS
"leds: trigger: use RCU to protect the led_cdevs list" triggers RCU error checks
2023-04-12 21:06 UTC (5+ messages)
+ mm-kmsan-handle-alloc-failures-in-kmsan_ioremap_page_range-fix.patch added to mm-hotfixes-unstable branch
2023-04-12 21:06 UTC
+ mm-kmsan-handle-alloc-failures-in-kmsan_ioremap_page_range.patch added to mm-hotfixes-unstable branch
2023-04-12 21:06 UTC
+ mm-kmsan-handle-alloc-failures-in-kmsan_vmap_pages_range_noflush.patch added to mm-hotfixes-unstable branch
2023-04-12 21:06 UTC
[PATCH v3 0/4] pwm: meson: make full use of common clock framework
2023-04-12 21:05 UTC (5+ messages)
` [PATCH v3 4/4] "
[Intel-gfx] [V2 0/1] drm/i915/debugfs: New debugfs for display clock frequencies
2023-04-12 21:06 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[PATCH 1/2] mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
2023-04-12 21:06 UTC (3+ messages)
[PATCH 0/6] Add support for notself and other to CIL
2023-04-12 21:04 UTC (7+ messages)
` [PATCH 1/6] libsepol: Changes to ebitmap.h to fix compiler warnings
` [PATCH 2/6] libsepol/cil: Do not call ebitmap_init twice for an ebitmap
` [PATCH 3/6] libsepol/cil: Add notself and other support to CIL
` [PATCH 4/6] libsepol: update CIL generation for trivial not-self rules
` [PATCH 5/6] secilc/docs: Add notself and other keywords to CIL documentation
` [PATCH 6/6] secilc/test: Add notself and other tests
[PULL 03/30] migration: Split save_live_pending() into state_pending_*
2023-04-12 21:01 UTC (3+ messages)
` s390x TCG migration failure
[PATCHv3 0/8] Fix the problem that rxe can not work in net namespace
2023-04-12 21:01 UTC (3+ messages)
[PATCH] tests/vm: use the default system python for NetBSD
2023-04-12 20:59 UTC (2+ messages)
[cel:topic-shmem-stable-dir-cookies] [shmem] 5fd403eb6c: WARNING:inconsistent_lock_state
2023-04-12 21:00 UTC (6+ messages)
[RFC PATCH 2/2] usb: dwc3: Support 'snps,gadget-keep-connect-sys-sleep' feature
2023-04-12 20:59 UTC (11+ messages)
[RFC PATCH v4] sched: Fix performance regression introduced by mm_cid
2023-04-12 20:57 UTC (3+ messages)
[PATCH v1 0/5] refactoring and fix for Meson NAND
2023-04-12 20:56 UTC (15+ messages)
` [PATCH v1 4/5] mtd: rawnand: meson: clear OOB buffer before read
[PATCH] selinux: ensure av_permissions.h is built when needed
2023-04-12 20:54 UTC
[PATCH V2] debugfs: allow access relay files in lockdown mode
2023-04-12 20:53 UTC
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.