All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-01 14:29:37 to 2018-06-01 15:07:59 UTC [more...]

post-receive: pub/scm/linux/kernel/git/mszeredi/vfs
 2018-06-01 15:07 UTC 

[PATCH v2 1/2] memalloc: do not leave unmapped holes in EAL virtual memory area
 2018-06-01 15:07 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] memalloc: keep in mind a failed MAP_FIXED mmap may still perform an unmap

[PATCH] PCI: move early dump functionality from x86 arch into the common code
 2018-06-01 15:06 UTC  (15+ messages)

[PATCH v2] PCI: Check for PCIe downtraining conditions
 2018-06-01 15:06 UTC  (3+ messages)

[PATCH v2] arm64: allwinner: a64-amarula-relic: Enable AP6330 WiFi support
 2018-06-01 15:06 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: drop resource size check for GICV window
 2018-06-01 15:06 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/5] block: Add blklogwrites
 2018-06-01 15:05 UTC  (4+ messages)

[PATCH v1 2/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
 2018-06-01 15:04 UTC  (2+ messages)

[Qemu-devel] [PULL 0/1] Tracing patches
 2018-06-01 15:04 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] trace: Sort trace-events-subdirs

[GIT PULL v3 00/10] lightnvm updates for 4.18
 2018-06-01 15:03 UTC  (12+ messages)
` [GIT PULL 01/10] lightnvm: pblk: rework write error recovery path
` [GIT PULL 02/10] lightnvm: pblk: garbage collect lines with failed writes
` [GIT PULL 03/10] lightnvm: pblk: fix smeta write error path
` [GIT PULL 04/10] lightnvm: proper error handling for pblk_bio_add_pages
` [GIT PULL 05/10] lightnvm: fix partial read error path
` [GIT PULL 06/10] lightnvm: pblk: add possibility to set write buffer size manually
` [GIT PULL 07/10] lightnvm: pblk: remove unnecessary bio_get/put
` [GIT PULL 08/10] lightnvm: pblk: only try to recover lines with written smeta
` [GIT PULL 09/10] lightnvm: pblk: kick writer on new flush points
` [GIT PULL 10/10] lightnvm: pblk: take bitmap alloc. out of critical section

[PATCH v2] vmw_balloon: fixing double free when batching mode is off
 2018-06-01 15:00 UTC  (8+ messages)
` [PATCH v3] "
            ` [PATCH v3 RESEND] "

post-receive: pub/scm/linux/kernel/git/pmladek/printk
 2018-06-01 15:02 UTC 

[PATCH 0/4] exit: Make unlikely case in mm_update_next_owner() more scalable
 2018-06-01 15:02 UTC  (6+ messages)

[PATCH iproute2] ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support
 2018-06-01 15:02 UTC  (4+ messages)

Ext4 fiemap implementation
 2018-06-01 15:01 UTC  (2+ messages)

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-06-01 15:01 UTC  (9+ messages)

post-receive: pub/scm/linux/kernel/git/acme/linux
 2018-06-01 15:01 UTC 

[Qemu-devel] [Bug 1774605] [NEW] PowerPC guest does not emulate L2 and L3 cache for KVM vCPUs
 2018-06-01 14:51 UTC  (2+ messages)
` [Qemu-devel] [Bug 1774605] "

[PATCH 1/2] busybox: update to 1.28.4
 2018-06-01 15:00 UTC  (2+ messages)
` [PATCH 2/2] xf86-input-mouse: add fix for buld fix do for 1.20 xorg-server update

[PATCH v1] AMD SSB bits
 2018-06-01 14:59 UTC  (4+ messages)
` [PATCH v1 1/3] x86/bugs: Add AMD's variant of SSB_NO
` [PATCH v1 2/3] x86/bugs: Add AMD's SPEC_CTRL MSR usage
` [PATCH v1 3/3] x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features

[PATCH 1/2] memalloc: do not leave unmapped holes in EAL virtual memory area
 2018-06-01 14:59 UTC  (4+ messages)

[PATCH v3 00/31] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
 2018-06-01 14:47 UTC  (33+ messages)
` [PATCH v3 01/31] libxl_event: Fix DEBUG prints
` [PATCH v3 02/31] libxl_qmp: Documentation of the logic of the QMP client
` [PATCH v3 03/31] libxl_qmp: Fix use of DEBUG_RECEIVED
` [PATCH v3 04/31] libxl_json: fix build with DEBUG_ANSWER
` [PATCH v3 05/31] libxl_qmp: Move the buffer realloc to the same scope level as read
` [PATCH v3 06/31] libxl_qmp: Add a warning to not trust QEMU
` [PATCH v3 07/31] libxl_qmp: Learned to send FD through QMP to QEMU
` [PATCH v3 08/31] libxl_qmp: Have QEMU save its state to a file descriptor
` [PATCH v3 09/31] libxl_qmp: Move struct sockaddr_un variable to qmp_open()
` [PATCH v3 10/31] libxl_qmp: Move buffers to the stack of qmp_next
` [PATCH v3 11/31] libxl_qmp: Remove unused yajl_ctx form handler
` [PATCH v3 12/31] libxl_json: constify libxl__json_object_to_yajl_gen arguments
` [PATCH v3 13/31] libxl_qmp: Separate QMP message generation from qmp_send_prepare
` [PATCH v3 14/31] libxl_qmp_ev: Introduce libxl__ev_qmp_start() to connect to QMP
` [PATCH v3 15/31] libxl_qmp_ev: Implement fd callback and read data
` [PATCH v3 16/31] libxl_json: Allow partial parsing
` [PATCH v3 17/31] libxl_json: Enable yajl_allow_trailing_garbage
` [PATCH v3 18/31] libxl_json: libxl__json_object_to_json
` [PATCH v3 19/31] libxl_qmp_ev: Parse JSON input from QMP
` [PATCH v3 20/31] libxl_qmp: Introduce libxl__ev_qmp functions
` [PATCH v3 21/31] libxl_qmp_ev: Handle write to socket
` [PATCH v3 22/31] libxl_qmp: Simplify qmp_response_type() prototype
` [PATCH v3 23/31] libxl_qmp_ev: Handle messages from QEMU
` [PATCH v3 24/31] libxl_qmp_ev: Respond to QMP greeting
` [PATCH v3 25/31] libxl_qmp_ev: Disconnect QMP when no more events
` [PATCH v3 26/31] libxl_qmp: Disable beautify for QMP generated cmd
` [PATCH v3 27/31] libxl_qmp: Implement libxl__qmp_insert_cdrom_ev
` [PATCH v3 28/31] libxl_disk: Cut libxl_cdrom_insert into step
` [PATCH v3 29/31] libxl_disk: Have libxl_cdrom_insert use libxl__ev_qmp
` [PATCH v3 30/31] libxl_dm: Pre-open QMP socket for QEMU
` [PATCH v3 31/31] libxl: QEMU startup sync based on QMP

[PATCH] tune-i586-nlp.inc: drop tuning file for Intel Quark/X1000 CPU
 2018-06-01 14:58 UTC  (2+ messages)

[PATCH net-next 1/1] net/smc: remove duplicate check in smc_setsockopt
 2018-06-01 14:58 UTC 

[PATCH v3 0/8] media: rcar-vin: Brush endpoint properties
 2018-06-01 14:58 UTC  (6+ messages)
` [PATCH v3 2/8] dt-bindings: media: Document data-enable-active property

[RFC PATCH] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book E
 2018-06-01 14:58 UTC  (8+ messages)

[devtool][PATCH] devtool deploy-target: optionally specify package
 2018-06-01 14:58 UTC  (5+ messages)

[PATCH] memory: fix segfault on rte_mem_virt2memseg() call with invalid addr
 2018-06-01 14:58 UTC  (3+ messages)
` [PATCH v2] "

[RFC/RFT] [PATCH v3 0/4] Intel_pstate: HWP Dynamic performance boost
 2018-06-01 14:57 UTC  (6+ messages)
` [RFC/RFT] [PATCH v3 4/4] cpufreq: intel_pstate: enable boost for SKX

[Qemu-devel] [PATCH 0/2] armv7m: Remove armv7m_init() function
 2018-06-01 14:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] stellaris: Stop using armv7m_init()
` [Qemu-devel] [PATCH 2/2] hw/arm/armv7m: Remove unused armv7m_init() function

[U-Boot] [PATCH v2 1/2] watchdog: driver support for fsl-lsch2
 2018-06-01 14:56 UTC  (2+ messages)

[PATCH iproute2] devlink: don't enforce NETLINK_{CAP,EXT}_ACK sock opts
 2018-06-01 14:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/17] tcg: tb_lock removal redux v3
 2018-06-01 14:55 UTC  (5+ messages)

linux-next: Signed-off-by missing for commit in the drivers-x86 tree
 2018-06-01 14:55 UTC  (7+ messages)

[PATCH] misc: rtsx: make several functions static
 2018-06-01 14:54 UTC  (2+ messages)

[PATCH] memcg: Replace mm->owner with mm->memcg
 2018-06-01 14:53 UTC  (16+ messages)
      ` [PATCH 0/2] mm->owner to mm->memcg fixes
                        ` [RFC][PATCH 0/2] memcg: Require every task that uses an mm to migrate together
                          ` [RFC][PATCH 1/2] memcg: Ensure every task that uses an mm is in the same memory cgroup
                          ` [RFC][PATCH 2/2] memcgl: Remove dead code now that all tasks of an mm share a memcg

[Qemu-devel] [PATCH 00/33] linux-user: Begin splitting do_syscall
 2018-06-01 14:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/33] linux-user: Split out do_syscall1

Wireguard on an entire network
 2018-06-01 14:51 UTC 

[Qemu-devel] [PULL 0/9 v2] slirp updates
 2018-06-01 14:48 UTC  (4+ messages)

[PATCH 1/3] systemd: Fix build with gcc8
 2018-06-01 14:48 UTC  (5+ messages)

[Qemu-devel] Mistake on man page
 2018-06-01 14:47 UTC 

[RFC PATCH] rados_cluster: add a "design" manpage
 2018-06-01 14:46 UTC  (4+ messages)

[Buildroot] snps_archs38_hsdk_defconfig fails to build
 2018-06-01 14:46 UTC  (3+ messages)
` [Buildroot] [arc-buildroot] "

[PATCH] md: dm-crypt: Add Inline Encryption support for dmcrypt
 2018-06-01 14:46 UTC  (4+ messages)
    ` [dm-devel] "

[PATCH] qtnfmac: fix NULL pointer dereference
 2018-06-01 14:22 UTC  (3+ messages)

[PATCH 00/12] breakpoint: Rework arch validation v2
 2018-06-01 14:46 UTC  (6+ messages)
` [PATCH 04/12] powerpc: Implement hw_breakpoint_arch_parse()

[PATCH 0/2] Overlayfs tests for consistent ro/rw fd
 2018-06-01 14:45 UTC  (3+ messages)
` [PATCH 2/2] overlay/016: split into two tests

[PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports
 2018-06-01 14:45 UTC  (2+ messages)

[PATCH 0/7] Enable UFS provisioning via Linux
 2018-06-01 14:44 UTC  (3+ messages)

nfs4_acl restricts copy_up in overlayfs
 2018-06-01 14:43 UTC  (12+ messages)

[PATCH v8 0/4] mtd: Add a SPI NAND driver
 2018-06-01 14:42 UTC  (4+ messages)
` [PATCH v8 2/4] dt-bindings: Add bindings for SPI NAND devices

post-receive: pub/scm/linux/kernel/git/pmladek/printk
 2018-06-01 14:43 UTC 

[Buildroot] [PATCH v3 1/4] Revert "configs/stm32f429: force usage of binutils 2.28.x"
 2018-06-01 14:42 UTC  (8+ messages)
` [Buildroot] [PATCH v3 2/4] Revert "configs/stm32f469: "
` [Buildroot] [PATCH v3 3/4] package/binutils: Cortex-M targets require version <2.29
` [Buildroot] [PATCH v3 4/4] linux: config.in: add comment for Arm Cortex-M

[PATCHv2 00/19] arm64: invoke syscalls with pt_regs
 2018-06-01 14:41 UTC  (4+ messages)
` [PATCHv2 11/19] arm64: don't reload GPRs after apply_ssbd

[CI 1/2] drm/i915: Flush all writes before suspend
 2018-06-01 14:41 UTC  (2+ messages)
` [CI 2/2] drm/i915: Apply the full CPU domain markup before freezing

[Buildroot] [git commit] Revert "configs/stm32f469: force usage of binutils 2.28.x"
 2018-06-01 14:41 UTC 

[Buildroot] [git commit] Revert "configs/stm32f429: force usage of binutils 2.28.x"
 2018-06-01 14:40 UTC 

[PATCH net-next] rtnetlink: Fix null-ptr-deref in rtnl_newlink
 2018-06-01 14:39 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2018-06-01 14:39 UTC 

[PATCH] tpm: add support for nonblocking operation
 2018-06-01 14:37 UTC  (2+ messages)

[PATCH v2] sched/rt: fix call to cpufreq_update_util
 2018-06-01 14:37 UTC  (5+ messages)

[Buildroot] [git commit] linux: config.in: add comment for Arm Cortex-M
 2018-06-01 14:37 UTC 

[PATCHv2 0/4] arm64: SMCCC conduit cleanup
 2018-06-01 14:37 UTC  (4+ messages)

[PATCH 1/3] Revert "drm/amdgpu: Add an ATPX quirk for hybrid laptop"
 2018-06-01 14:37 UTC  (3+ messages)

[Buildroot] [git commit] package/binutils: default to 2.29 for Cortex-M targets
 2018-06-01 14:36 UTC 

[RFC PATCH 0/2] spi: spi-mem: Add a direct mapping API
 2018-06-01 14:36 UTC  (6+ messages)
` [RFC PATCH 1/2] spi: spi-mem: Add a new API to support direct mapping
` [RFC PATCH 2/2] mtd: m25p80: Use the SPI mem direct API to possibly improve performances

does a new repo actually *need* default template content?
 2018-06-01 14:38 UTC  (4+ messages)

[GIT PULL] breakpoint: Rework arch validation v3
 2018-06-01 14:32 UTC  (13+ messages)
` [PATCH 01/12] perf/breakpoint: Split attribute parse and commit
` [PATCH 02/12] perf/breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()
` [PATCH 03/12] x86: Implement hw_breakpoint_arch_parse()
` [PATCH 04/12] powerpc: "
` [PATCH 05/12] arm: "
` [PATCH 06/12] arm64: "
` [PATCH 07/12] sh: Remove "struct arch_hw_breakpoint::name" unused field
` [PATCH 08/12] sh: Implement hw_breakpoint_arch_parse()
` [PATCH 09/12] xtensa: "
` [PATCH 10/12] perf/breakpoint: Remove default hw_breakpoint_arch_parse()
` [PATCH 11/12] perf/breakpoint: Pass new breakpoint type to modify_breakpoint_slot()
` [PATCH 12/12] perf/breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()

[PATCH v3 0/8] gnss: add new GNSS subsystem
 2018-06-01 14:34 UTC  (3+ messages)
` [PATCH v3 4/8] dt-bindings: gnss: add u-blox binding

master - Merge branch 'master' into 2018-05-11-fork-libdm
 2018-06-01 14:32 UTC 

master - Merge branch 'master' into 2018-05-11-fork-libdm
 2018-06-01 14:31 UTC 

master - build: Don't generate symlinks in include/ dir
 2018-06-01 14:31 UTC 

master - Revert "Revert "build: Calculate dependencies at same time as compiling.""
 2018-06-01 14:31 UTC 

[PATCH v1 1/4] soc: Add TmFifo driver for Mellanox BlueField Soc
 2018-06-01 14:31 UTC  (13+ messages)
` [PATCH v2 3/4] dt-bindings: soc: Add TmFifo binding for Mellanox BlueField SoC
` [PATCH v3 1/4] soc: Add TmFifo driver for Mellanox BlueField Soc
  ` [PATCH v3 2/4] arm64: Add Mellanox BlueField SoC config option
  ` [PATCH v3 3/4] dt-bindings: soc: Add TmFifo binding for Mellanox BlueField SoC
  ` [PATCH v3 4/4] MAINTAINERS: Add entry for Mellanox Bluefield Soc

[Buildroot] [sources.buildroot.net] listing not available
 2018-06-01 14:31 UTC  (4+ messages)

[PATCH 0/3] Add parameter for disabling ACS redirection for P2P
 2018-06-01 14:30 UTC  (4+ messages)
` [PATCH v2 2/3] PCI: Allow specifying devices using a base bus and path of devfns

[PATCH 1/3] drm/doc: Add a label for the PRIME Buffer Sharing chapter
 2018-06-01 14:29 UTC  (9+ messages)
` [PATCH 3/3] drm/amdgpu: Add documentation for PRIME related code

[PATCH v3 00/10] Add MSI-X support on pcitest tool
 2018-06-01 14:24 UTC  (3+ messages)
` [PATCH v3 01/10] PCI: endpoint: Add MSI-X interfaces
` [PATCH v3 05/10] PCI: dwc: Add legacy interrupt callback handler


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.