All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-12 12:08:22 to 2022-04-12 12:39:22 UTC [more...]

[PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-12 11:58 UTC  (4+ messages)
` [PATCH v2 01/12] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [PATCH v2 03/12] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [PATCH v2 04/12] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode

[PATCH net-next v6 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
 2022-04-12 12:04 UTC  (5+ messages)
` [PATCH net-next v6 04/13] net: wwan: t7xx: Add port proxy infrastructure
` [PATCH net-next v6 05/13] net: wwan: t7xx: Add control port

[PATCH RFC v3 00/12] iommu: SVA and IOPF refactoring
 2022-04-12 12:08 UTC  (11+ messages)
` [PATCH RFC v3 02/12] iommu: Add a flag to indicate immutable singleton group
` [PATCH RFC v3 04/12] iommu/sva: Basic data structures for SVA

[PATCH] spi: spi-mtk-nor: initialize spi controller after resume
 2022-04-12 12:27 UTC  (2+ messages)

[PATCH 0/2] New compatible for sa3ul for AM62x
 2022-04-12 12:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: ti,sa2ul: Add a new compatible for AM62

[PATCH RESEND 1/2] PCI: Extend isolated function probing to s390
 2022-04-12 11:59 UTC  (2+ messages)

[RFC V2 0/8] arm64/perf: Enable branch stack sampling
 2022-04-12 11:54 UTC  (9+ messages)
` [RFC V2 1/8] perf: Consolidate branch sample filter helpers
` [RFC V2 2/8] arm64/perf: Add register definitions for BRBE
` [RFC V2 3/8] arm64/perf: Update struct arm_pmu "
` [RFC V2 4/8] arm64/perf: Update struct pmu_hw_events "
` [RFC V2 5/8] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [RFC V2 6/8] arm64/perf: Drive BRBE from perf event states
` [RFC V2 7/8] arm64/perf: Add BRBE driver
` [RFC V2 8/8] arm64/perf: Enable branch stack sampling

[PATCH V4 0/2] Add reset entries for SDCC controllers
 2022-04-12 11:59 UTC  (3+ messages)
` [PATCH V4 1/2] dt-bindings: mmc: sdhci-msm: Add gcc resets strings

[PATCH v13 0/6] USB DWC3 host wake up support from system suspend
 2022-04-12 12:02 UTC  (3+ messages)
` [PATCH v13 1/6] dt-bindings: usb: dwc3: Add wakeup-source property support

[PATCH 1/2 v2] dt-bindings: arm: fsl: add ls1021a-iot board
 2022-04-12 11:56 UTC  (3+ messages)
` [PATCH 2/2 v2] ARM: dts: Add initial LS1021A IoT board dts support

[PATCH V3 0/7] Preparations to support SD UHS-II cards
 2022-04-12 11:57 UTC  (7+ messages)
` [PATCH V3 6/7] mmc: Implement content of UHS-II card initialization functions

stable-rc/queue/5.10 baseline: 132 runs, 1 regressions (v5.10.110-171-g3f868052db86)
 2022-04-12 11:57 UTC 

[PATCH v2 0/9] More PolarFire SoC Fixes for 5.18
 2022-04-12 12:26 UTC  (11+ messages)
` [PATCH v2 4/9] dt-bindings: clk: mpfs document msspll dri registers
` [PATCH v2 5/9] dt-bindings: clk: mpfs: add defines for two new clocks
` [PATCH v2 6/9] dt-bindings: rtc: add refclk to mpfs-rtc

[PATCH] binfmt_flat: do not stop relocating GOT entries prematurely
 2022-04-12 12:26 UTC  (3+ messages)

[PATCH] memory: renesas-rpc-if: Simplify single/double data register access
 2022-04-12 12:19 UTC  (7+ messages)

[PATCHv5 0/3] nvmet: unique discovery subsystems
 2022-04-12 12:21 UTC  (12+ messages)
` [PATCH 2/3] nvmet: per-port discovery subsystem
` [PATCH 3/3] nvmet: include all configured ports in the discovery log page

[PATCH net-next v3 00/18] Remove use of list iterator after loop body
 2022-04-12 12:15 UTC  (38+ messages)
` [PATCH net-next v3 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v3 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v3 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v3 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v3 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v3 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 08/18] net: sparx5: "
` [PATCH net-next v3 09/18] qed: Use "
` [PATCH net-next v3 10/18] qed: Replace usage of found with "
` [PATCH net-next v3 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v3 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v3 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH v10 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-04-12 12:35 UTC  (2+ messages)

gpiolib: of: gpio-reserved-ranges interpretation
 2022-04-12 11:55 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-12 12:34 UTC 

[ovmf test] 169331: regressions - FAIL
 2022-04-12 12:34 UTC 

[Buildroot] [PATCH 1/1] package/dhcp: use internal bind
 2022-04-12 12:34 UTC  (8+ messages)

[PATCH v2 0/7] SDX65 devicetree updates
 2022-04-12 11:54 UTC  (5+ messages)
` [PATCH v2 2/7] dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible
` [PATCH v2 4/7] dt-bindings: arm-smmu: Add binding for SDX65 SMMU

[PATCH v4 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-04-12 12:32 UTC  (13+ messages)
` [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements "

[PATCH 0/2] hwmon/tmp401: add support of three advanced features
 2022-04-12 11:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add TMP401, TMP411 and TMP43x

[f2fs-dev] [PATCH 0/3] f2fs-tools: return error for zoned devices with non power-of-2 zone size
 2022-04-12 12:17 UTC  (7+ messages)
  ` [f2fs-dev] [PATCH 2/3] libf2fs: add support to report "
  ` [f2fs-dev] [PATCH 3/3] libf2fs: don't allow mkfs / fsck on zoned NPO2
  ` [f2fs-dev] [PATCH 1/3] libf2fs_zoned: factor out helper to get chunk sectors

[PATCH 1/2] trace-cruncher: Add documentation for tracecruncher.ftracepy
 2022-04-12 11:51 UTC  (2+ messages)
` [PATCH 2/2] trace-cruncher: Add documentation for tracecruncher.ft_utils

[PATCH 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-04-12 11:44 UTC  (6+ messages)
` [PATCH 1/5] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
` [PATCH 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
` [PATCH 3/5] freezer: Have {,un}lock_system_sleep() save/restore flags
` [PATCH 4/5] freezer,umh: Clean up freezer/initrd interaction
` [PATCH 5/5] freezer,sched: Rewrite core freezer logic

[PATCH v8 0/2] On Semi AR0521 sensor driver
 2022-04-12 11:41 UTC  (6+ messages)
` [PATCH v8 2/2] "

[PATCH V5 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-12 12:30 UTC  (7+ messages)
` [PATCH V5 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V5 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCHSET 0/4] fstests: new tests for kernel 5.18
 2022-04-12 11:52 UTC  (3+ messages)
` [PATCH 2/4] generic: ensure we drop suid after fallocate

[RFC PATCH -next V3 0/6]arm64: add machine check safe support
 2022-04-12 11:50 UTC  (5+ messages)
` [RFC PATCH -next V3 1/6] x86: fix function define in copy_mc_to_user
` [RFC PATCH -next V3 2/6] arm64: fix types in copy_highpage()

[PATCH AUTOSEL 5.17 01/49] KVM: PPC: Book3S HV P9: Fix "lost kick" race
 2022-04-12 11:49 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 34/49] spi: cadence-quadspi: fix protocol setup for non-1-1-X operations

[kvm-unit-tests PATCH v1 0/4] s390x: add migration test suport
 2022-04-12 11:49 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 4/4] s390x: add selftest for migration

[PATCH] net: ftgmac100: access hardware register after clock ready
 2022-04-12 11:48 UTC 

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 6/12] ERROR: modpost: "random_get_entropy_fallback" [crypto/jitterentropy_rng.ko] undefined!
 2022-04-12 11:43 UTC 

[PATCH 0/3] tty: various cleanups
 2022-04-12 11:24 UTC  (3+ messages)
` [PATCH 3/3] tty: serial: altera: use altera_jtaguart_stop_tx()

[PATCH net-next v2 00/18] Remove use of list iterator after loop body
 2022-04-12 11:37 UTC  (7+ messages)
` [PATCH net-next v2 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v2 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 14/18] sfc: Remove usage of list iterator for list_add() after the loop body
` [PATCH net-next v2 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
 2022-04-12 12:27 UTC  (2+ messages)

[PATCH v1 0/7] PCI/PM: Improvements related to device transitions into D0
 2022-04-12 11:38 UTC  (8+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 4/9] PCI/PM: Rework changing power states of PCI devices

[PATCH 0/5] Pine64 PinePhone keyboard support
 2022-04-12 11:34 UTC  (4+ messages)
` [PATCH 3/5] Input: pinephone-keyboard - Build in the default keymap

[kvm-unit-tests PATCH v1 2/3] s390x: tprot: use system include for mmu.h
 2022-04-12 11:40 UTC  (2+ messages)
` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib "

[RFC 1/1] usb: chipidea: ci_hdrc_imx: disable runtime pm for HSIC interface
 2022-04-12 11:36 UTC  (5+ messages)
` (EXT) "
    ` (EXT) "

libuuid related tasks for next v2.39
 2022-04-12 11:44 UTC  (5+ messages)

[PATCH 00/11] Support Pensando Elba SoC
 2022-04-12 11:37 UTC  (7+ messages)
` [PATCH 04/11] dt-bindings: spi: Add compatible for "
` [PATCH 05/11] dt-bindings: spi: dw: Add Pensando Elba SoC SPI Controller bindings
` [PATCH 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH 5.17 000/343] 5.17.3-rc1 review
 2022-04-12 11:39 UTC 

[PATCH net-next v2 0/5] net/sched: flower: match on the number of vlan tags
 2022-04-12 11:40 UTC  (4+ messages)
` [PATCH net-next v2 5/5] net/sched: flower: Consider the number of tags for vlan filters

[PATCH v3 4/4] leds: pca955x: Add HW blink support
 2022-04-12 11:33 UTC  (2+ messages)

[PATCH] dma-direct: avoid redundant memory sync for swiotlb
 2022-04-12 11:38 UTC 

[LTP] [next] next-20220412: BUG: Bad page map in process oom_reaper pte
 2022-04-12 12:26 UTC 

[RFC PATCH 0/4] net: support for CFI with libslirp >= 4.7
 2022-04-12 12:13 UTC  (5+ messages)
` [RFC PATCH 1/4] net: slirp: introduce a wrapper struct for QemuTimer
` [RFC PATCH 2/4] net: slirp: switch to slirp_new
` [RFC PATCH 3/4] net: slirp: add support for CFI-friendly timer API
` [RFC PATCH 4/4] net: slirp: allow CFI with libslirp >= 4.7

RTT-PROBE: lore-subspace-rtt
 2022-04-12 12:24 UTC 

[PATCH 0/2] ALSA: echoaudio: Fix the probe error handling
 2022-04-12 12:23 UTC  (4+ messages)
` [PATCH 1/2] ALSA: core: Add snd_card_free_on_error() helper

[PATCH v3 1/1] firmware: tee_bnxt: Use UUID API for exporting the UUID
 2022-04-12 11:32 UTC 

[PATCH v9 00/11] 9p: Add support for darwin
 2022-04-12 12:19 UTC  (4+ messages)
` [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-12 11:30 UTC  (14+ messages)

[PATCH v2 0/5] drm/solomon: Add SSD130x OLED displays SPI support
 2022-04-12 11:28 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: display: ssd1307fb: Deprecate "-i2c" compatible strings
` [PATCH v2 4/5] drm/solomon: Move device info from ssd130x-i2c to the core driver

[f2fs-dev] [PATCH v2 1/2] f2fs: Remove usage of list iterator pas the loop for list_move_tail()
 2022-04-12 12:20 UTC  (2+ messages)
` [f2fs-dev] [PATCH v2 2/2] f2fs: replace usage of found with dedicated list iterator variable

[PATCH 0/5] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC
 2022-04-12 11:28 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: arm: add bcmbca device tree binding document
` [PATCH 3/5] ARM: dts: add dts files for bcmbca soc 47622

[PATCH 0/2] soc: mediatek: svs: add support for mt8186
 2022-04-12 12:08 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
` [PATCH 2/2] soc: mediatek: svs: add support for mt8186

[PATCH V2 2/2] drivers: nfc: nfcmrvl: fix double free bug in nfc_fw_download_done()
 2022-04-12 11:23 UTC 

[PATCH] ARM: dts: at91: use generic node name for dataflash
 2022-04-12 11:21 UTC  (2+ messages)

[PATCH v6 0/6] drm: exynos: dsi: Convert drm bridge
 2022-04-12 12:20 UTC  (6+ messages)

[PATCH] ASoC: simple-card-utils: fix sysclk shutdown
 2022-04-12 11:16 UTC 

[bug report] firewire: add kernel API to access CYCLE_TIME register
 2022-04-12 11:22 UTC 

[PATCH V2 00/15] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-12 11:24 UTC  (4+ messages)
` [PATCH V2 12/15] cpufreq: mediatek: Use maximum voltage in init stage

[RFC PATCH v4 00/15] Landlock LSM
 2022-04-12 11:21 UTC  (5+ messages)
` [RFC PATCH v4 06/15] landlock: landlock_add_rule syscall refactoring
` [RFC PATCH v4 07/15] landlock: user space API network support

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 3/12] ERROR: modpost: "random_get_entropy_fallback" [crypto/jitterentropy_rng.ko] undefined!
 2022-04-12 11:22 UTC 

[kvm-unit-tests PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-04-12 11:21 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: gs: move to new header file

[PATCH] spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction
 2022-04-12 11:19 UTC  (2+ messages)

[PATCH 0/4] Devicetree updates for Interconnect, USB3 and PHY support
 2022-04-12 11:21 UTC  (7+ messages)
` [PATCH 1/4] ARM: dts: qcom: sdx65: Add interconnect nodes
` [PATCH 2/4] dt-bindings: usb: qcom,dwc3: Add binding for SDX65
` [PATCH 3/4] ARM: dts: qcom: sdx65: Add USB3 and PHY support

[PATCH] arm64: dts: qcom: sm8450: fix interconnects property of UFS node
 2022-04-12 11:17 UTC  (7+ messages)

[CI v3 00/12] drm/edid: low level EDID block read refactoring etc
 2022-04-12 12:18 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/edid: low level EDID block read refactoring etc. (rev6)

[PATCH 0/8] IOMMU: assorted follow-on to XSA-400
 2022-04-12 12:17 UTC  (4+ messages)
` [PATCH 1/8] IOMMU/x86: drop locking from quarantine_init() hooks

[PATCH] Warn user if the vga flag is passed but no vga device is created
 2022-04-12 12:13 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-12 12:14 UTC 

linux-next: manual merge of the dmaengine tree with the dmaengine-fixes tree
 2022-04-12 11:16 UTC  (2+ messages)

[PATCH V4 1/3] dt-bindings: mmc: imx-esdhc: Update compatible fallbacks
 2022-04-12 12:09 UTC  (2+ messages)

[PATCH 0/2] Add interconnect driver for SDX65
 2022-04-12 11:16 UTC  (3+ messages)
` [PATCH 2/2] interconnect: qcom: Add SDX65 interconnect provider driver

[PATCH v7 0/4] add hugetlb_optimize_vmemmap sysctl
 2022-04-12 11:14 UTC  (5+ messages)
` [PATCH v7 1/4] mm: hugetlb_vmemmap: introduce CONFIG_HUGETLB_PAGE_HAS_OPTIMIZE_VMEMMAP
` [PATCH v7 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v7 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
` [PATCH v7 4/4] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl

[PATCH] media: dw9768: activate runtime PM and turn off device
 2022-04-12 11:15 UTC  (7+ messages)

[PATCH 00/18] MIPS: DTS: fix some findings by "make ci20_defconfig dt_binding_check dtbs_check"
 2022-04-12 11:15 UTC  (12+ messages)
` [PATCH 07/18] MIPS: DTS: jz4780: fix otg node as reported by dtbscheck

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-12 12:10 UTC  (4+ messages)
` [PATCH v5 09/13] KVM: Handle page fault for "

[PATCH 00/18] PCI: aardvark controller changes BATCH 5
 2022-04-12 11:14 UTC  (3+ messages)
` [PATCH 16/18] PCI: aardvark: Add suspend to RAM support

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 3/12] kernel/time/timekeeping.c:2388: warning: expecting prototype for random_read_entropy_fallback(). Prototype was for random_get_entropy_fallback() instead
 2022-04-12 11:12 UTC 

[PATCH] drm/amdgpu: Fix one use-after-free of VM
 2022-04-12 12:11 UTC  (2+ messages)

[PATCH 0/2] arm: dts: Add device tree for bosch acc board
 2022-04-12 11:11 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH for-7.1] target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
 2022-04-12 12:08 UTC  (2+ messages)

[PATCH 1/2] f2fs: use separate list iterator variable to call list_move_tail()
 2022-04-12 11:02 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2] media: amphion: fix decoder's interlaced field
 2022-04-12 11:01 UTC 

[PATCH] ceph: flush the mdlog for filesystem sync
 2022-04-12 11:13 UTC 

[PATCH] clk: imx8mp: Add DISP2 pixel clock
 2022-04-12 11:13 UTC  (2+ messages)

[PATCH v3] PCI: imx6: Replace legacy gpio interface for gpiod interface
 2022-04-12 11:02 UTC  (6+ messages)

[PATCH v9 0/9] RZN1 DMA support
 2022-04-12 11:08 UTC  (4+ messages)
` [PATCH v9 5/9] dmaengine: dw: dmamux: Introduce RZN1 DMA router support

[PATCH] drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
 2022-04-12 12:08 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH iproute2-next 0/2] flower: match on the number of vlan tags
 2022-04-12 11:09 UTC  (4+ 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.