All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-12 09:19:49 to 2017-09-12 10:23:10 UTC [more...]

[PATCH] blk-mq: put the driver tag of nxt rq before first one is requeued
 2017-09-12 17:14 UTC  (2+ messages)

[PATCH v5 00/12] libxl: add PV display device driver interface
 2017-09-12 10:23 UTC  (9+ messages)
` [PATCH v5 01/12] libxl: add generic function to add device
` [PATCH v5 02/12] libxl: add generic functions to get and free device list
` [PATCH v5 03/12] libxl: add vdispl device
` [PATCH v5 06/12] libxl: change p9 to use generec add function

[PATCH 00/10] staging: rtl8723bs: Follow linux-kernel coding style
 2017-09-12 10:22 UTC  (3+ messages)
` [PATCH v2 07/10] staging: rtl8723bs: Remove unneccesary space
  ` [Outreachy kernel] "

[U-Boot] [PATCH v4 3/4] usb: dwc3: add support for 16 bit UTMI+ interface
 2017-09-12 10:22 UTC  (5+ messages)
` [U-Boot] [U-Boot, v4, "

[Qemu-devel] [PATCH 0/6] generalize parsing of cpu_model (x86/arm)
 2017-09-12 10:22 UTC  (8+ messages)
` [Qemu-devel] [PATCH 6/6] arm: drop intermadiate cpu_model -> cpu type parsing and use cpu type directly

[Qemu-devel] [PATCH 0/2] spapr_pci: some more cleanup
 2017-09-12  6:52 UTC  (2+ messages)

[PATCH] net/mlx5: fix tunnel_en initialization value
 2017-09-12 10:19 UTC  (2+ messages)

[PATCH 0/8] Support for more than two execlist ports
 2017-09-12 10:19 UTC  (10+ messages)
` [PATCH 1/8] drm/i915: Make own struct for execlist items
` [PATCH 2/8] drm/i915: Wrap port cancellation into a function
` [PATCH 3/8] drm/i915: Add execlist_port_complete
` [PATCH 8/8] drm/i915: Keep track of reserved execlist ports

[PATCH] media: dvb_frontend: only use kref after initialized
 2017-09-12 10:19 UTC 

[PATCH 0/2] A couple of devtool fixes
 2017-09-12 10:18 UTC  (3+ messages)
` [PATCH 1/2] devtool: rework source extraction so that dependencies are handled
` [PATCH 2/2] devtool: ensure recipes devtool is working on are unlocked within the eSDK

[Qemu-devel] [PATCH] dump: do not dump non-existent guest memory
 2017-09-12 10:17 UTC  (3+ messages)

[PATCH] ieee802154: fix gcc-4.9 warnings
 2017-09-12 10:16 UTC 

Does perf-annotate work correctly?
 2017-09-12 10:10 UTC 

[Qemu-devel] [PATCH v4] pci: Set err to errp directly rather than through error_propagate()
 2017-09-12 10:16 UTC  (2+ messages)

[Qemu-devel] question: qemu will crash when attach and detach a disk which configured qos for a while
 2017-09-12 10:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] block: improve luks driver perf & switch to byte APIs
 2017-09-12 10:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/4] block: convert crypto driver to bdrv_co_preadv|pwritev

[Qemu-devel] [PATCH v7 00/38] Preliminary libqtest cleanups
 2017-09-12 10:14 UTC  (9+ messages)
` [Qemu-devel] [PATCH v7 24/38] tests/acpi-utils: Drop dependence on global_qtest
` [Qemu-devel] [PATCH v7 26/38] libqtest: Merge qtest_end() into qtest_quit()
` [Qemu-devel] [PATCH v7 27/38] libqtest: Swap order of qtest_init() and qtest_start()
` [Qemu-devel] [PATCH v7 28/38] libqtest: Add qtest_[v]startf()

[PATCH v2 0/9] improve early structure allocations (paca, lppaca, etc)
 2017-09-12 10:13 UTC  (5+ messages)
` [PATCH v2 3/9] powerpc/powernv: Remove real mode access limit for early allocations

[U-Boot] [PATCH v2] i2c: muxes: pca954x: Add support for GPIO reset line
 2017-09-12 10:14 UTC  (3+ messages)

[PATCH v2 00/24] xen/arm: Memory subsystem clean-up
 2017-09-12 10:14 UTC  (26+ messages)
` [PATCH v2 01/24] xen/x86: mm: Introduce {G, M}FN <-> {G, M}ADDR helpers
` [PATCH v2 02/24] xen/mm: Use typesafe MFN for alloc_boot_pages return
` [PATCH v2 03/24] xen/mm: Use __virt_to_mfn in map_domain_page instead of virt_to_mfn
` [PATCH v2 04/24] xen/arm: mm: Redefine mfn_to_virt to use typesafe
` [PATCH v2 05/24] xen/arm: hsr_iabt: Document RES0 field
` [PATCH v2 06/24] xen/arm: traps: Don't define FAR_EL2 for ARM32
` [PATCH v2 07/24] xen/arm: arm32: Don't define FAR_EL1
` [PATCH v2 08/24] xen/arm: Add FnV field in hsr_*abt
` [PATCH v2 09/24] xen/arm: Introduce hsr_xabt to gather common bits between hsr_dabt and
` [PATCH v2 10/24] xen/arm: traps: Introduce a helper to read the hypersivor fault register
` [PATCH v2 11/24] xen/arm: traps: Improve logging for data/prefetch abort fault
` [PATCH v2 12/24] xen/arm: Replace ioremap_attr(PAGE_HYPERVISOR_NOCACHE) call by ioremap_nocache
` [PATCH v2 13/24] xen/arm: page: Remove unused attributes DEV_NONSHARED and DEV_CACHED
` [PATCH v2 14/24] xen/arm: page: Use directly BUFFERABLE and drop DEV_WC
` [PATCH v2 15/24] xen/arm: page: Prefix memory types with MT_
` [PATCH v2 16/24] xen/arm: page: Use ARMv8 naming to improve readability
` [PATCH v2 17/24] xen/arm: page: Clean-up the definition of MAIRVAL
` [PATCH v2 18/24] xen/arm: mm: Rename and clarify AP[1] in the stage-1 page table
` [PATCH v2 19/24] xen/arm: Switch to SYS_STATE_boot just after end_boot_allocator()
` [PATCH v2 20/24] xen/arm: mm: Rename 'ai' into 'flags' in create_xen_entries
` [PATCH v2 21/24] xen/arm: page: Describe the layout of flags used to update page tables
` [PATCH v2 22/24] xen/arm: mm: Embed permission in the flags
` [PATCH v2 23/24] xen/arm: mm: Handle permission flags when adding a new mapping
` [PATCH v2 24/24] xen/arm: mm: Use memory flags for modify_xen_mappings rather than custom one

[PATCH 1/2] iio: dac: ad5446: Add IDs of compatible Texas Instruments chips
 2017-09-12 10:12 UTC  (10+ messages)
` [PATCH 2/2] drivers: misc: ti_dac7512: Remove duplicate driver

[PATCH] crypto: inside-secure - fix gcc-4.9 warnings
 2017-09-12 10:12 UTC 

[PATCH v2] usb: gadget: ffs: handle I/O completion in-order
 2017-09-12 10:11 UTC  (2+ messages)

[PATCH v2] scripts/package: snap-pkg target
 2017-09-12 10:11 UTC 

[PATCH 0/1] command: Add command to invalidate parse cache
 2017-09-12 10:10 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH i-g-t] tests: Add kms_atomic_interruptible test, v3
 2017-09-12 10:09 UTC  (2+ messages)

[PATCH 5/5] lmp92001: mfd: doc: Add support LMP92001
 2017-09-12 10:09 UTC  (4+ messages)

[PATCH] f2fs: hurry up to issue discard after io interruption
 2017-09-12 10:08 UTC  (2+ messages)

[ovmf test] 113355: regressions - FAIL
 2017-09-12 10:08 UTC 

Some thoughts on the SSA debate
 2017-09-12 10:06 UTC  (3+ messages)

[PATCH v5 00/11] vpci: PCI config space emulation
 2017-09-12 10:06 UTC  (5+ messages)
` [PATCH v5 08/11] vpci/bars: add handlers to map the BARs

[RFC PATCH 0/3] fix migrate failed when vm is in booting
 2017-09-12 10:08 UTC  (4+ messages)
` [RFC PATCH 1/3] kvm: arm/arm64: vgic-vits: separate vgic_its_free_list() function

[Qemu-devel] [Bug 1135567] Re: QXL crashes a Windows 7 guest if host goes into screensaver
 2017-09-12  9:45 UTC 

[PATCH] HID: Remove Jabra speakerphone devices from ignore list
 2017-09-12 10:04 UTC  (3+ messages)

[PATCH 1/2] drm/i915/dsi: Send SHUTDOWN only for v3+ VBT's
 2017-09-12 10:02 UTC  (3+ messages)
` [PATCH] Revert "drm/i915/bxt: Disable device ready before shutdown command"

qemu-kvm VM died during partial raid1 problems of btrfs
 2017-09-12 10:01 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/12] cleanup qemu-iotests
 2017-09-12 10:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/12] qemu-iotests: remove dead code

[PATCH v2 0/4] Various XSA followups
 2017-09-12 10:00 UTC  (7+ messages)
` [PATCH v2 1/4] x86/shadow: Use ERR_PTR infrastructure for sh_emulate_map_dest()
` [PATCH v2 2/4] x86/hvm: Rename enum hvm_copy_result to hvm_translation_result

USB passthrough with Xen on ARM
 2017-09-12 10:00 UTC  (2+ messages)

[qemu-upstream-unstable test] 113336: trouble: broken/fail/pass
 2017-09-12  9:59 UTC 

[PATCH v7 00/12] Revamp the Go support
 2017-09-12  9:58 UTC  (3+ messages)

[refpolicy] [PATCH 1/2] apache: align filecontexts
 2017-09-12  9:56 UTC  (5+ messages)
` [refpolicy] [PATCH 2/2] apache: update

[PATCH 00/17] build DPDK libs and some drivers with meson/ninja
 2017-09-12  9:56 UTC  (5+ messages)
` [PATCH 01/17] build: add initial infrastructure for meson & ninja builds

[PATCH v2] arm64: fix unwind_frame() for filtered out fn for function graph tracing
 2017-09-12  9:54 UTC  (3+ messages)

[PATCH v3 0/2] drm/edid: transparent low-level override/firmware EDIDs
 2017-09-12  9:55 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH net-next v2 1/2] net: phy: realtek: rename RTL8211F_PAGE_SELECT to RTL821x_PAGE_SELECT
 2017-09-12  9:54 UTC  (2+ messages)
` [PATCH net-next v2 2/2] net: phy: realtek: add RTL8201F phy-id and functions

[refpolicy] [PATCH] fakehwclock: update
 2017-09-12  9:54 UTC 

[Qemu-devel] qdev_get_machine() can return something non-NULL but not TYPE_MACHINE
 2017-09-12  9:53 UTC  (8+ messages)

[Buildroot] [PATCH 1/3] python-iso8601: new package
 2017-09-12  9:50 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] python-xmltodict: "
` [Buildroot] [PATCH 3/3] python-ibmiotf: "

[PATCH] drm/i915: Enable scanline read for gen9 dsi
 2017-09-12  9:50 UTC  (10+ messages)

[PATCH RFC v2] Add SUPPORT.md
 2017-09-12  9:49 UTC  (4+ messages)

[PATCH v4 1/2] ip_tunnel: fix ip tunnel lookup in collect_md mode
 2017-09-12  9:47 UTC  (2+ messages)
` [PATCH v4 2/2] ip6_tunnel: fix ip6 "

[refpolicy] [PATCH] spamassassin: update
 2017-09-12  9:48 UTC 

[PATCH] gpio: dwapb: Add wakeup source support
 2017-09-12  9:47 UTC  (2+ messages)

[PATCH 0/3] drm/i915: Skylake plane update/disable unifications [v4]
 2017-09-12  9:47 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Unify skylake plane update
` [PATCH 3/3] drm/i915: Unify skylake plane disable
` ✗ Fi.CI.BAT: warning for drm/i915: Skylake plane update/disable unifications [v4]

[Qemu-devel] [RFC PATCH qemu 0/4] memory: Reduce memory use
 2017-09-12  9:47 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH qemu 3/4] memory: Share flat views and dispatch trees between address spaces

[Qemu-devel] loading bitmaps in invalidate_cache fails
 2017-09-12  9:46 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.10] qemu-options: Document the -drive locking parameter
 2017-09-12  9:45 UTC  (5+ messages)

[PATCH] drm: qxl: ratelimit pr_info message, reduce log spamming
 2017-09-12  9:45 UTC  (3+ messages)

[PATCH] drm: qxl: ratelimit pr_info message, reduce log spamming
 2017-09-12  9:45 UTC 

[PATCH 1/9] i2c: designware: Fix system suspend
 2017-09-12  9:44 UTC  (5+ messages)
` [1/9] "

[PATCH 0/3] wic: enhanced bootimage + squashfs support
 2017-09-12  9:44 UTC  (6+ messages)
` [PATCH 3/3] wic: apply --extra-space + --overhead to squashfs

4.13 on thinkpad x220: oops when writing to SD card
 2017-09-12  9:42 UTC  (7+ messages)

[Patch net v3 0/3] net_sched: fix filter chain reference counting
 2017-09-12  9:42 UTC  (3+ messages)
` [Patch net v3 1/3] net_sched: get rid of tcfa_rcu

[PATCH] drm/i915/bxt: set min brightness from VBT
 2017-09-12  9:42 UTC  (3+ messages)

[PATCH 1/2] crypto: stm32 - Fix uninitialized data usage
 2017-09-12  9:42 UTC  (6+ messages)
` [PATCH 2/2] crypto: stm32 - Try to fix hash padding

[PATCH v4 0/3] Workaround for bus/slot reset on Cavium cn8xxx root ports
 2017-09-12  9:40 UTC  (4+ messages)
` [v4,0/3] "

[PATCH] hvmloader: cast to avoid potential overflow in shadow_gs_test
 2017-09-12  9:40 UTC  (5+ messages)

[PATCH v11 00/24] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
 2017-09-12  9:39 UTC  (6+ messages)
` [PATCH v11 11/24] v4l: async: Introduce helpers for calling async ops callbacks
` [PATCH v11 13/24] v4l: async: Allow async notifier register call succeed with no subdevs

[LTP] LTP release
 2017-09-12  9:39 UTC  (2+ messages)

ovl: mounting two times the same mount overlayfs will not list any directory entry anymore
 2017-09-12  9:38 UTC 

[PATCH] fs/fuse: Call generic_write_sync after fuse write
 2017-09-12  9:37 UTC  (2+ messages)
` [fuse-devel] "

[PATCH 0/4] New crypto acceleration benchmark mode
 2017-09-12  9:36 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] app/crypto-perf: add nb-desc parameter
  ` [PATCH v2 2/2] app/crypto-perf: add new PMD benchmarking mode

[PATCH 0/8] backports: misc fixes
 2017-09-12  9:35 UTC  (3+ messages)
` [PATCH 6/8] header: add pm_system_wakeup()

[PATCH v10 0/3] Notify monitor when emulating an unimplemented instruction
 2017-09-12  9:35 UTC  (6+ messages)
` [PATCH v10 2/3] x86emul: New return code for "

dead links in wiki about why not using lz4
 2017-09-12  9:33 UTC  (2+ messages)

[U-Boot] [PATCH v2] cmd: usb: add check on usb_stor_curr_dev in usb dev command
 2017-09-12  9:32 UTC  (2+ messages)

[DPDK] [PATCH 1/3] qat: remove atomics
 2017-09-12  9:31 UTC  (5+ messages)
` [PATCH v2 0/3] performance enhancements for QAT driver
  ` [PATCH v2 1/3] crypto/qat: remove atomics
  ` [PATCH v2 2/3] crypto/qat: enable RX head writes coalescing
  ` [PATCH v2 3/3] crypto/qat: enable TX tail "

[PATCH] pinctrl: armada-37xx: Fix gpio interrupt setup
 2017-09-12  9:30 UTC  (3+ messages)

[PATCH] drm/i915: Increase poll time for BDW FCLK_DONE
 2017-09-12  9:30 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Increase poll time for BDW FCLK_DONE (rev2)

Jewel v10.2.10, anyone?
 2017-09-12  9:29 UTC  (6+ messages)

[PATCH v5 0/3] livepatch callbacks
 2017-09-12  9:29 UTC  (3+ messages)
` [PATCH v5 3/3] livepatch: add transition notices

[PATCH 1/2] pinctrl: sprd: check for allocation failure
 2017-09-12  9:28 UTC  (6+ messages)
` [PATCH 2/2] pinctrl: sprd: fix off by one bugs

[PATCH] x86/mm: Fix fault error path using unsafe vma pointer
 2017-09-12  9:28 UTC  (3+ messages)

[PATCH V1] MAINTAINERS: Fix Dialog search term for watchdog binding file
 2017-09-12  9:14 UTC 

[PATCH v1 0/5] mmc: sdhci-msm: Corrections to implementation of power irq
 2017-09-12  9:27 UTC  (4+ messages)

[PATCH V2 00/12] scsi-mq support for ZBC disks
 2017-09-12  9:26 UTC  (7+ messages)
` [PATCH V2 10/12] scsi: sd_zbc: Disable zone write locking with scsi-mq

[PATCH] gpio: acpi: work around false-positive -Wstring-overflow warning
 2017-09-12  9:26 UTC  (2+ messages)

[PATCH] tipc: Use bsearch library function
 2017-09-12  9:24 UTC  (4+ messages)

[U-Boot] [RESEND PATCH v2] cmd: set filesize variable in ubi read
 2017-09-12  9:24 UTC 

[PATCH] gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends on
 2017-09-12  9:24 UTC  (2+ messages)

[PATCH net-next 2/3] net: ethernet: socionext: add AVE ethernet driver
 2017-09-12  9:24 UTC  (5+ messages)

[refpolicy] [PATCH] mandb: fixes for systemd timer and /usr/local/man label
 2017-09-12  9:24 UTC 

hello
 2017-09-11 16:04 UTC 

[PATCH v4 0/2] i2c: davinci: Add PM Runtime Support needed by 66AK2G
 2017-09-12  9:22 UTC  (8+ messages)
` [PATCH v4 1/2] i2c: davinci: Add PM Runtime Support

[PATCH 0/7] brcmfmac: scan code cleanup and more
 2017-09-12  9:22 UTC  (8+ messages)
` [PATCH 1/7] brcmfmac: handle FWHALT mailbox indication
` [PATCH 2/7] brcmfmac: disable packet filtering in promiscuous mode
` [PATCH 3/7] brcmfmac: cleanup brcmf_cfg80211_escan() function
` [PATCH 4/7] brcmfmac: use msecs_to_jiffies() instead of calculation using HZ
` [PATCH 5/7] brcmfmac: get rid of brcmf_cfg80211_escan() function
` [PATCH 6/7] brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan field
` [PATCH 7/7] brcmfmac: move configuration of probe request IEs

[refpolicy] [PATCH] dphysswapfile: fix first version
 2017-09-12  9:22 UTC  (3+ messages)

[PATCH] pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TEST
 2017-09-12  9:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] QEMU Backup Tool
 2017-09-12  9:20 UTC  (2+ messages)

[U-Boot] SPI NAND support
 2017-09-12  9:20 UTC  (3+ messages)

meta-freescale linux-qoriq roadmap
 2017-09-12  3:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] tcg/tci: do not use ldst label (never implemented)
 2017-09-12  9:20 UTC  (5+ messages)

[PATCH] Staging: ccree: Don't use volatile for monitor_lock
 2017-09-12  9:19 UTC  (4+ 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.