messages from 2017-03-13 04:18:51 to 2017-03-13 06:23:30 UTC [more...]
[PATCH v1 00/10] make try_to_unmap simple
2017-03-13 6:23 UTC (3+ messages)
` [PATCH v1 01/10] mm: remove unncessary ret in page_referenced
[PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf asoc reset and add strea
2017-03-13 6:22 UTC (3+ messages)
` [PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf asoc reset and add streams and response
` [PATCHv2 net-next 0/7] sctp: add receiver-side procedures for stream reconf asoc reset and add s
[Qemu-devel] [PATCH 0/3] COLO-compare: Make COLO-compare support Xen
2017-03-13 6:18 UTC (2+ messages)
[Qemu-devel] [PATCH for-2.9 00/47] qapi: Put type information back into QMP documentation
2017-03-13 6:18 UTC (48+ messages)
` [Qemu-devel] [PATCH for-2.9 01/47] qapi: Factor QAPISchemaParser._include() out of .__init__()
` [Qemu-devel] [PATCH for-2.9 02/47] qapi: Make doc comments optional where we don't need them
` [Qemu-devel] [PATCH for-2.9 03/47] qapi: Back out doc comments added just to please qapi.py
` [Qemu-devel] [PATCH for-2.9 04/47] docs/qapi-code-gen.txt: Drop confusing reference to 'gen'
` [Qemu-devel] [PATCH for-2.9 05/47] qapi: Have each QAPI schema declare its returns white-list
` [Qemu-devel] [PATCH for-2.9 06/47] qapi: Have each QAPI schema declare its name rule violations
` [Qemu-devel] [PATCH for-2.9 07/47] qapi: Clean up build of generated documentation
` [Qemu-devel] [PATCH for-2.9 08/47] tests/qapi-schema: Cover empty union base
` [Qemu-devel] [PATCH for-2.9 09/47] qapi: Fix to reject empty union base gracefully
` [Qemu-devel] [PATCH for-2.9 10/47] qapi2texi: Fix up output around #optional
` [Qemu-devel] [PATCH for-2.9 11/47] qapi: Avoid unwanted blank lines in QAPIDoc
` [Qemu-devel] [PATCH for-2.9 12/47] qapi/rocker: Fix up doc comment notes on optional members
` [Qemu-devel] [PATCH for-2.9 13/47] qapi: Fix QAPISchemaEnumType.is_implicit() for 'QType'
` [Qemu-devel] [PATCH for-2.9 14/47] qapi: Prepare for requiring more complete documentation
` [Qemu-devel] [PATCH for-2.9 15/47] qapi: Conjure up QAPIDoc.ArgSection for undocumented members
` [Qemu-devel] [PATCH for-2.9 16/47] qapi2texi: Convert to QAPISchemaVisitor
` [Qemu-devel] [PATCH for-2.9 17/47] qapi: The #optional tag is redundant, drop
` [Qemu-devel] [PATCH for-2.9 18/47] qapi: Use raw strings for regular expressions consistently
` [Qemu-devel] [PATCH for-2.9 19/47] qapi: Prefer single-quoted strings more consistently
` [Qemu-devel] [PATCH for-2.9 20/47] qapi2texi: Plainer enum value and member name formatting
` [Qemu-devel] [PATCH for-2.9 21/47] qapi2texi: Present the table of members more clearly
` [Qemu-devel] [PATCH for-2.9 22/47] qapi2texi: Explain enum value undocumentedness "
` [Qemu-devel] [PATCH for-2.9 23/47] qapi2texi: Don't hide undocumented members and arguments
` [Qemu-devel] [PATCH for-2.9 24/47] qapi2texi: Implement boxed argument documentation
` [Qemu-devel] [PATCH for-2.9 25/47] qapi2texi: Include member type in generated documentation
` [Qemu-devel] [PATCH for-2.9 26/47] qapi2texi: Generate reference to base type members
` [Qemu-devel] [PATCH for-2.9 27/47] qapi2texi: Generate documentation for variant members
` [Qemu-devel] [PATCH for-2.9 28/47] qapi2texi: Generate descriptions for simple union tags
` [Qemu-devel] [PATCH for-2.9 29/47] qapi2texi: Use category "Object" for all object types
` [Qemu-devel] [PATCH for-2.9 30/47] tests/qapi-schema: Improve doc / expression mismatch coverage
` [Qemu-devel] [PATCH for-2.9 31/47] qapi: Fix detection of doc / expression mismatch
` [Qemu-devel] [PATCH for-2.9 32/47] qapi: Move detection of doc / expression name mismatch
` [Qemu-devel] [PATCH for-2.9 33/47] qapi: Improve error message on @NAME: in free-form doc
` [Qemu-devel] [PATCH for-2.9 34/47] qapi: Move empty doc section checking to doc parser
` [Qemu-devel] [PATCH for-2.9 35/47] tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg
` [Qemu-devel] [PATCH for-2.9 36/47] tests/qapi-schema: Improve coverage of bogus member docs
` [Qemu-devel] [PATCH for-2.9 37/47] qapi: Fix detection of bogus member documentation
` [Qemu-devel] [PATCH for-2.9 38/47] qapi: Eliminate check_docs() and drop QAPIDoc.expr
` [Qemu-devel] [PATCH for-2.9 39/47] qapi: Drop unused variable events
` [Qemu-devel] [PATCH for-2.9 40/47] qapi: Simplify what gets stored in enum_types
` [Qemu-devel] [PATCH for-2.9 41/47] qapi: Factor add_name() calls out of the meta conditional
` [Qemu-devel] [PATCH for-2.9 42/47] qapi: enum_types is a list used like a dict, make it one
` [Qemu-devel] [PATCH for-2.9 43/47] qapi: struct_types "
` [Qemu-devel] [PATCH for-2.9 44/47] qapi: union_types "
` [Qemu-devel] [PATCH for-2.9 45/47] qapi: Drop unused .check_clash() parameter schema
` [Qemu-devel] [PATCH for-2.9 46/47] qapi: Make pylint a bit happier
` [Qemu-devel] [PATCH for-2.9 47/47] qapi: Fix a misleading parser error message
[Qemu-devel] [PATCHv2] hw/net: implement MIB counters in mcf_fec driver
2017-03-13 6:17 UTC (2+ messages)
[PATCH net-next] liquidio: optimize DMA in NUMA systems
2017-03-13 6:17 UTC (2+ messages)
[PATCH net-next 0/2] netvsc: fix module removal hangs
2017-03-13 6:15 UTC (2+ messages)
Today's mainline failed to boot on Power 6 with WARNING: CPU: 8 PID: 0 at kernel/sched/sched.h
2017-03-13 6:13 UTC
[PATCH net] netvsc: handle select_queue when device is being removed
2017-03-13 6:14 UTC (2+ messages)
[Question] About the behavior of HLT in VMX guest mode
2017-03-13 6:12 UTC
[PATCH v2 0/3] staging: wilc1000: Improve code readability
2017-03-13 6:11 UTC (6+ messages)
` [PATCH v2 3/3] staging: wilc1000: Remove unnecessary brackets
` [Outreachy kernel] "
` [Outreachy kernel] [PATCH v2 0/3] staging: wilc1000: Improve code readability
Problem in First-Patch-Tutorial
2017-03-13 6:09 UTC (9+ messages)
[PATCH] net: ethernet: aquantia: set net_device mtu when mtu is changed
2017-03-13 6:09 UTC (2+ messages)
[PATCH v3 0/7] ASoC: add OF-graph base simple-card
2017-03-13 6:07 UTC (4+ messages)
` [PATCH v3 6/7] ASoC: add audio-graph-card document
[Qemu-devel] [PATCH] COLO-compare: Fix trace_event print bug
2017-03-13 6:07 UTC (2+ messages)
[Qemu-devel] [PATCH v2] qmp-shell: add persistent command history
2017-03-13 6:04 UTC (11+ messages)
[PATCH 0/3] powernv:idle: Fixes for CPU-Hotplug on POWER DD1.0
2017-03-13 6:01 UTC (4+ messages)
` [PATCH 1/3] powernv:smp: Add busy-wait loop as fall back for CPU-Hotplug
` [PATCH 2/3] powernv:idle: Don't override default/deepest directly in kernel
` [PATCH 3/3] powernv:Recover correct PACA on wakeup from a stop on P9 DD1
[PATCH] ACPICA: Detect duplicate SSDT tables
2017-03-13 6:01 UTC (11+ messages)
` [Devel] "
[net-next v2 00/10] QorIQ DPAA 1 updates
2017-03-13 6:01 UTC (2+ messages)
[PATCH] TOMOYO: Switch from per "struct cred" blob to per "struct task_struct" blob
2017-03-13 5:59 UTC (5+ messages)
[PATCH] http-walker: fix buffer underflow processing remote alternates
2017-03-13 5:59 UTC (2+ messages)
[PATCH v2 1/2] net: sched: make default fifo qdiscs appear in the dump
2017-03-13 5:53 UTC (3+ messages)
` [PATCH v3 "
[PATCH] [media] atmel-isc: fix off-by-one comparison and out of bounds read issue
2017-03-13 5:53 UTC (5+ messages)
[PATCH net-next v2] net: ipv6: Add early demux handler for UDP unicast
2017-03-13 5:54 UTC (2+ messages)
[PATCH v4 0/9] ASoC: add OF-graph base simple-card
2017-03-13 5:54 UTC (10+ messages)
` [PATCH v4 1/9] of_graph: add of_graph_get_remote_endpoint()
` [PATCH v4 2/9] of_graph: add of_graph_get_port_parent()
` [PATCH v4 3/9] of_graph: add of_graph_get_endpoint_count()
` [PATCH v4 4/9] ASoC: simple-card-utils: enable "label" on asoc_simple_card_parse_card_name
` [PATCH v4 5/9] ASoC: soc-core: enable "dai-name" on snd_soc_of_parse_daifmt()
` [PATCH v4 6/9] ASoC: add snd_soc_get_dai_id()
` [PATCH v4 7/9] ASoC: simple-card-utils: add asoc_simple_card_parse_graph_dai()
` [PATCH v4 8/9] ASoC: add audio-graph-card document
` [PATCH v4 9/9] ASoC: add audio-graph-card support
[PATCH] md:fix a trivial typo in comments
2017-03-13 5:53 UTC
[PATCH 00/26] x86: 5-level paging enabling for v4.12
2017-03-13 5:50 UTC (80+ messages)
` [PATCH 01/26] x86: basic changes into headers for 5-level paging
` [PATCH 02/26] x86: trivial portion of 5-level paging conversion
` [PATCH 03/26] x86/gup: add 5-level paging support
` [PATCH 04/26] x86/ident_map: "
` [PATCH 05/26] x86/mm: add support of p4d_t in vmalloc_fault()
` [PATCH 06/26] x86/power: support p4d_t in hibernate code
` [PATCH 07/26] x86/kexec: support p4d_t
` [PATCH 08/26] x86/efi: handle p4d in EFI pagetables
` [PATCH 09/26] x86/mm/pat: handle additional page table
` [PATCH 10/26] x86/kasan: prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
` [PATCH 11/26] x86/xen: convert __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
` [PATCH 12/26] x86: convert the rest of the code to support p4d_t
` [PATCH 13/26] x86: detect 5-level paging support
` [PATCH 14/26] x86/asm: remove __VIRTUAL_MASK_SHIFT==47 assert
` [PATCH 15/26] x86/mm: define virtual memory map for 5-level paging
` [PATCH 16/26] x86/paravirt: make paravirt code support "
` [PATCH 17/26] x86/mm: basic defines/helpers for CONFIG_X86_5LEVEL
` [PATCH 18/26] x86/dump_pagetables: support 5-level paging
` [PATCH 19/26] x86/kasan: extend to "
` [PATCH 20/26] x86/espfix: "
` [PATCH 21/26] x86/mm: add support of additional page table level during early boot
` [PATCH 22/26] x86/mm: add sync_global_pgds() for configuration with 5-level paging
` [PATCH 23/26] x86/mm: make kernel_physical_mapping_init() support "
` [PATCH 24/26] x86/mm: add support for 5-level paging for KASLR
` [PATCH 25/26] x86: enable 5-level paging support
` [PATCH 26/26] x86/mm: allow to have userspace mappings above 47-bits
[PATCHv3 0/4] rds: ib: trivial patches
2017-03-13 5:43 UTC (5+ messages)
` [PATCHv3 1/4] rds: ib: drop unnecessary rdma_reject
` [PATCHv3 2/4] rds: ib: remove redundant ib_dealloc_fmr
` [PATCHv3 3/4] rds: ib: add the static type to the function
` [PATCHv3 4/4] rds: ib: unmap the scatter/gather list when error
[PATCH 0/4] mdadm:checking level once mode has been set
2017-03-13 5:34 UTC (8+ messages)
` [PATCH 3/4] mdadm:triggers core dump when stat2devnm return NULL
[RESEND PATCH v3 0/7] PCI: dwc: Miscellaneous fixes and cleanups
2017-03-13 5:30 UTC (12+ messages)
` [RESEND PATCH v3 4/7] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
[Qemu-devel] qemu-system-ppc regression booting MacOS 9.2.1 image
2017-03-13 5:29 UTC (2+ messages)
[PATCH] staging: iio: ade7753: replace mlock with driver private lock
2017-03-13 5:29 UTC (4+ messages)
` [Outreachy kernel] "
[PATCH RFC 2/3] thermal: dove: convert to a thermal OF sensor device
2017-03-13 5:27 UTC (3+ messages)
[Qemu-devel] [PATCH V2] migration: expose qemu_announce_self() via qmp
2017-03-13 5:24 UTC (5+ messages)
[RFC PATCH] phy: samsung: move the Samsung specific phy files to "samsung" directory
2017-03-13 5:21 UTC (4+ messages)
[PATCH] tpm: Add sysfs interface to show TPM hardware version
2017-03-13 5:21 UTC (2+ messages)
[PATCH] mm, gup: fix typo in gup_p4d_range()
2017-03-13 5:22 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/docker-engine: add option for static client
2017-03-13 5:22 UTC (3+ messages)
[PATCH] mm: mark gup_pud_range as unused
2017-03-13 5:21 UTC (3+ messages)
[PATCH v4] zram: extend zero pages to same element pages
2017-03-13 5:17 UTC (3+ messages)
` memfill v2 now with ARM and x86 implementations
cron job: media_tree daily build: ERRORS
2017-03-13 5:17 UTC
[Question] About the behavior of HLT in VMX guest mode
2017-03-13 5:12 UTC
[PATCH 1/7] regulator: max1586: Constify regulator_ops
2017-03-13 5:00 UTC (4+ messages)
` [PATCH 2/7] regulator: max77693: "
[PATCH v2] mtd: Fix mtdblock for >4GB MTD devices
2017-03-13 5:07 UTC (4+ messages)
[U-Boot] [PATCH v2 0/2] at91: video: add driver for Atmel HLCD controller
2017-03-13 5:05 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] at91: video: Support driver-model for the HLCD driver
[PATCH 1/2] extcon: int3496: Use gpiod_get instead of gpiod_get_index
2017-03-13 5:03 UTC (2+ messages)
[Bug 100177] New: [GM206] Misrendering in XCOM Ennemy Within
2017-03-13 4:59 UTC (2+ messages)
` [Bug 100177] "
[PATCH 1/3] drm/i915/guc: Release GuC interrupts in i915_guc_submission_disable
2017-03-13 4:58 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] "
help
2017-03-13 4:53 UTC (5+ messages)
` kernel build failed
[ANNOUNCE] xf86-video-nouveau 1.0.14
2017-03-13 4:47 UTC
[PATCH] drm/i915: Rename REDIRECT_TO_GUC bit
2017-03-13 4:47 UTC (2+ messages)
[PATCH v2-kernel 4.1] irqdomain: handle the per-CPU irq trigger type settings
2017-03-13 5:00 UTC
[PATCH] ext4: evict inline data when writing to memory map
2017-03-13 4:39 UTC (2+ messages)
[PATCH] net: use net->count to check whether a netns is alive or not
2017-03-13 4:36 UTC
[PATCH v2] statx: optimize copy of struct statx to userspace
2017-03-13 4:34 UTC (7+ messages)
[PATCH v5 00/39] i.MX Media Driver
2017-03-13 4:26 UTC (9+ messages)
[Qemu-devel] [Bug 1256826] [NEW] INT instruction bug in WindowsXP
2017-03-13 4:17 UTC (2+ messages)
` [Qemu-devel] [Bug 1256826] "
[SPDK] "Requested device XXX cannot be used" warning in device detach procedure may be misleading
2017-03-13 4:28 UTC
[RFC PATCH] drm/i915: make context status notifier head be per engine
2017-03-13 4:25 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: make context status notifier head be per engine (rev3)
[ovmf test] 106626: regressions - FAIL
2017-03-13 4:23 UTC
cannot insmod sculld in ldd3
2017-03-13 4:19 UTC (3+ messages)
[PATCH] [v2][for 4.11]tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
2017-03-13 4:19 UTC (3+ 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.