All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-07 09:55:33 to 2017-12-07 10:26:24 UTC [more...]

[v2,3/8] lsusb: Add code to dump descriptor data using descriptor definition
 2017-12-07 10:26 UTC 

[v2,2/8] lsusb: Add declarative definitions for UAC1 and UAC2 descriptors
 2017-12-07 10:26 UTC 

[v2,1/8] lsusb: Split subtype mapping out of AudioControl interface handling
 2017-12-07 10:26 UTC 

mdadm stuck at 0% reshape after grow
 2017-12-07 10:26 UTC  (10+ messages)

[PATCH igt] igt/perf_pmu: Tweak wait_for_rc6, yet again
 2017-12-07 10:25 UTC  (2+ messages)

[PATCH v5 0/6] enable creating [k,u]probe with perf_event_open
 2017-12-07 10:23 UTC  (2+ messages)

[PATCH 0/4] i2c: mpc: Clean up clock selection
 2017-12-07 10:20 UTC  (6+ messages)
` [PATCH RESEND "
  ` [PATCH RESEND 1/4] i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculations
  ` [PATCH RESEND 2/4] i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx
  ` [PATCH RESEND 3/4] i2c: mpc: fix PORDEVSR2 mask for MPC8533/44
  ` [PATCH RESEND 4/4] i2c: mpc: always determine I2C clock prescaler at runtime

[PATCH 1/2] x86/vmx: Don't use hvm_inject_hw_exception() in long_mode_do_msr_write()
 2017-12-07 10:23 UTC  (4+ messages)
` [PATCH 2/2] x86/vmx: Drop enum handler_return

[PATCH 1/3] thp: reduce indentation level in change_huge_pmd()
 2017-12-07 10:22 UTC  (3+ messages)
` [PATCH 2/3] thp: fix MADV_DONTNEED vs. numa balancing race
` [PATCH 3/3] mm: drop unused pmdp_huge_get_and_clear_notify()

[mlmmj] http://mlmmj.org/archive/mlmmj/2017-11/
 2017-12-07 10:22 UTC  (2+ messages)

[RFC XEN PATCH v4 00/41] Add vNVDIMM support to HVM domains
 2017-12-07 10:18 UTC  (64+ messages)
` [RFC XEN PATCH v4 01/41] x86_64/mm: fix the PDX group check in mem_hotadd_check()
` [RFC XEN PATCH v4 02/41] x86_64/mm: avoid cleaning the unmapped frame table
` [RFC XEN PATCH v4 03/41] hvmloader/util: do not compare characters after '\0' in strncmp
` [RFC XEN PATCH v4 04/41] xen/common: add Kconfig item for pmem support
` [RFC XEN PATCH v4 05/41] x86/mm: exclude PMEM regions from initial frametable
` [RFC XEN PATCH v4 06/41] acpi: probe valid PMEM regions via NFIT
` [RFC XEN PATCH v4 07/41] xen/pmem: register valid PMEM regions to Xen hypervisor
` [RFC XEN PATCH v4 08/41] xen/pmem: hide NFIT and deny access to PMEM from Dom0
` [RFC XEN PATCH v4 09/41] xen/pmem: add framework for hypercall XEN_SYSCTL_nvdimm_op
` [RFC XEN PATCH v4 10/41] xen/pmem: add XEN_SYSCTL_nvdimm_pmem_get_rgions_nr
` [RFC XEN PATCH v4 11/41] xen/pmem: add XEN_SYSCTL_nvdimm_pmem_get_regions
` [RFC XEN PATCH v4 12/41] tools/xl: add xl command 'pmem-list'
` [RFC XEN PATCH v4 13/41] x86_64/mm: refactor memory_add()
` [RFC XEN PATCH v4 14/41] x86_64/mm: allow customized location of extended frametable and M2P table
` [RFC XEN PATCH v4 15/41] xen/pmem: add XEN_SYSCTL_nvdimm_pmem_setup to setup management PMEM region
` [RFC XEN PATCH v4 16/41] tools/xl: accept all bases in parse_ulong()
` [RFC XEN PATCH v4 17/41] tools/xl: expose parse_ulong()
` [RFC XEN PATCH v4 18/41] tools/xl: add xl command 'pmem-setup'
` [RFC XEN PATCH v4 19/41] xen/pmem: support PMEM_REGION_TYPE_MGMT for XEN_SYSCTL_nvdimm_pmem_get_regions_nr
` [RFC XEN PATCH v4 20/41] xen/pmem: support PMEM_REGION_TYPE_MGMT for XEN_SYSCTL_nvdimm_pmem_get_regions
` [RFC XEN PATCH v4 21/41] tools/xl: add option '--mgmt | -m' to xl command pmem-list
` [RFC XEN PATCH v4 22/41] xen/pmem: support setup PMEM region for guest data usage
` [RFC XEN PATCH v4 23/41] tools/xl: add option '--data | -d' to xl command pmem-setup
` [RFC XEN PATCH v4 24/41] xen/pmem: support PMEM_REGION_TYPE_DATA for XEN_SYSCTL_nvdimm_pmem_get_regions_nr
` [RFC XEN PATCH v4 25/41] xen/pmem: support PMEM_REGION_TYPE_DATA for XEN_SYSCTL_nvdimm_pmem_get_regions
` [RFC XEN PATCH v4 26/41] tools/xl: add option '--data | -d' to xl command pmem-list
` [RFC XEN PATCH v4 27/41] xen/pmem: add function to map PMEM pages to HVM domain
` [RFC XEN PATCH v4 28/41] xen/pmem: release PMEM pages on HVM domain destruction
` [RFC XEN PATCH v4 29/41] xen: add hypercall XENMEM_populate_pmem_map
` [RFC XEN PATCH v4 30/41] tools: reserve extra guest memory for ACPI from device model
` [RFC XEN PATCH v4 31/41] tools/libacpi: add callback to translate GPA to GVA
` [RFC XEN PATCH v4 32/41] tools/libacpi: build a DM ACPI signature blacklist
` [RFC XEN PATCH v4 33/41] tools/libacpi, hvmloader: detect QEMU fw_cfg interface
` [RFC XEN PATCH v4 34/41] tools/libacpi: probe QEMU ACPI ROMs via "
` [RFC XEN PATCH v4 35/41] tools/libacpi: add a QEMU BIOSLinkLoader executor
` [RFC XEN PATCH v4 36/41] tools/libacpi: add function to get the data of QEMU RSDP
` [RFC XEN PATCH v4 37/41] tools/libacpi: load QEMU ACPI
` [RFC XEN PATCH v4 38/41] tools/xl: add xl domain configuration for virtual NVDIMM devices
` [RFC XEN PATCH v4 39/41] tools/libxl: allow aborting domain creation on fatal QMP init errors
` [RFC XEN PATCH v4 40/41] tools/libxl: initiate PMEM mapping via QMP callback
` [RFC XEN PATCH v4 41/41] tools/libxl: build qemu options from xl vNVDIMM configs
` [Qemu-devel] [RFC QEMU PATCH v4 00/10] Implement vNVDIMM for Xen HVM guest
  `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 01/10] xen-hvm: remove a trailing space
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 02/10] xen-hvm: create the hotplug memory region on Xen
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 03/10] hostmem-xen: add a host memory backend for Xen
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 04/10] nvdimm: do not intiailize nvdimm->label_data if label size is zero
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 05/10] xen-hvm: initialize fw_cfg interface
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 06/10] hw/acpi-build, xen-hvm: introduce a Xen-specific ACPI builder
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 07/10] xen-hvm: add functions to copy data from/to HVM memory
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 08/10] nvdimm acpi: add functions to access DSM memory on Xen
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 09/10] nvdimm acpi: add compatibility for 64-bit integer in ACPI 2.0 and later
    `  "
  ` [Qemu-devel] [RFC QEMU PATCH v4 10/10] xen-hvm: enable building NFIT and SSDT of vNVDIMM for HVM domains
    `  "

[PATCH v6 0/5] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
 2017-12-07 10:20 UTC  (18+ messages)
` [PATCH v6 1/5] scsi: ufs: add Hisilicon ufs driver code
` [PATCH v6 2/5] dt-bindings: scsi: ufs: add document for hisi-ufs
` [PATCH v6 3/5] arm64: dts: add ufs dts node
` [PATCH v6 4/5] arm64: defconfig: enable configs for Hisilicon ufs
` [PATCH v6 5/5] arm64: defconfig: enable f2fs and squashfs

[Fuego] Configure: error: C preprocessor "aarch64-linux-gnu-cpp" fails sanity check (netperf, dbench tests)
 2017-12-07 10:21 UTC  (2+ messages)

Q: Kernel SCC files: shouldn't a changed patch trigger a rebuild?
 2017-12-07 10:20 UTC  (2+ messages)

[PATCH] brcmsmac: use ARRAY_SIZE on rfseq_updategainu_events
 2017-12-07 10:20 UTC  (2+ messages)

[PATCH v5 0/5] In-kernel QMI helpers and sysmon
 2017-12-07 10:20 UTC  (2+ messages)

'git worktree add' does not fire post-checkout hook
 2017-12-07 10:19 UTC  (3+ messages)

[PATCH 0/2] ARM: dts: r8a7743: Timer node nodes out of bus
 2017-12-07 10:19 UTC  (8+ messages)
  ` [PATCH 1/2] ARM: dts: r8a7743: sort root sub-nodes alphabetically
` [PATCH 2/2] ARM: dts: r8a7743: move timer node out of bus

[PATCH v4] ovl: Sync upper dirty data when sync overlayfs
 2017-12-07 10:19 UTC  (2+ messages)

[Qemu-devel] qemu process crash: Assertion failed: QLIST_EMPTY(&bs->tracked_requests)
 2017-12-07 10:18 UTC 

[PATCH] mm/slab: Merge adjacent debug sections
 2017-12-07 10:18 UTC  (2+ messages)

[PATCH] mm/slab: Do not hash pointers when debugging slab
 2017-12-07 10:17 UTC 

linux-next on Nokia N900: hang on boot
 2017-12-07 10:16 UTC  (4+ messages)

[PATCH] rdma-core: Add missing systemd-devel dependency to the SUSE rdma-core.spec
 2017-12-07 10:16 UTC  (8+ messages)

[PATCH 0/2] PCI: rcar: Misc error path fixes
 2017-12-07 10:15 UTC  (3+ messages)
` [PATCH 1/2] PCI: rcar: Fix use-after-free in probe error path
` [PATCH 2/2] PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures

[patch 15/15] mm: add strictlimit knob
 2017-12-07 10:15 UTC  (6+ messages)

[lustre-devel] LU-10026 Client-side compression
 2017-12-07 10:15 UTC 

[PATCH v3 00/15] drm/sun4i: Add A83t LVDS support
 2017-12-07 10:14 UTC  (5+ messages)
` [PATCH v3 08/15] drm/sun4i: Add "

[PATCH resend v3] dt-bindings: mvebu-uart: update documentation with extended UART
 2017-12-07 10:12 UTC 

[PATCH] mfd: stm32: Adopt SPDX identifier
 2017-12-07 10:11 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 256a3c87d90c44562b13dd74322381f9b10f35fe
 2017-12-07 10:12 UTC 

[PATCH] x86/intel: Drop zeroed-out select_idle_routine() function
 2017-12-07 10:12 UTC  (2+ messages)

[PATCH] pwn: stm32: Adopt SPDX identifier
 2017-12-07 10:11 UTC  (4+ messages)

[PATCH] kcov: fix comparison callback signature
 2017-12-07 10:11 UTC  (2+ messages)

[PATCH] iio: stm32: Adopt SPDX identifier
 2017-12-07 10:10 UTC  (4+ messages)

[PATCH] media: platform: sti: Adopt SPDX identifier
 2017-12-07 10:10 UTC  (4+ messages)

[PATCH] media: platform: stm32: Adopt SPDX identifier
 2017-12-07 10:09 UTC  (4+ messages)

[PATCH igt] lib: Print other clients when DRM_SET_MASTER fails
 2017-12-07 10:09 UTC 

[PATCH] spi: rspi: Do not set SPCR_SPE in qspi_set_config_register()
 2017-12-07 10:09 UTC 

[PATCH] drm/i915: Increase max texture to 16k for gen9+
 2017-12-07 10:09 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v2] HID: add quirk for another PIXART OEM mouse used by HP
 2017-12-07 10:09 UTC  (2+ messages)

[PATCH] kthread: finer-grained lockdep/cross-release completion
 2017-12-07 10:08 UTC  (2+ messages)

[PATCH] [linux][master][v1] misc: Add Xilinx ZYNQMP VCU logicoreIP init driver
 2017-12-07 10:06 UTC  (2+ messages)

[PATCH v3 0/8] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0
 2017-12-07  9:55 UTC  (3+ messages)
` [PATCH v3 5/8] xf86-video-imxfb-vivante: Upgrade to 6.2.2.p0

[PATCH] HID: core: lower log level for unknown main item tags to warnings
 2017-12-07 10:06 UTC  (2+ messages)

[PATCH 0/5] PCI: Add support to the Cadence PCIe controller
 2017-12-07 10:05 UTC  (6+ messages)
` [PATCH 5/5] PCI: cadence: add EndPoint Controller driver for "

[PATCH v2] x86/IRQ: conditionally preserve access permission on map error paths
 2017-12-07 10:05 UTC 

[PATCH] HID: elecom: rewrite report fixup for EX-G and future mice
 2017-12-07 10:04 UTC  (3+ messages)

[PATCH v2 0/1] oe-selftest: devtool: fix test for changes in lzo recipe
 2017-12-07 10:03 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] spi: jcore: disable clock when registering spi conroller failed When probe function fails in registering the spi controller, the clock should remain disabled
 2017-12-07 10:03 UTC 

[PATCH] btrfs/057: Fix test case to work on 64K page size
 2017-12-07 10:03 UTC  (4+ messages)

[PATCH] vhost_user: protect active rings from async ring changes
 2017-12-07 10:02 UTC  (3+ messages)

[PATCH][next] HID: quirks: make array hid_quirks static
 2017-12-07 10:01 UTC  (3+ messages)

[PATCH v4] arm64: dts: renesas: r8a7795: Move nodes which have no reg property out of bus
 2017-12-07 10:00 UTC  (3+ messages)

[PATCH 4/7] btrfs-progs: Use list_for_each_entry in write_dev_all_supers
 2017-12-07  9:59 UTC  (3+ messages)
` [PATCH v2] btrfs-progs: Replace usage of list_for_each with list_for_each_entry

[U-Boot] [PATCH] sf: ensure flash device is in 3-byte address mode
 2017-12-07 10:00 UTC 

[PATCH 0/4] arm64: dts: renesas: r8a779[56] and salvator-common: add usb3_phy and enable usb3_peri0
 2017-12-07  9:55 UTC  (8+ messages)
` [PATCH 1/4] arm64: dts: renesas: r8a7795: add usb3_phy node
  ` [PATCH 2/4] arm64: dts: renesas: r8a7796: "
  ` [PATCH 4/4] arm64: dts: renesas: salvator-common: enable usb3_peri0
` [PATCH 3/4] arm64: dts: renesas: salvator-common: enable usb3_phy0 node

[Ask for help] ATI HD 7470 card on arm64 platform
 2017-12-07  9:59 UTC  (5+ messages)

[U-Boot] [PATCH V2 00/23] imx: add i.MX8M support and i.MX8MQ EVK
 2017-12-07  9:59 UTC  (6+ messages)
` [U-Boot] [PATCH V2 22/23] imx: add i.MX8MQ EVK support

[U-Boot] [PATCH 0/4] ARM: imx: cm_fx6: fix & clean up device model support
 2017-12-07  9:58 UTC  (2+ messages)

[RFC v2] lib: add compressdev API
 2017-12-07  9:58 UTC  (2+ messages)

[PATCH] mm: terminate shrink_slab loop if signal is pending
 2017-12-07  9:58 UTC  (4+ messages)

[linux-next test] 116910: regressions - FAIL
 2017-12-07  9:58 UTC 

[PATCH v3 00/14] Modernization and fixes for NuBus subsystem
 2017-12-07  9:57 UTC  (3+ messages)
` [PATCH v3 14/14] nubus: Add support for the driver model

[PATCH v1 0/2] fix race condition in rsnd_ssi_pointer_update
 2017-12-07  9:58 UTC  (4+ messages)
` [PATCH v2 2/2] ASoC: rsnd: ssi: remove unnesessary period_pos

[patch 00/60] x86/kpti: Kernel Page Table Isolation (was KAISER)
 2017-12-07  9:55 UTC  (3+ messages)
` [patch 43/60] x86/fixmap: Add debugstore entries to cpu_entry_area

[GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.16
 2017-12-07  9:53 UTC  (8+ messages)
` [PATCH 39/54] arm64: dts: renesas: r8a77995: Add CAN external clock support
` [PATCH 47/54] arm64: dts: renesas: r8a77970: Connect Ethernet-AVB to IPMMU-RT
` [PATCH 50/54] arm64: dts: renesas: r8a77995: "
` [PATCH 51/54] arm64: dts: renesas: initial V3MSK board device tree
` [PATCH 52/54] arm64: dts: renesas: v3msk: add EtherAVB support
` [PATCH 53/54] arm64: dts: renesas: r8a77970: use CPG core clock macros
` [PATCH 54/54] arm64: dts: renesas: r8a77970: use SYSC power domain macros


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.