All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-04 17:35:16 to 2019-01-04 18:21:15 UTC [more...]

[Qemu-devel] [PATCH] hw/char/stm32f2xx_usart: Do not update data register when device is disabled
 2019-01-04 18:20 UTC 

[PATCH 0/2] two nvme-tcp small fixes
 2019-01-04 18:21 UTC  (2+ messages)

[tpm2] facilitating BIOS update with seamless PCR policy change
 2019-01-04 18:20 UTC 

[Qemu-arm] [PATCH 00/16] hw: Remove "hw/devices.h"
 2019-01-04 17:58 UTC  (34+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH 01/16] hw/arm/aspeed: Use TYPE_TMP105/TYPE_PCA9552 instead of hardcoded string
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 02/16] hw: Remove unused 'hw/devices.h' include
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 03/16] hw/devices: Remove unused TC6393XB_RAM definition
` [Qemu-arm] [PATCH 04/16] hw/devices: Move TC6393XB declarations into a new header
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 05/16] hw/devices: Move Blizzard "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 06/16] hw/devices: Move CBus "
` [Qemu-devel] [PATCH 07/16] hw/devices: Move Gamepad "
` [Qemu-devel] [PATCH 08/16] MAINTAINERS: Add missing entries for the TI touchscreen devices
` [Qemu-arm] [PATCH 09/16] hw/devices: Move TI touchscreen declarations into a new header
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 10/16] typedefs: Remove MouseTransformInfo
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 11/16] typedefs: Remove PS2State
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 12/16] hw/devices: Move LAN9118 declarations into a new header
` [Qemu-arm] [PATCH 13/16] hw/net/ne2000-isa: Add guards to the header
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 14/16] hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string
` [Qemu-arm] [PATCH 15/16] hw/devices: Move SMSC 91C111 declaration into a new header
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 16/16] RFC hw/net/smc91c111: Convert init helper into an inline function
  ` [Qemu-devel] "

[PATCH 1/4] nvme-pci: Set tagset nr_maps just once
 2019-01-04 18:19 UTC  (4+ messages)

[PATCHv2 0/4] NVMe IRQ sets fixups
 2019-01-04 18:19 UTC  (10+ messages)
` [PATCHv2 2/4] nvme-pci: Distribute io queue types after creation
` [PATCHv2 4/4] nvme-pci: Use PCI to handle IRQ reduce and retry

[PATCHES] Networking
 2019-01-04 18:17 UTC 

[Buildroot] [PATCH] systemd: set vconsole support option to default y
 2019-01-04 18:16 UTC 

[PATCH] IB/core: Use struct_size() in kzalloc()
 2019-01-04 18:15 UTC 

[PATCH] mtd: rawnand: sunxi: Use struct_size() in devm_kzalloc()
 2019-01-04 18:14 UTC  (3+ messages)

[U-Boot] [PATCH] rockchip: rk3399: fix missing braces in full pinctrl
 2019-01-04 18:13 UTC 

[Qemu-trivial] [PATCH v2 0/3] cutils: Cleanup, improve documentation
 2019-01-04 18:12 UTC  (8+ messages)
` [Qemu-devel] "
` [Qemu-trivial] [PATCH v2 1/3] util/cutils: Move size_to_str() from "qemu-common.h" to "cutils.h"
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH v2 2/3] util/cutils: Move ctype macros "
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH v2 3/3] util/cutils: Move function documentations to the header
  ` [Qemu-devel] "

[PATCH 1/1] nvme-pci: check that sqid match in nvme cqe
 2019-01-04 18:13 UTC  (2+ messages)

[Tech-board-discuss] Minutes summary from December 6, 2018 TAB conference call
 2019-01-04 18:12 UTC 

[PATCH] nvme: pci: Use the same attributes when freeing host_mem_desc_bufs
 2019-01-04 18:11 UTC  (3+ messages)

[PATCH] nvme-pci: fix the wrong setting of nr_maps
 2019-01-04 18:11 UTC  (3+ messages)

Problem with queuing vlan tagged packets after migration from 3.16.0 to 4.9.0
 2019-01-04 18:11 UTC  (10+ messages)

[PATCH 1/2] nvme-pci: add module param for io queue number
 2019-01-04 18:09 UTC  (4+ messages)

[PATCH v2] nvme-pci: fix dbbuf_sq_db point to freed memory
 2019-01-04 18:07 UTC  (3+ messages)

[PATCH v2 00/20] i.MX6, DesignWare PCI improvements
 2019-01-04 17:49 UTC  (41+ messages)
` [PATCH v2 01/20] PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()
` [PATCH v2 02/20] PCI: imx6: Remove redundant debug tracing
` [PATCH v2 03/20] PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()
` [PATCH v2 04/20] PCI: imx6: Remove duplicate macro definitions
` [PATCH v2 05/20] PCI: imx6: Remove PCIE_PL_PFLR_* constants
` [PATCH v2 06/20] PCI: imx6: Remove PCIE_PHY_RX_ASIC_OUT* constants
` [PATCH v2 07/20] PCI: dwc: Make use of IS_ALIGNED()
` [PATCH v2 08/20] PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
` [PATCH v2 09/20] PCI: dwc: imx6: Share PHY debug register definitions
` [PATCH v2 10/20] PCI: dwc: Make use of BIT() in constant definitions
` [PATCH v2 11/20] PCI: imx6: "
` [PATCH v2 12/20] PCI: imx6: Simplify bit operations in PHY functions
` [PATCH v2 13/20] PCI: imx6: Simplify pcie_phy_poll_ack()
` [PATCH v2 14/20] PCI: imx6: Restrict PHY register data to 16-bit
` [PATCH v2 15/20] PCI: imx6: Pass data to dw_pcie_writel_dbi() directly
` [PATCH v2 16/20] PCI: imx6: Use common mask in imx6_pcie_reset_phy()
` [PATCH v2 17/20] PCI: imx6: Simplify bit operations in imx6_setup_phy_mpll()
` [PATCH v2 18/20] PCI: imx6: Remove magic numbers from imx6_pcie_establish_link()
` [PATCH v2 19/20] PCI: dwc: Make use of GENMASK/FIELD_PREP
` [PATCH v2 20/20] PCI: dwc: Remove superfluous shifting in definitions

[PATCH v6] arm64: implement ftrace with regs
 2019-01-04 18:06 UTC  (4+ messages)

[Intel-wired-lan] [PATCH] ixgbe: fix Kconfig when driver is not a module
 2019-01-04 18:06 UTC  (6+ messages)
      `  "

[PATCH] i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()
 2019-01-04 18:06 UTC  (2+ messages)

kernel panic: stack is corrupted in udp4_lib_lookup2
 2019-01-04 18:05 UTC  (13+ messages)

[PATCH] Remove 'type' argument from access_ok() function
 2019-01-04 18:03 UTC  (2+ messages)

[PATCH] mm: Expose lazy vfree pages to control via sysctl
 2019-01-04 18:03 UTC  (2+ messages)

[PATCH 0/3] soc: fsl: add DPAA2 log console support
 2019-01-04 17:50 UTC  (5+ messages)
` [PATCH 2/3] Documentation: DT: Add entry for DPAA2 console

[PATCH v6 00/13] ARMv8.3 pointer authentication userspace support
 2019-01-04 18:02 UTC  (8+ messages)
` [PATCH v6 07/13] arm64: add basic pointer authentication support

[PATCH 00/19] usbnet: smsc95xx: Convert to phydev
 2019-01-04 18:02 UTC  (9+ messages)
` [10/19] usbnet: smsc95xx: Replace smsc95xx_mdio_read() with phy_read()
            ` [PATCH 10/19] "

[PATCH 0/2] Some fixes for virtio-user/packed-ring
 2019-01-04 18:00 UTC  (2+ messages)

[PATCH 0/6] Some fixes for vhost
 2019-01-04 18:00 UTC  (2+ messages)

[PATCH 0/2] vhost/crypto: some fixes
 2019-01-04 18:00 UTC  (2+ messages)

[PATCH] USB: musb: fix indentation issue on a return statement
 2019-01-04 17:59 UTC  (3+ messages)
`  "

[PATCH v4 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-01-04 17:59 UTC  (15+ messages)
` [PATCH v4 1/6] arm64/kvm: preserve host HCR_EL2 value
` [PATCH v4 2/6] arm64/kvm: context-switch ptrauth registers
` [PATCH v4 3/6] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v4 4/6] arm64/kvm: enable pointer authentication cpufeature conditionally
` [PATCH v4 6/6] arm/kvm: arm64: Add a vcpu feature for pointer authentication

[PATCH] drm/i915/icl: Apply WaEnablePreemptionGranularityControlByUMD
 2019-01-04 17:59 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC PATCH 0/6] multipath-tools: Fix remaining shutdown delay issues
 2019-01-04 17:59 UTC  (7+ messages)
` [RFC PATCH 1/6] multipathd: fix daemon not really shutdown
` [RFC PATCH 2/6] multipathd: protect all access to running_state
` [RFC PATCH 3/6] multipathd: allow shutdown during configure()
` [RFC PATCH 4/6] multipathd: cancel threads early during shutdown
` [RFC PATCH 5/6] multipathd: add code to handle blocked signals
` [RFC PATCH 6/6] multipathd: uxlsnr: handle signals while busy

[PATCH v8 00/25] Re-use nvram module
 2019-01-04 17:56 UTC  (6+ messages)
` [PATCH v8 05/25] char/nvram: Adopt arch_nvram_ops

[PATCH] Remove 'type' argument from access_ok() function
 2019-01-04 17:54 UTC  (6+ messages)

[Qemu-devel] [PATCH] compat: Use explicit type names on HW_COMPAT_2_6
 2019-01-04 17:54 UTC  (4+ messages)

[PATCH 0/4] Add driver for globaltop GNSS receivers
 2019-01-04 17:51 UTC  (3+ messages)

[meta-filesystems][PATCH] fuse-exfat: fix multilib build
 2019-01-04 17:53 UTC  (2+ messages)

[Buildroot] [PATCH v2] core/pkg-generic: only save latest package list
 2019-01-04 17:51 UTC  (5+ messages)
` [Buildroot] [PATCH v3] "

After Vega 56/64 GPU hang I unable reboot system
 2019-01-04 17:50 UTC  (7+ messages)

[RFC][v2] x86: remove Intel MPX
 2019-01-04 17:49 UTC  (6+ messages)
` [PATCH 1/5] x86/mpx: remove MPX APIs
` [PATCH 2/5] x86/mpx: remove bounds exception code
` [PATCH 3/5] mm: remove MPX hooks from generic code
` [PATCH 4/5] x86/mpx: remove build infratsructure
` [PATCH 5/5] x86/mpx: remove MPX from arch/x86

selftests/net/ip_defrag.sh fails on mainline since v4.20-rc7-202-g1d51b4b1d3f2
 2019-01-04 17:49 UTC  (4+ messages)

[PATCH] powerpc: build dtb even without COMPILE_TEST
 2019-01-04 17:46 UTC  (3+ messages)

[PATCH] sc16is7xx: Use struct_size() in devm_kzalloc()
 2019-01-04 17:48 UTC 

[PATCH for-4.12] xen/iommu: fix dev assignment on ARM after 91d4eca7
 2019-01-04 17:46 UTC  (5+ messages)

[SPDK] SPDKv18.10 & compatibility with DPDK versions
 2019-01-04 17:46 UTC 

[PATCH net] selftests: net: fix/improve ip_defrag selftest
 2019-01-04 17:43 UTC 

[PATCH 1/2] mmc: sdhci: Properly set DMA mask
 2019-01-04 17:43 UTC  (2+ messages)

[PATCH] usb: host: u132-hcd: fix a couple of indentation issues
 2019-01-04 17:43 UTC  (3+ messages)
`  "

[FIX] slab: Alien caches must not be initialized if the allocation of the alien cache failed
 2019-01-04 17:42 UTC 

[PATCH v3] staging: android: ion: Add implementation of dma_buf_vmap and dma_buf_vunmap
 2019-01-04 17:41 UTC  (10+ messages)

[Qemu-devel] [PULL v3 00/44] MIPS pull request for December 2018 - v3
 2019-01-04 17:41 UTC  (3+ messages)

[PATCH 3/3] arm64: generate uapi and kapi headers
 2019-01-04 17:40 UTC  (3+ messages)

[PATCH 0/2] Fix NULL pointer dereference and use struct_size
 2019-01-04 17:18 UTC  (3+ messages)
` [PATCH 1/2] ARM: integrator: impd1: fix NULL pointer dereference
` [PATCH 2/2] ARM: integrator: impd1: use struct_size() in devm_kzalloc()

[PATCH 1/1] conf/ucm: chtrt5650: Add UCM config for chtrt5650
 2019-01-04 17:39 UTC  (4+ messages)

[PATCH] SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()
 2019-01-04 17:39 UTC  (4+ messages)

[PATCH 1/8] tzdata/tzcode-native: update to 2018i
 2019-01-04 17:39 UTC  (3+ messages)

[PATCH v5 01/10] examples/ipsec-secgw: allow user to disable some RX/TX offloads
 2019-01-04 17:38 UTC  (7+ messages)
` [PATCH v6 00/10] examples/ipsec-secgw: make app to use ipsec library

ath10k-firmware: QCA4019 hw1.0: Add Linksys EA6350v3
 2019-01-04 17:38 UTC 

[Bug 109182] [AMD][TAHITI XT] CSGO rendering artifact on dashboard human body
 2019-01-04 17:37 UTC  (2+ messages)

[PATCH] pinctrl: mcp23s08: use struct_size() in devm_kzalloc()
 2019-01-04 17:37 UTC 

Reporting mixed latency percentiles
 2019-01-04 17:37 UTC  (2+ messages)

[RFC bpf-next v3 0/9] tools: bpftool: add probes for system and device
 2019-01-04 17:36 UTC  (5+ messages)
` [RFC bpf-next v3 3/9] tools: bpftool: add probes for kernel configuration options


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.