All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-15 10:32:10 to 2022-03-15 11:01:10 UTC [more...]

[PULL v3 00/22] QEMU changes for 7.0 soft freeze
 2022-03-15 10:54 UTC  (2+ messages)
` [PULL v3 11/22] target/i386: Throw a #SS when loading a non-canonical IST

[PATCH v2] uwb: nxp: sr1xx: UWB driver support for sr1xx series chip
 2022-03-15 10:52 UTC 

[PATCH v6 0/6] Add sata nodes to rk356x
 2022-03-15 11:00 UTC  (3+ messages)
` (subset) "

[PATCH] arm64: dts: rockchip: Move drive-impedance-ohm to emmc phy
 2022-03-15 11:00 UTC  (2+ messages)

[PATCH net-next 0/3] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-15 11:00 UTC  (6+ messages)
` [PATCH net-next 1/3] net: bridge: add fdb flag to extent locked port feature
      ` [Bridge] "

OVS DPDK DSA Architecture/Design Discussion
 2022-03-15 11:00 UTC  (2+ messages)

[PATCH net-next] net: sfp: add 2500base-X quirk for Lantech SFP module
 2022-03-15 11:00 UTC  (2+ messages)

[PATCH] doc: board: raspberrypi: Add documentation
 2022-03-15 10:59 UTC  (3+ messages)

[PATCH v2] clocksource: acpi_pm: fix return value of __setup handler
 2022-03-15 10:59 UTC  (2+ messages)

[XEN][RFC PATCH v3 00/14] dynamic node programming using overlay dtbo
 2022-03-15 10:58 UTC  (7+ messages)
` [XEN][RFC PATCH v3 11/14] xen/arm: Implement device tree node addition functionalities
` [XEN][RFC PATCH v3 12/14] tools/libs/ctrl: Implement new xc interfaces for dt overlay
` [XEN][RFC PATCH v3 13/14] tools/libs/light: Implement new libxl functions for device tree overlay ops

[libgpiod v2][PATCH 0/6] documentation and other minor tweaks
 2022-03-15 10:58 UTC  (5+ messages)
` [libgpiod v2][PATCH 2/6] API: rename gpiod_request_config_get_num_offsets to gpiod_request_config_get_num_lines to match line_request pattern
` [libgpiod v2][PATCH 4/6] line-config: rename num_values to num_lines

[PATCH 5.15 000/110] 5.15.29-rc1 review
 2022-03-15 10:58 UTC  (2+ messages)

[PATCH 0/3] Use g_new() & friends where that makes obvious
 2022-03-15 10:58 UTC  (4+ messages)
` [PATCH 3/3] Use g_new() & friends where that makes obvious sense

[PATCH v2 net] af_unix: Support POLLPRI for OOB
 2022-03-15 10:58 UTC  (2+ messages)

[yocto] configuration fragments
 2022-03-15 10:58 UTC  (2+ messages)

[PATCH V7 0/5] add display support for MediaTek SoC MT8186
 2022-03-15 10:56 UTC  (6+ messages)
` [PATCH V7 1/5] dt-bindings: display: mediatek: add aal binding for MT8183

[PATCH 0/4] builtin add -p: hopefully final readkey fixes
 2022-03-15 10:57 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] terminal: use flags for save_term()
  ` [PATCH v3 2/4] terminal: don't assume stdin is /dev/tty
  ` [PATCH v3 3/4] terminal: work around macos poll() bug
  ` [PATCH v3 4/4] terminal: restore settings on SIGTSTP

(2) [PATCH v2] driver/nvme/host: Support duplicated nsid for the private ns
 2022-03-15 10:56 UTC  (5+ messages)
`  "
    `  "
        ` RE:(2) (2) "

[syzbot] possible deadlock in blkdev_put (3)
 2022-03-15 10:57 UTC  (6+ messages)
  ` [PATCH v2] loop: don't hold lo->lo_mutex from lo_open() and lo_release()

[PATCH v17 0/7] Add vmnet.framework based network backend
 2022-03-15 10:02 UTC  (4+ messages)
` [PATCH v17 3/7] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v17 6/7] net/vmnet: update qemu-options.hx
` [PATCH v17 7/7] net/vmnet: update hmp-commands.hx

RTT-PROBE: lore-subspace-rtt
 2022-03-15 10:56 UTC 

[PATCH] fs: erofs: remember if kobject_init_and_add was done
 2022-03-15 10:55 UTC  (4+ messages)

[PATCH v2 00/15] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-15 10:47 UTC  (16+ messages)
` [PATCH v2 01/15] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
` [PATCH v2 02/15] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
` [PATCH v2 03/15] mm/memory: slightly simplify copy_present_pte()
` [PATCH v2 04/15] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH v2 05/15] mm/rmap: convert RMAP flags to a proper distinct rmap_t type
` [PATCH v2 06/15] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH v2 07/15] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH v2 08/15] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v2 09/15] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH v2 10/15] mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
` [PATCH v2 11/15] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH v2 12/15] mm/gup: disallow follow_page(FOLL_PIN)
` [PATCH v2 13/15] mm: support GUP-triggered unsharing of anonymous pages
` [PATCH v2 14/15] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
` [PATCH v2 15/15] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

[PATCH] i2c: rcar: add SMBus block read support
 2022-03-15 10:45 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH net] af_unix: Support POLLPRI for OOB
 2022-03-15 10:52 UTC  (2+ messages)

[PATCH -next] powerpc/eeh: Add correct inline functions
 2022-03-15 10:51 UTC  (4+ messages)

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-15 10:50 UTC  (5+ messages)
` [PATCH 4/6] builtin/stash: provide a way to export stashes to a ref

[PATCH v2] btrfs: fix fallocate to use file_modified to update permissions consistently
 2022-03-15 10:50 UTC  (2+ messages)

[PATCH v2] kallsyms: enhance %pS/s/b printing when KALLSYSMS is disabled
 2022-03-15 10:47 UTC  (3+ messages)

[PATCH v2 0/8] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-03-15 10:49 UTC  (7+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: mvebu: Document bindings for AC5
` [PATCH v2 4/8] pinctrl: mvebu: pinctrl driver for 98DX2530 SoC

[OE-core] [PATCH] createrepo-c: upgrade 0.18.0 -> 0.19.0
 2022-03-15 10:51 UTC  (4+ messages)
` [OE-core] [PATCH] dnf: upgrade 4.10.0 -> 4.11.1
` [OE-core] [PATCH] dpkg: upgrade 1.21.1 -> 1.21.2
` [OE-core] [PATCH] harfbuzz: upgrade 4.0.0 -> 4.0.1

RTT-PROBE: lore-subspace-rtt
 2022-03-15 10:51 UTC 

linux-next: manual merge of the kspp tree with Linus' tree
 2022-03-15 10:49 UTC 

[PATCH] rfkill: keep rfkill event compatibility with old userspace applications
 2022-03-15 10:49 UTC  (2+ messages)

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-15 10:49 UTC  (4+ messages)
` [PATCH v4 14/32] iommu: introduce iommu_domain_alloc_type and the KVM type

[PATCH] nvme-pci: disable write zeros support on specific SSDs
 2022-03-15 10:49 UTC 

[PATCH 0/2] Update cros-ec-spi for fingerprint devices
 2022-03-15 10:41 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mfd: Add ChromeOS fingerprint binding

[RFC PATCH 0/3] nvmet: export discovery subsystem
 2022-03-15 10:49 UTC  (8+ messages)
` [PATCH 1/3] nvmet: expose discovery subsystem in sysfs

[PATCH v2 00/10] drm: Add support for low-color frame buffer formats
 2022-03-15 10:48 UTC  (12+ messages)
` [PATCH v2 05/10] drm/fourcc: Add DRM_FORMAT_C[124]

[PATCH 0/3] rcu: synchronize_rcu[_expedited]() related fixes
 2022-03-15 10:48 UTC  (4+ messages)
` [PATCH 2/3] preempt/dynamic: Introduce preempt mode accessors

[PATCH 0/6] btrfs: one fallocate fix and removing outdated code for fallocate and reflinks
 2022-03-15 10:47 UTC  (7+ messages)
` [PATCH 1/6] btrfs: only reserve the needed data space amount during fallocate
` [PATCH 2/6] btrfs: remove useless dio wait call when doing fallocate zero range
` [PATCH 3/6] btrfs: remove inode_dio_wait() calls when starting reflink operations
` [PATCH 4/6] btrfs: remove ordered extent check and wait during fallocate
` [PATCH 5/6] btrfs: remove ordered extent check and wait during hole punching and zero range
` [PATCH 6/6] btrfs: add and use helper to assert an inode range is clean

[PATCH v6 0/2] ath11k: add handler for board-2.bin without variant and read SMBIOS
 2022-03-15 10:47 UTC  (6+ messages)
` [PATCH v6 1/2] ath11k: add fallback board name without variant while searching board-2.bin
` [PATCH v6 2/2] ath11k: add read variant from SMBIOS for download board data

[PATCH 0/6] power_of_2 emulation support for NVMe ZNS devices
 2022-03-15 10:45 UTC  (12+ messages)

[PATCH] cpufreq: fix cpufreq_get() can't get correct CPU frequency
 2022-03-15 10:47 UTC  (4+ messages)

[PATCH] nvme-pci: disable write zeros support on specific SSDs
 2022-03-15 10:47 UTC 

[PATCH 0/2] scsi/libata: A potential tagging fix and improvement
 2022-03-15 10:39 UTC  (3+ messages)
` [PATCH 1/2] scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()
` [PATCH RFC 2/2] libata: Use scsi cmnd budget token for qc tag for SAS host

[PATCH v4 10/11] tools/objtool: Check for use of the ENQCMD instruction in the kernel
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 01/45] static_call: Avoid building empty .static_call_sites
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 03/45] objtool: Default ignore INT3 for unreachable
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 14/45] x86/linkage: Add ENDBR to SYM_FUNC_START*()
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 04/45] objtool,efi: Update __efi64_thunk annotation
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 05/45] objtool: Have WARN_FUNC fall back to sym+off
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 08/45] x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 09/45] x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 10/45] x86/entry: Cleanup PARAVIRT
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 11/45] x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 13/45] x86/ibt,entry: Sprinkle ENDBR dust
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[f2fs-dev] EIO returned when reading files from R/O, compressed f2fs image
 2022-03-15 10:48 UTC  (6+ messages)

[PATCH v4 02/45] objtool: Add --dry-run
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH experiment 00/16] C++20 coroutine backend
 2022-03-15  9:32 UTC  (4+ messages)

[PATCH v4 07/45] x86/ibt: Add ANNOTATE_NOENDBR
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 06/45] x86/ibt: Base IBT bits
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 12/45] x86/ibt,xen: Sprinkle the ENDBR
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

RTT-PROBE: lore-subspace-rtt
 2022-03-15 10:46 UTC 

[PATCH v4 15/45] x86/ibt,paravirt: Sprinkle ENDBR
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 16/45] x86/ibt,crypto: Add ENDBR for the jump-table entries
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 18/45] x86/ibt,ftrace: Search for __fentry__ location
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 17/45] x86/ibt,kvm: Add ENDBR to fastops
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v3] PCI / ACPI: Assume `HotPlugSupportInD3` only if device can wake from D3
 2022-03-15 10:44 UTC  (2+ messages)

[PATCH v4 20/45] x86/ibt,ftrace: Make function-graph play nice
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 19/45] x86/livepatch: Validate __fentry__ location
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 26/45] x86/alternative: Simplify int3_selftest_ip
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 25/45] x86/ibt,kexec: Disable CET on kexec
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 29/45] x86/ibt: Annotate text references
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 24/45] x86/ibt: Add IBT feature, MSR and #CP handling
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 21/45] x86/ibt,kprobes: Cure sym+0 equals fentry woes
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 22/45] x86/ibt,bpf: Add ENDBR instructions to prologue and trampoline
 2022-03-15 10:44 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 23/45] x86/ibt,ftrace: Add ENDBR to samples/ftrace
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 27/45] x86/ibt: Disable IBT around firmware
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 31/45] x86/ibt,sev: Annotations
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 32/45] x86/ibt: Dont generate ENDBR in .discard.text
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 30/45] x86/ibt,ftrace: Annotate ftrace code patching
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 34/45] objtool: Rename --duplicate to --lto
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 33/45] x86/ibt: Ensure module init/exit points have references
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 37/45] exit: Mark do_group_exit() __noreturn
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-15 10:43 UTC  (4+ messages)
` [tip: x86/core] x86: Annotate idtentry_df()
` [tip: x86/core] x86,objtool: Move the ASM_REACHABLE annotation to objtool.h
` [tip: x86/core] x86: Mark __invalid_creds() __noreturn

[PATCH v2 00/25] migration: Postcopy Preemption
 2022-03-15 10:43 UTC  (8+ messages)
          ` Time to introduce a migration protocol negotiation (Re: [PATCH v2 00/25] migration: Postcopy Preemption)

[PATCH v4 35/45] objtool: Ignore extra-symbol code
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH] Uwb: Nxp: sr1xx: Uwb driver support for sr1xx series chip
 2022-03-15 10:43 UTC  (3+ messages)
  ` [EXT] "

[PATCH v4 36/45] x86: Mark stop_this_cpu() __noreturn
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 38/45] objtool: Rework ASM_REACHABLE
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 39/45] x86: Annotate call_on_stack()
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 41/45] objtool: Read the NOENDBR annotation
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 43/45] objtool: Validate IBT assumptions
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 44/45] objtool: Find unused ENDBR instructions
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v4 45/45] x86/alternative: Use .ibt_endbr_seal to seal indirect calls
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH v2] meson: Update to version 0.61.3
 2022-03-15  9:32 UTC 

[PATCH v4 42/45] objtool: Add IBT/ENDBR decoding
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH 1/2] x86: Remove toolchain check for X32 ABI capability
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH 2/2] x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy
 2022-03-15 10:43 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH iproute2-next v4 0/2] GTP support for ip link and tc flowers
 2022-03-15 10:42 UTC  (3+ messages)
` [PATCH iproute2-next v4 1/2] ip: GTP support in ip link
` [PATCH iproute2-next v4 2/2] f_flower: Implement gtp options support

[PATCH 4.9 00/19] 4.9.307-rc2 review
 2022-03-15 10:42 UTC  (2+ messages)

[PATCH for-7.0?] meson: Update to version 0.61.3
 2022-03-15  9:19 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-15 10:41 UTC 

[PATCH net-next 0/8] Conntrack offload debuggability improvements
 2022-03-15 10:41 UTC  (5+ messages)
` [PATCH net-next 2/8] netfilter: introduce total count of hw offloaded flow table entries

linux-next: build failure after merge of the tip tree
 2022-03-15 10:41 UTC  (5+ messages)

[PATCH v14 mac80211-next 0/3] mac80211: introduce MBSSID support in AP mode
 2022-03-15 10:40 UTC  (4+ messages)
` [PATCH v14 mac80211-next 1/3] mac80211: MBSSID beacon handling "

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-15 10:39 UTC  (11+ messages)

[PATCH v3 0/4] x86: further improve timer freq calibration accuracy
 2022-03-15 10:39 UTC  (6+ messages)
` [PATCH v3 2/4] x86/APIC: calibrate against platform timer when possible

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-15 10:39 UTC  (7+ messages)
` [PATCH v2 14/26] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v2 15/26] KVM: x86/mmu: Update page stats in __rmap_add()

[PATCH v2] gpio: Restrict usage of gc irq members before initialization
 2022-03-15 10:38 UTC 

[PATCH v5] target/riscv: Add isa extenstion strings to the device tree
 2022-03-15  9:16 UTC  (2+ messages)

[PATCH v4] ppc64: Avoid pt_regs struct definition
 2022-03-15 10:31 UTC  (3+ messages)

[PATCH v4 0/3] EDAC: nuvoton: Add nuvoton NPCM memory controller driver
 2022-03-15 10:36 UTC  (4+ messages)
` [PATCH v4 2/3] dt-bindings: edac: nuvoton: add NPCM memory controller

RTT-PROBE: lore-subspace-rtt
 2022-03-15 10:36 UTC 

Split process across multiple schedulers?
 2022-03-15 10:35 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH v6] ACPI: bus: For platform OSC negotiate capabilities
 2022-03-15 10:34 UTC  (6+ messages)

[ANNOUNCE] "Fast Kernel Headers" Tree -v2
 2022-03-15 10:35 UTC  (2+ messages)
` [TREE] "Fast Kernel Headers" Tree -v3

[PATCH v4 0/7] 9pfs: fix 'Twalk' protocol violation
 2022-03-15 10:10 UTC  (4+ messages)
` [PATCH v4 4/7] 9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
` [PATCH v4 6/7] tests/9pfs: guard recent 'Twalk' behaviour fix
` [PATCH v4 7/7] tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent

[LTP] [PATCH v3 00/10] Rewrite sysvipc testing suite using new LTP API
 2022-03-15 10:32 UTC  (11+ messages)
` [LTP] [PATCH v3 01/10] Rewrite mesgq_nstest.c "
` [LTP] [PATCH v3 02/10] Rewrite msg_comm.c "
` [LTP] [PATCH v3 03/10] Rewrite sem_comm.c "
` [LTP] [PATCH v3 04/10] Rewrite sem_nstest.c "
` [LTP] [PATCH v3 05/10] Rewrite semtest_2ns.c "
` [LTP] [PATCH v3 06/10] Rewrite shmnstest.c "
` [LTP] [PATCH v3 07/10] Rewrite shmem_2nstest.c "
` [LTP] [PATCH v3 08/10] Rewrite shm_comm.c "
` [LTP] [PATCH v3 09/10] Remove libclone dependency from sysvipc test suite
` [LTP] [PATCH v3 10/10] Delete ipcns_helper.h in the "

[PATCH v2 0/8] Enable PASID for DMA API users
 2022-03-15 10:33 UTC  (4+ messages)
` [PATCH v2 3/8] iommu/vt-d: Implement device_pasid domain attach ops

[PATCH v2] pinctrl: qcom-pmic-gpio: Add support for pm8450
 2022-03-15 10:33 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Convert to flexible arrays
 2022-03-15 10:31 UTC  (7+ 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.