messages from 2017-09-19 19:53:04 to 2017-09-19 20:34:05 UTC [more...]
io_submit() blocks for writes for substantial amount of time
2017-09-19 20:34 UTC (5+ messages)
[PATCH net-next v4 0/4] bpf: add two helpers to read perf event enabled/running time
2017-09-19 20:33 UTC (3+ messages)
` [PATCH net-next v4 1/4] bpf: add helper bpf_perf_event_read_value for perf event array map
[PATCH] block: cope with WRITE SAME failing in blkdev_issue_zeroout()
2017-09-19 20:32 UTC (2+ messages)
[Buildroot] [PATCH 1/4] package/tvheadend: add option to en-/disable transcoding support
2017-09-19 20:32 UTC (4+ messages)
` [Buildroot] [PATCH 2/4] package/tvheadend: bump version, add optional dependencies to opus & x265
[PATCH 1/7] drm/rockchip/dsi: correct Feedback divider setting
2017-09-19 20:32 UTC (9+ messages)
` [PATCH 2/7] drm/rockchip/dsi: add dual mipi channel support
` [PATCH 4/7] drm/rockchip/dsi: correct phy parameter setting
[PATCH 1/2] drm/i915/cnl: Add support slice/subslice/eu configs
2017-09-19 20:31 UTC (4+ messages)
` [PATCH 2/2] drm/i915/cnl: Fix SSEU Device Status
[PATCH v5 0/7] Fast git status via a file system watcher
2017-09-19 20:30 UTC (6+ messages)
` [PATCH v6 00/12] "
` [PATCH v6 10/12] fsmonitor: add test cases for fsmonitor extension
Understanding suspend() vs suspend_late() for I2c devices
2017-09-19 20:30 UTC (2+ messages)
[PATCH] sparc64: Expose mdesc to sysfs
2017-09-19 20:29 UTC (4+ messages)
[PATCH 00/14] GuC code restructuring and fixes
2017-09-19 20:28 UTC (7+ messages)
` [PATCH 01/14] drm/i915/guc: Pass intel_guc struct as parameter to intel_guc_wopcm_size
` [PATCH 02/14] drm/i915: Create intel_uc_init_mmio to initialize MMIO interface prior to uc init
` ✓ Fi.CI.BAT: success for GuC code restructuring and fixes (rev3)
[PATCH] Staging: rtl8192u: ieee80211: Use netdev_info instead of printk
2017-09-19 20:28 UTC (2+ messages)
` [Outreachy kernel] "
[PATCH 1/2] drm/i915/cnp: Don't touch other PCH clock gating bits
2017-09-19 20:28 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug (rev3)
[PATCH babeltrace] Port: do not depend on GNU readlink
2017-09-19 20:26 UTC
[Buildroot] [PATCH 1/1 v2] package/freescale-imx: add support for i.MX6UL
2017-09-19 20:25 UTC (2+ messages)
[Buildroot] [PATCH] support/download: fix check_one_hash description
2017-09-19 20:25 UTC (2+ messages)
test case for "xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present"
2017-09-19 20:24 UTC (2+ messages)
[PATCH 0/3] update git tree maintainers
2017-09-19 20:23 UTC (4+ messages)
` [PATCH 1/3] maintainers: separate main tree and devtools maintenance
` [PATCH 2/3] maintainers: add Yuanhan for stable branches
` [PATCH 3/3] maintainers: add Ferruh for main branch
[PATCH/RFC 0/3] i2c: gpio: Add support for named gpios in DT
2017-09-19 20:23 UTC (7+ messages)
` [PATCH/RFC 1/3] dt-bindings: i2c: i2c-gpio: Add support for named gpios
[PATCH 1/2] drm/amd: Use portable do_div helper
2017-09-19 20:23 UTC (2+ messages)
` [PATCH 2/2] drm/amd: Avoid using x86-specific _BITOPS_LONG_SHIFT
[kernel-hardening] [PATCH v2 0/5] stackprotector: ascii armor the stack canary
2017-09-19 20:22 UTC (5+ messages)
[PATCH] drm/amdgpu: clarify license in amdgpu_trace_points.c
2017-09-19 20:22 UTC (3+ messages)
[PATCH] doc: camelCase the config variables to improve readability
2017-09-19 20:22 UTC (2+ messages)
[Qemu-devel] [PATCH v9 00/20] make dirty-bitmap byte-based
2017-09-19 20:19 UTC (21+ messages)
` [Qemu-devel] [PATCH v9 01/20] block: Make bdrv_img_create() size selection easier to read
` [Qemu-devel] [PATCH v9 02/20] hbitmap: Rename serialization_granularity to serialization_align
` [Qemu-devel] [PATCH v9 03/20] qcow2: Ensure bitmap serialization is aligned
` [Qemu-devel] [PATCH v9 04/20] dirty-bitmap: Drop unused functions
` [Qemu-devel] [PATCH v9 05/20] dirty-bitmap: Avoid size query failure during truncate
` [Qemu-devel] [PATCH v9 06/20] dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes
` [Qemu-devel] [PATCH v9 07/20] dirty-bitmap: Track bitmap size by bytes
` [Qemu-devel] [PATCH v9 08/20] dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes
` [Qemu-devel] [PATCH v9 09/20] qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-based
` [Qemu-devel] [PATCH v9 10/20] dirty-bitmap: Set iterator start by offset, not sector
` [Qemu-devel] [PATCH v9 11/20] dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
` [Qemu-devel] [PATCH v9 12/20] dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
` [Qemu-devel] [PATCH v9 13/20] dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
` [Qemu-devel] [PATCH v9 14/20] dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
` [Qemu-devel] [PATCH v9 15/20] mirror: Switch mirror_dirty_init() to byte-based iteration
` [Qemu-devel] [PATCH v9 16/20] qcow2: Switch qcow2_measure() "
` [Qemu-devel] [PATCH v9 17/20] qcow2: Switch load_bitmap_data() "
` [Qemu-devel] [PATCH v9 18/20] qcow2: Switch store_bitmap_data() "
` [Qemu-devel] [PATCH v9 19/20] dirty-bitmap: Switch bdrv_set_dirty() to bytes
` [Qemu-devel] [PATCH v9 20/20] dirty-bitmap: Convert internal hbitmap size/granularity
[PATCH] vfio/pci: Virtualize Maximum Payload Size
2017-09-19 20:20 UTC (3+ messages)
[Buildroot] [git commit] package/tvheadend: add optional support for rpi-userland
2017-09-19 20:20 UTC
[Qemu-devel] [PULL 00/12] Machine/CPU/NUMA queue, 2017-09-19
2017-09-19 20:18 UTC (13+ messages)
` [Qemu-devel] [PULL 01/12] vl: Clean up user-creatable objects when exiting
` [Qemu-devel] [PULL 02/12] osdep: Define QEMU_MADV_REMOVE
` [Qemu-devel] [PULL 03/12] hostmem-file: Add "discard-data" option
` [Qemu-devel] [PULL 04/12] qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts
` [Qemu-devel] [PULL 05/12] cpu: make cpu_generic_init() abort QEMU on error
` [Qemu-devel] [PULL 06/12] vl.c: convert cpu_model to cpu type and set of global properties before machine_init()
` [Qemu-devel] [PULL 07/12] pc: use generic cpu_model parsing
` [Qemu-devel] [PULL 08/12] arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
` [Qemu-devel] [PULL 09/12] numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed
` [Qemu-devel] [PULL 10/12] NUMA: Replace MAX_NODES with nb_numa_nodes in for loop
` [Qemu-devel] [PULL 11/12] hw/acpi-build: Fix SRAT memory building in case of node 0 without RAM
` [Qemu-devel] [PULL 12/12] MAINTAINERS: Update git URLs for my trees
Status of luminous v12.2.1 QE validation
2017-09-19 20:19 UTC (2+ messages)
[PATCH linux dev-4.10 v2] drivers/hwmon/occ: Add reference count and switch to non-blocking read
2017-09-19 20:19 UTC
[Buildroot] [git commit] package/tvheadend: add optional support for libva-accelerated transcoding
2017-09-19 20:19 UTC
[PATCH 0/6] More graceful flusher thread memory reclaim wakeup
2017-09-19 20:18 UTC (23+ messages)
` [PATCH 1/6] buffer: cleanup free_more_memory() flusher wakeup
` [PATCH 2/6] fs-writeback: provide a wakeup_flusher_threads_bdi()
` [PATCH 3/6] page-writeback: pass in '0' for nr_pages writeback in laptop mode
` [PATCH 4/6] fs-writeback: make wb_start_writeback() static
` [PATCH 5/6] fs-writeback: move nr_pages == 0 logic to one location
` [PATCH 6/6] fs-writeback: only allow one inflight and pending !nr_pages flush
[Buildroot] [git commit] package/tvheadend: bump version, add optional dependencies to opus & x265
2017-09-19 20:18 UTC
[Bug 102809] Rust shadows(?) flash random colours
2017-09-19 20:18 UTC
[U-Boot] [PATCH v2 0/6] Board for QEMU's '-machine virt' on ARM
2017-09-19 20:18 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/6] pci: Add helper for implementing memory-mapped config space accesses
` [U-Boot] [PATCH v2 2/6] pci: xilinx: Use pci_generic_mmap_{read, write}_config()
` [U-Boot] [PATCH v2 3/6] pci: layerscape: Use pci_generic_mmap_{read, write}_config
` [U-Boot] [PATCH v2 4/6] PCI: Add driver for a 'pci-host-ecam-generic' host controller
` [U-Boot] [PATCH v2 5/6] ARM: Add a new arch + board for QEMU's 'virt' machine
` [U-Boot] [PATCH v2 6/6] travis.yml: Add job for running test.py in qemu_arm
[Buildroot] [git commit] package/tvheadend: add option to en-/disable transcoding support
2017-09-19 20:17 UTC
[PATCH] of: overlay: Fix uninitialized vars in dup_and_fixup_symbol_prop()
2017-09-19 20:16 UTC (3+ messages)
[Buildroot] [git commit] package/freescale-imx: add support for i.MX6UL
2017-09-19 20:16 UTC
[PATCH net-next] net_sched: no need to free qdisc in RCU callback
2017-09-19 20:15 UTC
[U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu
2017-09-19 20:15 UTC (5+ messages)
[PATCH] mtd: nand: remove unused blockmask variable
2017-09-19 20:12 UTC (2+ messages)
[PATCH] mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()
2017-09-19 20:13 UTC (4+ messages)
[PATCH] mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()
2017-09-19 20:12 UTC (2+ messages)
[PATCH] mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()
2017-09-19 20:11 UTC (7+ messages)
` [DEBUG] mtd: spi-nor: dump DWORDs of the Basic Flash Parameter Table
[PATCH] cpufreq: ti-cpufreq: Support additional am43xx platforms
2017-09-19 20:06 UTC (3+ messages)
[PATCH] ALSA: line6: add support for POD HD DESKTOP
2017-09-19 20:11 UTC (2+ messages)
[RFC v3 00/11] i915 PMU and engine busy stats
2017-09-19 20:11 UTC (6+ messages)
` [RFC 10/11] drm/i915: Export engine stats API to other users
[Buildroot] [git commit] support/download: fix check_one_hash description
2017-09-19 20:11 UTC
[PATCH] build: only generate version.h when needed and remove it in clean target
2017-09-19 20:11 UTC (6+ messages)
[PATCH v4 1/6] ARM: dts: imx6qdl-icore: Add Sound card with codec node
2017-09-19 20:11 UTC (8+ messages)
` [PATCH v4 4/6] ARM: dts: imx6dl-icore: Add LVDS support
[PATCH] ALSA: hda - program ICT bits to support HBR audio
2017-09-19 20:10 UTC (2+ messages)
[Buildroot] [PATCH] openipmi: bump to version 2.0.24
2017-09-19 20:08 UTC (2+ messages)
[Qemu-devel] [PATCH] xio3130_downstream: Report error if pcie_chassis_add_slot() failed
2017-09-19 20:08 UTC (3+ messages)
[PATCH] ptrace, seccomp: add support for retrieving seccomp flags
2017-09-19 20:08 UTC (2+ messages)
[PATCH 0/5] [RFC] printk/ia64/ppc64/parisc64: let's deprecate %pF/%pf printk specifiers
2017-09-19 20:07 UTC (10+ messages)
[Buildroot] [PATCH] python-numpy: Bump to the most recent release 1.13.1
2017-09-19 20:08 UTC (2+ messages)
A Quick Survey on a Patch Propagation Tool
2017-09-19 20:07 UTC
[Buildroot] [PATCH 1/2] package/poppler: fix libcurl support
2017-09-19 20:07 UTC (2+ messages)
[Buildroot] [PATCH] util-linux: add missing dynamic library dependency
2017-09-19 20:06 UTC (2+ messages)
[GIT PULL] brown paper bag fix for SIGPOLL si_codes
2017-09-19 20:06 UTC (2+ messages)
[U-Boot] [RESEND PATCH 1/5] dm: video: bridge: add operation to read EDID
2017-09-19 20:06 UTC (4+ messages)
` [U-Boot] [RESEND PATCH 5/5] sunxi: video: add LCD support to DE2 driver
[PATCH] ALSA: hrtimer: make hrtimer_hw const and __initconst
2017-09-19 20:06 UTC (3+ messages)
[Buildroot] [git commit] util-linux: add missing dynamic library dependency
2017-09-19 20:06 UTC
[Buildroot] [git commit] openipmi: bump to version 2.0.24
2017-09-19 20:06 UTC
[Buildroot] [git commit] package/poppler: fix libcurl support
2017-09-19 20:06 UTC
[Buildroot] [git commit] package/poppler: bump version to 0.59.0
2017-09-19 20:06 UTC
[Buildroot] [git commit] python-numpy: Bump to the most recent release 1.13.1
2017-09-19 20:06 UTC
"Say Y" on CONFIG_LEDS_TRIGGER_ACTIVITY
2017-09-19 20:05 UTC (2+ messages)
[PATCH][drm-next] drm/i915/gvt: ensure -ve return value is handled correctly
2017-09-19 20:05 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH net-next 0/4] net: dsa: move master ethtool code
2017-09-19 20:04 UTC (6+ messages)
` [PATCH net-next 1/4] net: dsa: remove copy of master ethtool_ops
` [PATCH net-next 4/4] net: dsa: move master ethtool code
A Quick Survey on a Patch Propagation Tool
2017-09-19 20:05 UTC
[PATCH] ALSA: asihpi: fix a potential double-fetch bug when copying puhm
2017-09-19 20:04 UTC (5+ messages)
[U-Boot] [PATCH v3 1/1] test/py: provide example scripts for integrating qemu
2017-09-19 20:04 UTC
[PATCH] genirq: check __free_irq()'s return value for NULL
2017-09-19 20:04 UTC
[Buildroot] [PATCH] cmake: expose the host variant in menuconfig
2017-09-19 20:03 UTC (2+ messages)
[cip-dev] RFC: OpenEmbedded layer for CIP project
2017-09-19 20:03 UTC (2+ messages)
[Qemu-devel] [PATCHv2] macio: convert pmac_ide_ops from old_mmio
2017-09-19 20:02 UTC
[Buildroot] [PATCH 1/2] pkgconf: update upstream URL in Config.in
2017-09-19 20:02 UTC (2+ messages)
[PATCH v3 00/40] Introduce NXP DPAA Bus, Mempool and PMD
2017-09-19 20:01 UTC (4+ messages)
` [PATCH v4 04/41] bus/dpaa: add OF parser for device scanning
[Buildroot] [git commit] package/libebur128: bump version to 1.2.2, add hash
2017-09-19 20:01 UTC
[PATCH 1/3] selftest: add a reuseaddr test
2017-09-19 20:00 UTC (6+ messages)
` [PATCH 2/3] selftests: actually run the various net selftests
[PATCH v10 00/24] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
2017-09-19 20:00 UTC (6+ messages)
` [PATCH v10 20/24] dt: bindings: smiapp: Document lens-focus and flash properties
[Buildroot] [PATCH 1/1] package/apache: add patch to fix CVE-2017-9798
2017-09-19 20:00 UTC (2+ messages)
[Buildroot] [PATCH v2 1/1] package/libebur128: bump version to 1.2.2, add hash
2017-09-19 20:00 UTC (2+ messages)
[ndctl PATCH 1/2] ndctl: fix sector size manipulation for NVDIMM-N namespaces
2017-09-19 19:56 UTC (2+ messages)
` [ndctl PATCH 2/2] ndctl, test: regression test NVDIMM-N sector mode configuration
[Buildroot] [PATCH] xen: add upstream post-4.9.0 security fixes
2017-09-19 19:59 UTC (2+ messages)
[Qemu-devel] [RFC 00/15] QMP: out-of-band (OOB) execution support
2017-09-19 19:59 UTC (3+ messages)
` [Qemu-devel] [RFC 01/15] char-io: fix possible race on IOWatchPoll
[PATCH 1/2] tools/testing/nvdimm: disable labels for nfit_test.1
2017-09-19 19:51 UTC (4+ messages)
` [PATCH 2/2] libnvdimm, namespace: fix btt claim class crash
[PATCH v2 0/4] phy: rockchip-typec: Set "flip" properly; some cleanups; fix swing
2017-09-19 19:56 UTC (12+ messages)
` [PATCH v2 1/4] phy: rockchip-typec: Set the AUX channel flip state earlier
` [PATCH v2 2/4] phy: rockchip-typec: Avoid magic numbers + add delays in aux calib
` [PATCH v2 3/4] phy: rockchip-typec: Do the calibration more correctly
` [PATCH v2 4/4] phy: rockchip-typec: Don't set the aux voltage swing to 400 mV
[PATCH net-next 0/3] Implement delete for BPF LPM trie
2017-09-19 19:48 UTC (6+ messages)
` [PATCH net-next 1/3] bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
[PATCH nfs-utils v3 00/14] add NFS over AF_VSOCK support
2017-09-19 19:56 UTC (12+ messages)
[PATCH v2] membarrier: Document scheduler barrier requirements
2017-09-19 19:56 UTC
[PATCH] membarrier: Document scheduler barrier requirements
2017-09-19 19:56 UTC (3+ messages)
[PATCH v2] MIPS: Fix PCI host bridge map_irq() hook section mismatches
2017-09-19 19:55 UTC (2+ messages)
[PATCH v5] drm/i915/edp: Be less aggressive about changing link config on eDP
2017-09-19 19:55 UTC (4+ messages)
` [PATCH v7] "
[PATCH v2 00/21] Read `packed-refs` using mmap()
2017-09-19 19:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.