All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-04 16:28:49 to 2021-06-04 16:55:29 UTC [more...]

[PATCH 0/4] MIPS: ralink: pci: driver for Pcie controller in MT7621 SoCs
 2021-06-04 16:55 UTC  (10+ messages)
` [PATCH 2/4] MIPS: pci: Add driver for MT7621 PCIe controller

[PATCH v3 0/4] shoot lazy tlbs
 2021-06-04 16:54 UTC  (3+ messages)

[PATCH v5 0/6] Introduce intel_skl_int3472 module
 2021-06-04 16:54 UTC  (6+ messages)
` [PATCH v5 4/6] gpiolib: acpi: Add acpi_gpio_get_io_resource()

[Virtio-fs] [PATCH 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-04 16:13 UTC  (4+ messages)
` [PATCH 2/9] virtiofsd: Use lo_inode_open() instead of openat()
` [PATCH 5/9] virtiofsd: Let lo_inode_open() return a TempFd
` [PATCH 6/9] virtiofsd: Add lo_inode.fhandle

[PATCH v5 1/2] acpi: PM: Move check for _DSD StorageD3Enable property to acpi
 2021-06-04 16:54 UTC  (4+ messages)
` [PATCH v5 2/2] acpi: PM: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hint

[PATCH net-next] net: ethernet: rmnet: Restructure if checks to avoid uninitialized warning
 2021-06-04 16:54 UTC  (4+ messages)

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-04 15:53 UTC  (47+ messages)
` [PATCH v16 16/99] target/arm: move helpers to tcg/
` [PATCH v16 18/99] target/arm: tcg: add sysemu and user subdirs
` [PATCH v16 22/99] target/arm: tcg: split m_helper user-only and sysemu-only parts
` [PATCH v16 23/99] target/arm: only build psci for TCG
` [PATCH v16 27/99] target/arm: fix style in preparation of new cpregs module
` [PATCH v16 28/99] target/arm: split cpregs from tcg/helper.c
` [PATCH v16 30/99] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [PATCH v16 31/99] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [PATCH v16 32/99] target/arm: move cpsr_read, cpsr_write to cpu_common
` [PATCH v16 33/99] target/arm: add temporary stub for arm_rebuild_hflags
` [PATCH v16 38/99] target/arm: move arm_sctlr away from tcg helpers
` [PATCH v16 39/99] target/arm: move arm_cpu_list to common_cpu
` [PATCH v16 40/99] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [PATCH v16 41/99] target/arm: new cpu32 ARM 32 bit CPU Class
` [PATCH v16 43/99] target/arm: move a15 cpu model away from the TCG-only models
` [PATCH v16 44/99] target/arm: fixup sve_exception_el code style before move
` [PATCH v16 47/99] target/arm: move fp_exception_el out of TCG helpers
` [PATCH v16 48/99] target/arm: remove now useless ifndef from fp_exception_el
` [PATCH v16 49/99] target/arm: make further preparation for the exception code to move
` [PATCH v16 51/99] target/arm: move exception code out of tcg/helper.c
` [PATCH v16 52/99] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [PATCH v16 53/99] target/arm: replace CONFIG_TCG with tcg_enabled
` [PATCH v16 56/99] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [PATCH v16 57/99] target/arm: remove kvm include file for PSCI and arm-powerctl
` [PATCH v16 58/99] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [PATCH v16 59/99] MAINTAINERS: update arm kvm maintained files to all in target/arm/kvm/
` [PATCH v16 60/99] target/arm: cleanup cpu includes
` [PATCH v16 62/99] target/arm: remove kvm-stub.c
` [PATCH v16 67/99] target/arm: create kvm cpu accel class
` [PATCH v16 68/99] target/arm: move kvm post init initialization to kvm cpu accel
` [PATCH v16 70/99] target/arm: move TCG gt timer creation code in tcg/
` [PATCH v16 71/99] target/arm: cpu-sve: new module
` [PATCH v16 73/99] target/arm: cpu-sve: split TCG and KVM functionality
` [PATCH v16 76/99] target/arm: restrict rebuild_hflags_a64 to TARGET_AARCH64
` [PATCH v16 78/99] target/arm: cpu-exceptions, cpu-exceptions-aa64: new modules
` [PATCH v16 79/99] target/arm: tcg: restrict ZCR cpregs to TARGET_AARCH64
` [PATCH v16 82/99] target/arm: move sve_zcr_len_for_el to TARGET_AARCH64-only cpu-sve
` [PATCH v16 88/99] target/arm: cpu64: rename arm_cpu_finalize_features
` [PATCH v16 89/99] target/arm: cpu64: some final cleanup on aarch64_cpu_finalize_features
` [PATCH v16 90/99] XXX target/arm: experiment refactoring cpu "max"
` [PATCH v16 91/99] target/arm: tcg: remove superfluous CONFIG_TCG check
` [PATCH v16 92/99] target/arm: remove v7m stub function for !CONFIG_TCG
` [PATCH v16 93/99] meson: Introduce target-specific Kconfig
` [PATCH v16 98/99] configure: allow the overriding of default-config in the build
` [PATCH v16 99/99] gitlab: defend the new stripped down arm64 configs

[Intel-wired-lan] [PATCH net-next 01/15] iavf: correctly track whether the interface is running during resets
 2021-06-04 16:53 UTC  (15+ messages)
` [Intel-wired-lan] [PATCH net-next 02/15] iavf: obtain the crit_section lock in iavf_open() immediately
` [Intel-wired-lan] [PATCH net-next 03/15] iavf: obtain crit_section lock in iavf_close() immediately
` [Intel-wired-lan] [PATCH net-next 04/15] iavf: wrap driver state change in crit_section lock
` [Intel-wired-lan] [PATCH net-next 05/15] iavf: untangle any pending iavf_open() operations from iavf_close()
` [Intel-wired-lan] [PATCH net-next 06/15] iavf: disable interrupts before disabling napi
` [Intel-wired-lan] [PATCH net-next 07/15] iavf: Restore non MAC filters after link down
` [Intel-wired-lan] [PATCH net-next 08/15] iavf: restore MSI state on reset
` [Intel-wired-lan] [PATCH net-next 09/15] iavf: Fix carrier on state
` [Intel-wired-lan] [PATCH net-next 10/15] iavf: Add change MTU message
` [Intel-wired-lan] [PATCH net-next 11/15] iavf: Prevent changing static ITR values if adaptive moderation is on
` [Intel-wired-lan] [PATCH net-next 12/15] iavf: Log info when VF is entering and leaving Allmulti mode
` [Intel-wired-lan] [PATCH net-next 13/15] iavf: Set RSS LUT and key in reset handle path
` [Intel-wired-lan] [PATCH net-next 14/15] iavf: return errno code instead of status code
` [Intel-wired-lan] [PATCH net-next 15/15] iavf: don't be so alarming

[PATCH v3 00/20] arm64: entry: migrate more code to C
 2021-06-04 16:51 UTC  (5+ messages)
` [PATCH v3 02/20] arm64: entry: unmask IRQ+FIQ after EL0 handling
` [PATCH v3 08/20] arm64: entry: organise entry handlers consistently

Looking for paid article contribution on your site
 2021-06-04 16:30 UTC 

[PATCH v3 00/10] AM642-EVM: Add USB support
 2021-06-04 16:53 UTC  (14+ messages)
` [PATCH v3 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol
` [PATCH v3 02/10] arm: mach-k3: am642_init: Add support for USB boot mode
` [PATCH v3 03/10] arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modes
` [PATCH v3 04/10] board: ti: am64x: Set the core voltage of USB PHY to 0.85V
` [PATCH v3 05/10] arm: dts: k3-am64-main: Add USB DT nodes
` [PATCH v3 06/10] arm: dts: k3-am642-*-evm: Add USB support
` [PATCH v3 07/10] arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral for USB subsystem
` [PATCH v3 08/10] configs: am64x_evm_*_defconfig: Rearrange the components in SRAM to satisfy the limitations for USB DFU boot mode
` [PATCH v3 09/10] arm: dts: k3-am64-main: Update the location of ATF in SRAM and increase its max size
` [PATCH v3 10/10] configs: am64: Enable configs to support USB host and device modes

[PATCH v2 0/2] doc: usage: man-page for ums command
 2021-06-04 16:51 UTC  (3+ messages)
` [PATCH v2 1/2] cmd: Add dependency "
` [PATCH v2 2/2] doc: usage: man-page "

[PATCH 0/8] Additional features for Hantro HEVC
 2021-06-04 16:49 UTC  (8+ messages)
` [PATCH 2/8] media: hantro: Add support of compressed reference buffers

[PATCH v3 1/3] ACPI: bus: Constify stubs for CONFIG_ACPI=n case
 2021-06-04 16:50 UTC  (3+ messages)
` [PATCH v3 2/3] ACPI: bus: Constify acpi_dma_supported() helper function
` [PATCH v3 3/3] device property: Unify access to of_node

[nomadik:ux500-skomer-v5.13-rc1 6/7] drivers/gpu/drm/mcde/mcde_display.c:403:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first
 2021-06-04 16:47 UTC  (2+ messages)

Qualcomm Crypto Engine performance numbers on mainline kernel
 2021-06-04 16:49 UTC 

[PATCH] dhcp-server: Fix lease expiry time calculation
 2021-06-04 16:49 UTC  (2+ messages)

[PATCH] selftests: kvm: fix overlapping addresses in memslot_perf_test
 2021-06-04 16:49 UTC  (10+ messages)
                ` selftests: kvm: allocating extra mem in slot 0 (Was: Re: [PATCH] selftests: kvm: fix overlapping addresses in memslot_perf_test)

[PATCH v2 1/2] ACPI: bus: Constify stubs for CONFIG_ACPI=n case
 2021-06-04 16:48 UTC  (3+ messages)
` [PATCH v2 2/2] device property: Unify access to of_node

[Intel-wired-lan] [PATCH net 1/8] iavf: check for null in iavf_fix_features
 2021-06-04 16:49 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH net 2/8] iavf: free q_vectors before queues in iavf_disable_vf
` [Intel-wired-lan] [PATCH net 3/8] iavf: don't clear a lock we don't hold
` [Intel-wired-lan] [PATCH net 4/8] iavf: Fix failure to exit out from last all-multicast mode
` [Intel-wired-lan] [PATCH net 5/8] iavf: prevent accidental free of filter structure
` [Intel-wired-lan] [PATCH net 6/8] iavf: validate pointers
` [Intel-wired-lan] [PATCH net 7/8] iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
` [Intel-wired-lan] [PATCH net 8/8] iavf: Fix for setting queues to 0

[PATCH] usb: dwc3-meson-g12a: fix usb2 PHY glue init when phy0 is disabled
 2021-06-04 16:46 UTC  (6+ messages)

pcie-iproc-msi.c: Bug in Multi-MSI support?
 2021-06-04 16:47 UTC  (13+ messages)

[PATCH -v2] notifier: Return non-null when callback is already registered
 2021-06-04 16:48 UTC  (3+ messages)

[PATCH] x86/perf: Fixed obtaining address error about performance monitor MSR on old Inel CPU
 2021-06-04 16:48 UTC  (2+ messages)

[PATCH v2 net-next 0/4] Convert NXP SJA1105 DSA driver to YAML
 2021-06-04 16:46 UTC  (7+ messages)
` [PATCH v2 net-next 1/4] net: phy: introduce PHY_INTERFACE_MODE_REVRMII
` [PATCH v2 net-next 2/4] net: dsa: sja1105: apply RGMII delays based on the fixed-link property
` [PATCH v2 net-next 3/4] net: dsa: sja1105: determine PHY/MAC role from PHY interface type

[PATCH v8 0/4] Add IOMMU driver for rk356x
 2021-06-04 16:44 UTC  (15+ messages)
` [PATCH v8 1/4] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
` [PATCH v8 2/4] dt-bindings: iommu: rockchip: Add compatible for v2
` [PATCH v8 3/4] iommu: rockchip: Add internal ops to handle variants
` [PATCH v8 4/4] iommu: rockchip: Add support for iommu v2

[kas:kvm-unmapped-guest-only 8/9] include/linux/mman.h:107:60: error: 'PROT_GUEST' undeclared; did you mean 'VM_GUEST'?
 2021-06-04 16:47 UTC 

[RFC] powerpc/pseries: Interface to represent PAPR firmware attributes
 2021-06-04 16:47 UTC  (2+ messages)

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-06-04 16:10 UTC  (3+ messages)

[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
 2021-06-04 16:46 UTC  (9+ messages)
` [PATCH v3 kvmtool 32/32] arm/arm64: Add PCI Express "

Debian: gcc: add support for ARC
 2021-06-04 16:44 UTC 

[PATCH] arm64: dts: ti: k3-am64-main: Update the location of ATF in SRAM and increase its max size
 2021-06-04 16:43 UTC  (2+ messages)

[RFC] LKMM: Add volatile_if()
 2021-06-04 16:40 UTC  (9+ messages)

[PATCH] io_uring: Fix comment of io_get_sqe
 2021-06-04 16:42 UTC 

[PATCH v4] drm/panfrost: Add AFBC_FEATURES parameter
 2021-06-04 16:42 UTC  (3+ messages)

[PATCH mptcp-next] mptcp: refine mptcp_cleanup_rbuf
 2021-06-04 16:41 UTC 

[PATCH] drm/amdgpu: Modify GC register access to use _SOC15 macros
 2021-06-04 16:41 UTC  (2+ messages)

[PATCH] drm/msm/dsi: print error code when MIPI DSI host registration fails
 2021-06-04 16:39 UTC  (3+ messages)
` [Freedreno] "

[PATCH v2] media: dt-bindings: media: renesas,csi2: Add r8a779a0 support
 2021-06-04 16:35 UTC 

[5.10.x] Please backport "net: usb: cdc_ncm: don't spew notifications" (de658a195ee23ca6aaffe197d1d2ea040beea0a2)
 2021-06-04 16:38 UTC  (2+ messages)

CP210X: Failure while programming ESP32 dev board
 2021-06-04 16:38 UTC  (4+ messages)

[PATCH -next v2] NFSD: Fix error return code in nfsd4_interssc_connect()
 2021-06-04 16:36 UTC  (3+ messages)

[PATCH V3 0/9] hwlat improvements and osnoise/timerlat tracers
 2021-06-04 16:36 UTC  (9+ messages)
` [PATCH V3 5/9] tracing/trace: Add a generic function to read/write u64 values from tracefs
` [PATCH V3 6/9] trace/hwlat: Use the generic function to read/write width and window

[PATCH v1 1/1] device property: Unify access to of_node
 2021-06-04 16:36 UTC  (4+ messages)

[PATCH v2 0/5] Optimization batch 12: miscellaneous unthemed stuff
 2021-06-04 16:35 UTC  (6+ messages)
` [PATCH v3 0/4] "

[PATCH v3 0/4] ASoC: codecs: wcd934x: add Headset and button detection support
 2021-06-04 16:32 UTC  (3+ messages)

[PATCH] mm: mmap_lock: Use local locks instead of disabling preemption
 2021-06-04 16:35 UTC 

[PATCH 5.4, 5.10] btrfs: tree-checker: do not error out if extent ref hash doesn't match
 2021-06-04 16:35 UTC  (2+ messages)

[PATCH v2 0/3] percpu: memcg memory accounting rework
 2021-06-04 16:10 UTC  (2+ messages)

[PATCH] ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire mode
 2021-06-04 16:32 UTC  (2+ messages)

[PATCH v2][next] ASoC: ti: davinci-mcasp: Fix fall-through warning for Clang
 2021-06-04 16:32 UTC  (3+ messages)

[PATCH] spi: stm32-qspi: Fix W=1 build warning
 2021-06-04 16:32 UTC  (3+ messages)

[PATCH] ASoC: snd-soc-lpass requires REGMAP_MMIO
 2021-06-04 16:32 UTC  (2+ messages)

[PATCH] regulator: fan53555: add back tcs4526
 2021-06-04 16:32 UTC  (4+ messages)
` [PATCH v2] regulator: fan53555: add tcs4526

[PATCH 1/2] dt-bindings: regulator: Add support for TCS4526
 2021-06-04 16:32 UTC  (4+ messages)
` [PATCH 2/2 v2] regulator: fan53555: add tcs4526

Add SMP/SMT support for sysost driver
 2021-06-04 16:31 UTC  (3+ messages)
` [PATCH v2 1/2] clocksource: Ingenic: Rename unreasonable array names
` [PATCH v2 2/2] clocksource: Ingenic: Add SMP/SMT support for sysost driver

[PATCH] dhcp: Fix address endianness in l2_send
 2021-06-04 16:31 UTC  (2+ messages)

[PATCH 00/42] PCI: aardvark: Various driver fixes
 2021-06-04 16:29 UTC  (6+ messages)
` [PATCH 12/42] PCI: aardvark: Check for virq mapping when processing INTx IRQ

[PATCH] board: stm32mp1: correct the property name for eth
 2021-06-04 16:30 UTC 

[PATCH v2] fstests: add basic ftrace support
 2021-06-04 16:30 UTC  (4+ messages)

[PATCH net-next] net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_table
 2021-06-04 16:29 UTC 

[patch 0/8] x86/fpu: Mop up XSAVES and related damage
 2021-06-04 16:27 UTC  (4+ messages)

[PATCH V7 0/6] Passthrough specific network traffic in COLO
 2021-06-04 15:57 UTC  (4+ messages)
` [PATCH V7 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[PATCH 0/3] perf probe: Boot time tracing support
 2021-06-04 16:28 UTC  (2+ messages)
` [PATCH 3/3] perf/probe: Add --bootconfig to output definition in bootconfig format


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.