messages from 2017-03-07 14:43:34 to 2017-03-07 15:25:25 UTC [more...]
regression: git push in non-shared repo stalls (v2.11.0+)
2017-03-07 13:50 UTC (4+ messages)
` [PATCH 0/6] deadlock regression in v2.11.0 with failed mkdtemp
[Qemu-devel] [PATCH v2 0/3] migration capability to discard the migrated ram pages
2017-03-07 15:17 UTC (8+ messages)
[PATCH 0/2] USB: iowarrior: fix missing endpoint sanity checks
2017-03-07 15:11 UTC (2+ messages)
` [PATCH 1/2] USB: iowarrior: fix NULL-deref at probe
[PATCHSET 00/23] perf tools: Add -q/--quiet option
2017-03-07 15:08 UTC (17+ messages)
` [PATCH 03/23] perf buildid-list: "
` [PATCH 04/23] perf c2c: Fix help message of --stats option
` [PATCH 05/23] perf c2c: Fix display bug when using pipe
` [PATCH 07/23] perf data: Add -q/--quiet option
` [PATCH 08/23] perf evlist: "
` [PATCH 10/23] perf inject: "
` [PATCH 11/23] perf kallsyms: "
` [PATCH 12/23] perf kmem: "
` [PATCH 14/23] perf list: "
` [PATCH 15/23] perf lock: "
` [PATCH 16/23] perf mem: "
` [PATCH 17/23] perf sched: "
` [PATCH 19/23] perf script: "
` [PATCH 20/23] perf stat: Use pr_err() for error messages
` [PATCH 21/23] perf stat: Add -q/--quiet option
` [PATCH 22/23] perf top: "
[PATCH v7 00/10] GuC Scrub vol. 1
2017-03-07 15:24 UTC (6+ messages)
` [PATCH 01/10] drm/i915/uc: Drop superfluous externs in intel_uc.h
` [PATCH 02/10] drm/i915/huc: Add huc_to_i915
` [PATCH 03/10] drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()
` [PATCH 04/10] drm/i915/uc: Move intel_uc_fw_fetch() to intel_uc.c
` [PATCH 05/10] drm/i915/uc: Introduce intel_uc_init_fw()
[Buildroot] [PATCH 1/1] libwebsockets: bump to version 2.1.1
2017-03-07 15:24 UTC (8+ messages)
` [Buildroot] [PATCH 1/1] libwebsockets: Fix build for 2.1.1
` [Buildroot] [PATCH 1/1] libwebsockets: cherry-pick upstream patch for v2.1.1
[RFC 00/11] make try_to_unmap simple
2017-03-07 15:24 UTC (17+ messages)
` [RFC 01/11] mm: use SWAP_SUCCESS instead of 0
` [RFC 03/11] mm: remove SWAP_DIRTY in ttu
` [RFC 05/11] mm: make the try_to_munlock void function
` [RFC 06/11] mm: remove SWAP_MLOCK in ttu
[Buildroot] [git commit branch/2017.02.x] libwebsockets: cherry-pick upstream patch for v2.1.1
2017-03-07 15:24 UTC
[Buildroot] [git commit branch/2017.02.x] libwebsockets: bump to version 2.1.1
2017-03-07 15:24 UTC
[PATCH 0/2] Add and Use NMI LAST call chain to eliminate WARNING message
2017-03-07 15:22 UTC (4+ messages)
` [PATCH 1/2] x86/platform: Add a low priority low frequency NMI call chain
Hello
2017-03-07 15:22 UTC
[PATCH] staging: bcm2835-camera: Replace ternary operator with min_t macro
2017-03-07 15:22 UTC
[PATCH v2 0/9] Fix the early config
2017-03-07 15:18 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v4 00/10] "
` [PATCH v4 07/10] read_early_config(): avoid .git/config hack when unneeded
` [PATCH v4 09/10] Test read_early_config()
[PATCH 0/7] thermal: rcar_gen3_thermal: add support for interrupt triggerd trip points
2017-03-07 15:22 UTC (5+ messages)
` [PATCH 2/7] thermal: rcar_gen3_thermal: fix probe error path
` [PATCH 3/7] thermal: rcar_gen3_thermal: remove unneeded mutex
[Qemu-devel] [PULL v4 00/24] block: Command line option -blockdev
2017-03-07 15:20 UTC (25+ messages)
` [Qemu-devel] [PULL v4 01/24] test-qemu-opts: Cover qemu_opts_parse() of "no"
` [Qemu-devel] [PULL v4 02/24] tests: Fix gcov-files-test-qemu-opts-y, gcov-files-test-logging-y
` [Qemu-devel] [PULL v4 03/24] keyval: New keyval_parse()
` [Qemu-devel] [PULL v4 04/24] qapi: qobject input visitor variant for use with keyval_parse()
` [Qemu-devel] [PULL v4 05/24] test-keyval: Cover use with qobject input visitor
` [Qemu-devel] [PULL v4 06/24] qapi: Factor out common part of qobject input visitor creation
` [Qemu-devel] [PULL v4 07/24] qapi: Factor out common qobject_input_get_keyval()
` [Qemu-devel] [PULL v4 08/24] qobject: Propagate parse errors through qobject_from_jsonv()
` [Qemu-devel] [PULL v4 09/24] libqtest: Fix qmp() & friends to abort on JSON parse errors
` [Qemu-devel] [PULL v4 10/24] qjson: Abort earlier on qobject_from_jsonf() misuse
` [Qemu-devel] [PULL v4 11/24] test-qobject-input-visitor: Abort earlier on bad test input
` [Qemu-devel] [PULL v4 12/24] qobject: Propagate parse errors through qobject_from_json()
` [Qemu-devel] [PULL v4 13/24] block: More detailed syntax error reporting for JSON filenames
` [Qemu-devel] [PULL v4 14/24] check-qjson: Test errors from qobject_from_json()
` [Qemu-devel] [PULL v4 15/24] test-visitor-serialization: Pass &error_abort to qobject_from_json()
` [Qemu-devel] [PULL v4 16/24] monitor: Assert qmp_schema_json[] is sane
` [Qemu-devel] [PULL v4 17/24] test-qapi-util: New, covering qapi/qapi-util.c
` [Qemu-devel] [PULL v4 18/24] qapi: New parse_qapi_name()
` [Qemu-devel] [PULL v4 19/24] keyval: Restrict key components to valid QAPI names
` [Qemu-devel] [PULL v4 20/24] qapi: New qobject_input_visitor_new_str() for convenience
` [Qemu-devel] [PULL v4 21/24] block: Initial implementation of -blockdev
` [Qemu-devel] [PULL v4 22/24] qapi: Improve how keyval input visitor reports unexpected dicts
` [Qemu-devel] [PULL v4 23/24] docs/qapi-code-gen.txt: Clarify naming rules
` [Qemu-devel] [PULL v4 24/24] keyval: Support lists
[PATCH] Add support for high priority scheduling in amdgpu v5
2017-03-07 15:19 UTC (4+ messages)
` [PATCH 18/21] drm/amdgpu: add framework for HW specific priority settings v4
[PATCH -v1.1] x86: Optimize clear_page()
2017-03-07 7:30 UTC (4+ messages)
` [tip:x86/asm] x86/asm: "
Warning on boot on SAMA5D2 with Linux 4.11-rc1
2017-03-07 15:17 UTC (5+ messages)
[U-Boot] [PATCH v2 2/8] Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible"
2017-03-07 15:18 UTC (5+ messages)
[PATCH v2 0/1] mtk-vcodec: check the vp9 decoder buffer index from VPU
2017-03-07 14:42 UTC
[xen-unstable test] 106513: tolerable FAIL - PUSHED
2017-03-07 15:18 UTC
[PATCH 1/2] usb: xhci-mtk: check hcc_params after adding primary hcd
2017-03-07 15:12 UTC (8+ messages)
` [PATCH 2/2] usb: xhci: remove dummy extra_priv_size for size of xhci_hcd struct
[Qemu-devel] [PATCH for-2.9 v2] nbd/client: fix drop_sync [CVE-2017-2630]
2017-03-07 15:16 UTC
[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
2017-03-07 14:59 UTC (5+ messages)
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page
[Qemu-devel] [PATCH for-2.9] nbd/client: fix drop_sync [CVE-2017-2630]
2017-03-07 15:15 UTC (2+ messages)
When will Linux support M2 on RAID ?
2017-03-07 15:15 UTC (4+ messages)
[PATCH lttng-modules] Fix: update btrfs instrumentation for kernel 4.11
2017-03-07 15:14 UTC (2+ messages)
` [PATCH lttng-modules v2] "
[PATCH 0/4] Various improvements around the GuC topic
2017-03-07 15:13 UTC (5+ messages)
` [PATCH 3/4] drm/i915/guc: s/ads_vma/addon
` [PATCH 4/4] drm/i915/guc: Break out the GuC log "extras"
[Bug 100058] NULL pointer dereference when blacklisting radeon
2017-03-07 15:13 UTC (2+ messages)
` [Bug 100058] amdgpu/dpm: NULL pointer dereference
[PATCH v4] qtnfmac: announcement of new FullMAC driver for Quantenna chipsets
2017-03-07 13:03 UTC (5+ messages)
[PATCH] mm: move pcp and lru-pcp drainging into single wq
2017-03-07 13:50 UTC (2+ messages)
[Buildroot] [PATCH] wireshark: security bump to version 2.2.5
2017-03-07 15:12 UTC (3+ messages)
[PATCH 0/7] thermal: ti-soc-thermal: Migrate slope/offset data to device tree
2017-03-07 15:12 UTC (5+ messages)
[Buildroot] [git commit branch/2017.02.x] wireshark: security bump to version 2.2.5
2017-03-07 15:12 UTC
[Buildroot] [git commit branch/2017.02.x] gnutls: security bump to version 3.5.10
2017-03-07 15:12 UTC
[Buildroot] [git commit branch/2017.02.x] gnutls: bump version to 3.5.9
2017-03-07 15:11 UTC
Building a Xen image on Yocto for ZCU102 board
2017-03-07 15:10 UTC
[Buildroot] [PATCH] gnutls: security bump to version 3.5.10
2017-03-07 15:10 UTC (3+ messages)
[Buildroot] [PATCH] harfbuzz: security bump to version 1.4.4
2017-03-07 15:09 UTC (3+ messages)
[PATCH 0/7 v5] scope GFP_NOFS api
2017-03-07 15:09 UTC (5+ messages)
` [PATCH 4/7] mm: introduce memalloc_nofs_{save, restore} API
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [Cluster-devel] [PATCH 4/7] mm: introduce memalloc_nofs_{save, restore} API
[PATCH 0/4] net/tap: support flow API
2017-03-07 15:08 UTC (4+ messages)
` [PATCH v2 "
[Buildroot] [git commit branch/2017.02.x] harfbuzz: security bump to version 1.4.4
2017-03-07 15:09 UTC
[LTP] Android build and pthread
2017-03-07 15:09 UTC
[PATCH v3] NTB: Add IDT 89HPESxNTx PCIe-switches support
2017-03-07 15:09 UTC (6+ messages)
` [PATCH v4] "
[PATCH] iio: multiplexer: fix unsigned check with less than zero
2017-03-07 15:06 UTC
[PATCHv2] hpsa: expose enclosures
2017-03-07 15:05 UTC (2+ messages)
[Qemu-devel] [PULL v3 00/24] block: Command line option -blockdev
2017-03-07 15:05 UTC (3+ messages)
[PATCH] PCI: Add pci reset quirk for Cavium VNIC
2017-03-07 15:04 UTC (3+ messages)
Much more dentries than inodes, is that normal?
2017-03-07 15:05 UTC (4+ messages)
[PATCH 0/7] Xen transport for 9pfs frontend driver
2017-03-07 15:03 UTC (5+ messages)
` [PATCH 1/7] xen: import new ring macros in ring.h
` [PATCH 4/7] xen/9pfs: connect to the backend
[Qemu-devel] Qemu deadlocks in tb_lock when using SVM+SoftMMU
2017-03-07 15:03 UTC (4+ messages)
` [Qemu-devel] [PATCH] target/i386: move nested exception check to x86_cpu_exec_interrupt
[PATCH 0/3] Use \tco{} macro within caption and section header
2017-03-07 15:03 UTC (4+ messages)
` [PATCH 1/3] perfbook.tex: Disable 'microtype' for typewriter font
` [PATCH 2/3] treewide: Use \tco{} for api name in caption
` [PATCH 3/3] treewide: Use \tco{} for api name in subsubsection title
[PATCH lttng-modules] Fix: changes to the vm_op fault cb prototype in libringbuffer
2017-03-07 15:01 UTC
[PATCH lttng-modules] Fix: changes to the vm_op fault cb prototype in libringbuffer
2017-03-07 14:59 UTC
[PATCH 0/7] Fixes to pagetable handling
2017-03-07 15:00 UTC (3+ messages)
` [PATCH 1/7] x86/hvm: Correctly identify implicit supervisor accesses
RAID Recovery
2017-03-07 15:00 UTC (5+ messages)
[PATCH V3 0/4] KVM: arm64: Increase number of user memslots
2017-03-07 14:58 UTC (7+ messages)
` [PATCH V3 1/4] KVM: Add documentation for KVM_CAP_NR_MEMSLOTS
` [PATCH V3 3/4] KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
[PATCH 0/5] clk: sunxi-ng: Add support for A83T CCU
2017-03-07 14:58 UTC (10+ messages)
` [PATCH 4/5] clk: sunxi-ng: Add driver "
[PATCH] vlapic/viridian: abort existing APIC assist if any vector is pending in ISR
2017-03-07 14:58 UTC
[PATCH 1/2] usb: xhci-mtk: rebuild xhci_mtk_setup()
2017-03-07 14:57 UTC (4+ messages)
[PATCH 00/11] Support flow API in Solarflare PMD
2017-03-07 14:56 UTC (7+ messages)
` [PATCH 02/11] net/sfc/base: improve API to get supported filter matches
[PATCH net-next 1/2] net: Avoid unnessary loop when master_idx is invalid in inet_select_addr
2017-03-07 14:50 UTC
[PATCH 1/2] x86/head_64.S: Rename start_cpu()
2017-03-07 12:56 UTC (4+ messages)
[PATCH net-next 2/2] net: Eliminate duplicated codes by creating one new function in_dev_select_addr
2017-03-07 14:51 UTC
[PATCH v3] KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset
2017-03-07 14:45 UTC (2+ messages)
[Bug 99387] Kernel 4.9: Kaveri + Hainan choked on boot using amdgpu
2017-03-07 14:55 UTC (2+ messages)
[PATCH v2 3/3] printk: fix double printing with earlycon
2017-03-07 14:54 UTC (4+ messages)
` [PATCH v3 "
[PATCH] imx-gpu-viv: Fix build break for missing gl headers
2017-03-07 14:39 UTC (3+ messages)
RFC: late drm pull requests and other topics
2017-03-07 14:54 UTC (2+ messages)
[PATCH lttng-modules] Fix: update btrfs instrumentation for kernel 4.11
2017-03-07 14:53 UTC
Questions about kexec-tools (resend to list)
2017-03-07 14:53 UTC (2+ messages)
[PATCH v3] xen: Allow a default compiled-in command line using Kconfig
2017-03-07 14:52 UTC (8+ messages)
[RAID recovery] Unable to recover RAID5 array after disk failure
2017-03-07 14:52 UTC (7+ messages)
[PATCH v5 00/15] livepatch: hybrid consistency model
2017-03-07 14:50 UTC (4+ messages)
` [PATCH v5 15/15] livepatch: allow removal of a disabled patch
` [PATCH v5.1 "
[PATCH] [media] atmel-isc: fix off-by-one comparison and out of bounds read issue
2017-03-07 14:30 UTC
[PATCH] KVM: arm64: VGIC: fix command handling while ITS being disabled
2017-03-07 14:49 UTC (3+ messages)
[PATCH lttng-modules] Fix: update mm_vmscan instrumentation for kernel 4.11
2017-03-07 14:48 UTC
[PATCH 00/29] drivers, mics refcount conversions
2017-03-07 14:48 UTC (12+ messages)
` [PATCH 12/29] drivers, media: convert s2255_dev.num_channels from atomic_t to refcount_t
` [PATCH 13/29] drivers, media: convert vb2_vmarea_handler.refcount "
[PATCH 0/3] ASoC: add dio2125 amplifier support
2017-03-07 13:47 UTC (5+ messages)
` [PATCH 2/3] ASoC: dio2125: add dio2125 amp driver
` [alsa-devel] "
[PATCH v2 1/2] drm/i915: Store a permanent error in obj->mm.pages
2017-03-07 14:48 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v3] drm/i915: Store a permanent error in obj->mm.pages (rev2)
[PATCH 00/13] pull: warnings fixes and blkid translations
2017-03-07 14:37 UTC (3+ messages)
` [PATCH 07/13] blkid: define output names only once
Status of CEC?
2017-03-07 11:44 UTC
[PATCH 00/15] clk: ti: cleanups / fixes for preparation of clkctrl clocks
2017-03-07 14:48 UTC (4+ messages)
` [PATCH 02/15] clk: ti: add support for automatic clock alias generation
[Qemu-devel] [Bug 1670509] [NEW] sgabios outputs incorrect video modes
2017-03-07 14:33 UTC (2+ messages)
` [Qemu-devel] [Bug 1670509] "
[PATCH v9 00/15] ACPI platform MSI support and its example mbigen
2017-03-07 14:43 UTC (6+ messages)
` [PATCH v9 10/15] ACPI: platform-msi: retrieve dev id from IORT
[PATCH 0/4] thp: fix few MADV_DONTNEED races
2017-03-07 13:52 UTC (4+ messages)
` [PATCH 3/4] thp: fix MADV_DONTNEED vs. MADV_FREE race
[PATCH -v5 00/14] the saga of FUTEX_UNLOCK_PI wobbles continues
2017-03-07 14:18 UTC (5+ messages)
` [PATCH -v5 09/14] futex: Rework inconsistent rt_mutex/futex_q state
` [PATCH -v5 12/14] futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
rcu: WARNING in rcu_seq_end
2017-03-07 14:43 UTC (11+ messages)
[PATCH 0/4] brcmfmac: Remove a bunch of false positive error logs
2017-03-07 14:27 UTC (2+ messages)
[PATCH] meta: start to ignore the largefile distro feature
2017-03-07 14:45 UTC (4+ messages)
` [Openembedded-architecture] "
[PATCH] objtool: drop redundant flags generation
2017-03-07 14:18 UTC (7+ messages)
clk: ti: clkctrl clock support
2017-03-07 14:45 UTC (5+ messages)
` [PATCH DO NOT MERGE 5/6] ARM: dts: omap4: add some sample clkctrl data
[PATCH] panic: fix typo "notewortht" -> "noteworthy" in kerneldoc comment
2017-03-07 14:43 UTC
binfmts.h MAX_ARG_STRINGS excessive value allows heap spraying
2017-03-07 14:44 UTC
something seems to have happened to "gpgme" in latest oe-core
2017-03-07 14:43 UTC (7+ messages)
[bug report] block: Move bdi_unregister() to del_gendisk()
2017-03-07 10:54 UTC (3+ messages)
[PATCH 0/4] Support for Synopsys DW CSI-2 Host
2017-03-07 14:37 UTC (5+ messages)
` [PATCH 1/4] Documentation: dt: Add bindings documentation for DW MIPI "
` [PATCH 2/4] media: platform: dwc: Support for DW "
` [PATCH 3/4] Documentation: dt: Add bindings documentation for CSI-2 Host Video Platform
` [PATCH 4/4] media: platform: dwc: Support for CSI-2 Host video platform
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.