messages from 2018-11-13 07:15:44 to 2018-11-13 08:30:13 UTC [more...]
[PATCH 0/2] x86: Asm macros fixes
2018-11-12 15:02 UTC (3+ messages)
` [PATCH 1/2] Makefile: Fix distcc compilation with x86 macros
` [PATCH 2/2] x86: set a dependency on macros.S
[PATCH v4 0/6] Lochnagar Driver
2018-11-13 8:28 UTC (3+ messages)
` [PATCH v4 3/6] mfd: lochnagar: Add initial binding documentation
[PATCH kernel v3 00/22] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
2018-11-13 8:28 UTC (23+ messages)
` [PATCH kernel v3 01/22] powerpc/ioda/npu: Call skiboot's hot reset hook when disabling NPU2
` [PATCH kernel v3 02/22] powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
` [PATCH kernel v3 03/22] powerpc/mm/iommu: Make mm_iommu_new() fail on existing regions
` [PATCH kernel v3 04/22] powerpc/vfio/iommu/kvm: Do not pin device memory
` [PATCH kernel v3 05/22] powerpc/powernv/npu: Add helper to access struct npu for NPU device
` [PATCH kernel v3 06/22] powerpc/powernv: Detach npu struct from pnv_phb
` [PATCH kernel v3 07/22] powerpc/powernv/npu: Move OPAL calls away from context manipulation
` [PATCH kernel v3 08/22] powerpc/pseries/iommu: Allow dynamic window to start from zero
` [PATCH kernel v3 09/22] powerpc/pseries/iommu: Force default DMA window removal
` [PATCH kernel v3 10/22] powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
` [PATCH kernel v3 11/22] powerpc/pseries/npu: Enable platform support
` [PATCH kernel v3 12/22] powerpc/pseries: Remove IOMMU API support for non-LPAR systems
` [PATCH kernel v3 13/22] powerpc/powernv/pseries: Rework device adding to IOMMU groups
` [PATCH kernel v3 14/22] powerpc/iommu_api: Move IOMMU groups setup to a single place
` [PATCH kernel v3 15/22] powerpc/powernv: Reference iommu_table while it is linked to a group
` [PATCH kernel v3 16/22] powerpc/powernv: Add purge cache OPAL call
` [PATCH kernel v3 17/22] powerpc/powernv/npu: Convert NPU IOMMU helpers to iommu_table_group_ops
` [PATCH kernel v3 18/22] powerpc/powernv/npu: Add compound IOMMU groups
` [PATCH kernel v3 19/22] powerpc/powernv/npu: Add release_ownership hook
` [PATCH kernel v3 20/22] vfio_pci: Allow mapping extra regions
` [PATCH kernel v3 21/22] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel v3 22/22] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] [10de:1db1] subdriver
[LTP] [PATCH v3 1/2] net: Add tst_net_run helper
2018-11-13 8:27 UTC (4+ messages)
[PATCH v3 0/7] clk: at91: Rework DT bindings
2018-11-13 8:27 UTC (4+ messages)
` [PATCH v3 2/7] ARM: dts: at91: sama5d2: switch to new binding
[PATCH] xfs: Remove noinline from #define STATIC
2018-11-12 22:30 UTC (4+ messages)
[RFC PATCH 00/13] m68k: Drop arch_gettimeoffset and adopt clocksource API
2018-11-13 8:24 UTC (9+ messages)
` [RFC PATCH 06/13] m68k: Drop ARCH_USES_GETTIMEOFFSET
BUG: unable to handle kernel NULL pointer dereference in write_port
2018-11-13 8:24 UTC
[PATCH 0/5] media: Allwinner A10 CSI support
2018-11-13 8:24 UTC (12+ messages)
` [PATCH 1/5] dt-bindings: media: Add Allwinner A10 CSI binding
` [PATCH 2/5] media: sunxi: Refactor the Makefile and Kconfig
` [PATCH 3/5] media: sunxi: Add A10 CSI driver
` [PATCH 4/5] ARM: dts: sun7i: Add CSI0 controller
` [PATCH 5/5] DO NOT MERGE: ARM: dts: bananapi: Add Camera support
[PATCH] mfd: madera: Add shared data for accessory detection
2018-11-13 8:24 UTC (2+ messages)
[PATCH v4 00/10] Port the FSL QSPI driver to the SPI framework
2018-11-13 8:22 UTC (4+ messages)
` [PATCH v4 01/10] spi: Add a driver for the Freescale/NXP QuadSPI controller
Fw: OpenBMC Test Work group meeting: - Webex link: https://ibm.webex.com/meet/sivas.srr Telephone access is: United States Toll Free 1-844-531-0958 (Toll - +1-669-234-1178) India Toll - 0(STD Code)-64800002 For eg. (Bengaluru - 080-64800002)
2018-11-13 8:22 UTC
[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
2018-11-13 8:22 UTC (20+ messages)
` [U-Boot] [PATCH 01/19] riscv: add Kconfig entries for the code model
` [U-Boot] [PATCH 02/19] dm: cpu: Add timebase frequency to the platdata
` [U-Boot] [PATCH 03/19] riscv: qemu: Create a simple-bus driver for the soc node
` [U-Boot] [PATCH 04/19] cpu: Add a RISC-V CPU driver
` [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor
` [U-Boot] [PATCH 06/19] timer: Add driver for RISC-V privileged architecture defined timer
` [U-Boot] [PATCH 07/19] riscv: kconfig: Allow platform to specify Kconfig options
` [U-Boot] [PATCH 08/19] riscv: Enlarge the default SYS_MALLOC_F_LEN
` [U-Boot] [PATCH 09/19] riscv: qemu: Probe cpus during boot
` [U-Boot] [PATCH 10/19] riscv: Add CSR numbers
` [U-Boot] [PATCH 11/19] riscv: Add exception codes for xcause register
` [U-Boot] [PATCH 12/19] riscv: Do some basic architecture level cpu initialization
` [U-Boot] [PATCH 13/19] riscv: Move trap handler codes to mtrap.S
` [U-Boot] [PATCH 14/19] riscv: Fix context restore before returning from trap handler
` [U-Boot] [PATCH 15/19] riscv: Return to previous privilege level after trap handling
` [U-Boot] [PATCH 16/19] riscv: Adjust the _exit_trap() position to come before handle_trap()
` [U-Boot] [PATCH 17/19] riscv: Pass correct exception code to _exit_trap()
` [U-Boot] [PATCH 18/19] riscv: Refactor handle_trap() a little for future extension
` [U-Boot] [PATCH 19/19] riscv: Allow U-Boot to run on hart 0 only
[Qemu-devel] [PATCH] virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
2018-11-13 8:21 UTC (9+ messages)
Performance regression in ast drm driver
2018-11-13 8:19 UTC (3+ messages)
[Buildroot] [git commit] elfutils: security bump to version 0.174
2018-11-13 8:16 UTC
[PATCH] mm, page_alloc: skip zone who has no managed_pages in calculate_totalreserve_pages()
2018-11-13 8:16 UTC (7+ messages)
[Buildroot] [PATCH] elfutils: security bump to version 0.174
2018-11-13 8:16 UTC (2+ messages)
[Buildroot] [PATCH] libnss: security bump to version 3.39
2018-11-13 8:16 UTC (2+ messages)
[Buildroot] [PATCH] libnspr: fix nios2 and microblaze support patches
2018-11-13 8:16 UTC (2+ messages)
[Buildroot] [git commit] libnss: security bump to version 3.39
2018-11-13 8:16 UTC
[iproute PATCH] man: ip-route.8: Document nexthop limit
2018-11-12 22:21 UTC
[Buildroot] [git commit] libnspr: fix nios2 and microblaze support patches
2018-11-13 8:16 UTC
[PATCH] drm/amdgpu: fix huge page handling on Vega10
2018-11-13 8:14 UTC (6+ messages)
[PATCH V4] binder: ipc namespace support for android binder
2018-11-13 8:12 UTC
[PATCH] media: venus: amend buffer size for bitstream plane
2018-11-13 8:12 UTC (5+ messages)
[PATCH v7 00/16] Intel IPU3 ImgU patchset
2018-11-12 22:16 UTC (4+ messages)
` [PATCH v7 15/16] intel-ipu3: Add imgu top level pci device driver
[PATCH v3 0/4] Add support of STM32 hwspinlock
2018-11-13 8:09 UTC (4+ messages)
[U-Boot] [PATCH 1/2] spl: define kernel and dtb name for falcon mode from menuconfig
2018-11-13 8:07 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] spl: Move kernel and dtb name for falcon mode
[PATCH qemu aspeed-3.1 0/2] aspeed: Guest to exit on shutdown
2018-11-13 7:27 UTC (2+ messages)
[PATCH] drm/amdgpu: fix bug with IH ring setup
2018-11-13 8:06 UTC (3+ messages)
[PATCH v5 bpf-next 0/7] bpftool: support loading flow dissector
2018-11-12 22:10 UTC (4+ messages)
` [PATCH v5 bpf-next 2/7] libbpf: cleanup after partial failure in bpf_object__pin
[PATCH] vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
2018-11-13 8:04 UTC (4+ messages)
` [PATCH v2] "
[PATCH] mfd: at91-usart: Add platform dependency
2018-11-13 8:04 UTC (2+ messages)
[Qemu-devel] [PATCH] 9p: write lock path in v9fs_co_open2()
2018-11-13 8:03 UTC (8+ messages)
[RFC PATCH 0/5] mm, memory_hotplug: improve memory offlining failures debugging
2018-11-13 8:03 UTC (8+ messages)
` [RFC PATCH 4/5] mm, memory_hotplug: print reason for the offlining failure
` [RFC PATCH 5/5] mm, memory_hotplug: be more verbose for memory offline failures
[PATCH] net/mlx5: fix Direct Verbs RSS hash field
2018-11-13 8:03 UTC (2+ messages)
[Bug 200063] XFS corruption: mismatch between format (2) and size (0) in symlink
2018-11-12 22:08 UTC (3+ messages)
[PATCH v3 0/7] spi: add support for octo mode
2018-11-13 8:00 UTC (3+ messages)
[PATCH bpf-next v2] bpftool: make libbfd optional
2018-11-12 22:02 UTC (2+ messages)
[PATCH v2 1/2] platform/chrome: straighten out cros_ec_get_{next,host}_event() error codes
2018-11-13 7:57 UTC (2+ messages)
[PATCH v3 00/25] drm/sun4i: Allwinner A64 MIPI-DSI support
2018-11-13 7:56 UTC (11+ messages)
` [PATCH v3 17/25] dt-bindings: panel: Add Bananapi S070WV20-CT16 ICN6211 MIPI-DSI to RGB bridge
[ovmf test] 129928: regressions - FAIL
2018-11-13 7:55 UTC
BUG: Fatal in exception in interrupt, at nf_conncount_count [regression in 4.19(.1)]
2018-11-13 7:52 UTC (3+ messages)
[PATCH] mfd: tps6586x: Handle interrupts on suspend
2018-11-13 7:52 UTC (3+ messages)
[U-Boot] [PATCH 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET
2018-11-13 7:52 UTC (4+ messages)
` [U-Boot] [PATCH 15/15] imx: add i.MX8MQ EVK support
My Aim To Invest
2018-11-13 7:49 UTC
[PATCH/RFC] dmaengine: sh: Remove R-Mobile APE6 support
2018-11-13 7:47 UTC
[PATCH] mm/hwpoison: fix incorrect call put_hwpoison_page() when isolate_huge_page() return false
2018-11-13 7:46 UTC (2+ messages)
[PATCH xf86-video-intel v8 0/2] Added AYUV format support
2018-11-13 7:45 UTC (3+ messages)
` [PATCH xf86-video-intel v8 1/2] sna/gen9+: Split out wm_kernel from the sna_composite_op flags
` [PATCH xf86-video-intel v8 2/2] sna: Added AYUV format support for textured and sprite video adapters
[Qemu-devel] [PATCH] slirp: add tftp tracing
2018-11-13 7:44 UTC (2+ messages)
[PATCH - dmix v5 0/1] pcm: dmix: Add option to allow alignment of slave pointers
2018-11-13 7:43 UTC (2+ messages)
` [PATCH - dmix v5 1/1] "
yocto x64-linux with bootia32.efi
2018-11-13 7:42 UTC (2+ messages)
[linux-4.14 test] 129762: tolerable FAIL - PUSHED
2018-11-13 7:42 UTC
FAILED: patch "[PATCH] Btrfs: don't clean dirty pages during buffered writes" failed to apply to 4.14-stable tree
2018-11-12 21:46 UTC (2+ messages)
[PATCH 2/2] mfd: ab8500-core: Return zero in get_register_interruptible()
2018-11-13 7:41 UTC (4+ messages)
` [PATCH 2/2 v2] "
[PATCH v5 0/8] Introduce STPMIC1 PMIC Driver
2018-11-13 7:40 UTC (5+ messages)
` [PATCH v5 1/8] dt-bindings: mfd: document stpmic1
` [PATCH v5 2/8] mfd: stpmic1: add stpmic1 driver
[PATCH 2/2] read-cache: use time_t instead of unsigned long
2018-11-13 7:40 UTC (2+ messages)
[PATCH] net/mlx5: fix Direct Verbs RSS hash field
2018-11-13 7:40 UTC (2+ messages)
[PATCH v3 2/2] net: qcom/emac: add phy-handle support for ACPI
2018-11-13 7:36 UTC (6+ messages)
` [RFC PATCH 0/3] acpi: Add acpi mdio support code
[PATCH v2 0/2] Staging: vchi: Add license id and change int type
2018-11-13 7:36 UTC (3+ messages)
` [PATCH v2 2/2] stagin: vchi: Add SPDX-License-Identifier
[PATCH v3 00/13] Add support for TISCI irqchip drivers
2018-11-13 7:35 UTC (5+ messages)
` [RFC PATCH v3 10/13] soc: ti: Add MSI domain support for K3 Interrupt Aggregator
[U-Boot] [PATCH v2 00/29] General fixes / cleanup for RISC-V and improvements to qemu-riscv
2018-11-13 7:34 UTC (5+ messages)
` [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model
[PATCH 00/13] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
2018-11-13 7:32 UTC (14+ messages)
` [PATCH 01/13] rtw88: main files
` [PATCH 02/13] rtw88: core files
` [PATCH 03/13] rtw88: hci files
` [PATCH 04/13] rtw88: trx files
` [PATCH 05/13] rtw88: mac files
` [PATCH 06/13] rtw88: fw and efuse files
` [PATCH 07/13] rtw88: phy files
` [PATCH 08/13] rtw88: debug files
` [PATCH 09/13] rtw88: chip files
` [PATCH 10/13] rtw88: 8822B init table
` [PATCH 11/13] rtw88: 8822C "
` [PATCH 12/13] rtw88: Kconfig & Makefile
` [PATCH 13/13] rtw88: add support for Realtek 802.11ac wireless chips
[U-Boot] [PATCH v2] fsl-lsch3: Add FlexSPI address space in immap_lsch3
2018-11-13 7:30 UTC (5+ messages)
` [U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller
[PATCH RESEND v4 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
2018-11-13 7:26 UTC (6+ messages)
` [PATCH RESEND v4 1/5] "
[PATCH v6 0/6] support a new type of PMIC,including two chips(rk817 and rk809)
2018-11-13 7:26 UTC (4+ messages)
` [PATCH v6 2/6] mfd: rk808: Add RK817 and RK809 support
[U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller
2018-11-13 7:26 UTC
[Buildroot] [PATCH] libcurl: Don't need --without-(ssl/gnutls/nss/mbedtls) twice
2018-11-13 7:26 UTC (2+ messages)
[PATCH bpf-next] bpftool: make libbfd optional
2018-11-12 21:30 UTC (5+ messages)
[Buildroot] [git commit branch/next] libcurl: Don't need --without-(ssl/gnutls/nss/mbedtls) twice
2018-11-13 7:25 UTC
[PATCH] fork: Fix two -Wmissing-prototypes warnings
2018-11-13 7:26 UTC
[Cocci] Coccinelle mailing list archives
2018-11-13 7:24 UTC (2+ messages)
Where is the padding code in DPDK?
2018-11-13 7:22 UTC (3+ messages)
[PATCH 1/2] arm64: dts: stratix10: Support Ethernet Jumbo frame
2018-11-12 21:27 UTC (3+ messages)
[Buildroot] [Bug 11216] New: Extended attributes not applied to filesystem
2018-11-13 7:18 UTC (2+ messages)
` [Buildroot] [Bug 11216] Capabilities "
[GIT PULL] PCI changes for v4.20
2018-11-13 7:17 UTC (2+ messages)
[rtnetlink] Potential bug in Linux (rt)netlink code (repost from linux-netdev)?
2018-11-13 7:01 UTC
[Qemu-devel] [PATCH v3 00/23] Add support for RDMA MAD
2018-11-13 7:13 UTC (24+ messages)
` [Qemu-devel] [PATCH v3 01/23] contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer
` [Qemu-devel] [PATCH v3 02/23] hw/rdma: Add ability to force notification without re-arm
` [Qemu-devel] [PATCH v3 03/23] hw/rdma: Return qpn 1 if ibqp is NULL
` [Qemu-devel] [PATCH v3 04/23] hw/rdma: Abort send-op if fail to create addr handler
` [Qemu-devel] [PATCH v3 05/23] hw/rdma: Add support for MAD packets
` [Qemu-devel] [PATCH v3 06/23] hw/pvrdma: Make function reset_device return void
` [Qemu-devel] [PATCH v3 07/23] hw/pvrdma: Make default pkey 0xFFFF
` [Qemu-devel] [PATCH v3 08/23] hw/pvrdma: Set the correct opcode for recv completion
` [Qemu-devel] [PATCH v3 09/23] hw/pvrdma: Set the correct opcode for send completion
` [Qemu-devel] [PATCH v3 10/23] json: Define new QMP message for pvrdma
` [Qemu-devel] [PATCH v3 11/23] hw/pvrdma: Add support to allow guest to configure GID table
` [Qemu-devel] [PATCH v3 12/23] vmxnet3: Move some definitions to header file
` [Qemu-devel] [PATCH v3 13/23] hw/pvrdma: Make sure PCI function 0 is vmxnet3
` [Qemu-devel] [PATCH v3 14/23] hw/rdma: Initialize node_guid from vmxnet3 mac address
` [Qemu-devel] [PATCH v3 15/23] hw/pvrdma: Make device state depend on Ethernet function state
` [Qemu-devel] [PATCH v3 16/23] hw/pvrdma: Fill all CQE fields
` [Qemu-devel] [PATCH v3 17/23] hw/pvrdma: Fill error code in command's response
` [Qemu-devel] [PATCH v3 18/23] hw/rdma: Remove unneeded code that handles more that one port
` [Qemu-devel] [PATCH v3 19/23] vl: Introduce shutdown_notifiers
` [Qemu-devel] [PATCH v3 20/23] hw/pvrdma: Clean device's resource when system is shutdown
` [Qemu-devel] [PATCH v3 21/23] hw/rdma: Do not use bitmap_zero_extend to free bitmap
` [Qemu-devel] [PATCH v3 22/23] hw/rdma: Do not call rdma_backend_del_gid on an empty gid
` [Qemu-devel] [PATCH v3 23/23] docs: Update pvrdma device documentation
[PATCH v5 0/2] Xilinx ZynqMP IPI Mailbox Controller Driver
2018-11-13 7:16 UTC (5+ messages)
` [PATCH v5 2/2] dt-bindings: mailbox: Add Xilinx IPI Mailbox
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.