messages from 2023-07-18 21:25:18 to 2023-07-19 00:51:29 UTC [more...]
[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
2023-07-19 0:50 UTC (13+ messages)
` [PATCH RFC net-next v5 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [PATCH RFC net-next v5 02/14] af_vsock: refactor transport lookup code
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 04/14] af_vsock: generalize bind table functions
` [PATCH RFC net-next v5 05/14] af_vsock: use a separate dgram bind table
` [PATCH RFC net-next v5 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [PATCH RFC net-next v5 09/14] virtio/vsock: add common datagram recv path
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 14/14] test/vsock: add vsock dgram tests
[PATCH v4] selftests/net: replace manual array size calc with ARRAYSIZE macro
2023-07-19 0:50 UTC (2+ messages)
[PATCH v1] reset: hisilicon: Use dev_err_probe instead of dev_err
2023-07-19 0:48 UTC (2+ messages)
[PATCH RFC net-next v2 0/7] net: page_pool: a couple of assorted optimizations
2023-07-19 0:40 UTC (3+ messages)
` [PATCH RFC net-next v2 7/7] net: skbuff: always try to recycle PP pages directly when in softirq
[PATCH net] net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type
2023-07-19 0:39 UTC
[PATCH v3 3/3] iio: Add driver for Murata IRS-D200
2023-07-19 0:38 UTC (2+ messages)
[PATCH -next] phy: Remove duplicated include in xusb.c
2023-07-19 0:36 UTC
[PATCH] x86/sgx: fix a NULL pointer
2023-07-19 0:21 UTC (16+ messages)
[PATCH v1 0/3] Parse event sort/regroup fixes
2023-07-19 0:18 UTC (4+ messages)
` [PATCH v1 1/3] perf parse-events: Extra care around force grouped events
` [PATCH v1 2/3] perf parse-events: When fixing group leaders always set the leader
` [PATCH v1 3/3] perf parse-events: Only move force grouped evsels when sorting
[PATCH v3 0/8] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
2023-07-19 0:11 UTC (9+ messages)
` [PATCH v3 3/8] x86/resctrl: Add a new node-scoped resource to rdt_resources_all[]
` [PATCH v3 5/8] x86/resctrl: Add package scoped resource
[PATCH v3] x86/sgx: Fix a NULL pointer
2023-07-19 0:08 UTC
[PATCH net-next v3 00/11] net: phy: C45-over-C22 access
2023-07-19 0:03 UTC (17+ messages)
` [PATCH net-next v3 03/11] net: phy: replace is_c45 with phy_accces_mode
` [PATCH net-next v3 04/11] net: phy: make the "prevent_c45_scan" a property of the MII bus
` [PATCH net-next v3 05/11] net: phy: print an info if a broken C45 bus is found
` [PATCH net-next v3 06/11] net: phy: add error checks in mmd_phy_indirect()
` [PATCH net-next v3 07/11] net: phy: introduce phy_mdiobus_read_mmd()
` [PATCH net-next v3 10/11] net: mdio: add C45-over-C22 fallback to fwnode_mdiobus_register_phy()
[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
2023-07-19 0:02 UTC (3+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
[PATCH net 0/3] selftests: tc: increase timeout and add missing kconfig
2023-07-19 0:00 UTC (2+ messages)
[PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
2023-07-18 23:59 UTC (5+ messages)
[PATCH v1 0/8] tools/nolibc: add 32/64-bit powerpc support
2023-07-18 23:56 UTC (4+ messages)
` [PATCH v1 3/8] selftests/nolibc: select_null: fix up for big endian powerpc64
[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
2023-07-18 23:49 UTC (5+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-18 23:45 UTC (30+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access
[RFC PATCH v2 0/3] support large folio for mlock
2023-07-18 23:47 UTC (9+ messages)
` [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
[PATCH v3] riscv: entry: set a0 = -ENOSYS only when syscall != -1
2023-07-18 23:40 UTC (2+ messages)
[PATCH] regcache: Push async I/O request down into the rbtree cache
2023-07-18 23:30 UTC
[PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
2023-07-18 23:22 UTC (13+ messages)
[PATCH] linux-firmware: Update AMD cpu microcode
2023-07-18 23:19 UTC
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-07-18 23:17 UTC (5+ messages)
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
[PATCH 2/4] PCI/VGA: Deal only with PCI VGA class devices
2023-07-18 23:14 UTC (2+ messages)
[PATCH v2 0/9] tracing: Improbe BTF support on probe events
2023-07-18 23:12 UTC (8+ messages)
` [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
[syzbot] [fs?] INFO: task hung in pipe_release (4)
2023-07-18 23:07 UTC (3+ messages)
[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
2023-07-18 23:06 UTC (7+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
` [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
[PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84
2023-07-18 23:03 UTC (6+ messages)
` [PATCH v2 1/2] drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec
[PATCH v2] net: dsa: remove deprecated strncpy
2023-07-18 22:56 UTC
[PATCH v4 0/6] Add support for Firefox's gecko profile format
2023-07-18 22:52 UTC (7+ messages)
` [PATCH v4 1/6] perf scripts python: Add initial script file with usage information
` [PATCH v4 2/6] perf scripts python: Extact necessary information from process event
` [PATCH v4 3/6] perf scripts python: Add classes and conversion functions
` [PATCH v4 4/6] perf scripts python: Add trace end processing and PRODUCT and CATEGORIES information
` [PATCH v4 5/6] perf scripts python: implement internal get or create frame, stack and string function
` [PATCH v4 6/6] perf scripts python: Implement add sample function and thread processing
[PATCH] cgroup/misc: Fix an overflow
2023-07-18 22:52 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] cgroup/misc: Change counters to be explicit 64bit types
[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
2023-07-18 22:48 UTC (5+ messages)
[PATCH v1 0/7] ACPI: thermal: Use trip point table to register thermal zones
2023-07-18 22:45 UTC (2+ messages)
[RFC PATCH 00/10] Device Memory TCP
2023-07-18 22:45 UTC (9+ messages)
[PATCH v3] arch: enable HAS_LTO_CLANG with KASAN and KCOV
2023-07-18 22:44 UTC (2+ messages)
[PATCH 0/2] gpio: sifive: Module support
2023-07-18 22:42 UTC (4+ messages)
` [PATCH 1/2] of/irq: Export of_irq_count()
[PATCH v3 0/5] RK3588 PCIe2 support
2023-07-18 22:41 UTC (3+ messages)
` [PATCH v3 1/5] dt-bindings: PCI: dwc: improve msi handling
[PATCH v7 0/7] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
2023-07-18 22:33 UTC (8+ messages)
` [PATCH v7 3/7] dt-bindings: display: bridge: Add Cadence MHDP850
` [EXT] "
` [PATCH v7 5/7] dt-bindings: phy: Add Freescale iMX8MQ DP and HDMI PHY
[Post compartilhado] Festa de Santa Rita, Ramos/Rio de Janeiro (RJ)
2023-07-18 22:03 UTC
[PATCH v3 1/3] gpio: bcm-kona: Make driver OF-independent
2023-07-18 22:30 UTC (3+ messages)
` [PATCH v3 2/3] gpio: bcm-kona: remove unneeded platform_set_drvdata() call
` [PATCH v3 3/3] gpio: bcm-kona: Drop unused pdev member in private data structure
[PATCH bpf] bpf, arm64: Fix BTI type used for freplace attached functions
2023-07-18 22:28 UTC (3+ messages)
[PATCH v2] arch: enable HAS_LTO_CLANG with KASAN and KCOV
2023-07-18 22:27 UTC (3+ messages)
[PATCH] ASoC: cs35l56: Patch soft registers to defaults
2023-07-18 22:23 UTC (2+ messages)
[PATCH] fs: export emergency_sync
2023-07-18 22:18 UTC (3+ messages)
[PATCH v3 0/5] cpupower: Add various feature control support for amd_pstate
2023-07-18 22:17 UTC (3+ messages)
[GIT PULL] perf tools fixes for v6.5
2023-07-18 22:16 UTC (2+ messages)
[GIT PULL] hotfixes for 6.5-rc2
2023-07-18 22:16 UTC (2+ messages)
[RFC PATCH net-next] tcp: add a tracepoint for tcp_listen_queue_drop
2023-07-18 22:11 UTC (13+ messages)
[PATCH v2] Add support for trigger-start/stop for simple audio card
2023-07-18 22:08 UTC (3+ messages)
` [PATCH v2] ASoC: dt-bindings: simple-card: add triggers properties
[PATCH v3 00/15] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
2023-07-18 22:06 UTC (13+ messages)
` [PATCH v3 02/15] arm64: dts: qcom: sm6125: Sort spmi_bus node numerically by reg
` [PATCH v3 06/15] dt-bindings: display/msm: sc7180-dpu: Describe SM6125
` [PATCH v3 08/15] drm/msm/dpu: Add SM6125 support
` [PATCH v3 09/15] drm/msm/mdss: "
` [PATCH v3 10/15] dt-bindings: msm: dsi-phy-14nm: Document SM6125 variant
` [PATCH v3 11/15] drm/msm/dsi: Reuse QCM2290 14nm DSI PHY configuration for SM6125
` [PATCH v3 12/15] arm64: dts: qcom: sm6125: Switch fixed xo_board clock to RPM XO clock
` [PATCH v3 13/15] arm64: dts: qcom: sm6125: Add dispcc node
` [PATCH v3 14/15] arm64: dts: qcom: sm6125: Add display hardware nodes
` [PATCH v3 15/15] arm64: dts: qcom: sm6125-seine: Configure MDSS, DSI and panel
[PATCH docs v2] docs: maintainer: document expectations of small time maintainers
2023-07-18 22:02 UTC (2+ messages)
[PATCH 0/2] Add qcom hvc/shmem transport
2023-07-18 22:05 UTC (8+ messages)
` [PATCH 2/2] firmware: arm_scmi: "
[PATCH RFC 0/7] selftests/nolibc: KTAP output
2023-07-18 22:00 UTC (8+ messages)
` [PATCH RFC 1/7] selftests/nolibc: statically calculate number of testsuites
` [PATCH RFC 2/7] selftests/nolibc: use unsigned indices for testcases
` [PATCH RFC 3/7] selftests/nolibc: replace repetitive test structure with macro
` [PATCH RFC 4/7] selftests/nolibc: count subtests
` [PATCH RFC 5/7] kselftest: support KTAP format
` [PATCH RFC 6/7] kselftest: support skipping tests with testname
` [PATCH RFC 7/7] selftests/nolibc: proof of concept for TAP output
[PATCH] cgroup/misc: update struct members descriptions
2023-07-18 22:03 UTC (2+ messages)
[PATCH v2 00/15] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
2023-07-18 22:01 UTC (5+ messages)
` [PATCH v2 10/15] dt-bindings: msm: dsi-phy-14nm: Document SM6125 variant
[RFC PATCH 20/20] selinux: selinuxfs: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 19/20] selinux: status: avoid implicit conversions regarding enforcing status
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 18/20] selinux: nlmsgtab: implicit conversion
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 17/20] selinux: services: implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 16/20] selinux: symtab: implicit conversion
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 15/20] selinux: policydb: implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 14/20] selinux: use consistent type for AV rule specifier
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 13/20] selinux: selinuxfs: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 12/20] selinux: hooks: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 11/20] selinux: avc: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 10/20] selinux: netif: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 09/20] selinux: status: consistently use u32 as sequence number type
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 9/20] "
[RFC PATCH 08/20] selinux: services: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 8/20] "
[RFC PATCH 07/20] selinux: services: update type for umber of class permissions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 7/20] "
[RFC PATCH 06/20] selinux: mls: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 6/20] "
[RFC PATCH 05/20] selinux: hashtab: use identical iterator type
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 5/20] "
[RFC PATCH 02/20] selinux: avtab: avoid implicit conversions
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 2/20] "
[RFC PATCH 04/20] selinux: ebitmap: use u32 as bit type
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 4/20] "
[RFC PATCH 03/20] selinux: avoid avtab overflows
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 3/20] "
[RFC PATCH 01/20] selinux: check for multiplication overflow in put_entry()
2023-07-18 22:01 UTC (2+ messages)
` [PATCH RFC 1/20] "
collision between ZONE_MOVABLE and memblock allocations
2023-07-18 22:01 UTC
[PATCHSET v3 wq/for-6.5] workqueue: Implement automatic CPU intensive detection and add monitoring
2023-07-18 22:01 UTC (11+ messages)
` [PATCH 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
` [PATCH v2 "
` Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
[PATCH v2] drm/msm/dsi: Enable DATABUS_WIDEN for DSI command mode
2023-07-18 22:00 UTC (10+ messages)
[PATCH v6 0/2] PCI: Handle HAS_IOPORT dependencies
2023-07-18 21:58 UTC (2+ messages)
[PATCH v2] fsi: Explicitly include correct DT includes
2023-07-18 21:57 UTC (2+ messages)
[PATCH] fsi: Use of_property_read_reg() to parse "reg"
2023-07-18 21:57 UTC (4+ messages)
[PATCH][next] PCI: ibmphp: make read-only arrays static
2023-07-18 21:53 UTC (2+ messages)
[PATCH] cgroup/rstat: record the cumulative per-cpu time of cgroup and its descendants
2023-07-18 21:53 UTC (4+ messages)
` [External] "
[patch 00/58] x86/apic: Decrapification and static calls
2023-07-18 21:51 UTC (4+ messages)
` [patch 50/58] x86/apic: Provide common init infrastructure
[PATCH V2,net-next] net: mana: Add page pool for RX buffers
2023-07-18 21:48 UTC
[PATCH bpf-next v4 0/6] Support defragmenting IPv(4|6) packets in BPF
2023-07-18 21:45 UTC (10+ messages)
` [PATCH bpf-next v4 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
[PATCH] usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()
2023-07-18 21:40 UTC
[PATCH net-next v3 0/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
2023-07-18 21:32 UTC (10+ messages)
` [PATCH net-next v3 1/9] dt-bindings: net: mediatek,net: add missing mediatek,mt7621-eth
` [PATCH net-next v3 2/9] dt-bindings: net: mediatek,net: add mt7988-eth binding
` [PATCH net-next v3 3/9] net: ethernet: mtk_eth_soc: add version in mtk_soc_data
` [PATCH net-next v3 4/9] net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3
` [PATCH net-next v3 5/9] net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNT
` [PATCH net-next v3 6/9] net: ethernet: mtk_eth_soc: add NETSYS_V3 version support
` [PATCH net-next v3 7/9] net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64
` [PATCH net-next v3 8/9] net: ethernet: mtk_eth_soc: convert clock bitmap "
` [PATCH net-next v3 9/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox