All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-20 01:12:55 to 2018-07-20 03:59:37 UTC [more...]

[RFC 0/4] Virtio uses DMA API for all devices
 2018-07-20  3:59 UTC 

[PATCH V3 0/4] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
 2018-07-20  3:58 UTC  (2+ messages)

[PATCH/RFC 00/02] ravb: Duplex handling update
 2018-07-20  3:11 UTC  (9+ messages)
` [PATCH/RFC 01/02] ravb: Do not announce 100Mbps HDX as supported

[RFC] crypto: Remove mcryptd
 2018-07-20  3:53 UTC  (2+ messages)

[PATCH v3 0/6] KVM: X86: Implement PV IPIs support
 2018-07-20  3:53 UTC  (14+ messages)
` [PATCH v3 2/6] KVM: X86: Implement PV IPIs in linux guest
` [PATCH v3 4/6] KVM: X86: Implement PV IPIs send hypercall
` [PATCH v3 5/6] KVM: X86: Add NMI support to PV IPIs

[PATCH 00/20 v4] staging: gasket: sundry fixes and fixups
 2018-07-20  3:49 UTC  (21+ messages)
` [PATCH 01/20] staging: gasket: allow compile for ARM64 in Kconfig
` [PATCH 02/20] staging: gasket: gasket_enable_dev remove unnecessary variable
` [PATCH 03/20] staging: gasket: remove code for no physical device
` [PATCH 04/20] staging: gasket: fix class create bug handling
` [PATCH 05/20] staging: gasket: remove unnecessary code in coherent allocator
` [PATCH 06/20] staging: gasket: don't treat no device reset callback as an error
` [PATCH 07/20] staging: gasket: gasket_mmap return error instead of valid BAR index
` [PATCH 08/20] staging: gasket: apex_clock_gating simplify logic, reduce indentation
` [PATCH 09/20] staging: gasket: gasket page table functions use bool return type
` [PATCH 10/20] staging: gasket: remove else clause after return in if clause
` [PATCH 11/20] staging: gasket: fix comment syntax in apex.h
` [PATCH 12/20] staging: gasket: remove unnecessary parens in page table code
` [PATCH 13/20] staging: gasket: gasket_mmap use PAGE_MASK
` [PATCH 14/20] staging: gasket: remove extra parens in gasket_write_mappable_regions
` [PATCH 15/20] staging: gasket: fix multi-line comment syntax in gasket_core.h
` [PATCH 16/20] staging: gasket: always allow root open for write
` [PATCH 17/20] staging: gasket: top ioctl handler add __user annotations
` [PATCH 18/20] staging: gasket: apex ioctl "
` [PATCH 19/20] staging: gasket: common ioctl dispatcher "
` [PATCH 20/20] staging: gasket: common ioctls "

[PATCH] arm64: dts: renesas: Include R-Car product name in DTSI files
 2018-07-20  3:05 UTC  (5+ messages)

[PATCH libdrm] amdgpu: add amdgpu_bo_handle_type_kms_noimport
 2018-07-20  3:48 UTC  (11+ messages)

[Qemu-devel] [PATCH] migration: fix potential overflow in multifd send
 2018-07-20  3:47 UTC 

openbmc test work group - wiki
 2018-07-20  3:47 UTC 

linux-next: manual merge of the mfd tree with the sound tree
 2018-07-20  3:42 UTC 

[PATCH] image: Use ${COREBASE}/meta for timestamp, fallback to bitbake.conf
 2018-07-20  3:40 UTC  (5+ messages)

[Qemu-devel] [PATCH for-3.0 v5] monitor: Fix unsafe sharing of @cur_mon among threads
 2018-07-20  3:34 UTC 

[PATCH 1/2] drm/i915/selftests: Use a full emulation of a user ppgtt context
 2018-07-20  3:33 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[ndctl PATCH 0/4] misc fixups for ndctl-monitor
 2018-07-20  3:26 UTC  (3+ messages)

usb: dwc2: disable power_down on rockchip devices
 2018-07-20  3:25 UTC 

[PATCH] app/testpmd: fix commands to config some offload
 2018-07-20  3:20 UTC 

[Bug 107153] 4.18-rc3 crash on hdmi (0010:dm_update_crtcs_state+0x41e/0x4a0)
 2018-07-20  3:20 UTC  (2+ messages)

DMA mappings and crossing boundaries
 2018-07-20  3:12 UTC  (7+ messages)

[RFC] ARM: imx6q: add ENET_CLK_SEL mux option
 2018-07-20  3:12 UTC  (2+ messages)

[PATCH] nvme: Fix handling of metadata_len for NVME_IOCTL_IO_CMD
 2018-07-20  3:07 UTC 

[PATCH kernel v7 1/2] vfio/spapr: Use IOMMU pageshift rather than pagesize
 2018-07-20  3:06 UTC  (4+ messages)
` [kernel, v7, "
  ` [kernel,v7,1/2] "

xfstests can't be installed by running make install
 2018-07-20  2:12 UTC  (11+ messages)

[U-Boot] [PATCH 00/17] fs: fat: extend FAT write operations
 2018-07-20  2:57 UTC  (18+ messages)
` [U-Boot] [PATCH 01/17] fs: fat: extend get_fs_info() for write use
` [U-Boot] [PATCH 02/17] fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
` [U-Boot] [PATCH 03/17] fs: fat: make directory iterator global for write use
` [U-Boot] [PATCH 04/17] fs: fat: assure iterator's ->dent belongs to ->clust
` [U-Boot] [PATCH 05/17] fs: fat: check and normailze file name
` [U-Boot] [PATCH 06/17] fs: fat: write returns error code instead of -1
` [U-Boot] [PATCH 07/17] fs: fat: support write with sub-directory path
` [U-Boot] [PATCH 08/17] fs: fat: refactor write interface for a file offset
` [U-Boot] [PATCH 09/17] fs: fat: support write with non-zero offset
` [U-Boot] [PATCH 10/17] cmd: fat: add offset parameter to fatwrite
` [U-Boot] [PATCH 11/17] fs: add mkdir interface
` [U-Boot] [PATCH 12/17] fs: fat: remember the starting cluster number of directory
` [U-Boot] [PATCH 13/17] fs: fat: support mkdir
` [U-Boot] [PATCH 14/17] cmd: fat: add fatmkdir command
` [U-Boot] [PATCH 15/17] efi_loader: file: support creating a directory
` [U-Boot] [PATCH 16/17] efi_loader: implement a pseudo "file delete"
` [U-Boot] [PATCH 17/17] fs-test: fix false positive error at Test Case 12

[RFC PATCH 0/3] Balloon inhibit enhancements
 2018-07-20  2:56 UTC  (7+ messages)
        ` [Qemu-devel] "

[ovmf test] 125452: regressions - FAIL
 2018-07-20  2:55 UTC 

[PATCH ipsec-next] xfrm: Allow xfrmi if_id to be updated by UPDSA
 2018-07-20  2:07 UTC 

[PATCH 0/6] ASoC: rt5651: Various fixes and quirks
 2018-07-20  2:53 UTC  (6+ messages)
` [PATCH 1/6] ASoC: rt5651: Add IN3 Boost volume control

[WIP] [NOMERGE] [RFC PATCH v0] erofs: introduce the new unzip subsystem
 2018-07-20  2:52 UTC  (13+ messages)
` [RFC PATCH v2 00/11] "
  ` [RFC PATCH v2 01/11] <linux/tagptr.h>: Introduce tagged pointer
  ` [RFC PATCH v2 02/11] erofs: introduce pagevec for unzip subsystem
  ` [RFC PATCH v2 03/11] erofs: add erofs_map_blocks_iter
  ` [RFC PATCH v2 04/11] erofs: add erofs_allocpage
  ` [RFC PATCH v2 05/11] erofs: globalize prepare_bio and __submit_bio
  ` [RFC PATCH v2 06/11] erofs: add a generic z_erofs VLE decompressor
  ` [RFC PATCH v2 07/11] erofs: introduce superblock registration
  ` [RFC PATCH v2 08/11] erofs: introduce erofs shrinker
  ` [RFC PATCH v2 09/11] erofs: introduce workstation for decompression
  ` [RFC PATCH v2 10/11] erofs: introduce VLE decompression support
  ` [RFC PATCH v2 11/11] erofs: introduce cached decompression

[PATCH] ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch
 2018-07-20  2:51 UTC  (3+ messages)

[meta-oe][PATCH] liblockfile: Upgrade to 1.14
 2018-07-20  2:49 UTC 

[PATCH] ARM: dts: imx7d: remove "operating-points" property for cpu1
 2018-07-20  2:48 UTC  (3+ messages)

[meta-oe][PATCH] liblockfile: Upgrade to 1.14
 2018-07-20  2:45 UTC  (2+ messages)

[PATCH] ARM: dts: vf610-zii-ssmb-spu3: Fix W=1 level warnings
 2018-07-20  2:46 UTC  (3+ messages)

[PATCH v2] ARM: dts: vf610: Add ZII CFU1 board
 2018-07-20  2:46 UTC  (3+ messages)

Memory Read Only Enforcement: VMM assisted kernel rootkit mitigation for KVM
 2018-07-20  2:45 UTC  (9+ messages)
` [PATCH 3/3] [RFC V3] KVM: X86: Adding skeleton for Memory ROE

[PATCH 00/32 v3] staging: gasket: sundry fixes and fixups
 2018-07-20  2:44 UTC  (4+ messages)
` [PATCH 17/32] staging: gasket: annotate ioctl arg with __user

[PATCH] powerpc/powernv : Save/Restore SPRG3 on entry/exit from stop
 2018-07-20  2:41 UTC  (8+ messages)
` [RESEND][PATCH] "

[PATCH v3 0/3] Fix silent data corruption in blkdev_direct_IO()
 2018-07-20  2:41 UTC  (5+ messages)
` [PATCH v3 2/3] blkdev: __blkdev_direct_IO_simple: fix leak in error case
` [PATCH v3 3/3] blkdev: __blkdev_direct_IO_simple: make sure to fill up the bio

[Qemu-devel] [PATCH v4 0/3] spapr: introduce a fixed IRQ number space and an IRQ controller backend
 2018-07-20  2:38 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/3] spapr: introduce a fixed IRQ number space

[PATCH] ACPI/IORT: Support address size limit for root complexes
 2018-07-20  2:36 UTC  (3+ messages)

[PATCH] arch/h8300: eliminate kgbd.c warning
 2018-07-20  2:36 UTC 

[Qemu-devel] [PATCH] target/xtensa/cpu: Set owner of memory region in xtensa_cpu_initfn
 2018-07-20  2:35 UTC  (2+ messages)

[U-Boot] ext4: Issue with ext4write
 2018-07-20  2:35 UTC 

[PATCH] arch/h8300: eliminate ptrace.h warnings
 2018-07-20  2:34 UTC 

[PATCH 1/3] drm/amd/powerplay: slow UCLK switch when multiple displays not in sync
 2018-07-20  2:35 UTC  (3+ messages)
  ` [PATCH 2/3] drm/amd/powerplay: correct the argument for PPSMC_MSG_SetUclkFastSwitch
  ` [PATCH 3/3] drm/amd/powerplay: disallow slow switch if NBPState is disabled

[PATCH] app/testpmd: fix commands to config some offload
 2018-07-20  2:34 UTC 

linux-next: manual merge of the powerpc tree with the powerpc-fixes tree
 2018-07-20  2:34 UTC  (2+ messages)

[git pull] drm amdgpu and nouveau fixes for 4.18-rc6
 2018-07-20  2:32 UTC  (2+ messages)

[meta-networking][PATCH] ctdb: Has been integrated into samba. So, there is no need to maitain this recipe anymore
 2018-07-20  2:30 UTC 

[PATCH 1/2] drm/amdgpu/apci: don't call sbios request function if it's not supported
 2018-07-20  2:28 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/acpi: skip backlight events for DC
    ` 答复: "

[PATCH] zh_CN:translation for block queue into Chinese
 2018-07-20  2:27 UTC 

[PATCH 0/7] Misc volume patch set part2
 2018-07-20  1:41 UTC  (7+ messages)
` [PATCH 6/7] btrfs: add helper btrfs_num_devices() to deduce num_devices
` [PATCH 7/7] btrfs: add helper function check device delete able

[xen-unstable-smoke test] 125447: regressions - FAIL
 2018-07-20  2:23 UTC 

[PATCH 0/2] add SPI controller driver for UniPhier SoCs
 2018-07-20  2:20 UTC  (6+ messages)
` [PATCH 2/2] spi: add SPI controller driver for UniPhier SoC

[libvirt] [RFC PATCH 0/2] Add new mdev type for aggregated resources
 2018-07-20  2:19 UTC  (6+ messages)
` [libvirt] [PATCH v2 0/4] New mdev type handling "
  ` [libvirt] [PATCH v2 1/4] vfio/mdev: Add new instances parameter for mdev create
  ` [libvirt] [PATCH v2 2/4] vfio/mdev: Add mdev device instances attribute
  ` [libvirt] [PATCH v2 3/4] drm/i915/gvt: Add new aggregation type support
  ` [libvirt] [PATCH v2 4/4] Documentation/vfio-mediated-device.txt: update for aggregation attribute

[ovmf test] 125446: regressions - FAIL
 2018-07-20  2:18 UTC 

[U-Boot] [PATCH] fdt: fix fdtdec_setup_memory_banksize()
 2018-07-20  2:17 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/7] Allow both TPM stacks to be compiled at the same time
 2018-07-20  2:17 UTC  (5+ messages)
` [U-Boot] [PATCH v2 3/7] tpm: remove stale symbol in Kconfig
` [U-Boot] [PATCH v2 4/7] tpm: allow TPM v1 and v2 to be compiled at the same time

[U-Boot] [PATCH] binman: ensure temp filenames don't collide
 2018-07-20  2:17 UTC  (4+ messages)

[U-Boot] [PATCH] watchdog: dm: Support manual relocation for watchdogs
 2018-07-20  2:16 UTC  (10+ messages)

[PATCH v2] cross-canadian/libgcc: fix aarch64's multilib SDK
 2018-07-20  2:07 UTC 

[PATCH 0/9] hisi_sas: Some misc patches
 2018-07-20  2:05 UTC  (3+ messages)

[PATCH v11 0/4] [RESEND] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
 2018-07-20  2:04 UTC  (4+ messages)

[PATCH v2] sshd: add sshd.service
 2018-07-20  2:03 UTC 

[U-Boot] [PATCH] fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTS
 2018-07-20  2:04 UTC 

[ndctl PATCH] Documentation, create-namespace: clarify fsdax wording
 2018-07-20  1:54 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with Linus' tree
 2018-07-20  1:49 UTC 

[PATCH 1/3] ASoC: rt5651: add Volume to the name of volume control
 2018-07-20  1:48 UTC  (3+ messages)
` [PATCH 2/3] ASoC: rt5640: "
` [PATCH 3/3] ASoC: rt5631: "

[GIT PULL 0/9] EFI changes for v4.19 (#2)
 2018-07-20  1:47 UTC  (10+ messages)
` [PATCH 1/9] efi/x86: prevent reentrant firmware calls in mixed mode
` [PATCH 2/9] efi/x86: merge setup_efi_pci32 and setup_efi_pci64 routines
` [PATCH 3/9] efi/x86: align efi_uga_draw_protocol typedef names to convention
` [PATCH 4/9] efi/x86: merge 32-bit and 64-bit UGA draw protocol setup routines
` [PATCH 5/9] efi/x86: add missing NULL initialization in UGA draw protocol discovery
` [PATCH 6/9] efi: Deduplicate efi_open_volume()
` [PATCH 7/9] efi/x86: replace references to efi_early->is64 with efi_is_64bit()
` [PATCH 8/9] efi/cper: Use consistent types for UUIDs
` [PATCH 9/9] efivars: Call guid_parse() against guid_t type of variable

[PATCH] drm/i915: Fix psr sink status report
 2018-07-20  1:52 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Fix psr sink status report. (rev3)

[U-Boot] sunxi: support multiple memory banks
 2018-07-20  1:44 UTC  (3+ messages)

[PATCH v14.8 00/14] Btrfs In-band De-duplication
 2018-07-20  0:47 UTC  (3+ messages)
` [PATCH v14.8 12/14] btrfs: dedupe: Add ioctl for inband deduplication

[PATCH] blk-rq-qos: make depth comparisons unsigned
 2018-07-20  1:42 UTC 

[PATCH] ipmi: initialize platform driver even when using passed-in config
 2018-07-20  1:41 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user/ppc: Implement swapcontext syscall
 2018-07-20  1:40 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/5] efi: app: Add a sysreset driver
 2018-07-20  1:39 UTC  (15+ messages)
` [U-Boot] [PATCH v2 2/5] x86: tangier: "
` [U-Boot] [PATCH v2 3/5] dm: sysreset: Add a standard message when doing reset
` [U-Boot] [PATCH v2 4/5] x86: fsp: Eliminate the reset_cpu() call
` [U-Boot] [PATCH v2 5/5] x86: Switch to use DM sysreset driver

[U-Boot] [PATCH v2 1/3] x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library
 2018-07-20  1:38 UTC  (9+ messages)
` [U-Boot] [PATCH v2 2/3] x86: acpi: Don't touch ACPI hardware in write_acpi_tables()
` [U-Boot] [PATCH v2 3/3] x86: acpi: Prevent acpi_table.h from being included more than once

No rule to make target `git-daemon'
 2018-07-20  1:37 UTC 

[Qemu-devel] [PATCH] hw/arm/spitz: Move problematic nand_init() code to realize function
 2018-07-20  1:35 UTC  (2+ messages)
` [Qemu-devel] [Qemu-arm] "

[PATCH] ipmi: kcs_bmc: don't change device name
 2018-07-20  1:32 UTC  (3+ messages)

[GIT PULL 0/1] EFI fix for v4.18
 2018-07-20  1:28 UTC  (2+ messages)
` [PATCH 1/1] x86/efi: Access EFI MMIO data as unencrypted when SEV is active

[PATCH 1/4] drm/i915/icl: Add VIDEO_DIP regsiters
 2018-07-20  1:30 UTC  (3+ messages)
` [PATCH 2/4] i915/dp/dsc: Add DSC PPS register definitions

[igt-dev] [PATCH i-g-t] Remove resource streamer tests
 2018-07-20  1:27 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Remove resource streamer tests (rev2)

KASAN: use-after-free Read in generic_perform_write
 2018-07-20  1:25 UTC  (4+ messages)
  ` [V9fs-developer] "

[PATCH mlx5-next] RDMA/mlx5: Don't use cached IRQ affinity mask
 2018-07-20  1:25 UTC  (15+ messages)

[PATCH] net/sunrpc: Add user namespace support
 2018-07-20  0:37 UTC  (5+ messages)

[Qemu-devel] [PATCH] hw/intc/arm_gicv3_its: downgrade error_report to warn_report in kvm_arm_its_reset
 2018-07-20  1:22 UTC  (3+ messages)

[PATCHv2 0/4] perf tools: Fix top crashes
 2018-07-20  1:20 UTC  (5+ messages)
` [PATCH 4/4] perf tools: Fix struct comm_str removal crash

[PATCH net] net: skb_segment() should not return NULL
 2018-07-20  0:35 UTC  (2+ messages)

[PATCH 1/2] fswatch: Add fswatch API
 2018-07-20  1:15 UTC  (2+ messages)
` [PATCH 2/2] unit: Add an fswatch unit test

[PATCH 0/2] fail compilation with strcpy
 2018-07-20  1:12 UTC  (5+ messages)
` [PATCH 1/2] introduce "banned function" list


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.