All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-06 09:39:51 to 2018-12-06 10:22:10 UTC [more...]

[PATCH] PCI: endpoint: functions: Use kmemdup instead of duplicating its function
 2018-12-06 10:21 UTC 

connmand+dbus. Which alternatives?
 2018-12-06 10:21 UTC  (2+ messages)

[Buildroot] [PATCH next v6 00/10] Per-package host/target directory support
 2018-12-06 10:21 UTC  (6+ messages)
` [Buildroot] [PATCH next v6 07/10] core: implement per-package SDK and target

[PATCH v12 00/25] kasan: add software tag-based mode for arm64
 2018-12-06 10:19 UTC  (11+ messages)
` [PATCH v12 05/25] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v12 23/25] kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS

[PATCH v2 1/3] xen: introduce parse_size_and_unit_or_int
 2018-12-06 10:19 UTC 

[mmotm:master 45/283] mm/kasan/common.c:238:7: error: 'struct kmem_cache' has no member named 'kasan_info'
 2018-12-06 10:18 UTC  (2+ messages)

[Qemu-devel] [PATCH] i2c: pm_smbus: check smb_index before block transfer write
 2018-12-06 10:16 UTC  (7+ messages)

[PATCH v14 00/11] livepatch: Atomic replace feature
 2018-12-06 10:15 UTC  (10+ messages)
` [PATCH v14 05/11] livepatch: Simplify API by removing registration step

[PATCH RT] hrtimer: move state change before hrtimer_cancel in do_nanosleep()
 2018-12-06 10:15 UTC 

[LTP] [PATCH 1/2] syscalls/mq: don't use TWARN with tst_brk()
 2018-12-06 10:15 UTC  (10+ messages)
` [LTP] [PATCH 2/2] lib: build check parameters for tst_brk()

[PATCH v2 0/3] xen/x86: support setting dom0_mem depending on host size
 2018-12-06 10:15 UTC  (5+ messages)
` [PATCH v2 1/3] xen: introduce parse_size_and_unit_or_int

[PATCH v3 0/5] devfreq: handle suspend/resume
 2018-12-06 10:13 UTC  (5+ messages)
  ` [PATCH v3 2/5] devfreq: add support for suspend/resume of a devfreq device

[Qemu-devel] [QEMU-devel][PATCH v2] aio-posix: Fix concurrent aio_poll/set_fd_handler
 2018-12-06 10:14 UTC 

[mmotm:master 48/283] mm/kasan/common.c:481:17: error: 'KASAN_SHADOW_INIT' undeclared; did you mean 'KASAN_SHADOW_END'?
 2018-12-06 10:13 UTC  (2+ messages)

[PATCH] net/cxgbe: fix control queue mbuf pool naming convention
 2018-12-06 10:13 UTC 

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-12-06 10:12 UTC  (44+ messages)
` [PATCH v6 00/42] x86emul: fair parts "
  ` [PATCH v6 01/42] x86emul: support AVX512{F, BW} shift/rotate insns
  ` [PATCH v6 02/42] x86emul: support AVX512{F, BW, DQ} extract insns
  ` [PATCH v6 03/42] x86emul: support AVX512{F, BW, DQ} insert insns
  ` [PATCH v6 04/42] x86emul: basic AVX512F testing
  ` [PATCH v6 05/42] x86emul: support AVX512{F, BW, DQ} integer broadcast insns
  ` [PATCH v6 06/42] x86emul: basic AVX512VL testing
  ` [PATCH v6 07/42] x86emul: support AVX512{F, BW} zero- and sign-extending moves
  ` [PATCH v6 08/42] x86emul: support AVX512{F, BW} down conversion moves
  ` [PATCH v6 09/42] x86emul: support AVX512{F, BW} integer unpack insns
  ` [PATCH v6 10/42] x86emul: support AVX512{F, BW, _VBMI} full permute insns
  ` [PATCH v6 11/42] x86emul: support AVX512{F, BW} integer shuffle insns
  ` [PATCH v6 12/42] x86emul: support AVX512{BW, DQ} mask move insns
  ` [PATCH v6 13/42] x86emul: basic AVX512BW testing
  ` [PATCH v6 14/42] x86emul: basic AVX512DQ testing
  ` [PATCH v6 15/42] x86emul: support AVX512F move high/low insns
  ` [PATCH v6 16/42] x86emul: support AVX512F move duplicate insns
  ` [PATCH v6 17/42] x86emul: support AVX512{F, BW, _VBMI} permute insns
  ` [PATCH v6 18/42] x86emul: support AVX512BW pack insns
  ` [PATCH v6 19/42] x86emul: support AVX512F floating-point conversion insns
  ` [PATCH v6 20/42] x86emul: support AVX512F legacy-equivalent packed int/FP "
  ` [PATCH v6 21/42] x86emul: support AVX512F legacy-equivalent scalar "
  ` [PATCH v6 22/42] x86emul: support AVX512DQ packed quad-int/FP "
  ` [PATCH v6 23/42] x86emul: support AVX512{F, DQ} uint-to-FP "
  ` [PATCH v6 24/42] x86emul: support AVX512{F, DQ} FP-to-uint "
  ` [PATCH v6 25/42] x86emul: support remaining AVX512F legacy-equivalent insns
  ` [PATCH v6 26/42] x86emul: support remaining AVX512BW "
  ` [PATCH v6 27/42] x86emul: support AVX512{F, ER} reciprocal insns
  ` [PATCH v6 28/42] x86emul: support AVX512F floating point manipulation insns
  ` [PATCH v6 29/42] x86emul: support AVX512DQ "
  ` [PATCH v6 30/42] x86emul: support AVX512{F, _VBMI2} compress/expand insns
  ` [PATCH v6 31/42] x86emul: support remaining misc AVX512{F, BW} insns
  ` [PATCH v6 32/42] x86emul: support AVX512F gather insns
  ` [PATCH v6 33/42] x86emul: add high register S/G test cases
  ` [PATCH v6 34/42] x86emul: support AVX512F scatter insns
  ` [PATCH v6 35/42] x86emul: support AVX512PF insns
  ` [PATCH v6 36/42] x86emul: support AVX512CD insns
  ` [PATCH v6 37/42] x86emul: complete support of AVX512_VBMI insns
  ` [PATCH v6 38/42] x86emul: support of AVX512* population count insns
  ` [PATCH v6 39/42] x86emul: support of AVX512_IFMA insns
  ` [PATCH v6 40/42] x86emul: support remaining AVX512_VBMI2 insns
  ` [PATCH v6 41/42] x86emul: support AVX512_4FMAPS insns
  ` [PATCH v6 42/42] x86emul: support AVX512_4VNNIW insns

[PATCH v2 0/9] Improvements for i.MX7D PICO SoM and its baseboards
 2018-12-06 10:09 UTC  (19+ messages)
` [PATCH v2 1/9] ARM: dts: imx7d-pico: Do not harcode the memory size
` [PATCH v2 2/9] ARM: dts: imx7d-pico: Switch to SPDX identifier
` [PATCH v2 3/9] ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi
` [PATCH v2 4/9] ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl
` [PATCH v2 5/9] ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO
` [PATCH v2 6/9] ARM: dts: imx7d-pico: Improve WiFi regulator name
` [PATCH v2 7/9] ARM: dts: imx7d-pico: Extend peripherals support
` [PATCH v2 8/9] ARM: dts: imx7d-pico-pi: "
` [PATCH v2 9/9] ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant

mmotm 2018-11-29-13-37 uploaded
 2018-12-06 10:11 UTC  (3+ messages)
` mmotm 2018-11-29-13-37 uploaded (kasan)

[PATCH v4 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-12-06 10:09 UTC  (8+ messages)
` [PATCH v4 2/3] mm: Add support for kmem caches in DMA32 zone

[U-Boot] [PATCH] spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT
 2018-12-06 10:10 UTC 

[U-Boot] [PATCH v2 0/5] spi-flash: switch to "jedec, spi-nor" binding
 2018-12-06 10:09 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/5] mtd: sf_probe: add jedec, spi-nor compatible
` [U-Boot] [PATCH v2 2/5] dts: switch spi-flash to "
` [U-Boot] [PATCH v2 3/5] mtd: sf_probe: remove spi-flash compatible
` [U-Boot] [PATCH v2 4/5] fdtdec: switch GENERIC_SPI_FLASH to jedec, spi-nor
` [U-Boot] [PATCH v2 5/5] doc: device-tree-bindings: switch from spi-flash "

[PATCH 00/10] btrfs: Support for DAX devices
 2018-12-06 10:07 UTC  (2+ messages)

[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
 2018-12-06 10:07 UTC  (8+ messages)
` [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor

[Qemu-devel] [RFC 0/2] Attempt to implement the standby feature for assigned network devices
 2018-12-06 10:06 UTC  (6+ messages)

[PATCH] auxdisplay: charlcd: fix x/y command parsing
 2018-12-06 10:06 UTC  (4+ messages)

[PATCH] cfg80211: Notify all User Hints To self managed wiphys
 2018-12-06 10:04 UTC 

What if TRIM issued a wipe on devices that don't TRIM?
 2018-12-06 10:04 UTC  (2+ messages)

[PATCH stable v4.4+ 1/3] leds: call led_pwm_set() in leds-pwm to enforce default LED_OFF
 2018-12-06 10:04 UTC  (4+ messages)
` [PATCH stable v4.4+ 2/3] leds: turn off the LED and wait for completion on unregistering LED class device
` [PATCH stable v4.4+ 3/3] leds: leds-gpio: Fix return value check in create_gpio_led()

[PATCH] tinycompress: Fix missing '}' around extern C
 2018-12-06 10:04 UTC 

[PATCH] mm/alloc: fallback to first node if the wanted node offline
 2018-12-06 10:03 UTC  (11+ messages)

Visitors Wichita Farm & Ranch Show 2018
 2018-12-06 10:03 UTC 

[PATCH v7 00/14] x86/alternative: text_poke() enhancements
 2018-12-06 10:03 UTC  (6+ messages)
` [PATCH v7 13/14] module: Do not set nx for module memory before freeing
` [PATCH v7 14/14] module: Prevent module removal racing with text_poke()

[PATCH v8 00/35] drm/i915: Implement HDCP2.2
 2018-12-06 10:03 UTC  (3+ messages)
` [PATCH v8 04/35] drm/i915: Initialize HDCP2.2

[RFC PATCH v2 00/15] Introduced new Cadence USBSS DRD Driver
 2018-12-06 10:02 UTC  (7+ messages)
` [RFC PATCH v2 04/15] usb:cdns3: Driver initialization code
          ` [RFC,v2,04/15] "

[PATCH v2 0/5] Spectre big.Little updates
 2018-12-06 10:00 UTC  (4+ messages)
  ` [PATCH v2 5/5] ARM: spectre-v2: per-CPU vtables to work around big.Little systems

[Bug 104520] Intermittent X crashes: GPU HANG: ecode 9:0:0x85dffffb, in Xorg [443], reason: Hang on rcs0, action: reset
 2018-12-06 10:00 UTC  (2+ messages)

[PATCH] ALSA: Use of_node_name_eq for node name comparisons
 2018-12-06  9:56 UTC  (4+ messages)

[PATCH v4 0/4] Add support of STM32 hwspinlock
 2018-12-06  9:59 UTC  (4+ messages)
` [PATCH v4 3/4] ARM: dts: stm32: Add hwspinlock node for stm32mp157 SoC

[PATCH] drm/i915: Fix IGT kms_color/gamma subtest SKIP for GLK
 2018-12-06  9:59 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] ARM: dts: stm32: Add hwspinlock node for stm32mp157 SoC
 2018-12-06  9:57 UTC  (2+ messages)

[PATCH v2 0/7] arm64: capabilities: Optimize checking and enabling
 2018-12-06  9:58 UTC  (6+ messages)
` [PATCH v2 1/7] arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHE

[PATCH] ALSA: soundbus: Remove direct OF name and type accesses
 2018-12-06  9:55 UTC  (4+ messages)

[PATCH] tps65218.c: fix IRQ resource leak in tps65218_probe()
 2018-12-06  9:57 UTC  (2+ messages)

[PATCH][net-next] tun: remove unnecessary check in tun_flow_update
 2018-12-06  9:57 UTC  (2+ messages)

[PATCH] drm/ttm: revert "drop the extra reservation for pipelined BO moves"
 2018-12-06  9:57 UTC 

[PATCH] kprobes: x86_64: blacklist non-attachable interrupt functions
 2018-12-06  9:56 UTC 

[PATCH v2 0/4] add uart DMA function
 2018-12-06  9:55 UTC  (6+ messages)
` [v2,2/4] dmaengine: mtk_uart_dma: add Mediatek uart DMA support
    ` [PATCH v2 2/4] "

[PATCH][net-next] tun: align write-heavy flow entry members to a cache line
 2018-12-06  9:56 UTC  (2+ messages)

[meta-networking][PATCH] ptpd: fixed the issue of ptpd2 daemon takes 100% CPU
 2018-12-06  9:55 UTC 

[Qemu-devel] [PATCH for-4.0 v4 0/7] monitor: misc fixes
 2018-12-06  9:55 UTC  (8+ messages)
` [Qemu-devel] [PATCH for-4.0 v4 4/7] monitor: check if chardev can switch gcontext for OOB

[PATCH v3 0/4] Add NXP pcf85263 real-time clock support
 2018-12-06  9:55 UTC  (7+ messages)
` [PATCH v3 3/4] ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
` [PATCH v3 4/4] ARM: dts: iwg23s-sbc: Enable RTC

[PATCH 1/2] drm: Only #define DEBUG if CONFIG_DYNAMIC_DEBUG is disabled
 2018-12-06  9:54 UTC  (13+ messages)
` [PATCH 2/2] drm/ttm: Use pr_debug for all output from ttm_bo_evict

[Qemu-devel] [PATCH for-4.0 0/7] Assume GCC v4.8 and Clang v3.4 as minimum compiler versions
 2018-12-06  9:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-4.0 1/7] configure: Add a test for the minimum compiler version

master - udev: 69-dm-lvm-metad.rules is still needed
 2018-12-06  9:53 UTC 

master - build: Upse PYTHON_CONFIG env.variable when set
 2018-12-06  9:52 UTC 

[Qemu-devel] [PATCH for-4.0 0/6] vhost-user-blk: Add support for backend reconnecting
 2018-12-06  9:52 UTC  (4+ messages)

[U-Boot] [PATCH] common: fdt_support: print hexadecimal numbers in debug
 2018-12-06  9:51 UTC  (3+ messages)

[U-Boot] [PATCH v2] common: fdt_support: print hexadecimal numbers in debug
 2018-12-06  9:50 UTC 

[PATCH v6 00/24] arm64: provide pseudo NMI with GICv3
 2018-12-06  9:50 UTC  (7+ messages)
` [PATCH v6 10/24] arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking

[PATCH v2 00/16] R-Car D3/E3 display support (with LVDS PLL)
 2018-12-06  9:50 UTC  (5+ messages)
` [PATCH v2 07/16] drm: rcar-du: Use LVDS PLL clock as dot clock when possible

[Qemu-devel] [PATCH v3] s390x/tod: Properly stop the KVM TOD while the guest is not running
 2018-12-06  9:49 UTC  (4+ messages)

[LKP] [x86/jump_table] b34006c425: BUG:unable_to_handle_kernel
 2018-12-06  9:49 UTC  (3+ messages)
  `  "

[PATCH 0/4] power: reset: at91-poweroff: cleanups
 2018-12-06  9:48 UTC  (9+ messages)
` [PATCH 2/4] power: reset: at91-poweroff: move shdwc related data to one structure

[ANNOUNCE] Git Contributor Summit Registration, Jan 31, 2019, Brussels
 2018-12-06  9:48 UTC 

[RFC v3 0/2] Request GPIO when enabling interrupt
 2018-12-06  9:47 UTC  (4+ messages)
` [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

[PATCH v5 1/2] module: Overwrite st_size instead of st_info
 2018-12-06  9:45 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs
 2018-12-06  9:45 UTC 

[PATCH] gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIB
 2018-12-06  9:45 UTC 

[RFC v1 PATCH 0/6] hardening: statically allocated protected memory
 2018-12-06  9:44 UTC  (4+ messages)
` [PATCH 2/6] __wr_after_init: write rare for static allocation

[PATCH] eal: fix unlock in rte_eal_memzone_init
 2018-12-06  9:44 UTC  (3+ messages)

[PULL] drm-misc-next
 2018-12-06  9:44 UTC 

[PATCH 0/2] staging: greybus: Fix parameters alignment and strings concatenation
 2018-12-06  9:43 UTC  (5+ messages)
` [PATCH 2/2] staging: greybus: Added space between string concatenated

[PATCH] thermal: stm32: read factory settings properly
 2018-12-06  9:43 UTC  (4+ messages)

[PATCH v2 0/3] PCIE support for i.MX8MQ
 2018-12-06  9:41 UTC  (7+ messages)
` [PATCH v2 1/3] PCI: imx: No-op imx6_setup_phy_mpll() on i.MX7D
` [PATCH v2 2/3] PCI: imx: No-op imx6_pcie_reset_phy() "

[PATCH 1/2] mm, pageblock: make sure pageblock won't exceed mem_sectioin
 2018-12-06  9:42 UTC  (9+ messages)

[LTP] [PATCH] openposix: Remove _XOPEN_SOURCE in strchr/strcpy/strncpy
 2018-12-06  9:40 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.