All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-14 12:04:48 to 2019-05-14 12:26:07 UTC [more...]

[PATCH 1/2] qemux86: use a Core 2 Duo CPU instead of the original circa-1993 Pentium
 2019-05-14 12:25 UTC  (3+ messages)

[Xen-devel] [PATCH MM-PART2 RESEND v2 00/19] xen/arm: Clean-up & fixes in boot/mm code
 2019-05-14 12:24 UTC  (60+ messages)
  `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 01/19] xen/const: Extend the existing macro BIT to take a suffix in parameter
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 02/19] xen/arm: Rename SCTLR_* defines and remove unused one
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 03/19] xen/arm: processor: Use BIT(.., UL) instead of _AC(1, U) in SCTLR_ defines
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 04/19] xen/arm: Rework HSCTLR_BASE
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 05/19] xen/arm: Remove parameter cpuid from start_xen
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 06/19] xen/arm: Rework secondary_start prototype
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 07/19] xen/arm64: head: Remove unnecessary comment
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 08/19] xen/arm64: head: Move earlyprintk messages in .rodata.str
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 09/19] xen/arm64: head: Correctly report the HW CPU ID
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 10/19] xen/arm32: "
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 11/19] xen/arm32: head: Don't set MAIR0 and MAIR1
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 12/19] xen/arm32: head: Always zero r3 before update a page-table entry
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 13/19] xen/arm32: mm: Avoid to zero and clean cache for CPU0 domheap
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 14/19] xen/arm32: mm: Avoid cleaning the cache for secondary CPUs page-tables
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 15/19] xen/arm: mm: Introduce DEFINE_PAGE_TABLE{, S} and use it
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 16/19] xen/arm: mm: Protect Xen page-table update with a spinlock
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 17/19] xen/arm: mm: Initialize page-tables earlier
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 18/19] xen/arm: mm: Check start is always before end in {destroy, modify}_xen_mappings
      `  "
  ` [Xen-devel] [PATCH MM-PART2 RESEND v2 19/19] xen/arm: Pair call to set_fixmap with call to clear_fixmap in copy_from_paddr
      `  "

[ANNOUNCE] Git v2.22.0-rc0
 2019-05-14 12:24 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_chamelium: check audio signal amplitude
 2019-05-14 12:24 UTC 

lttng-tools-2.10.6: Spawning consumerd failed
 2019-05-14 12:20 UTC 

[PATCH v2] media/doc: Allow sizeimage to be set by v4l clients
 2019-05-14 12:23 UTC  (4+ messages)

[Xen-devel] [PATCH MM-PART2 v2 00/19] xen/arm: Clean-up & fixes in boot/mm code
 2019-05-14 12:23 UTC  (87+ messages)
  `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 1/8] xen/arm: Don't boot Xen on platform using AIVIVT instruction caches
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 01/19] xen/const: Extend the existing macro BIT to take a suffix in parameter
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 2/8] xen/arm: mm: Consolidate setting SCTLR_EL2.WXN in a single place
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 02/19] xen/arm: Rename SCTLR_* defines and remove unused one
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 03/19] xen/arm: processor: Use BIT(.., UL) instead of _AC(1, U) in SCTLR_ defines
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 3/8] xen/arm: Remove flush_xen_text_tlb_local()
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 04/19] xen/arm: Rework HSCTLR_BASE
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 4/8] xen/arm: tlbflush: Clarify the TLB helpers name
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 5/8] xen/arm: page: Clarify the Xen TLBs "
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 05/19] xen/arm: Remove parameter cpuid from start_xen
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 6/8] xen/arm: Gather all TLB flush helpers in tlbflush.h
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 06/19] xen/arm: Rework secondary_start prototype
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 07/19] xen/arm64: head: Remove unnecessary comment
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 7/8] xen/arm: tlbflush: Rework TLB helpers
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 08/19] xen/arm64: head: Move earlyprintk messages in .rodata.str
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 8/8] xen/arm: mm: Flush the TLBs even if a mapping failed in create_xen_entries
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 09/19] xen/arm64: head: Correctly report the HW CPU ID
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 10/19] xen/arm32: "
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 11/19] xen/arm32: head: Don't set MAIR0 and MAIR1
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 12/19] xen/arm32: head: Always zero r3 before update a page-table entry
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 13/19] xen/arm32: mm: Avoid to zero and clean cache for CPU0 domheap
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 14/19] xen/arm32: mm: Avoid cleaning the cache for secondary CPUs page-tables
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 15/19] xen/arm: mm: Introduce DEFINE_PAGE_TABLE{, S} and use it
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 16/19] xen/arm: mm: Protect Xen page-table update with a spinlock
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 17/19] xen/arm: mm: Initialize page-tables earlier
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 18/19] xen/arm: mm: Check start is always before end in {destroy, modify}_xen_mappings
      `  "
  ` [Xen-devel] [PATCH MM-PART2 v2 19/19] xen/arm: Pair call to set_fixmap with call to clear_fixmap in copy_from_paddr
      `  "

[PATCH v2 0/8] Add imx7ulp USBOTG1 support
 2019-05-14 12:23 UTC  (5+ messages)
` [PATCH v2 5/8] usb: chipidea: imx: add imx7ulp support

CFP: 4th RDMA Mini-Summit at LPC 2019
 2019-05-14 12:23 UTC 

[LTP] LTP Release
 2019-05-14 12:23 UTC  (3+ messages)

[PATCH v4 2/2] sload.f2fs: introduce f2fs_sparse_initialize_meta()
 2019-05-14 12:22 UTC 

Virtual To Physical Address Translation
 2019-05-14 12:20 UTC 

[PATCH v2 1/2] mkfs.f2fs: write fill chunk in sparse file for zeroed block
 2019-05-14 12:22 UTC 

[GIT PULL] amlogic: add video decoder firmwares
 2019-05-14 12:21 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 0/9] discard blockstats
 2019-05-14 12:10 UTC  (10+ messages)
` [Qemu-devel] [PATCH v7 1/9] qapi: group BlockDeviceStats fields
` [Qemu-devel] [PATCH v7 2/9] qapi: add unmap to BlockDeviceStats
` [Qemu-devel] [PATCH v7 3/9] block: add empty account cookie type
` [Qemu-devel] [PATCH v7 4/9] ide: account UNMAP (TRIM) operations
` [Qemu-devel] [PATCH v7 5/9] scsi: store unmap offset and nb_sectors in request struct
` [Qemu-devel] [PATCH v7 6/9] scsi: move unmap error checking to the complete callback
` [Qemu-devel] [PATCH v7 7/9] scsi: account unmap operations
` [Qemu-devel] [PATCH v7 8/9] file-posix: account discard operations
` [Qemu-devel] [PATCH v7 9/9] qapi: query-blockstat: add driver specific file-posix stats

[PATCH] mm/slub: avoid double string traverse in kmem_cache_flags()
 2019-05-14 12:22 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/ixgbe: 10GBASE-T SFP+ copper support
 2019-05-14 12:21 UTC  (10+ messages)

[PATCH] mt76: mt7615: stop mcu first in mt7615_unregister_device
 2019-05-14 12:20 UTC 

✅ PASS: Stable queue: queue-4.19
 2019-05-14 12:20 UTC 

[dpdk-dev] [PATCH] build: enable BSD features visibility for FreeBSD
 2019-05-14 12:20 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] Fix misuse of ctype.h functions
 2019-05-14 12:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/6] qemu-bridge-helper: Fix misuse of isspace()

[PATCH] update-server-info: avoid needless overwrites
 2019-05-14 12:19 UTC  (8+ messages)
          ` dumb HTTP things I want to do

[PATCH] um: Don't hardcode path as it is architecture dependent
 2019-05-14 12:18 UTC  (4+ messages)

[PATCH v4 2/2] sload.f2fs: introduce f2fs_sparse_initialize_meta()
 2019-05-14 12:17 UTC  (2+ messages)
` 答复: "

[Xen-devel] [PATCH] VT-d: change bogus return value of intel_iommu_lookup_page()
 2019-05-14 12:16 UTC  (5+ messages)
      `  "

[U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock
 2019-05-14 12:17 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] opos6uldev: remove board_ehci_hcd_init function

some git confusion (where git's advice didn't help)
 2019-05-14 12:16 UTC  (4+ messages)

[PATCH v2 1/2] mkfs.f2fs: write fill chunk in sparse file for zeroed block
 2019-05-14 12:16 UTC  (2+ messages)
` 答复: "

[PATCH] IOMMU: avoid NULL deref in iommu_lookup_page()
 2019-05-14 12:15 UTC  (7+ messages)
` [Xen-devel] "

[U-Boot] [PATCH 1/1] opos6ul: set REFSEL and REFR fields
 2019-05-14 12:15 UTC  (2+ messages)

[U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config
 2019-05-14 12:14 UTC 

[PATCH] x86/build: Move _etext to actual end of .text
 2019-05-14 12:04 UTC  (2+ messages)

[PATCH v2] Fix a lockup in wait_for_completion() and friends
 2019-05-14 12:13 UTC  (5+ messages)
` [PATCH RT "

[U-Boot] [PATCH 1/2] arm: socfpga: remove re-added ad-hoc reset code
 2019-05-14 12:12 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board
 2019-05-14 12:12 UTC  (2+ messages)

[PATCH v2 0/3] LTP reproducer on broken IMA on overlayfs
 2019-05-14 12:12 UTC  (3+ messages)
  ` [LTP] "

[PATCH v2 00/12] NFC: nxp-nci: clean up and support new ID
 2019-05-14 12:12 UTC  (4+ messages)

[Xen-devel] [PATCH MM-PART1 v3 0/8] xen/arm: TLB flush helpers rework
 2019-05-14 12:11 UTC  (27+ messages)
  `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 1/8] xen/arm: Don't boot Xen on platform using AIVIVT instruction caches
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 2/8] xen/arm: mm: Consolidate setting SCTLR_EL2.WXN in a single place
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 3/8] xen/arm: Remove flush_xen_text_tlb_local()
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 4/8] xen/arm: tlbflush: Clarify the TLB helpers name
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 5/8] xen/arm: page: Clarify the Xen TLBs "
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 6/8] xen/arm: Gather all TLB flush helpers in tlbflush.h
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 7/8] xen/arm: tlbflush: Rework TLB helpers
      `  "
  ` [Xen-devel] [PATCH MM-PART1 v3 8/8] xen/arm: mm: Flush the TLBs even if a mapping failed in create_xen_entries
      `  "

[PATCH v10 00/12] Appended signatures support for IMA appraisal
 2019-05-14 12:09 UTC  (5+ messages)
` [PATCH v10 09/12] ima: Implement support for module-style appended signatures

[Xen-devel] [PATCH v2] IOMMU/x86: make page type checks consistent when mapping pages
 2019-05-14 12:11 UTC  (3+ messages)
  `  "

[PATCH] arm64: dts: imx8mq-zii-ultra: Operate I2C at 100kHz
 2019-05-14 12:11 UTC  (3+ messages)

[PATCH 1/3] aqc111: fix endianness issue in aqc111_change_mtu
 2019-05-14 12:11 UTC  (3+ messages)
` [PATCH 2/3] aqc111: fix writing to the phy on BE

[PATCH net v2] rtnetlink: always put ILFA_LINK for links with a link-netnsid
 2019-05-14 12:10 UTC  (10+ messages)

linux-next: Signed-off-by missing for commit in the parisc-hd tree
 2019-05-14 12:10 UTC  (10+ messages)
  ` C3600, sata controller

[Qemu-devel] [PATCH v4 0/3] Add vhost-user-input
 2019-05-14 11:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 2/3] libvhost-user: fix -Werror=format= on ppc64

[PATCH net-next RFC] Dump SW SQ context as part of tx reporter
 2019-05-14 12:07 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t v3 0/9] tests/kms_chamelium: add HDMI audio test
 2019-05-14 12:06 UTC  (10+ messages)
` [igt-dev] [PATCH i-g-t v3 1/9] tests/kms_chamelium: skip if GetAudioFormat is not supported
` [igt-dev] [PATCH i-g-t v3 2/9] lib/igt_edid: add support for Short Audio Descriptors
` [igt-dev] [PATCH i-g-t v3 3/9] lib/igt_edid: add support for Vendor Specific Data blocks
` [igt-dev] [PATCH i-g-t v3 4/9] lib/igt_chamelium: add CHAMELIUM_DEFAULT_EDID
` [igt-dev] [PATCH i-g-t v3 5/9] tests/kms_chamelium: generate an EDID with audio support
` [igt-dev] [PATCH i-g-t v3 6/9] tests/kms_chamelium: disable >48KHz audio tests
` [igt-dev] [PATCH i-g-t v3 7/9] tests/kms_chamelium: enable audio test on HDMI ports
` [igt-dev] [PATCH i-g-t v3 8/9] tests/kms_chamelium: don't abort audio test on first fail
` [igt-dev] [PATCH i-g-t v3 9/9] HAX: add {dp, hdmi}-audio test to fast-feedback

[Buildroot] [Bug 11831] New: python-pyparsing: "No module named 'pyparsing'" on target / while building cantools
 2019-05-14 12:06 UTC  (2+ messages)
` [Buildroot] [Bug 11831] python-pyparsing: "No module named 'pyparsing'" while building cantools (SOLVED: use host-python-pyparsing)

cx231xx with 3 grabbers
 2019-05-14 12:05 UTC  (2+ messages)

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-14 12:05 UTC  (16+ messages)

[PATCH 0/2] some fixes for help_unknown_ref()
 2019-05-14 12:05 UTC  (2+ messages)
` [PATCH 2/2] help_unknown_ref(): check for refname ambiguity


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.