All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-09 08:22:44 to 2020-03-09 08:50:54 UTC [more...]

[PATCH 0/6] Add basic support for Loongson 7A1000 bridge chip
 2020-03-09  8:50 UTC  (10+ messages)
` [PATCH 1/6] PCI: Add Loongson vendor ID and 7A1000 device IDs
  ` 回复:[PATCH "
` [PATCH 2/6] AHCI: Add support for Loongson 7A1000 SATA controller
` [PATCH 3/6] MIPS: Loongson: Use firmware arguments to get board name
` [PATCH 4/6] MIPS: Loongson: Add DMA support for 7A1000
  ` 回复:[PATCH "
` [PATCH 5/6] MIPS: Loongson: Add PCI "
  ` 回复:[PATCH "
` [PATCH 6/6] MIPS: Loongson: Add support for 7A1000 interrupt controller

[U-Boot] [PATCH] ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()
 2020-03-09  8:50 UTC  (13+ messages)

[PATCH] dt-bindings: pinctrl: at91: Fix a typo ("descibe")
 2020-03-09  8:49 UTC  (3+ messages)

[PATCH 0/6] perf test pmu-events case
 2020-03-09  8:49 UTC  (3+ messages)
` [PATCH 6/6] perf test: Add pmu-events test

[Buildroot] [PATCH] qt5remoteobjects: new pacḱage
 2020-03-09  8:49 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/3] test/kms: Add support for display with non-contiguous pipes
 2020-03-09  8:49 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 3/3] kms/test: Pass correct pipe value to print pipe name
` [igt-dev] ✗ Fi.CI.BUILD: failure for test/kms: Add support for display with non-contiguous pipes

[PATCH] dp8393x: Mask EOL bit from descriptor addresses, take 2
 2020-03-09  8:48 UTC  (4+ messages)

[Xen-devel] [PATCH 0/2] remove one more shared xenheap page: shared_info
 2020-03-09  8:48 UTC  (21+ messages)
` [Xen-devel] [PATCH 2/2] domain: use PGC_extra domheap page for shared_info

[PATCH v4 0/1] gpio: add driver for Mellanox BlueField 2 GPIO controller
 2020-03-09  8:48 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH v2] pinctrl: meson: add tsin pinctrl for meson gxbb/gxl/gxm
 2020-03-09  8:47 UTC  (4+ messages)

[dpdk-dev] [PATCH v2 1/2] net/memif: enable loopback
 2020-03-09 10:46 UTC 

[PATCH v2 0/4] reference implementation of RSS
 2020-03-09  8:34 UTC  (5+ messages)
` [PATCH v2 1/4] virtio-net: introduce RSS and hash report features
` [PATCH v2 2/4] virtio-net: implement RSS configuration command
` [PATCH v2 3/4] virtio-net: implement RX RSS processing
` [PATCH v2 4/4] virtio-net: block migration if RSS feature negotiated

[PATCH v5 00/23] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-09  8:46 UTC  (5+ messages)

[PATCH 0/2] arm64: dts: renesas: Add support for M3ULCB with R-Car M3-W+
 2020-03-09  8:45 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v2] EDAC: synopsys: Fix the wrong call of pinf->col parameter
 2020-03-09  8:44 UTC  (2+ messages)

[PATCH v3 00/60] target/riscv: support vector extension v0.7.1
 2020-03-09  8:20 UTC  (68+ messages)
` [PATCH v3 01/60] target/riscv: add vector extension field in CPURISCVState
` [PATCH v3 02/60] target/riscv: implementation-defined constant parameters
` [PATCH v3 03/60] target/riscv: support vector extension csr
` [PATCH v3 04/60] target/riscv: add vector configure instruction
` [PATCH v3 05/60] target/riscv: add vector stride load and store instructions
` [PATCH v3 06/60] target/riscv: add vector index "
` [PATCH v3 07/60] target/riscv: add fault-only-first unit stride load
` [PATCH v3 08/60] target/riscv: add vector amo operations
` [PATCH v3 09/60] target/riscv: vector single-width integer add and subtract
` [PATCH v3 10/60] target/riscv: vector widening "
` [PATCH v3 11/60] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v3 12/60] target/riscv: vector bitwise logical instructions
` [PATCH v3 13/60] target/riscv: vector single-width bit shift instructions
` [PATCH v3 14/60] target/riscv: vector narrowing integer right "
` [PATCH v3 15/60] target/riscv: vector integer comparison instructions
` [PATCH v3 17/60] target/riscv: vector single-width integer multiply instructions
` [PATCH v3 18/60] target/riscv: vector integer divide instructions
` [PATCH v3 19/60] target/riscv: vector widening integer multiply instructions
` [PATCH v3 20/60] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v3 21/60] target/riscv: vector widening "
` [PATCH v3 22/60] target/riscv: vector integer merge and move instructions
` [PATCH v3 23/60] target/riscv: vector single-width saturating add and subtract
` [PATCH v3 24/60] target/riscv: vector single-width averaging "
` [PATCH v3 25/60] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v3 26/60] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v3 27/60] target/riscv: vector single-width scaling shift instructions
` [PATCH v3 28/60] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v3 29/60] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v3 30/60] target/riscv: vector widening "
` [PATCH v3 31/60] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v3 32/60] target/riscv: vector widening floating-point multiply
` [PATCH v3 33/60] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v3 34/60] target/riscv: vector widening "
` [PATCH v3 35/60] target/riscv: vector floating-point square-root instruction
` [PATCH v3 36/60] target/riscv: vector floating-point min/max instructions
` [PATCH v3 37/60] target/riscv: vector floating-point sign-injection instructions
` [PATCH v3 38/60] target/riscv: vector floating-point compare instructions
` [PATCH v3 39/60] target/riscv: vector floating-point classify instructions
` [PATCH v3 40/60] target/riscv: vector floating-point merge instructions
` [PATCH v3 41/60] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v3 42/60] target/riscv: widening "
` [PATCH v3 43/60] target/riscv: narrowing "
` [PATCH v3 45/60] target/riscv: vector wideing integer reduction instructions
` [PATCH v3 48/60] target/riscv: vector mask-register logical instructions

[PATCH v2 1/4] gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
 2020-03-09  8:44 UTC  (8+ messages)
` [PATCH v2 2/4] gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option
` [PATCH v2 3/4] gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model
` [PATCH v2 4/4] gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT "

[dpdk-dev] [PATCH v2 1/1] net/ionic: use standard stdbool.h
 2020-03-09  8:43 UTC  (3+ messages)

[PATCH 1/2] arm64: change ARCH_SPRD Kconfig to tristate
 2020-03-09  8:42 UTC  (10+ messages)
` [PATCH 2/2] tty: serial: make SERIAL_SPRD not depend on ARCH_SPRD

general protection fault in syscall_return_slowpath
 2020-03-09  8:42 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] tests/gem_exec_alignment.c: Add priority inversion test
 2020-03-09  8:42 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for "
` [igt-dev] ✓ Fi.CI.BAT: success "

[dpdk-dev] [PATCH 5/8] event/dsw: avoid migration waves in large systems
 2020-03-09  8:41 UTC  (4+ messages)

BUSINESS PROPOSAL !!!
 2020-03-09  8:41 UTC 

[PATCH] drm/exynos: Fix memory leak and release IOMMU mapping structures
 2020-03-09  8:41 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Add support for cy15x104q
 2020-03-09  8:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] bfs: prevent underflow in bfs_find_entry()
 2020-03-09  8:40 UTC  (3+ messages)
` AW: "

[PATCH] ARM: dts: exynos: Fix polarity of the LCD SPI bus on UniversalC210 board
 2020-03-09  8:40 UTC  (2+ messages)

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-09  8:40 UTC  (8+ messages)

[PATCH] platform/chrome: Kconfig: Remove CONFIG_ prefix from MFD_CROS_EC section
 2020-03-09  8:39 UTC  (3+ messages)

[bpf-next PATCH] xdp: accept that XDP headroom isn't always equal XDP_PACKET_HEADROOM
 2020-03-09  8:39 UTC  (4+ messages)

Need help with degraded raid 5
 2020-03-09  8:39 UTC  (5+ messages)

[PATCH net-next 0/8] net: Add support for Synopsys DesignWare XPCS
 2020-03-09  8:36 UTC  (18+ messages)
` [PATCH net-next 1/8] net: stmmac: selftests: Do not fail if PHY is not attached
` [PATCH net-next 2/8] net: stmmac: Switch to linkmode_and()/linkmode_andnot()
` [PATCH net-next 3/8] net: stmmac: Fallback to dev_fwnode() if needed
` [PATCH net-next 4/8] net: stmmac: Use resolved link config in mac_link_up()
` [PATCH net-next 5/8] net: phylink: Add missing Backplane speeds
` [PATCH net-next 6/8] net: phylink: Test if MAC/PCS support Autoneg
` [PATCH net-next 7/8] net: phy: Add Synopsys DesignWare XPCS MDIO module
` [PATCH net-next 8/8] net: stmmac: Integrate it with DesignWare XPCS

[PATCH] drm: rework SET_MASTER and DROP_MASTER perm handling
 2020-03-09  8:38 UTC  (4+ messages)

[dpdk-dev] [PATCH v1 01/15] net/igc: add igc PMD
 2020-03-09  8:35 UTC  (15+ messages)
` [dpdk-dev] [PATCH v1 03/15] net/igc: device initialization
` [dpdk-dev] [PATCH v1 04/15] net/igc: implement device base ops
` [dpdk-dev] [PATCH v1 05/15] net/igc: support reception and transmission of packets
` [dpdk-dev] [PATCH v1 06/15] net/igc: implement status API
` [dpdk-dev] [PATCH v1 07/15] net/igc: enable Rx queue interrupts
` [dpdk-dev] [PATCH v1 08/15] net/igc: implement flow control ops
` [dpdk-dev] [PATCH v1 09/15] net/igc: implement RSS API
` [dpdk-dev] [PATCH v1 10/15] net/igc: implement feature of VLAN
` [dpdk-dev] [PATCH v1 11/15] net/igc: implement ether-type filter
` [dpdk-dev] [PATCH v1 12/15] net/igc: implement 2-tuple filter
` [dpdk-dev] [PATCH v1 13/15] net/igc: implement TCP SYN filter
` [dpdk-dev] [PATCH v1 14/15] net/igc: implement hash filter configure
` [dpdk-dev] [PATCH v1 15/15] net/igc: implement flow API

arch/x86/mm/fault.o: warning: objtool: do_page_fault()+0x4fb: unreachable instruction
 2020-03-09  8:37 UTC  (4+ messages)
  ` [kbuild-all] "

[PATCH v4 1/2] drm/edid: Name the detailed monitor range flags
 2020-03-09  8:35 UTC  (5+ messages)
` [Intel-gfx] "

How to model 3xADAU1761 codec in TDM8 with 2xSAI in ALSA ?
 2020-03-09  8:33 UTC 

[Xen-devel] [PATCH] x86/cpuid: Untangle Invariant TSC handling
 2020-03-09  8:33 UTC  (6+ messages)

Regression: net/ipv6/mld running system out of memory (not a leak)
 2020-03-09  8:33 UTC  (10+ messages)

[PATCH v2 0/9] Support strict kernel memory permissions for security
 2020-03-09  8:33 UTC  (10+ messages)
` [PATCH v2 2/9] riscv: add ARCH_HAS_SET_DIRECT_MAP support
` [PATCH v2 3/9] riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support
` [PATCH v2 4/9] riscv: move exception table immediately after RO_DATA
` [PATCH v2 5/9] riscv: add alignment for text, rodata and data sections
` [PATCH v2 6/9] riscv: add STRICT_KERNEL_RWX support
` [PATCH v2 7/9] riscv: add macro to get instruction length
` [PATCH v2 8/9] riscv: introduce interfaces to patch kernel code
` [PATCH v2 9/9] riscv: patch code by fixmap mapping

[jani:device-info-inheritance-v3 3/19] drivers/gpu/drm/i915/i915_pci.c:212:2: error: initializer element is not a compile-time constant
 2020-03-09  8:32 UTC  (2+ messages)

[PATCH] drm/amdgpu/display: Fix an error handling path in 'dm_update_crtc_state()'
 2020-03-09  8:24 UTC  (4+ messages)
` AW: "

[RFC PATCH] leds: pwm: add flag to start without PWM init
 2020-03-09  8:24 UTC 

[PATCH] staging: greybus: Fix the irq API abuse
 2020-03-09  8:30 UTC  (2+ messages)

[LTP] [PATCH v1 1/2] syscalls/settimeofday01: convert to new library
 2020-03-09  8:30 UTC  (8+ messages)
` [LTP] [PATCH v1 2/2] syscalls/settimeofday02: "

[PATCH v12 0/4] Invoke rpmh_flush for non OSI targets
 2020-03-09  8:29 UTC  (8+ messages)
` [PATCH v12 4/4] soc: qcom: rpmh: Invalidate SLEEP and WAKE TCSes before flushing new data

valgrind tests don't test anything
 2020-03-09  8:29 UTC  (2+ messages)

[PATCH] meta-arm-bsp:linux-linaro-arm: Fix kernel menuconfig task
 2020-03-09  8:27 UTC 

[dpdk-dev] [PATCH] mempool: sort the rte_mempool_ops by name
 2020-03-09  8:27 UTC  (7+ messages)
` [dpdk-dev] [PATCH dpdk-dev v3] "

[futex] 8019ad13ef: will-it-scale.per_process_ops -97.8% regression
 2020-03-09  8:26 UTC  (6+ messages)

Migrate project from Debian 8 Xenomai 2.x to Debain 9 Xenomai 3.x
 2020-03-09  8:26 UTC  (10+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix a null pointer derefrence in ocfs2_block_group_clear_bits()
 2020-03-09  8:26 UTC 

Hello - Introducing myself
 2020-03-09  8:25 UTC 

[PATCH] f2fs: fix wrong check on F2FS_IOC_FSSETXATTR
 2020-03-09  8:24 UTC  (4+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[igt-dev] [PATCH i-g-t 1/4] tools/intel_reg: Simplify negative ports
 2020-03-09  8:24 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 3/4] tools/intel_reg: Add support for register access via the MCHBAR mirror

[PATCH] ALSA: pcm: oss: Avoid plugin buffer overflow
 2020-03-09  8:21 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.