messages from 2023-03-31 15:55:29 to 2023-03-31 16:37:42 UTC [more...]
[PATCH 0/2] branch, for-each-ref: add option to omit empty lines
2023-03-31 16:33 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v4] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
2023-03-31 16:37 UTC (7+ messages)
[PATCH 0/1] arm-bsp/n1sdp-board-firmware: update to newer SHA
2023-03-31 16:37 UTC (2+ messages)
` [PATCH 1/1] "
BUG: memstick_check() memleak in kernel 6.1.0+ introduced pre 4.17
2023-03-31 16:32 UTC (4+ messages)
` BUG FIX: [PATCH v1] "
` BUG FIX: [PATCH RFC v2] "
[PATCH 1/4] dt-bindings: Document additional Jetson Orin NX SKUs
2023-03-31 16:31 UTC (7+ messages)
` [PATCH 2/4] dt-bindings: tegra: Document Jetson Orin Nano
` [PATCH 3/4] dt-bindings: tegra: Document Jetson Orin Nano Developer Kit
` [PATCH 4/4] arm64: tegra: Support "
[PATCH mptcp-net] mptcp: fix NULL pointer dereference on fastopen early fallback
2023-03-31 16:35 UTC (2+ messages)
[PATCHv1 0/2] generic-ohci: increase allowed clocks
2023-03-31 16:31 UTC (3+ messages)
` [PATCHv1 1/2] dt-bindings: usb: "
` [PATCHv1 2/2] usb: host: ohci-platform: increase max clock number to 4
[PATCHv1 0/2] Improve RK3588 clocks and power domains support
2023-03-31 16:30 UTC (9+ messages)
` [PATCHv1 1/2] clk: rockchip: rk3588: make gate linked clocks ignore unused
` [PATCHv1 2/2] soc: rockchip: power-domain: add rk3588 mem module support
[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-03-31 16:28 UTC (61+ messages)
` [PATCH v3 01/55] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [PATCH v3 02/55] iov_iter: Remove last_offset member
` [PATCH v3 03/55] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH v3 04/55] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH v3 05/55] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH v3 07/55] tcp: Support MSG_SPLICE_PAGES
` [PATCH v3 08/55] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 09/55] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH v3 10/55] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH v3 11/55] espintcp: Inline do_tcp_sendpages()
` [PATCH v3 12/55] tls: "
` [PATCH v3 13/55] siw: "
` [PATCH v3 14/55] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH v3 15/55] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH v3 16/55] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 17/55] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH v3 18/55] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 19/55] af_unix: Support MSG_SPLICE_PAGES
` [PATCH v3 20/55] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 21/55] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v3 22/55] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v3 23/55] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH v3 24/55] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH v3 25/55] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 26/55] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [PATCH v3 27/55] tls/device: "
` [PATCH v3 28/55] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 29/55] tls/sw: Support MSG_SPLICE_PAGES
` Trivial TLS server
` Trivial TLS client
` [PATCH v3 30/55] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 31/55] chelsio: Support MSG_SPLICE_PAGES
` [PATCH v3 32/55] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 33/55] kcm: Support MSG_SPLICE_PAGES
` [PATCH v3 34/55] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 35/55] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH v3 36/55] splice, net: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
` [PATCH v3 37/55] Remove file->f_op->sendpage
` [PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH v3 39/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 41/55] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
` [PATCH v3 42/55] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [PATCH v3 43/55] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH v3 44/55] algif: Remove hash_sendpage*()
` [PATCH v3 46/55] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 47/55] dlm: "
` [Cluster-devel] "
` [PATCH v3 48/55] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH v3 49/55] nvme: "
` [PATCH v3 50/55] kcm: "
` [PATCH v3 51/55] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH v3 52/55] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [Ocfs2-devel] "
` [PATCH v3 53/55] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
` [Drbd-dev] "
` [Drbd-dev] [PATCH v3 54/55] drdb: Send an entire bio in a single sendmsg
` [PATCH v3 55/55] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
[PATCH bpf V4 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
2023-03-31 16:30 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH V6 0/6]
2023-03-31 16:34 UTC (10+ messages)
` [PATCH V6 5/6] meta-selftest: provide a recipe for zvariant
` [OE-core] "
[RFC 00/11] optimise registered buffer/file updates
2023-03-31 16:27 UTC (6+ messages)
` [PATCH 10/11] io_uring/rsrc: cache struct io_rsrc_node
[PATCH] doc: add that '-' is the same as '@{-1}'
2023-03-31 16:29 UTC (3+ messages)
[PATCH v2 1/2] net: stmmac: add support for platform specific reset
2023-03-31 16:31 UTC (4+ messages)
` [PATCH v2 2/2] net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCs
[PATCH v3 1/4] dt-bindings: tegra: Document Jetson Orin NX
2023-03-31 16:29 UTC (8+ messages)
` [PATCH v3 2/4] dt-bindings: tegra: Document Jetson Orin NX reference platform
` [PATCH v3 3/4] arm64: tegra: Support Jetson Orin NX
` [PATCH v3 4/4] arm64: tegra: Support Jetson Orin NX reference platform
[PATCH 0/3] of: address: Miscellaneous-improvements
2023-03-31 16:28 UTC (3+ messages)
` [PATCH 3/3] of: address: Reshuffle to remove forward declarations
[Intel-gfx] [PATCH 00/13] Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes
2023-03-31 16:32 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes (rev13)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[PATCH 1/2] ref-filter: remove unused ref_format member
2023-03-31 16:19 UTC (3+ messages)
[PATCH v3 mptcp-net 0/2] mptcp: a couple of fixes
2023-03-31 16:32 UTC (2+ messages)
[PATCH] scsi: message: fusion: remove unused timeleft variable
2023-03-31 16:26 UTC
[GIT PULL] PCI fixes for v6.3
2023-03-31 16:27 UTC
[RFC PATCH] media: hantro: respect data_offset in vb2_plane
2023-03-31 16:24 UTC (5+ messages)
[kvm-unit-tests PATCH v2 0/4] Tests for CR0.WP=0/1 r/o write access
2023-03-31 16:24 UTC (9+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: Use existing CR0.WP / CR4.SMEP bit definitions
` [kvm-unit-tests PATCH v2 2/4] x86/access: CR0.WP toggling write to r/o data test
` [kvm-unit-tests PATCH v2 3/4] x86/access: Forced emulation support
` [kvm-unit-tests PATCH v2 4/4] x86/access: Try emulation for CR0.WP test as well
[PATCH 0/2] hw/acpi: bump MADT to revision 5
2023-03-31 16:29 UTC (9+ messages)
` [PATCH 2/2] hw/acpi: i386: "
[PATCH v8 00/12] btrfs: scrub: use a more reader friendly code to implement scrub_simple_mirror()
2023-03-31 16:17 UTC (2+ messages)
[PATCH] RDMA: don't ignore client->add() failures
2023-03-31 16:23 UTC (12+ messages)
[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
2023-03-31 16:22 UTC (3+ messages)
` [PATCH V6 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
2023-03-31 16:27 UTC (14+ messages)
` [RFC PATCH v1 10/26] migration/ram: Introduce 'fixed-ram' migration stream capability
kselftest/fixes build: 7 builds: 0 failed, 7 passed, 6 warnings (linux-kselftest-fixes-6.3-rc5-1-gf1594bc67657)
2023-03-31 16:21 UTC
[oe-core][PATCH 1/1] shadow: Fix can not print full login timeout message
2023-03-31 16:26 UTC
Please pull u-boot-dm
2023-03-31 16:25 UTC (2+ messages)
[PATCH] ALSA: hda/realtek: Add quirk for Clevo X370SNW
2023-03-31 16:23 UTC
[PATCH v2] block-backend: Add new bds_io_in_flight counter
2023-03-31 16:23 UTC
[[yocto][meta-lts-mixins][kirkstone/go] 01/16] Initial commit: add license, readme and layer config
2023-03-31 16:20 UTC (16+ messages)
` [[yocto][meta-lts-mixins][kirkstone/go] 02/16] make it kirkstone compatible
` [[yocto][meta-lts-mixins][kirkstone/go] 03/16] go-helloworld: add from openembedded-core master
` [[yocto][meta-lts-mixins][kirkstone/go] 04/16] go-helloworld: recipes-devtools -> recipes-extended
` [[yocto][meta-lts-mixins][kirkstone/go] 05/16] go-helloworld: update to latest revision
` [[yocto][meta-lts-mixins][kirkstone/go] 06/16] "
` [[yocto][meta-lts-mixins][kirkstone/go] 07/16] go-helloworld: remove unused GO_WORKDIR
` [[yocto][meta-lts-mixins][kirkstone/go] 08/16] go-1.18: import recipes from openembedded-core
` [[yocto][meta-lts-mixins][kirkstone/go] 09/16] go-1.19: "
` [[yocto][meta-lts-mixins][kirkstone/go] 10/16] go-1.20: "
` [[yocto][meta-lts-mixins][kirkstone/go] 11/16] go-cross-canadian: use gcc-crosssdk, not gcc-native
` [[yocto][meta-lts-mixins][kirkstone/go] 12/16] go: update 1.20 -> 1.20.1
` [[yocto][meta-lts-mixins][kirkstone/go] 13/16] go: use go as CVE product for all golang recipe veriants
` [[yocto][meta-lts-mixins][kirkstone/go] 14/16] go: fix some linkshared regression introduced in go 1.20
` [[yocto][meta-lts-mixins][kirkstone/go] 15/16] README: add note about backporting
` [[yocto][meta-lts-mixins][kirkstone/go] 16/16] README: add my self as maintainer
[GIT PULL] regulator fixes for v6.3-rc4
2023-03-31 16:11 UTC
[PATCH mptcp-next] mptcp: make userspace_pm_append_new_local_addr static
2023-03-31 16:17 UTC (2+ messages)
[PATCH] ASoC: amd: ps: update the acp clock source
2023-03-31 16:11 UTC (3+ messages)
[RFC][yocto][meta-lts-mixins][kirkstone/go] Backport golang from master to kirkstone
2023-03-31 16:15 UTC (8+ messages)
[linux-next:master 6041/8375] drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c:148:31: error: implicit declaration of function 'pci_msix_can_alloc_dyn'
2023-03-31 16:10 UTC
[PATCH v12 0/3] Add support for TPM devices over I2C bus
2023-03-31 16:13 UTC (4+ messages)
` [PATCH v12 1/3] docs: "
` [PATCH v12 2/3] tpm: Extend common APIs to support TPM TIS I2C
` [PATCH v12 3/3] tpm: Add support for TPM device over I2C bus
[isilence:optimise-rsrc-update 17/19] io_uring/io_uring.c:2795:6: sparse: sparse: symbol 'io_rsrc_node_cache_free' was not declared. Should it be static?
2023-03-31 16:10 UTC
[GIT PULL] ASoC fixes for v6.3-rc4
2023-03-31 16:11 UTC
[PATCH v3] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs
2023-03-31 16:10 UTC (2+ messages)
[PATCH] ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable
2023-03-31 16:08 UTC
[PATCH] remoteproc: stm32_rproc: Add mutex protection for workqueue
2023-03-31 16:06 UTC
Bug: cd BOGUSDIR/.. always works
2023-03-31 16:00 UTC (2+ messages)
[PATCH 0/2] Online new threads according to the current SMT level
2023-03-31 16:05 UTC (4+ messages)
` [PATCH 1/2] pseries/smp: export the smt level in the SYS FS
Nw Android version crashes on Android TV / Google TV
2023-03-31 16:06 UTC (4+ messages)
[PATCH v1 00/11] Generic trip points for ACPI
2023-03-31 16:04 UTC (4+ messages)
[PATCH v7 00/10] livepatch: klp-convert tool
2023-03-31 16:03 UTC (4+ messages)
[PATCH -next v17 00/20] riscv: Add vector ISA support
2023-03-31 16:03 UTC (5+ messages)
` [PATCH -next v17 03/20] riscv: Add new csr defines related to vector extension
[PATCH] Fix cve-check false negative
2023-03-31 16:03 UTC (7+ messages)
` [OE-core] "
Fwd: Detect QML Dependencies
2023-03-31 16:00 UTC (2+ messages)
` "
[PATCH] test: replace use of wrd segregate
2023-03-31 16:00 UTC (2+ messages)
[PATCH v2 bpf-next 0/6] BPF verifier rotating log
2023-03-31 15:59 UTC (6+ messages)
` [PATCH v2 bpf-next 4/6] libbpf: don't enforce verifier log levels on libbpf side
[RFC PATCH] x86/insn: support decode MOVSXD instruction for MMIO
2023-03-31 15:59 UTC (10+ messages)
[Intel-wired-lan] [PATCH net-next 00/15] Introduce IDPF driver
2023-03-31 15:59 UTC (4+ messages)
` [Intel-wired-lan] [PATCH net-next 09/15] idpf: initialize interrupts and enable vport
[PATCH] fetch: download bundles once, even with --all
2023-03-31 15:59 UTC
[PATCH] LoongArch: Add kernel address sanitizer support
2023-03-31 15:58 UTC (6+ messages)
[igt-dev] [i-g-t V2 0/5] Enable ADDFB tests for XE
2023-03-31 15:58 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Enable ADDFB tests for XE (rev3)
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-03-31 15:57 UTC (3+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
[PATCH 2/2] branch, for-each-ref: add option to omit empty lines
2023-03-31 15:57 UTC (3+ messages)
[PATCH v2 0/3] Add descriptor definitions for a few new DSA operations
2023-03-31 15:56 UTC (3+ messages)
FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-31 15:56 UTC (4+ messages)
` "
[PATCH v2 0/2] Expose IAA 2.0 device capabilities
2023-03-31 15:57 UTC (3+ messages)
[PATCH 00/21] dma-mapping: unify support for cache flushes
2023-03-31 15:54 UTC (7+ messages)
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
[PATCH] dt-bindings: remoteproc: typo fix
2023-03-31 15:55 UTC
Request for reviews for 4.4-st39, 4.4-cip74, 4.4-cip74-rt43
2023-03-31 15:55 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.