All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-19 14:48:49 to 2022-10-19 15:10:26 UTC [more...]

[PATCH 00/17] ARM: remove old board files
 2022-10-19 15:03 UTC  (4+ messages)
` [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries
  ` [PATCH 05/17] ASoC: remove unused ep93xx files

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-19 15:02 UTC  (8+ messages)
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions

[PATCH 0/4] target/i386: support x86_64-v3 for user mode applications
 2022-10-19 15:06 UTC  (4+ messages)
` [PATCH 1/4] target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]
` [PATCH 3/4] target/i386: implement F16C instructions
` [PATCH 4/4] target/i386: implement FMA instructions

[PATCH linux dev-6.0 0/3] watchdog: aspeed: Add pre-timeout interrupt support
 2022-10-19 15:07 UTC  (3+ messages)
` [PATCH linux dev-6.0 1/3] "
` [PATCH linux dev-6.0 2/3] ARM: dts: aspeed: Setup watchdog pre-timeout interrupt

[PATCH v3 0/5] lockinig/rwsem: Fix rwsem bugs & enable true lock handoff
 2022-10-19 15:02 UTC  (3+ messages)
  ` [PATCH v3 4/5] locking/rwsem: Enable direct rwsem "

[PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries
 2022-10-19 14:43 UTC  (2+ messages)

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-19 14:56 UTC  (44+ messages)
` [PATCH printk v2 01/38] serial: kgdboc: Lock console list in probe function
` [PATCH printk v2 02/38] printk: Convert console_drivers list to hlist
` [PATCH printk v2 03/38] printk: Prepare for SRCU console list protection
` [PATCH printk v2 04/38] printk: introduce console_is_enabled() wrapper
` [PATCH printk v2 05/38] printk: use console_is_enabled()
` [PATCH printk v2 06/38] tty: nfcon: "
` [PATCH printk v2 07/38] um: kmsg_dump: "
` [PATCH printk v2 08/38] efi: earlycon: "
` [PATCH printk v2 09/38] netconsole: "
` [PATCH printk v2 10/38] tty: hvc: "
` [PATCH printk v2 11/38] tty: serial: earlycon: "
` [PATCH printk v2 12/38] tty: serial: kgdboc: "
` [PATCH printk v2 13/38] tty: serial: pic32_uart: "
` [PATCH printk v2 14/38] tty: serial: samsung_tty: "
` [PATCH printk v2 15/38] tty: serial: serial_core: "
` [PATCH printk v2 16/38] tty: serial: xilinx_uartps: "
` [PATCH printk v2 17/38] tty: tty_io: "
` [PATCH printk v2 18/38] usb: early: xhci-dbc: "
` [PATCH printk v2 19/38] kdb: kdb_io: "
` [PATCH printk v2 20/38] um: kmsg_dumper: use srcu console list iterator
` [PATCH printk v2 21/38] serial: kgdboc: "
` [PATCH printk v2 22/38] serial: kgdboc: document console_lock usage
` [PATCH printk v2 23/38] tty: tty_io: "
` [PATCH printk v2 24/38] xen: fbfront: use srcu console list iterator
` [PATCH printk v2 25/38] proc: consoles: document console_lock usage
` [PATCH printk v2 26/38] kdb: use srcu console list iterator
` [PATCH printk v2 27/38] printk: console_flush_all: "
` [PATCH printk v2 28/38] printk: console_unblank: "
` [PATCH printk v2 29/38] printk: console_flush_on_panic: "
` [PATCH printk v2 30/38] printk: console_device: "
` [PATCH printk v2 31/38] printk: register_console: "
` [PATCH printk v2 32/38] printk: __pr_flush: "
` [PATCH printk v2 33/38] printk: introduce console_list_lock
` [PATCH printk v2 34/38] serial: kgdboc: use console_list_lock instead of console_lock
` [PATCH printk v2 35/38] tty: tty_io: use console_list_lock for list synchronization
` [PATCH printk v2 36/38] proc: consoles: use console_list_lock for list iteration
` [PATCH printk v2 37/38] printk: relieve console_lock of list synchronization duties
` [PATCH printk v2 38/38] printk, xen: fbfront: create/use safe function for forcing preferred

2.38.1 Build Version Confusion
 2022-10-19 15:01 UTC  (2+ messages)

[PATCH v11 0/2] SPDX: add copyleft-next-0.3.1
 2022-10-19 15:00 UTC  (3+ messages)

[PATCH 00/44] serial: Convert drivers to use uart_xmit_advance()
 2022-10-19 14:59 UTC  (3+ messages)
` [PATCH 19/44] serial: liteuart: Use uart_xmit_advance()

[PATCH v2 1/2] ARM: mm: fix no-MMU ZERO_PAGE() implementation
 2022-10-19 14:44 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: mm: convert empty_zero_page to array for consistency

[PATCH v2 0/9] arm64: rework UNDEFINED instruction traps
 2022-10-19 14:41 UTC  (10+ messages)
` [PATCH v2 1/9] arm64: allow kprobes on EL0 handlers
` [PATCH v2 2/9] arm64: split EL0/EL1 UNDEF handlers
` [PATCH v2 3/9] arm64: factor out EL1 SSBS emulation hook
` [PATCH v2 4/9] arm64: factor insn read out of call_undef_hook()
` [PATCH v2 5/9] arm64: rework EL0 MRS emulation
` [PATCH v2 6/9] arm64: armv8_deprecated: fold ops into insn_emulation
` [PATCH v2 7/9] arm64: armv8_deprecated move emulation functions
` [PATCH v2 8/9] arm64: armv8_deprecated: move aarch32 helper earlier
` [PATCH v2 9/9] arm64: armv8_deprecated: rework deprected instruction handling

[PATCH v3 1/3] nfsd: ignore requests to disable unsupported versions
 2022-10-19 14:58 UTC  (2+ messages)

[PATCH 0/4] i915: CAGF and RC6 changes for MTL
 2022-10-19 15:06 UTC  (7+ messages)
` [PATCH 1/4] drm/i915: Use GEN12_RPSTAT register for GT freq
    ` [Intel-gfx] "
` [PATCH 2/4] drm/i915/mtl: Modify CAGF functions for MTL
  ` [Intel-gfx] "

[PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
 2022-10-19 14:57 UTC  (4+ messages)
` [PATCH 4/6] x86: KVM: Enable AVX-VNNI-INT8 CPUID and expose it to guest

[PATCH v2] mesa: Add native patch via a variable
 2022-10-19 15:04 UTC  (5+ messages)
` [OE-core] "

[PATCH] arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequency
 2022-10-19 14:56 UTC  (3+ messages)

[PATCH 1/3] ACPI: scan: substitute empty_zero_page with helper ZERO_PAGE(0)
 2022-10-19 14:56 UTC  (2+ messages)
` (subset) "

[PATCH 1/3] drm/i915/tgl+: Add locking around DKL PHY register accesses
 2022-10-19 14:57 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH] ACPI: video: Force backlight native for more TongFang devices
 2022-10-19 14:57 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2022-10-19 14:56 UTC 

[PATCHv2 0/6] Fix the problem that rxe can not work in net
 2022-10-19 14:56 UTC  (2+ messages)

Vendor driver vs Kernel, which one gets priority?
 2022-10-19 15:03 UTC 

[RESEND PATCH v2] firmware/psci: Print a warning if PSCI doesn't accept PC mode
 2022-10-19 15:02 UTC  (4+ messages)

stable-rc/queue/5.4 baseline: 162 runs, 26 regressions (v5.4.219-266-g018b84a052ce)
 2022-10-19 14:55 UTC 

[PATCH stable 5.10 0/5] kbuild: Fix compilation for latest pahole release
 2022-10-19 14:55 UTC  (2+ messages)

[PATCH] usb: typec: retimer: Use device type for matching
 2022-10-19 14:55 UTC 

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-10-19 14:59 UTC  (7+ messages)
` [PATCH v1 01/12] hw/xen: Correct build config for xen_pt_stub
` [PATCH v1 02/12] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PATCH v1 03/12] hw/i386/xen: rearrange xen_hvm_init_pc

pm/testing baseline: 65 runs, 2 regressions (v6.1-rc1-20-g1c24b2556ca7)
 2022-10-19 14:55 UTC 

[PATCH v2] xen/arm: p2m: fix pa_range_info for 52-bit pa range
 2022-10-19 15:01 UTC  (2+ messages)

[PATCH 0/2] Selftest fixes for 6.1
 2022-10-19 15:01 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] [PATCH 0/2] "

[PATCH] mmc: core: support zeroout using TRIM
 2022-10-19 14:54 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-10-19 15:00 UTC 

[PATCH net-next 0/5] net: lan966x: Add xdp support
 2022-10-19 13:50 UTC  (2+ messages)
` [PATCH net-next 5/5] net: lan96x: Use page_pool API

[Virtio-fs] [virtiofsd] Issue opened: Implement support for storing security info in extended attributes
 2022-10-19 14:59 UTC 

[kvm-unit-tests PATCH v2 0/1] s390x: do not enable PV dump support by default
 2022-10-19 14:53 UTC  (2+ messages)
` [kvm-unit-tests PATCH v2 1/1] "

[PATCH v5 0/6] blk-wbt: simple improvment to enable wbt correctly
 2022-10-19 12:15 UTC  (2+ messages)
` [PATCH v5 6/6] blk-wbt: don't enable throttling if default elevator is bfq

[PATCH] drm/amdgpu/discovery: fix possible memory leak
 2022-10-19 14:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION a72b55bc981b62f7186600d06d1824f1d0612b27
 2022-10-19 14:40 UTC 

[PATCH v3 00/15] btrfs: split out larger chunks of ctree.h
 2022-10-19 14:51 UTC  (16+ messages)
` [PATCH v3 01/15] btrfs: move fs wide helpers out "
` [PATCH v3 02/15] btrfs: move assert "
` [PATCH v3 03/15] btrfs: move the printk "
` [PATCH v3 04/15] btrfs: push printk index code into their respective helpers
` [PATCH v3 05/15] btrfs: move BTRFS_FS_STATE* defs and helpers to fs.h
` [PATCH v3 06/15] btrfs: convert incompat and compat flag test helpers to defines
` [PATCH v3 07/15] btrfs: move mount option definitions to fs.h
` [PATCH v3 08/15] btrfs: move fs_info->flags enum "
` [PATCH v3 09/15] btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
` [PATCH v3 10/15] btrfs: remove fs_info::pending_changes and related code
` [PATCH v3 11/15] btrfs: move the compat/incompat flag masks to fs.h
` [PATCH v3 12/15] btrfs: rename struct-funcs.c -> accessors.c
` [PATCH v3 13/15] btrfs: move btrfs_map_token to accessors
` [PATCH v3 14/15] btrfs: move accessor helpers into accessors.h
` [PATCH v3 15/15] btrfs: remove temporary btrfs_map_token declaration in ctree.h

[PATCH] net/mlx5: add port representor support
 2022-10-19 14:57 UTC 

[PATCH] coresight: cti: Fix hang in cti_disable_hw()
 2022-10-19 14:51 UTC  (2+ messages)

[PATCH v5 01/14] common/idpf: introduce common library
 2022-10-19 14:54 UTC  (16+ messages)
` [PATCH v6 00/14] add support for idpf PMD in DPDK
  ` [PATCH v6 01/14] common/idpf: introduce common library
  ` [PATCH v6 02/14] net/idpf: add support for device initialization
  ` [PATCH v6 03/14] net/idpf: add queue setup and release in single queue model
  ` [PATCH v6 04/14] net/idpf: add queue setup and release in split "
  ` [PATCH v6 05/14] net/idpf: add support for queue start and stop
  ` [PATCH v6 06/14] net/idpf: add support for device information get
  ` [PATCH v6 07/14] net/idpf: add support for packet type get
  ` [PATCH v6 08/14] net/idpf: add support for basic Rx/Tx datapath
  ` [PATCH v6 09/14] net/idpf: add support for Rx/Tx offloading
  ` [PATCH v6 10/14] net/idpf: add support for RSS
  ` [PATCH v6 11/14] net/idpf: add support for MTU configuration
  ` [PATCH v6 12/14] net/idpf: add support for write back based on ITR expire
  ` [PATCH v6 13/14] net/idpf: add AVX512 data path for single queue model
  ` [PATCH v6 14/14] net/idpf: add support for timestamp offload

[PATCH liburing 0/2] liburing: fix shortening api issues
 2022-10-19 14:50 UTC  (3+ messages)
` [PATCH liburing 1/2] fix int shortening bug in io_uring_recvmsg_validate
` [PATCH liburing 2/2] fix len type of fgettxattr etc

[xen-unstable-smoke test] 174091: regressions - FAIL
 2022-10-19 14:57 UTC 

[PATCH] crypto: caam: blob_gen.c: warn if key is insecure
 2022-10-19 12:44 UTC 

[PATCH 1/3] create-spdx: Remove ";name=..." for downloadLocation
 2022-10-19 14:57 UTC  (3+ messages)
` [PATCH 3/3] gnutls: Unified pakcage names to lower-case
  ` [OE-core] "

[PATCH 1/2] iio: adc: mt6577_auxadc: add optional 32k clock
 2022-10-19 14:38 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: iio: adc: mediatek,mt2701-auxadc: new "

[PATCH] x86-iommu: Fail flag registration of DEVIOTLB if DT not supported
 2022-10-19 14:54 UTC  (5+ messages)

[PATCH] i2c: fix repeated words in comments
 2022-10-19 14:48 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/docopt.cpp: new package
 2022-10-19 14:55 UTC  (2+ messages)

[PATCH] arm64: tegra: Add SBSA UART for Tegra234
 2022-10-19 14:47 UTC 

[PATCH 1/2] dt-bindings: PCI: xilinx-pcie: Convert to YAML schemas of Xilinx AXI PCIe Root Port Bridge
 2022-10-19 14:46 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: PCI: xilinx-nwl: Convert to YAML schemas of Xilinx NWL "

[PATCH v2] trace/kprobe: remove duplicated calls of ring_buffer_event_data
 2022-10-19 14:46 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/1915/guc: enable engine reset on CAT
 2022-10-19 14:54 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH 0/4] Update Microchip PolarFire SoC
 2022-10-19 14:53 UTC  (5+ messages)
` [PATCH 1/4] riscv: dts: update memory configuration
` [PATCH 2/4] riscv: dts: Add QSPI NAND device node
` [PATCH 3/4] riscv: Update Microchip MPFS Icicle Kit support
` [PATCH 4/4] spi: Add Microchip PolarFire SoC QSPI driver

[PATCH 0/2] PCI: qcom: Add basic interconnect support
 2022-10-19 14:45 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects
` [PATCH 2/2] PCI: qcom: Add basic interconnect support

[Intel-gfx] [PATCH] drm/i915/selftests: add prefetch padding to store_dw batchbuffer
 2022-10-19 14:54 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[RFC 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2022-10-19 14:44 UTC  (7+ messages)
` [RFC 1/6] s390/ism: Set DMA coherent mask
` [RFC 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [RFC 3/6] s390/pci: Use dma-iommu layer
` [RFC 4/6] iommu/dma: Prepare for multiple flush queue implementations
` [RFC 5/6] iommu/dma: Add simple batching flush queue implementation
` [RFC 6/6] iommu/s390: flush queued IOVAs on RPCIT out of resource indication

[kvm-unit-tests PATCH v1] s390x: do not enable PV dump support by default
 2022-10-19 14:45 UTC  (2+ messages)

stable-rc/queue/5.15 baseline: 179 runs, 2 regressions (v5.15.74-597-geff65abcee9da)
 2022-10-19 14:45 UTC 

[PATCH v3 1/6] clk: Introduce devm_clk_hw_register_mux_parent_data()
 2022-10-19 14:33 UTC  (3+ messages)
` [PATCH v3 3/6] clk: imx: imx8mp: Add audiomix block control

[PATCH v3 1/3] arm64: dts: qcom: msm8996-sony-xperia-tone: drop incorrect wlan pin input
 2022-10-19 14:44 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: pinctrl: qcom,msm8996: convert to dtschema
  ` (subset) "

[PATCH v3 0/2] spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idle
 2022-10-19 14:29 UTC  (4+ messages)
` [PATCH v3 1/2] spi: dt-bindings: amlogic, meson-gx-spicc: Add pinctrl names for SPI signal states

[PATCH v4 1/4] arm64: dts: qcom: msm8998: add gpio-ranges to TLMM
 2022-10-19 14:44 UTC  (3+ messages)
` [PATCH v4 4/4] dt-bindings: pinctrl: qcom,msm8998: convert to dtschema
  ` (subset) "

[PATCH v3 1/3] arm64: dts: qcom: msm8994: Correct SPI10 CS pin
 2022-10-19 14:44 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: pinctrl: qcom,msm8994: convert to dtschema
  ` (subset) "

[PATCH 1/2] dt-bindings: pinctrl: qcom,msm8974: convert to dtschema
 2022-10-19 14:44 UTC  (2+ messages)
` (subset) "

[PATCH] dt-bindings: pinctrl: qcom: drop minItems equal to maxItems
 2022-10-19 14:44 UTC  (2+ messages)

[PATCH v2] dt-bindings: pinctrl: qcom,sm8150: convert to dtschema
 2022-10-19 14:44 UTC  (2+ messages)

[PATCH v2 1/2] KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD
 2022-10-19 14:42 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: x86: Expose Predictive Store Forwarding Disable on Intel parts

stable-rc/queue/4.9 baseline: 91 runs, 24 regressions (v4.9.330-160-g89b59d3c851d)
 2022-10-19 14:41 UTC 

leds-pwm: software limit on brightness level
 2022-10-19 14:39 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-10-19 14:50 UTC 

[PATCH v4 0/7] A course adjustment, for sure
 2022-10-19 14:07 UTC  (4+ messages)
` [PATCH v4 3/7] NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection

[PATCH] dmaengine: pxa_dma: use platform_get_irq_optional
 2022-10-19 14:26 UTC  (2+ messages)

[PATCH 6.0 000/862] 6.0.3-rc1 review
 2022-10-19  8:24 UTC  (2+ messages)
` [PATCH 6.0 175/862] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"

[PATCH v2 0/3] ethdev: AGE action preparation
 2022-10-19 14:49 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] ethdev: add strict queue to pre-configuration flow hints
  ` [PATCH v3 2/3] ethdev: add queue-based API to report aged flow rules
  ` [PATCH v3 3/3] ethdev: add structure for indirect AGE update

[PATCH 0/9] integrity: Move hooks into LSM
 2022-10-19 14:34 UTC  (3+ messages)
` [PATCH 2/9] security: Move trivial IMA "

[PATCH v6 0/4] dmaengine: sdma support hdmi audio
 2022-10-19 14:24 UTC  (3+ messages)
` [PATCH v6 2/4] dmaengine: imx-sdma: "


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.