messages from 2023-02-06 22:28:06 to 2023-02-06 23:12:36 UTC [more...]
[PATCH RESENT v4 0/6] features provisioning fixes and mlx5_vdpa support
2023-02-06 23:12 UTC (10+ messages)
` [PATCH RESENT v4 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH RESENT v4 2/6] vdpa: conditionally read STATUS in config space
` [PATCH RESENT v4 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH RESENT v4 4/6] vdpa: validate device feature provisioning against supported class
` [PATCH RESENT v4 5/6] vdpa/mlx5: make MTU/STATUS presence conditional on feature bits
` [PATCH RESENT v4 6/6] vdpa/mlx5: support device features provisioning
[PATCH iproute2-next] bridge: mdb: Remove double space in MDB dump
2023-02-06 23:10 UTC (2+ messages)
[PATCH] worktree: teach find_shared_symref to ignore current worktree
2023-02-06 23:09 UTC (6+ messages)
` [PATCH v2 0/3] fix die_if_checked_out() when ignore_current_worktree
` [PATCH v3 0/4] "
` [PATCH v3 2/4] branch: "
[PATCH iproute2-next 0/3] bridge: Support mcast_n_groups, mcast_max_groups
2023-02-06 23:08 UTC (3+ messages)
` [PATCH iproute2-next 3/3] man: man8: bridge: Describe mcast_max_groups
Folio mapcount
2023-02-06 23:09 UTC (4+ messages)
[PATCH v4 0/6] features provisioning fixes and mlx5_vdpa support
2023-02-06 23:08 UTC (14+ messages)
` [PATCH v3 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH v3 2/6] vdpa: conditionally read STATUS in config space
` [PATCH v3 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH v3 4/6] vdpa: validate device feature provisioning against supported class
` [PATCH v3 5/6] vdpa/mlx5: make MTU/STATUS presence conditional on feature bits
` [PATCH v3 6/6] vdpa/mlx5: support device features provisioning
[PATCH v6 00/19] leak fixes: various simple leak fixes
2023-02-06 23:07 UTC (21+ messages)
` [PATCH v7 "
` [PATCH v7 01/19] tests: mark tests as passing with SANITIZE=leak
` [PATCH v7 02/19] bundle.c: don't leak the "args" in the "struct child_process"
` [PATCH v7 03/19] commit-graph: use free_commit_graph() instead of UNLEAK()
` [PATCH v7 04/19] clone: use free() "
` [PATCH v7 05/19] various: add missing clear_pathspec(), fix leaks
` [PATCH v7 06/19] name-rev: don't xstrdup() an already dup'd string
` [PATCH v7 07/19] repack: fix leaks on error with "goto cleanup"
` [PATCH v7 08/19] worktree: fix a trivial leak in prune_worktrees()
` [PATCH v7 09/19] http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
` [PATCH v7 10/19] http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
` [PATCH v7 11/19] commit-graph: fix a parse_options_concat() leak
` [PATCH v7 12/19] show-branch: free() allocated "head" before return
` [PATCH v7 13/19] builtin/merge.c: use fixed strings, not "strbuf", fix leak
` [PATCH v7 14/19] builtin/merge.c: free "&buf" on "Your local changes..." error
` [PATCH v7 15/19] grep.c: refactor free_grep_patterns()
` [PATCH v7 16/19] grep API: plug memory leaks by freeing "header_list"
` [PATCH v7 17/19] receive-pack: release the linked "struct command *" list
` [PATCH v7 18/19] push: refactor refspec_append_mapped() for subsequent leak-fix
` [PATCH v7 19/19] push: free_refs() the "local_refs" in set_refspecs()
[virtio-dev] [PATCH] virtio-net: Fix and update VIRTIO_NET_F_NOTF_COAL feature
2023-02-06 23:08 UTC (6+ messages)
` [virtio-comment] "
linux-next: manual merge of the net-next tree with the jc_docs tree
2023-02-06 23:07 UTC
[PATCH 0/2] branch: operations on orphan branches
2023-02-06 23:06 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v3 "
` [PATCH v3 1/3] branch: avoid unnecessary worktrees traversals
` [PATCH v3 2/3] branch: description for orphan branch errors
` [PATCH v3 3/3] branch: rename orphan branches in any worktree
[PATCH 0/9] hw: Use QOM alias properties and few QOM/QDev cleanups
2023-02-06 23:04 UTC (5+ messages)
[PATCH] app/eventdev_dump: introduce eventdev_dump application
2023-02-06 23:05 UTC (2+ messages)
` [PATCH v3] app/procinfo: display eventdev xstats for PMD data
[PATCH 0/3] add: remove Perl version of "git add -[pi]"
2023-02-06 23:04 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
` [PATCH v2 2/3] add API: remove run_add_interactive() wrapper function
` [PATCH v2 3/3] docs & comments: replace mentions of "git-add--interactive.perl"
Need help tracking down a bug in the bio-FOLL_PIN patches
2023-02-06 23:02 UTC
[PATCH][next] selftests/bpf: Fix spelling mistake "detecion" -> "detection"
2023-02-06 23:00 UTC (2+ messages)
[PATCH] Documentation: clarify multiple pushurls vs urls
2023-02-06 23:00 UTC (4+ messages)
[PATCH RFC 00/12] RISC-V: support some cryptography accelerations
2023-02-06 22:58 UTC (20+ messages)
` [PATCH RFC 01/12] riscv: Add support for kernel mode vector
` [PATCH RFC 02/12] riscv: Add vector extension XOR implementation
` [PATCH RFC 03/12] RISC-V: add Zbb extension detection
` [PATCH RFC 04/12] RISC-V: add Zbc "
` [PATCH RFC 05/12] RISC-V: add Zbkb "
` [PATCH RFC 06/12] RISC-V: hook new crypto subdir into build-system
` [PATCH RFC 07/12] RISC-V: crypto: add accelerated GCM GHASH implementation
` [PATCH RFC 08/12] RISC-V: add vector crypto extension detection
` [PATCH RFC 09/12] RISC-V: crypto: update perl include with helpers for vector (crypto) instructions
[PATCH bpf-next] selftests: bpf: Use BTF map in sk_assign
2023-02-06 22:58 UTC (2+ messages)
Linux 6.2-rc2
2023-02-06 22:56 UTC (2+ messages)
[PATCH 00/42] xfs: per-ag centric allocation alogrithms
2023-02-06 22:56 UTC (4+ messages)
` [PATCH 07/42] xfs: active perag reference counting
[PATCH v2] 9p/client: don't assume signal_pending() clears on recalc_sigpending()
2023-02-06 22:56 UTC (7+ messages)
[PATCH v5 bpf-next 0/8] xdp: introduce xdp-feature support
2023-02-06 22:55 UTC (6+ messages)
` [PATCH v5 bpf-next 5/8] libbpf: add API to get XDP/XSK supported features
` [Intel-wired-lan] "
[PATCH v11 0/3] Consolidate all kernel init in load_kernel()
2023-02-06 22:54 UTC (5+ messages)
` [PATCH v11 2/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
2023-02-06 22:41 UTC (10+ messages)
` [PATCH 05/18] cxl/region: Add volatile region creation support
` [PATCH 06/18] cxl/region: Refactor attach_target() for autodiscovery
` [PATCH 17/18] dax: Assign RAM regions to memory-hotplug by default
[PATCH bpf-next] samples: bpf: Add macro SYSCALL() for aarch64
2023-02-06 22:54 UTC (2+ messages)
[PATCH v7 0/3] fanotify: Allow user space to pass back additional audit info
2023-02-06 22:52 UTC (3+ messages)
[PATCH] usb: gadget: dummyhcd: Fix use-after-free in dummy_free_request
2023-02-06 22:52 UTC
[RFC PATCH 00/16] Add stage-2 translation for SMMUv3
2023-02-06 22:51 UTC (3+ messages)
` [RFC PATCH 01/16] hw/arm/smmuv3: Add missing fields for IDR0
[PATCH] tests/bpf: Fix the bpf test to check for libtraceevent support
2023-02-06 9:20 UTC (2+ messages)
[PATCH] tools/perf/tests: Add system wide check for perf bench workload in all metric test
2023-02-06 8:07 UTC (2+ messages)
[LSF/MM/BFP ATTEND][LSF/MM/BFP TOPIC] BoF: NVMe VFIO Live Migration
2023-02-06 22:49 UTC (2+ messages)
[PATCH v2 0/3] fdt: Fix mtparts fixup
2023-02-06 22:48 UTC (6+ messages)
` [PATCH v2 1/3] fdt: validate/fix cells count on mtdpart fixup
` [PATCH v2 2/3] colibri-imx7: specify MTD partitions on command line
` [PATCH v2 3/3] colibri-imx6ull: "
[PATCH v3] powerpc/pci: Add option for using pci_to_OF_bus_map
2023-02-06 22:48 UTC (2+ messages)
[PATCH 5.4] udf: Avoid using stale lengthOfImpUse
2023-02-06 22:49 UTC
[PATCH v5 00/21] nvmem: core: introduce NVMEM layouts
2023-02-06 22:47 UTC (5+ messages)
[Buildroot] [PATCH] package/pkg-generic: ignore error when chmod'ing extracted source
2023-02-06 22:48 UTC (2+ messages)
IPVS: conn_tab_bits param for ip_vs > 20 leads to default being set
2023-02-06 22:48 UTC
[PATCH v2 0/6] RISC-V Hardware Probing User Interface
2023-02-06 22:47 UTC (6+ messages)
[PATCH] media: i2c: imx296: Use v4l2_subdev_get_fmt()
2023-02-06 22:47 UTC
[PATCH] HID: Ignore battery for ELAN touchscreen on HP ENVY X360 13-ar0xxx
2023-02-06 22:32 UTC
[PATCH] PCI: mvebu: Mark driver as BROKEN
2023-02-06 22:45 UTC (2+ messages)
[Buildroot] [PATCH] package/qt5: fix build failure due to libressl use
2023-02-06 22:45 UTC (3+ messages)
` [Buildroot] [PATCH v2] "
[PATCH v4 0/6] tests: fix ignored & hidden exit codes
2023-02-06 22:44 UTC (8+ messages)
` [PATCH v5 "
` [PATCH v5 1/6] auto-crlf tests: don't lose exit code in loops and outside tests
` [PATCH v5 2/6] t/lib-patch-mode.sh: fix ignored exit codes
` [PATCH v5 3/6] tests: don't lose exit status with "(cd ...; test <op> $(git ...))"
` [PATCH v5 4/6] tests: don't lose exit status with "test <op> $(git ...)"
` [PATCH v5 5/6] tests: don't lose "git" exit codes in "! ( git ... | grep )"
` [PATCH v5 6/6] tests: don't lose misc "git" exit codes
[PATCH v3 0/3] modernize style
2023-02-06 22:44 UTC (4+ messages)
` [PATCH v4 0/3] t4113: "
` [PATCH v4 3/3] t4113: put executable lines to test_expect_success
CY23 - Status of service enumeration
2023-02-06 22:36 UTC (2+ messages)
[PATCH 11/18] PCI: Export pcie_get_width() using the code from sysfs PCI link width show function
2023-02-06 22:43 UTC (2+ messages)
Planning the next GTI TAC meeting for February 2023?
2023-02-06 22:35 UTC (2+ messages)
[PATCH v3 00/27] drm/msm/dpu: wide planes support
2023-02-06 22:40 UTC (4+ messages)
` [PATCH v3 21/27] drm/msm/dpu: simplify dpu_plane_validate_src()
[PATCH bpf-next v5 1/1] libbpf: Correctly set the kernel code version in Debian kernel
2023-02-06 22:40 UTC (2+ messages)
[PATCH 12/18] cxl: Add helpers to calculate pci latency for the CXL device
2023-02-06 22:39 UTC (2+ messages)
[PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
2023-02-06 22:39 UTC (8+ messages)
` [PATCH 14/19] mm: Introduce a cgroup for "
[Intel-xe] [PATCH 00/22] TLB Invalidation
2023-02-06 22:39 UTC (2+ messages)
[PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
2023-02-06 22:36 UTC (16+ messages)
` [PATCH 09/22] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH 10/22] mips/cpu: Make sure play_dead() doesn't return
` [PATCH 11/22] mips/cpu: Mark play_dead() __noreturn
[PATCH v2 00/11] target/arm: Housekeeping around NVIC
2023-02-06 22:35 UTC (12+ messages)
` [PATCH v2 01/11] hw/intc/armv7m_nvic: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PATCH v2 02/11] target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulation
` [PATCH v2 03/11] target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scope
` [PATCH v2 04/11] target/arm: Constify ID_PFR1 on user emulation
` [PATCH v2 05/11] target/arm: Convert CPUARMState::eabi to boolean
` [PATCH v2 06/11] target/arm: Avoid resetting CPUARMState::eabi field
` [PATCH v2 07/11] target/arm: Restrict CPUARMState::gicv3state to sysemu
` [PATCH v2 08/11] target/arm: Restrict CPUARMState::arm_boot_info "
` [PATCH v2 09/11] target/arm: Restrict CPUARMState::nvic "
` [PATCH v2 10/11] target/arm: Store CPUARMState::nvic as NVICState*
` [PATCH v2 11/11] target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'
[PATCH v2] sched: pick_next_rt_entity(): checked list_entry
2023-02-06 22:38 UTC (4+ messages)
[PATCH] x86/kprobes: Fix 1 byte conditional jump target
2023-02-06 22:38 UTC (4+ messages)
[meta-networking][PATCH] dnsmasq: Upgrade 2.88 -> 2.89
2023-02-06 22:37 UTC
[PATCH] thermal: Remove core header inclusion from drivers
2023-02-06 22:35 UTC (4+ messages)
[Intel-xe] [PATCH 0/4] A few display patches needing review to be confirmed
2023-02-06 22:35 UTC (5+ messages)
` [Intel-xe] [PATCH 3/4] drm/xe: allow building XE_DISPLAY without ACPI
` [Intel-xe] [PATCH 4/4] drm/xe: fix DRM_FBDEV_EMULATION dependencies
[PATCH] pack-objects: use strcspn(3) in name_cmp_len()
2023-02-06 22:35 UTC (3+ messages)
[PATCH v3] sched: pick_next_rt_entity(): check list_entry
2023-02-06 22:33 UTC
[Patch v2 0/5] Optimize clear dirty log
2023-02-06 22:33 UTC (3+ messages)
` [Patch v2 5/5] KVM: x86/mmu: Merge all handle_changed_pte* functions
[PATCH v2] arm: mvebu: Power up 2nd SATA port for Thecus N2350
2023-02-06 22:32 UTC
[PATCH] xen/arm64: Default ACPI support enabled
2023-02-06 22:32 UTC (7+ messages)
[Buildroot] [git commit] package/libcamera: bump to version 0.0.4
2023-02-06 22:32 UTC
[Buildroot] [PATCH] package/libcamera: bump to version 0.0.4
2023-02-06 22:32 UTC (2+ messages)
[RFC PATCH 0/1] Canonical tar format for Git
2023-02-06 22:18 UTC (3+ messages)
` [RFC PATCH 1/1] Document a fixed tar format for interoperability
[PATCH] bisect: fix "reset" when branch is checked out elsewhere
2023-02-06 22:29 UTC (3+ messages)
` [PATCH v2] "
[PATCH] soc: qcom: pmic_glink: remove redundant calculation of svid
2023-02-06 22:30 UTC (2+ messages)
[PATCH] soc: qcom: stats: Populate all subsystem debugfs files
2023-02-06 22:30 UTC (2+ messages)
[PATCH v6] dt-bindings: soc: qcom,rpmh-rsc: Update to allow for generic nodes
2023-02-06 22:30 UTC (2+ messages)
[PATCH v2] soc: qcom: socinfo: Add support for new field in revision 17
2023-02-06 22:30 UTC (2+ messages)
[PATCH 0/6] Add regulator support for IPQ9574 SoC
2023-02-06 22:30 UTC (2+ messages)
` (subset) "
[PATCH] arm64: dts: qcom: sm8550: add GPR and LPASS pin controller
2023-02-06 22:30 UTC (2+ messages)
[PATCH v4 0/4] soc: qcom: Introduce PMIC GLINK
2023-02-06 22:30 UTC (2+ messages)
` (subset) "
[PATCH] soc: qcom: pmic_glink: add CONFIG_NET/CONFIG_OF dependencies
2023-02-06 22:30 UTC (2+ messages)
[PATCH 0/4] soc: qcom: Introduce PMIC GLINK
2023-02-06 22:30 UTC (2+ messages)
[PATCH 0/3][next] scsi: smartpqi: Replace one-element arrays with flexible-array members
2023-02-06 22:28 UTC (3+ messages)
` [PATCH 1/3][next] scsi: smartpqi: Replace one-element array with flexible-array member
[PATCH 0/3] PCA I2C GPIO expanders
2023-02-06 22:27 UTC (3+ messages)
` [PATCH 1/3] hw/gpio: add PCA6414 i2c GPIO expander
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.