All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-19 22:01:58 to 2023-01-19 22:55:27 UTC [more...]

[PATCH v2 00/18] Initial conversion of NFS basic I/O to use folios
 2023-01-19 21:33 UTC  (19+ messages)
` [PATCH v2 01/18] NFS: Fix for xfstests generic/208
  ` [PATCH v2 02/18] NFS: Add basic functionality for tracking folios in struct nfs_page
    ` [PATCH v2 03/18] NFS: Support folios in nfs_generic_pgio()
      ` [PATCH v2 04/18] NFS: Fix nfs_coalesce_size() to work with folios
        ` [PATCH v2 05/18] NFS: Add a helper to convert a struct nfs_page into an inode
          ` [PATCH v2 06/18] NFS: Convert the remaining pagelist helper functions to support folios
            ` [PATCH v2 07/18] NFS: Add a helper nfs_wb_folio()
              ` [PATCH v2 08/18] NFS: Convert buffered reads to use folios
                ` [PATCH v2 09/18] NFS: Convert the function nfs_wb_page() "
                  ` [PATCH v2 10/18] NFS: Convert buffered writes "
                    ` [PATCH v2 11/18] NFS: Remove unused function nfs_wb_page()
                      ` [PATCH v2 12/18] NFS: Convert nfs_write_begin/end to use folios
                        ` [PATCH v2 13/18] NFS: Fix up nfs_vm_page_mkwrite() for folios
                          ` [PATCH v2 14/18] NFS: Clean up O_DIRECT request allocation
                            ` [PATCH v2 15/18] NFS: fix up nfs_release_folio() to try to release the page
                              ` [PATCH v2 16/18] NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()
                                ` [PATCH v2 17/18] NFS: Improve tracing of nfs_wb_folio()
                                  ` [PATCH v2 18/18] NFS: Remove unnecessary check in nfs_read_folio()

[PATCH bpf] bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
 2023-01-19 22:36 UTC  (3+ messages)

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-19 22:04 UTC  (12+ messages)

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-19 21:59 UTC  (4+ messages)
` [PATCH 13/15] backlight: omap1: Use backlight helpers

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-19 22:37 UTC  (5+ messages)

[PATCH v1 Part2 0/5] Declare safe late loadable microcode
 2023-01-19 22:34 UTC  (7+ messages)
` [PATCH v1 Part2 1/5] x86/microcode: Move late load warning to the same function that taints kernel
` [PATCH v1 Part2 2/5] x86/microcode/intel: Add minimum required revision to microcode header

[XEN v2 00/11] Add support for 32 bit physical address
 2023-01-19 22:54 UTC  (3+ messages)
` [XEN v2 02/11] xen/arm: Use the correct format specifier

[PATCH v2 0/3] drm/msm/mdss: rework UBWC setup
 2023-01-19 22:54 UTC  (3+ messages)
` [PATCH v2 1/3] drm/msm/mdss: convert UBWC setup to use match data

[PATCH v2] ptp_qoriq: fix latency in ptp_qoriq_adjtime() operation
 2023-01-19 22:53 UTC  (2+ messages)

[PATCH 1/2] drm/msm/dp: Clean up handling of DP AUX interrupts
 2023-01-19 22:53 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/dp: Return IRQ_NONE for unhandled interrupts

[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
 2023-01-19 22:35 UTC  (13+ messages)

[PATCH bpf-next v2 00/11] Dynptr fixes
 2023-01-19 22:35 UTC  (14+ messages)
` [PATCH bpf-next v2 02/11] bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
` [PATCH bpf-next v2 03/11] bpf: Fix partial dynptr stack slot reads/writes
` [PATCH bpf-next v2 04/11] bpf: Allow reinitializing unreferenced dynptr stack slots
` [PATCH bpf-next v2 05/11] bpf: Combine dynptr_get_spi and is_spi_bounds_valid
` [PATCH bpf-next v2 06/11] bpf: Avoid recomputing spi in process_dynptr_func

+ mm-damon-core-test-add-a-test-for-damon_update_monitoring_results.patch added to mm-unstable branch
 2023-01-19 22:34 UTC 

[PATCH net-next 00/15][pull request] Intel Wired LAN Driver Updates 2023-01-19 (ice)
 2023-01-19 22:34 UTC  (3+ messages)
` [PATCH net-next 14/15] ice: Introduce local var for readability

[PATCH 2/2] virtio-rng: add sysfs entries for leak detection
 2023-01-19 22:51 UTC  (5+ messages)

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2023-01-19 22:33 UTC  (7+ messages)

linux-next: Fixes tag needs some work in the kvm-x86 tree
 2023-01-19 22:33 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-19 22:51 UTC 

+ mm-hugetlb-convert-restore_reserve_on_error-to-take-in-a-folio.patch added to mm-unstable branch
 2023-01-19 22:32 UTC 

+ mm-hugetlb-convert-alloc_huge_page-to-alloc_hugetlb_folio.patch added to mm-unstable branch
 2023-01-19 22:32 UTC 

+ mm-rmap-change-hugepage_add_new_anon_rmap-to-take-in-a-folio.patch added to mm-unstable branch
 2023-01-19 22:32 UTC 

+ mm-hugetlb-convert-putback_active_hugepage-to-take-in-a-folio.patch added to mm-unstable branch
 2023-01-19 22:32 UTC 

+ mm-hugetlb-convert-hugetlbfs_pagecache_present-to-folios.patch added to mm-unstable branch
 2023-01-19 22:32 UTC 

[PATCH v4 00/19] Clean up includes
 2023-01-19 22:44 UTC  (5+ messages)
` [PATCH v4 12/19] target/hexagon: "
` [PATCH v4 13/19] riscv: "

another use-after-free in ep_remove_wait_queue()
 2023-01-19 22:25 UTC  (6+ messages)

[PATCH v2] drm/shmem: Cleanup drm_gem_shmem_create_with_handle()
 2023-01-19 22:44 UTC 

[PATCH mptcp-net] MAINTAINERS: Update MPTCP maintainer list and CREDITS
 2023-01-19 22:44 UTC 

[PATCH net-next] net: phy: meson-gxl: support more G12A-internal PHY versions
 2023-01-19 22:42 UTC  (7+ messages)

[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
 2023-01-19 22:24 UTC  (3+ messages)
` [PATCH 8/8] bundle-uri: store fetch.bundleCreationToken

[PATCH] drm/mediatek: Remove dependency on GEM DMA helper
 2023-01-19 22:40 UTC  (2+ messages)

pm/testing build: 8 builds: 0 failed, 8 passed, 5 warnings (v6.2-rc4-80-gafd822f01cda)
 2023-01-19 22:23 UTC 

Add UDP transport for rsyslog
 2023-01-19 22:40 UTC  (4+ messages)

[tip: x86/urgent] acpi: Fix suspend with Xen PV
 2023-01-19 22:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-19 22:41 UTC 

[PATCH 1/8] mm/gup: have internal functions get the mmap_read_lock()
 2023-01-19 22:40 UTC  (3+ messages)

[RFC v2 bpf-next 0/7] xdp: introduce xdp-feature support
 2023-01-19 22:39 UTC  (4+ messages)
` [RFC v2 bpf-next 5/7] libbpf: add API to get XDP/XSK supported features
  ` [Intel-wired-lan] "

[PATCH v3 0/3] rtc: Set M41T82 & M41T83 xtal load capacitance from DT
 2023-01-19 22:20 UTC  (6+ messages)
` [PATCH v3 1/3] rtc: m41t80: probe: use IS_ENABLED for CONFIG_OF
` [PATCH v3 2/3] dt-bindings: m41t80: add xtal load capacitance
` [PATCH v3 3/3] rtc: m41t80: set xtal load capacitance from DT

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2023-01-19 22:20 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v8 "
    ` [PATCH v8 3/4] worktree add: add --orphan flag

[PATCH 00/42] xfs: per-ag centric allocation alogrithms
 2023-01-19 22:18 UTC  (7+ messages)
` [PATCH 04/42] xfs: drop firstblock constraints from allocation setup
` [PATCH 05/42] xfs: t_firstblock is tracking AGs not blocks
` [PATCH 06/42] xfs: don't assert fail on transaction cancel with deferred ops

[PATCH v2] riscv: elf: add .riscv.attributes parsing
 2023-01-19 22:18 UTC  (7+ messages)
` [PATCH v3] "
      ` [PATCH v4] "

[PATCH] interconnect: Skip call into provider if initial bw is zero
 2023-01-19 22:18 UTC  (4+ messages)

[PATCH v2 0/2] arm64: dts: qcom: Use labels with generic node names for ADC channels
 2023-01-19 22:17 UTC  (2+ messages)

[PATCH] mac80211: update rx nss for the link sta
 2023-01-19 22:17 UTC  (3+ messages)

+ mm-kmemleak-fix-uaf-bug-in-kmemleak_scan.patch added to mm-unstable branch
 2023-01-19 22:17 UTC 

[PATCH bpf-next v8 00/17] xdp: hints via kfuncs
 2023-01-19 22:15 UTC  (18+ messages)
` [PATCH bpf-next v8 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v8 02/17] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v8 03/17] bpf: Move offload initialization into late_initcall
` [PATCH bpf-next v8 04/17] bpf: Reshuffle some parts of bpf/offload.c
` [PATCH bpf-next v8 05/17] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v8 06/17] selftests/bpf: Update expected test_offload.py messages
` [PATCH bpf-next v8 07/17] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v8 08/17] bpf: Support consuming XDP HW metadata from fext programs
` [PATCH bpf-next v8 09/17] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v8 10/17] veth: Support RX XDP metadata
` [PATCH bpf-next v8 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v8 12/17] net/mlx4_en: Introduce wrapper for xdp_buff
` [PATCH bpf-next v8 13/17] net/mlx4_en: Support RX XDP metadata
` [PATCH bpf-next v8 14/17] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v8 15/17] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v8 16/17] net/mlx5e: Support RX XDP metadata
` [PATCH bpf-next v8 17/17] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH v5 0/6] drm/i915/pxp: Add missing cleanup steps for PXP global-teardown
 2023-01-19 22:31 UTC  (5+ messages)
` [PATCH v5 5/6] drm/i915/pxp: Trigger the global teardown for before suspending
      ` [Intel-gfx] "

linux-next: build failure after merge of the drm tree
 2023-01-19 22:15 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] mac_nvram: Add block backend to persist NVRAM contents
 2023-01-19 22:28 UTC 

[PATCH 0/6] add VTM nodes to TI's K3 SoCs
 2023-01-19 22:13 UTC  (13+ messages)
` [PATCH 1/6] arm64: dts: ti: k3-am64-main: add VTM node
` [PATCH 2/6] arm64: dts: ti: k3-am62-wakeup: "
` [PATCH 3/6] arm64: dts: ti: k3-j721e-mcu-wakeup: "
` [PATCH 4/6] arm64: dts: ti: k3-j721s2-mcu-wakeup: "
` [PATCH 5/6] arm64: dts: ti: k3-j7200-mcu-wakeup: "
` [PATCH 6/6] arm64: dts: ti: k3-am62a-wakeup: "

[asahilinux:bits/200-dcp 48/81] drivers/iommu/dma-iommu.c:500:37: error: 'IOMMU_RESV_TRANSLATED' undeclared; did you mean 'IOMMU_RESV_RESERVED'?
 2023-01-19 22:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-19 22:31 UTC 

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-19 22:13 UTC  (10+ messages)
` [PATCH v3 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions

[Intel-gfx] [PATCH v2 0/2] drm/i915/gt: Move LSC_CHICKEN_BIT* workarounds to correct function (Series)
 2023-01-19 22:28 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/gt: Move LSC_CHICKEN_BIT* workarounds to correct function
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gt: Move LSC_CHICKEN_BIT* workarounds to correct function (Series)

[RFC v4 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
 2023-01-19 22:13 UTC  (11+ messages)

[PATCH v2] wifi: mac80211: validate link status before deciding on mgmt tx
 2023-01-19 22:13 UTC 

[Intel-gfx] [PATCH 00/13] drm/i915: Load LUTs with DSB
 2023-01-19 22:29 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v2] wifi: mac80211: support poll sta for ML clients
 2023-01-19 22:12 UTC 

[PATCH v2] wifi: mac80211: update rx nss for the link sta
 2023-01-19 22:12 UTC 

Linux 6.2-rc1
 2023-01-19 22:11 UTC  (13+ messages)
` Build regressions/improvements in v6.2-rc1
        ` Calculating array sizes in C - was: "
              ` [f2fs-dev] "

[RFC v4 0/5] Add multiport support for DWC3 controllers
 2023-01-19 22:09 UTC  (3+ messages)
` [RFC v4 2/5] usb: dwc3: core: Refactor PHY logic to support Multiport Controller

[RFC PATCH RESEND 0/1] fs/namespace: defer free_mount from namespace_unlock
 2023-01-19 22:09 UTC  (3+ messages)
` [RFC PATCH RESEND 1/1] "

[PATCH 2/8] mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be set
 2023-01-19 22:24 UTC  (2+ messages)

[PATCH v1 1/9] pktcdvd: Get rid of custom printing macros
 2023-01-19 22:08 UTC  (9+ messages)
` [PATCH v1 2/9] pktcdvd: replace sscanf() by kstrtoul()
` [PATCH v1 3/9] pktcdvd: use sysfs_emit() to instead of scnprintf()
` [PATCH v1 4/9] pktcdvd: Get rid of pkt_seq_show() forward declaration
` [PATCH v1 5/9] pktcdvd: Drop redundant castings for sector_t
` [PATCH v1 6/9] pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
` [PATCH v1 7/9] pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
` [PATCH v1 8/9] pktcdvd: Get rid of redundant 'else'
` [PATCH v1 9/9] pktcdvd: Sort headers

+ mailmap-update-e-mail-address-for-eugen-hristev.patch added to mm-hotfixes-unstable branch
 2023-01-19 22:07 UTC 

[PATCH] fetch: fix duplicate remote parallel fetch bug
 2023-01-19 22:05 UTC 

[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
 2023-01-19 22:04 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-19 22:21 UTC 

[PATCH RESEND 0/5] Fix UPI uncore issue on SPR
 2023-01-19 22:03 UTC  (2+ messages)

[RFC PATCH 0/1] fs/namespace: defer free_mount from namespace_unlock
 2023-01-19 22:03 UTC  (3+ messages)
` [RFC PATCH 1/1] "

New theme - Alabaster for Kernel Documentation
 2023-01-19 22:02 UTC  (6+ messages)

[PATCH 1/2] drm/amd/display: Hook up 'content type' property for HDMI
 2023-01-19 22:20 UTC  (3+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-19 22:18 UTC  (4+ messages)
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs

linux-next: Signed-off-by missing for commit in the jc_docs tree
 2023-01-19 21:59 UTC  (3+ messages)

[PATCH] Documentation: add exception capture function
 2023-01-19 21:59 UTC  (3+ messages)

[master/kirkstone][PATCH v2 1/2] treewide: replace leftover git://git.ti.com
 2023-01-19 22:17 UTC  (4+ messages)
` [master/kirkstone][PATCH v2 2/2] ti-sgx-ddk-um: use udev for userspace initialization
  ` [meta-ti] "
` [meta-ti] [master/kirkstone][PATCH v2 1/2] treewide: replace leftover git://git.ti.com

[PATCH v2 0/3] StarFive's SDIO/eMMC driver support
 2023-01-19 22:17 UTC  (3+ messages)
` [PATCH v2 2/3] mmc: starfive: Add sdio/emmc "

[PATCH v2 10/10] iommu/s390: Use GFP_KERNEL in sleepable contexts
 2023-01-19 21:56 UTC  (2+ messages)

[PATCH v2 09/10] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
 2023-01-19 21:56 UTC  (2+ messages)

[PATCH net 0/3] fixes for mtk_eth_soc
 2023-01-19 21:53 UTC  (5+ messages)
` [PATCH net 2/3] net: mediatek: sgmii: autonegotiation is required

[PATCH v2 0/9] extent buffer dirty cleanups
 2023-01-19 21:53 UTC  (10+ messages)
` [PATCH v2 1/9] btrfs: do not call btrfs_clean_tree_block in update_ref_for_cow
` [PATCH v2 2/9] btrfs: always lock the block before calling btrfs_clean_tree_block
` [PATCH v2 3/9] btrfs: do not check header generation in btrfs_clean_tree_block
` [PATCH v2 4/9] btrfs: do not set the header generation before btrfs_clean_tree_block
` [PATCH v2 5/9] btrfs: replace clearing extent buffer dirty bit with btrfs_clean_block
` [PATCH v2 6/9] btrfs: do not increment dirty_metadata_bytes in set_btree_ioerr
` [PATCH v2 7/9] btrfs: rename btrfs_clean_tree_block => btrfs_clear_buffer_dirty
` [PATCH v2 8/9] btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty
` [PATCH v2 9/9] btrfs: remove btrfs_wait_tree_block_writeback

[PATCH] trace-cmd record: Verify that splice works before using it
 2023-01-19 21:53 UTC  (3+ messages)

[Intel-gfx] [PATCH v4 1/2] drm/i915/dg2: Introduce Wa_18018764978
 2023-01-19 22:13 UTC  (7+ messages)

linux-next: build failure after merge of the tty.current tree
 2023-01-19 21:49 UTC  (2+ messages)

[Nouveau] [PATCH v2 0/3] drm: Generic fbdev and vga-switcheroo
 2023-01-19 22:10 UTC  (7+ messages)
` [PATCH v2 2/3] drm/fb-helper: Set framebuffer for vga-switcheroo clients
  ` [Intel-gfx] "

[asahilinux:bits/200-dcp 48/81] drivers/iommu/dma-iommu.c:500:23: error: use of undeclared identifier 'IOMMU_RESV_TRANSLATED'; did you mean 'IOMMU_RESV_RESERVED'?
 2023-01-19 22:10 UTC 

[PATCH 0/4] regulator: Add Maxim MAX20411 support
 2023-01-19 21:47 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: regulator: Describe Maxim MAX20411
` [PATCH 2/4] regulator: Introduce Maxim MAX20411 Step-Down converter
` [PATCH 3/4] arm64: dts: qcom: sc8280xp: Add qup1_i2c4
` [PATCH 4/4] arm64: dts: qcom: sa8295p-adp: Add max20411 on i2c4

RTT-PROBE: lore-subspace-rtt
 2023-01-19 22:11 UTC 

[PATCH] rebase: mark --update-refs as requiring the merge backend
 2023-01-19 21:47 UTC  (2+ messages)

[PATCH v8 00/17] Introduce a unified API for SCMI Server testing
 2023-01-19 21:47 UTC  (2+ messages)

[RFC] 2-stage translation emulation support for SMMUv3 on TCG
 2023-01-19 22:08 UTC  (3+ messages)

[PATCH 0/2] drm/i915/gvt: Avoid full proxy f_ops debug attributes
 2023-01-19 22:05 UTC  (10+ messages)
` [PATCH 2/2] drm/i915/gvt: Avoid full proxy f_ops for vgpu_status "
      ` [Intel-gfx] "

[PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG
 2023-01-19 22:03 UTC  (4+ messages)
` [PATCH v2 1/2] target/arm: implement DBGCLAIM registers

[PATCH RESEND 1/4] backlight: aat2870: Use backlight helper
 2023-01-19 21:41 UTC  (2+ messages)

[PATCH v2 0/4] Series of fixes for PL011 char device
 2023-01-19 22:02 UTC  (4+ messages)
` [PATCH v2 1/4] hw/char/pl011: refactor FIFO depth handling code

[PATCHv2] drm/amdgpu: Enable IH retry CAM on GFX9
 2023-01-19 21:59 UTC 


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.