All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-15 08:46:41 to 2018-10-15 09:33:47 UTC [more...]

[PATCH 0/6] unify debugfs code between mt76x0 and mt76x2
 2018-10-15  9:33 UTC  (3+ messages)
` [PATCH 1/6] mt76x0: pci: add get_survey support
` [PATCH 2/6] mt76: move mt76x02_mac_work routine in mt76x02-lib module

[PATCH 1/2] clk: imx: imx7d: remove unnecessary clocks from clks_init_on array
 2018-10-15  9:33 UTC  (13+ messages)
` [PATCH 2/2] clk: imx: imx7d: remove "

[PATCH] powerpc/64: properly initialise the stackprotector canary on SMP
 2018-10-15  9:33 UTC  (2+ messages)

[Qemu-devel] [RFC] Require Python 3 for building QEMU
 2018-10-15  9:32 UTC  (2+ messages)

[PATCH kernel 0/5] powerpc/powernv/npu: Reworks for NVIDIA V100 + P9 passthrough (part 2)
 2018-10-15  9:33 UTC  (6+ messages)
` [PATCH kernel 1/5] powerpc/powernv/npu: Add helper to access struct npu for NPU device
` [PATCH kernel 2/5] powerpc/powernv/npu: Collect all static symbols under one struct
` [PATCH kernel 3/5] powerpc/powernv: Detach npu struct from pnv_phb
` [PATCH kernel 4/5] powerpc/powernv/npu: Factor out OPAL calls from context manipulation
` [PATCH kernel 5/5] powerpc/powernv/npu: Add helper to map GPU to LPAR

[PATCH kernel 0/4] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 1)
 2018-10-15  9:24 UTC  (9+ messages)
` [PATCH kernel 1/4] powerpc/mm/iommu: Rename mm_iommu_get
` [PATCH kernel 2/4] powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
` [PATCH kernel 3/4] powerpc/mm/iommu: Make mm_iommu_new() fail on existing regions
` [PATCH kernel 4/4] powerpc/vfio/iommu/kvm: Do not pin device memory

[PATCH] dt-bindings: pinctrl: bcm4708-pinmux: improve example binding
 2018-10-15  9:30 UTC  (2+ messages)

[PATCH V2 0/4] arm64: imx: add imx8qxp support
 2018-10-15  9:29 UTC  (11+ messages)
` [PATCH V2 2/4] arm64: dts: "

[PATCH 2/2] arm64: acpi: Prepare for longer MADTs
 2018-10-15  9:29 UTC  (3+ messages)

RFC: don't let drivers issue pwm_disable after pwm_config(pwm, 0, period)
 2018-10-15  9:28 UTC  (13+ messages)

[fsnotify] 60f7ed8c7c: will-it-scale.per_thread_ops -5.9% regression
 2018-10-15  9:27 UTC  (6+ messages)
` [LKP] "

[PATCH v6] virtio_blk: add DISCARD and WRIET ZEROES commands support
 2018-10-15  9:27 UTC  (5+ messages)
` [PATCH v8] virtio_blk: add discard and write zeroes support

[PATCH] net: make routing work after dhcp command
 2018-10-15  9:26 UTC 

undefined behavior (-Wvarargs) in security/keys/trusted.c#TSS_authhmac()
 2018-10-15  9:26 UTC  (3+ messages)
` [PATCH] KEYS: trusted: fix -Wvarags warning

[PATCH v3 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-10-15  9:25 UTC  (9+ messages)
` [PATCH v3 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()

[PATCH V4] x86/altp2m: propagate ept.ad changes to all active altp2ms
 2018-10-15  9:22 UTC 

Allow FUSE filesystems to provide out-of-band hashes to IMA
 2018-10-15  1:38 UTC  (7+ messages)
` [PATCH 2/3] IMA: Make use of filesystem-provided hashes

[U-Boot] [PATCH v3 00/31] virtio: Introduce VirtIO driver support
 2018-10-15  9:21 UTC  (32+ messages)
` [U-Boot] [PATCH v3 01/31] dm: core: Allow uclass to set up a device's child after it is probed
` [U-Boot] [PATCH v3 02/31] test: dm: core: Add test case for uclass driver's child_post_probe()
` [U-Boot] [PATCH v3 03/31] riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
` [U-Boot] [PATCH v3 04/31] dm: Add a new uclass driver for VirtIO transport devices
` [U-Boot] [PATCH v3 05/31] virtio: Add codes for virtual queue/ring management
` [U-Boot] [PATCH v3 06/31] virtio: Add virtio over mmio transport driver
` [U-Boot] [PATCH v3 07/31] virtio: Add net driver support
` [U-Boot] [PATCH v3 08/31] test: dm: blk: Correct blk_base test case
` [U-Boot] [PATCH v3 09/31] sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
` [U-Boot] [PATCH v3 10/31] efi_driver: "
` [U-Boot] [PATCH v3 11/31] blk: Call part_init() in the post_probe() method
` [U-Boot] [PATCH v3 12/31] blk: Drop blk_prepare_device()
` [U-Boot] [PATCH v3 13/31] blk: Make blk_next_free_devnum() public
` [U-Boot] [PATCH v3 14/31] blk: Introduce IF_TYPE_VIRTIO
` [U-Boot] [PATCH v3 15/31] virtio: Add block driver support
` [U-Boot] [PATCH v3 16/31] virtio: cmd: Add virtio command for virtio devices
` [U-Boot] [PATCH v3 17/31] riscv: qemu: Enumerate virtio bus during early boot
` [U-Boot] [PATCH v3 18/31] riscv: qemu: Include some useful commands
` [U-Boot] [PATCH v3 19/31] kconfig: Introduce HAVE_ARCH_IOMAP
` [U-Boot] [PATCH v3 20/31] x86: Implement arch-specific io accessor routines
` [U-Boot] [PATCH v3 21/31] virtio: Add virtio over pci transport driver
` [U-Boot] [PATCH v3 22/31] arm: qemu: Add a Kconfig in the board directory
` [U-Boot] [PATCH v3 23/31] arm: qemu: Enumerate virtio bus during early boot
` [U-Boot] [PATCH v3 24/31] x86: qemu: Imply virtio PCI transport and device drivers
` [U-Boot] [PATCH v3 25/31] dm: pci: Add APIs to find next capability and extended capability
` [U-Boot] [PATCH v3 26/31] test: dm: pci: Add cases for finding next PCI capability APIs
` [U-Boot] [PATCH v3 27/31] virtio: pci: Support non-legacy PCI transport device
` [U-Boot] [PATCH v3 28/31] virtio: net: Support non-legacy device
` [U-Boot] [PATCH v3 29/31] virtio: Add a Sandbox transport driver
` [U-Boot] [PATCH v3 30/31] test: dm: virtio: Add test cases for virtio uclass
` [U-Boot] [PATCH v3 31/31] doc: Document virtio support

[PATCH 0/1] bind: fix startup failure in sysvinit
 2018-10-15  9:25 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3] sched/rt : return accurate release rq lock info
 2018-10-15  9:20 UTC  (2+ messages)

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
 2018-10-15  9:17 UTC  (14+ messages)
` [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic
` [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci

[Outreachy kernel][PATCH v3] staging: bcm2835-camera: Remove 'ret' variable
 2018-10-15  9:17 UTC 

[Qemu-devel] [PATCH] block: change some function return type to bool
 2018-10-15  9:17 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 1/3] archive-source.sh: Modern shell scripting (use $() instead of ``)
 2018-10-15  9:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/3] git-submodule.sh: "
` [Qemu-devel] [PATCH v2 3/3] show-fixed-bugs.sh: "

[PATCH V2 0/2] pinctrl: imx: add imx8qxp pinctrl support
 2018-10-15  9:17 UTC  (5+ messages)
` [PATCH V2 2/2] pinctrl: imx: add imx8qxp driver

[PATCH V4 00/11] clk: imx: add imx8qxp clock support
 2018-10-15  9:17 UTC  (5+ messages)
` [PATCH V4 05/11] clk: imx: scu: add scu clock gate

use generic DMA mapping code in powerpc V3
 2018-10-15  1:34 UTC  (7+ messages)
` [PATCH 01/33] powerpc: use mm zones more sensibly
` [PATCH 16/33] powerpc/powernv: remove dead npu-dma code

remove bogus GFP_DMA32 flags for dma allocations
 2018-10-15  9:12 UTC  (7+ messages)
` [PATCH 6/8] drm: sti: don't pass GFP_DMA32 to dma_alloc_wc
` [PATCH 7/8] media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrs

[PATCH v2] usb: host: ohci-at91: fix request of irq for optional gpio
 2018-10-15  9:12 UTC  (6+ messages)
` [v2] "

[Qemu-devel] [RFC v3 00/12] packed ring virtio-net userspace backend support
 2018-10-15  9:11 UTC  (5+ messages)
` [Qemu-devel] [[RFC v3 08/12] virtio: event suppression support for packed ring

[PATCH v1 0/5] Enable hotplug in vfio
 2018-10-15  9:12 UTC  (4+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] pci: add req handler field to generic pci device

[Outreachy Kernel][PATCH v2] staging: bcm2835-camera: Remove 'ret' variable
 2018-10-15  9:09 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH v10 00/21] Convert "git stash" to C builtin
 2018-10-15  9:10 UTC  (3+ messages)
` [PATCH v10 08/21] stash: convert apply to builtin

[PATCH] x86: enable swiotlb for > 4GiG ram on 32-bit kernels
 2018-10-15  9:09 UTC  (2+ messages)
` [tip:x86/urgent] x86/swiotlb: Enable "

[PATCH 00/39 v8] PTI support for x86-32
 2018-10-15  9:10 UTC  (5+ messages)
` [PATCH 10/39] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
    ` [PATCH] x86/entry/32: Fix setup of CS high bits

[Qemu-devel] [PATCH] hw/arm/virt: add DT property /secure-chosen/sdtout-path being secure UART
 2018-10-15  9:08 UTC  (5+ messages)
` [Qemu-arm] "

[Qemu-devel] [PULL 0/7] Vga 20181015 patches
 2018-10-15  9:05 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] edid: fix alignment issues
` [Qemu-devel] [PULL 2/7] display: add separate config option for bochs-display
` [Qemu-devel] [PULL 3/7] bochs-display: wire up edid support
` [Qemu-devel] [PULL 4/7] qxl: check qxl_phys2virt return value
` [Qemu-devel] [PULL 5/7] i2c: switch ddc to use the new edid generator
` [Qemu-devel] [PULL 6/7] hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file
` [Qemu-devel] [PULL 7/7] Makefile: Install new vgabios binaries

[PATCH 1/7] drm: add flags to drm_syncobj_find_fence
 2018-10-15  9:04 UTC  (9+ messages)
` [PATCH 2/7] drm: add syncobj timeline support v8
` [PATCH 3/7] drm: add support of syncobj timeline point wait v2
` [PATCH 4/7] drm: add timeline syncobj payload query ioctl v2
  ` [PATCH 5/7] drm: add timeline support for syncobj export/import
  ` [PATCH 6/7] drm/amdgpu: add timeline support in amdgpu CS v2
  ` [PATCH 7/7] drm/amdgpu: update version for timeline syncobj support in amdgpu

[U-Boot] tests/test_bind.py: Update test to match the wider 'dm tree' output
 2018-10-15  9:03 UTC  (2+ messages)
` [U-Boot] [PATCH v2] dm: core: Widen the dump tree to show more of the driver's name

[PATCH] regulator: Fetch enable gpiods nonexclusive
 2018-10-15  9:02 UTC 

[PATCH v3] ethdev: add field for device data per process
 2018-10-15  9:00 UTC 

[U-Boot] [PATCH v3 0/9] Add pinmux command
 2018-10-15  9:01 UTC  (6+ messages)
` [U-Boot] [PATCH v3 3/9] dm: uclass: Add uclass_foreach_dev_probe

[DRBD-announce] linstor-proxmox-3.0.1
 2018-10-15  8:54 UTC 

[PATCH 1/4] oeqa/core/runner: write testresult to json files
 2018-10-15  8:59 UTC  (4+ messages)

[PATCH] qemu: fix CVE-2018-17958/17962/17963
 2018-10-15  8:59 UTC 

(no subject)
 2018-10-15  8:59 UTC  (2+ messages)
` [Outreachy kernel]

usb: host: ohci-at91: fix request of irq for optional gpio
 2018-10-15  8:58 UTC  (4+ messages)
` [PATCH] "

[PATCH V3 1/2] dt-bindings: pinctrl: document Broadcom Northstar pin mux controller
 2018-10-15  8:56 UTC  (4+ messages)

[PATCH] xen/blkfront: avoid NULL blkfront_info dereference on device removal
 2018-10-15  8:55 UTC  (4+ messages)
` [Xen-devel] "

[PATCH] thermal: qoriq: add multiple sensors support
 2018-10-15  8:55 UTC  (4+ messages)

[PATCH v5 0/2] spi: Add Macronix controller driver
 2018-10-15  8:54 UTC  (3+ messages)
` [PATCH v5 1/2] spi: Add MXIC "

[Qemu-devel] [PATCH 0/3] Introduce attributes for timers subsystem and remove QEMU_CLOCK_VIRTUAL_EXT clock type
 2018-10-15  8:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/3] Restores record/replay behavior related to special virtual clock processing for timers used in external subsystems

[PATCH] bitfield: add constant field preparation macros
 2018-10-15  8:53 UTC  (2+ messages)

[PATCH 1/5] oeqa/core/runner: refactor for OEQA to write json testresult
 2018-10-15  8:53 UTC  (5+ messages)
` [PATCH 2/5] oeqa/core/runner: write testresult to json files

[RFC][PATCH] perf: Rewrite core context handling
 2018-10-15  8:53 UTC  (4+ messages)

[PATCH v3 0/3] cpufreq: intel_pstate: Base frequency attribute
 2018-10-15  8:53 UTC  (4+ messages)
` [PATCH v3 3/3] Documentation: intel_pstate: Add base_frequency information
    ` [Devel] "

[PATCH 09/14] mtd: maps: physmap: Fix coding style issues reported by checkpatch
 2018-10-15  8:52 UTC  (2+ messages)
` [PATCH] mtd: maps: code style: Invert logic on if/else branch

[PATCH net] r8169: Enable MSI-X on RTL8106e
 2018-10-15  8:51 UTC  (4+ messages)

[RFC] eal: allow hotplug to skip an already probed device
 2018-10-15  8:51 UTC  (6+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 3/7] cryptodev: remove driver name from logs
  ` [PATCH v5 4/7] compressdev: "

[Bug 108260] [Regression?] [powerplay] Failed to retrieve minimum clocks. 4.19-rc6+
 2018-10-15  8:51 UTC  (2+ messages)

[PATCH] Btrfs: fix assertion on fsync of regular file when using no-holes feature
 2018-10-15  8:51 UTC 

[PATCH v3 0/8] vfio/mdev: IOMMU aware mediated device
 2018-10-15  8:50 UTC  (5+ messages)

[PATCH] x86: modify inline asm constraints in __cmpxchg_double()
 2018-10-15  8:48 UTC 

[Qemu-devel] [PULL 00/26] Net patches
 2018-10-15  8:46 UTC  (27+ messages)
` [Qemu-devel] [PULL 01/26] filter-rewriter: Add TCP state machine and fix memory leak in connection_track_table
` [Qemu-devel] [PULL 02/26] colo-compare: implement the process of checkpoint
` [Qemu-devel] [PULL 03/26] colo-compare: use notifier to notify packets comparing result
` [Qemu-devel] [PULL 04/26] COLO: integrate colo compare with colo frame
` [Qemu-devel] [PULL 05/26] COLO: Add block replication into colo process
` [Qemu-devel] [PULL 06/26] COLO: Remove colo_state migration struct
` [Qemu-devel] [PULL 07/26] COLO: Load dirty pages into SVM's RAM cache firstly
` [Qemu-devel] [PULL 08/26] ram/COLO: Record the dirty pages that SVM received
` [Qemu-devel] [PULL 09/26] COLO: Flush memory data from ram cache
` [Qemu-devel] [PULL 10/26] qmp event: Add COLO_EXIT event to notify users while exited COLO
` [Qemu-devel] [PULL 11/26] qapi/migration.json: Rename COLO unknown mode to none mode
` [Qemu-devel] [PULL 12/26] qapi: Add new command to query colo status
` [Qemu-devel] [PULL 13/26] savevm: split the process of different stages for loadvm/savevm
` [Qemu-devel] [PULL 14/26] COLO: flush host dirty ram from cache
` [Qemu-devel] [PULL 15/26] filter: Add handle_event method for NetFilterClass
` [Qemu-devel] [PULL 16/26] filter-rewriter: handle checkpoint and failover event
` [Qemu-devel] [PULL 17/26] COLO: notify net filters about checkpoint/failover event
` [Qemu-devel] [PULL 18/26] COLO: quick failover process by kick COLO thread
` [Qemu-devel] [PULL 19/26] docs: Add COLO status diagram to COLO-FT.txt
` [Qemu-devel] [PULL 20/26] clean up callback when del virtqueue
` [Qemu-devel] [PULL 21/26] ne2000: fix possible out of bound access in ne2000_receive
` [Qemu-devel] [PULL 22/26] rtl8139: fix possible out of bound access
` [Qemu-devel] [PULL 23/26] pcnet: fix possible buffer overflow
` [Qemu-devel] [PULL 24/26] net: ignore packet size greater than INT_MAX
` [Qemu-devel] [PULL 25/26] e1000: indicate dropped packets in HW counters
` [Qemu-devel] [PULL 26/26] qemu-options: Fix bad "macaddr" property in the documentation

[Xenomai] Retrieval of user fd from struct rtdm_fd
 2018-10-15  8:46 UTC  (3+ messages)

[PATCH, RFC] ubd: remove use of blk_rq_map_sg
 2018-10-15  8:46 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 00/19] Fixing record/replay and adding reverse debugging
 2018-10-15  8:46 UTC  (2+ messages)


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.