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

[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)

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

[PATCH v3 00/60] target/riscv: support vector extension v0.7.1
 2020-03-09  8:20 UTC  (83+ 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

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 

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

[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  (11+ messages)
` [PATCH v2 1/9] riscv: add ARCH_HAS_SET_MEMORY support
` [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

[PATCH 1/2] arm64: change ARCH_SPRD Kconfig to tristate
 2020-03-09  8:32 UTC  (4+ messages)

[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: "

[igt-dev] [PATCH i-g-t] tests/gem_exec_alignment.c: Add priority inversion test
 2020-03-09  8:32 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for "

[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 0/6] Add basic support for Loongson 7A1000 bridge chip
 2020-03-09  8:23 UTC  (7+ messages)
` [PATCH 1/6] PCI: Add Loongson vendor ID and 7A1000 device IDs
` [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 5/6] MIPS: Loongson: Add PCI "
` [PATCH 6/6] MIPS: Loongson: Add support for 7A1000 interrupt controller

[PATCH] ALSA: pcm: oss: Avoid plugin buffer overflow
 2020-03-09  8:21 UTC 

[Buildroot] [PATCH] qt5remoteobjects: new pacḱage
 2020-03-09  8:22 UTC 

[PATCH v1 0/2] Fix A10 clock driver crash after changes in DM core
 2020-03-09  8:22 UTC  (3+ messages)
` [PATCH v1 1/2] clk: socfpga: Read the clock parent's register base in probe function
` [PATCH v1 2/2] clk: socfpga: Switch to use ofnode API

[PATCH v2 0/2] irqchip: xilinx: Switch to generic domain handler
 2020-03-09  8:20 UTC  (5+ messages)

[PATCH] timer_list: avoid other cpu soft lockup when printing timer list
 2020-03-09  8:20 UTC  (3+ messages)

[PATCH v3] virtio-serial-bus: Plug memory leak on realize() error paths
 2020-03-09  8:18 UTC  (4+ messages)

[PATCH 0/3] Some optimization for SC27XX poweroff driver
 2020-03-09  8:18 UTC  (4+ messages)
` [PATCH 1/3] power: reset: sc27xx: Power off the external subsystems' connection
` [PATCH 2/3] power: reset: sc27xx: Change to use cpu_down()
` [PATCH 3/3] power: reset: sc27xx: Allow the SC27XX poweroff driver building into a module

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

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

[PATCH] mm/hugetlb: avoid weird message in hugetlb_init
 2020-03-09  8:16 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: remove rockchip, grf from vop nodes for px30
 2020-03-09  8:16 UTC  (3+ messages)
` [PATCH] arm64: dts: rockchip: remove rockchip,grf "

[PATCH v5 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel
 2020-03-09  5:23 UTC 

kernel BUG at drivers/dma-buf/dma-buf.c:LINE!
 2020-03-07 17:45 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.