All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-17 06:19:34 to 2022-05-17 07:09:30 UTC [more...]

[PATCH bpf-next v4 0/6] bpf trampoline for arm64
 2022-05-17  7:18 UTC  (10+ messages)
` [PATCH bpf-next v4 1/6] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v4 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v4 3/6] bpf: Move is_valid_bpf_tramp_flags() to the public trampoline code
` [PATCH bpf-next v4 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v4 5/6] bpf, arm64: bpf trampoline "
` [PATCH bpf-next v4 6/6] selftests/bpf: Fix trivial typo in fentry_fexit.c

[PATCH net-next] net: ifdefy the wireless pointers in struct net_device
 2022-05-17  7:08 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] intel/i40e: delete if NULL check before dev_kfree_skb
 2022-05-17  7:07 UTC  (2+ messages)

[PATCH net-next v2 0/5] net: ipqess: introduce Qualcomm IPQESS driver
 2022-05-17  7:06 UTC  (11+ messages)
` [PATCH net-next v2 2/5] net: dsa: add out-of-band tagging protocol

[PATCH] iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_properties()
 2022-05-17  7:06 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-17  7:05 UTC  (3+ messages)
  ` [External] "

[PATCH net v2 0/2] amt: fix several bugs in gateway mode
 2022-05-17  7:05 UTC  (3+ messages)
` [PATCH net v2 1/2] amt: fix gateway mode stuck
` [PATCH net v2 2/2] amt: do not skip remaining handling of advertisement message

[PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
 2022-05-17  6:49 UTC  (14+ messages)
` [PATCH V3 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
` [PATCH V3 2/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QM
` [PATCH V3 3/6] remoteproc: imx_rproc: support attaching to i.MX8QXP M4
` [PATCH V3 4/6] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
` [PATCH V3 5/6] remoteproc: imx_rproc: support i.MX8QM
` [PATCH V3 6/6] remoteproc: imx_rproc: request mbox channel later

[PATCH 0/2] can: drop tx skb if the device is in listen only mode
 2022-05-17  7:04 UTC  (7+ messages)
` [PATCH v3 0/4] can: can_dropped_invalid_skb() and Kbuild changes
  ` [PATCH v3 3/4] can: skb:: move can_dropped_invalid_skb and can_skb_headroom_valid to skb.c

[ovmf test] 170501: regressions - FAIL
 2022-05-17  7:04 UTC 

[PATCH] clk: bcm2835: fix bcm2835_clock_choose_div
 2022-05-17  7:01 UTC  (3+ messages)

[PATCH v5 00/21] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-16 23:23 UTC  (7+ messages)
` [PATCH v5 03/21] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-16 23:21 UTC  (23+ messages)
` [PATCH v6 01/22] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v6 02/22] KVM: x86/mmu: Use a bool for direct
` [PATCH v6 03/22] KVM: x86/mmu: Stop passing @direct to mmu_alloc_root()
` [PATCH v6 04/22] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v6 05/22] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH v6 06/22] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v6 07/22] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v6 08/22] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v6 09/22] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v6 10/22] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v6 11/22] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v6 12/22] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v6 13/22] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v6 14/22] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v6 15/22] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v6 16/22] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v6 17/22] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v6 18/22] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v6 19/22] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v6 20/22] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v6 21/22] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v6 22/22] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH] block/rbd: report a better error when namespace does not exist
 2022-05-17  6:59 UTC  (3+ messages)

[PATCH bpf v2 1/4] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
 2022-05-17  7:01 UTC  (2+ messages)

[PATCH 00/13 V2] fstests: fixes and more fixes
 2022-05-17  7:01 UTC  (10+ messages)
` [PATCH 01/12] fstests: filter quota warnings
` [PATCH 02/12] xfs/122: add attribute log formats to test output
` [PATCH 03/12] xfs/348: golden output is not correct
` [PATCH 04/12] fstests: fix group list generation for whacky test names
` [PATCH 05/12] README: document _begin_fstests better
` [PATCH 06/12] xfs/148: make test debuggable
` [PATCH 07/12] xfs/148: fix failure from bad shortform size assumptions
` [PATCH 08/12] generic/081: don't run on DAX capable devices
` [PATCH 12/12] xfs/191: remove broken test

[PATCH v2 00/12] dt-bindings: remoteproc: qcom: cleanups and improvements
 2022-05-17  7:01 UTC  (13+ messages)
` [PATCH v2 01/12] dt-bindings: soc: qcom,wcnss: remove unneeded ref for names
` [PATCH v2 02/12] dt-bindings: remoteproc: "
` [PATCH v2 03/12] dt-bindings: remoteproc: qcom,adsp: add interconnects
` [PATCH v2 04/12] dt-bindings: remoteproc: qcom,adsp: simplify interrupts
` [PATCH v2 05/12] dt-bindings: remoteproc: qcom,adsp: simplify SM8150 power domains
` [PATCH v2 06/12] dt-bindings: remoteproc: qcom,adsp: use GIC_SPI defines in example
` [PATCH v2 07/12] dt-bindings: remoteproc: qcom,glink-edge: define re-usable schema for glink-edge
` [PATCH v2 08/12] dt-bindings: remoteproc: qcom,smd-edge: define re-usable schema for smd-edge
` [PATCH v2 09/12] arm64: dts: qcom: ipq6018: add label to remoteproc node
` [PATCH v2 10/12] arm64: dts: qcom: sdm630: remove unneeded address/size cells in glink-edge
` [PATCH v2 11/12] arm64: dts: qcom: sm8350: remove duplicated glink-edge interrupt
` [PATCH v2 12/12] arm64: dts: qcom: sm8450: "

[PATCH net-next 0/3] mptcp: Updates for net-next
 2022-05-17  7:01 UTC  (4+ messages)
` [PATCH net-next 1/3] selftests: mptcp: fix a mp_fail test warning

[PATCH blktests] Documentation: Fix typo nvme-trtype -> nvme_trtype
 2022-05-17  7:00 UTC  (2+ messages)

[PATCH v2] dma-buf: Move sysfs work out of DMA-BUF export path
 2022-05-17  6:59 UTC  (8+ messages)

[PATCH] dt-bindings: phy: renesas, rcar-gen2-usb-phy: Convert to json-schema
 2022-05-17  6:58 UTC  (4+ messages)
` [PATCH] dt-bindings: phy: renesas,rcar-gen2-usb-phy: "

[GIT PULL] Allwinner clock changes for 5.19
 2022-05-17  6:58 UTC  (2+ messages)

[REGRESSION] Laptop with Ryzen 4600H fails to resume video since 5.17.4 (works 5.17.3)
 2022-05-17  6:58 UTC  (8+ messages)

[PATCH mm-stable] cleanup for "tracing: incorrect gfp_t conversion"
 2022-05-17  6:58 UTC 

[PATCH] nvme-rpmb: Update license to GPL-2.0-or-later
 2022-05-17  6:57 UTC  (2+ messages)

[RFC] Add swappiness argument to memory.reclaim
 2022-05-17  6:56 UTC  (3+ messages)

[PATCH v1 2/2] pinctrl: intel: Drop unsued irqchip member in struct intel_pinctrl
 2022-05-17  6:55 UTC  (2+ messages)

[PATCH mm-stable] cleanup for "percpu: improve percpu_alloc_percpu event trace"
 2022-05-17  6:55 UTC 

[GIT PULL] clk: tegra: Changes for v5.19-rc1
 2022-05-17  6:55 UTC  (2+ messages)

[dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-17  6:53 UTC  (7+ messages)
  ` [dm-devel] [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
    `  "
  ` [dm-devel] [PATCH v4 06/13] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
      `  "

[RFC 0/6] migration: introduce dirtylimit capability
 2022-05-17  6:35 UTC  (7+ messages)
` [RFC 1/6] qapi/migration: Introduce vcpu-dirtylimit-period parameters
` [RFC 2/6] qapi/migration: Introduce vcpu-dirtylimit parameters
` [RFC 3/6] migration: Implement dirtylimit convergence algo
` [RFC 4/6] migration: Introduce dirtylimit capability
` [RFC 5/6] migration: Add dirtylimit data into migration info
` [RFC 6/6] tests: Add migration dirtylimit capability test

[dpdk-dev v1] crypto/openssl: openssl 3.0 support on asym crypto routine
 2022-05-17  6:52 UTC  (6+ messages)
` [dpdk-dev v2 0/5] crypto/openssl: EVP api update for 3.0 lib
  ` [dpdk-dev v2 1/5] drivers/crypto: suppress openssl deprecated api warning messages
    ` [EXT] "

[PATCH v1] scsi: ufs-mediatek: introduce new UFS4.0 HS-G5 mode
 2022-05-17  6:49 UTC  (3+ messages)

[PATCH v1] net/iavf: fix resource leak issue
 2022-05-17  6:52 UTC  (4+ messages)

[PATCH] ALSA: seq: replace ternary operator with max()
 2022-05-17  6:50 UTC  (3+ messages)

[cocci] Matching an if statement with just one func call
 2022-05-17  6:45 UTC  (3+ messages)

[PATCH 0/3] uring-passthrough for admin commands
 2022-05-17  5:31 UTC  (4+ messages)
  ` [PATCH 1/3] nvme: helper for uring-passthrough checks
  ` [PATCH 2/3] nvme: enable uring-passthrough for admin commands
  ` [PATCH 3/3] nvme: admin command uring-passthrough on controller node

cleanup blk_execute_rq*
 2022-05-17  6:49 UTC  (4+ messages)
` [PATCH 1/3] blk-mq: remove __blk_execute_rq_nowait
` [PATCH 2/3] blk-mq: avoid a mess of casts for blk_end_sync_rq
` [PATCH 3/3] blk-mq: remove the done argument to blk_execute_rq_nowait

[GIT PULL] clk: renesas: Updates for v5.19 (take two)
 2022-05-17  6:49 UTC  (2+ messages)

[PATCH] bitmap: Fix return values to be unsigned
 2022-05-17  6:49 UTC  (2+ messages)

[PATCH v2] xen/arm: gic-v3-lpi: Allocate the pending table while preparing the CPU
 2022-05-17  6:47 UTC  (2+ messages)

[PATCH] clk: fixed-rate: Remove redundant if statement
 2022-05-17  6:45 UTC  (2+ messages)

[PATCH v1 0/4] Kill the time spent in patch_instruction()
 2022-05-17  6:44 UTC  (3+ messages)

[RFC PATCH v2 00/21] KCFI support
 2022-05-17  6:44 UTC  (9+ messages)
` [RFC PATCH v2 20/21] x86: Add support for CONFIG_CFI_CLANG

[PATCH net v2] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
 2022-05-17  6:44 UTC  (3+ messages)

[PATCH v7 0/3] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-05-17  6:42 UTC  (9+ messages)
` [PATCH v7 2/3] arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board

[PATCHv14 0/9] lib/rwmmio/arm64: Add support to trace register reads/writes
 2022-05-17  6:41 UTC  (5+ messages)
` [PATCHv14 5/9] lib: Add register read/write tracing support

[PATCH v3] sched/core: Address classes via __begin_sched_classes
 2022-05-17  6:42 UTC  (2+ messages)

[PATCH bpf-next 00/12] libbpf: Textual representation of enums
 2022-05-17  6:42 UTC  (2+ messages)

[PATCH v2 0/2] MediaTek Helio X10 MT6795 - SMI Support
 2022-05-17  6:37 UTC  (5+ messages)
` [PATCH v2 2/2] memory: mtk-smi: Add support for MT6795 Helio X10

[xen-unstable test] 170492: tolerable FAIL - PUSHED
 2022-05-17  6:42 UTC 

[PATCH] sparse: use force attribute for fmode_t casts
 2022-05-17  6:38 UTC  (2+ messages)

[PATCH v2 2/3] vdpa: Add a device object for vdpa management device
 2022-05-17  6:38 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/libite: bump version to v2.5.2
 2022-05-17  6:36 UTC 

[PATCH 0/2] btrfs: teach send to avoid trashing the page cache with data
 2022-05-17  6:35 UTC  (3+ messages)
` [PATCH 2/2] btrfs: send: avoid trashing the page cache

[PATCH] fstests: add a btrfs read_repair group
 2022-05-17  6:35 UTC 

[PATCH v1] raw/afu_mf: introduce AFU MF device driver
 2022-05-17  6:29 UTC 

[PATCH v1 0/4] Support OFS card
 2022-05-17  6:28 UTC  (5+ messages)
` [PATCH v1 1/4] raw/ifpga: remove experimental tag from ifpga APIs
` [PATCH v1 2/4] raw/ifpga: remove vdev when ifpga is closed
` [PATCH v1 3/4] raw/ifpga: unregister interrupt in ifpga close function
` [PATCH v1 4/4] raw/ifpga: support ofs card probe

[PATCH 1/3] drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLE
 2022-05-17  6:33 UTC  (15+ messages)
` [PATCH 2/3] drm/amdgpu: add AMDGPU_VM_NOALLOC

[RFC PATCH v2 0/5] TUN/VirtioNet USO features support
 2022-05-17  6:32 UTC  (3+ messages)

[PATCH net-next v2] net: wwan: t7xx: fix GFP_KERNEL usage in spin_lock context
 2022-05-17  6:48 UTC 

[PATCH] mediatek/mt76: cleanup the code a bit
 2022-05-17  6:29 UTC  (3+ messages)

[PATCH] amba: Drop builtin_amba_driver()
 2022-05-17  6:29 UTC  (2+ messages)

[BUG] Layerscape CAAM+kTLS+io_uring
 2022-05-17  6:30 UTC  (5+ messages)
      ` [EXT] "

[PATCH v4] sched/rt: fix the case where sched_rt_period_us is negative
 2022-05-17  6:29 UTC 

[PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory
 2022-05-17  6:28 UTC  (5+ messages)
` [PATCH v2] "

[v2 1/2] dt-bindings: add extended-range-enable property to lm90.yaml
 2022-05-17  6:27 UTC  (6+ messages)
` [v2 2/2] driver/hwmon/lm90: enable extended range according to DTS node

Issue with 252c651a4c85 ("blk-cgroup: stop using seq_get_buf")
 2022-05-17  6:27 UTC  (5+ messages)
` [RESEND][RFC PATCH] blkcg: rewind seq_file if no stats

blktests v4 tests/nvme: add tests for error logging
 2022-05-17  6:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/go: Bump to v1.18.2
 2022-05-17  6:26 UTC  (4+ messages)

i.MX8MP usb status
 2022-05-17  6:25 UTC  (7+ messages)

[Intel-gfx] [PATCH v2 0/6] i915: SSEU handling updates
 2022-05-17  6:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for i915: SSEU handling updates (rev3)

[PATCH V4 0/6] populate/unpopulate memory when domain on static
 2022-05-17  6:24 UTC  (4+ messages)
` [PATCH v4 6/6] xen: retrieve reserved pages on populate_physmap

[Intel-wired-lan] [PATCH] igb: skip phy status check where unavailable
 2022-05-17  6:23 UTC  (2+ messages)

[dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-16 14:33 UTC  (3+ messages)

[PATCH net 0/2] selftests: net: add missing tests to Makefile
 2022-05-17  6:23 UTC  (3+ messages)

[v5 0/3] Add QCOM SNPS PHY overriding params support
 2022-05-17  6:23 UTC  (6+ messages)
` [v5 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings

[intel-tdx:guest-unaccepted-memory 14/15] kismet: WARNING: unmet direct dependencies detected for UNACCEPTED_MEMORY when selected by INTEL_TDX_GUEST
 2022-05-17  6:22 UTC 

[PATCH v3] sched/rt: fix the case where sched_rt_period_us is negative
 2022-05-17  6:22 UTC  (2+ messages)

[PATCH v7 00/22] KVM: s390: enable zPCI for interpretive execution
 2022-05-17  6:21 UTC  (4+ messages)
` [PATCH v7 17/22] vfio-pci/zdev: add open/close device hooks

[Intel-wired-lan] [PATCH net v1] ice: Fix interrupt moderation settings getting cleared
 2022-05-17  6:20 UTC  (2+ messages)

[PATCH] fetch-pack: make unexpected peek result non-fatal
 2022-05-17  6:20 UTC  (2+ messages)

Supporting a USB HID device interface that is missing a interrupt input endpoint
 2022-05-17  6:18 UTC  (2+ 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.