All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-29 12:30:01 to 2016-01-29 13:59:08 UTC [more...]

WARNING in set_restore_sigmask
 2016-01-29 13:57 UTC  (4+ messages)

hap_invlpg() vs INVLPGA
 2016-01-29 13:57 UTC  (2+ messages)

reinstate dm target local ioctl support
 2016-01-29 13:57 UTC  (3+ messages)
` [dm-devel] "

[PATCH 1/4] drm/i915: Sanity check DP AUX message buffer and size
 2016-01-29 13:55 UTC  (8+ messages)
` [PATCH 2/4] drm/i915/chv: Fix error path in GPU freq helpers
` [PATCH 3/4] drm/i915: Add debug info for failed MSI enabling
` [PATCH 4/4] drm/i915: Properly terminate KMS mode name string during tv init
` ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Sanity check DP AUX message buffer and size
` ✓ Fi.CI.BAT: success "

[RFC 00/29] iGVT-g implementation in i915
 2016-01-29 13:57 UTC  (3+ messages)
` [RFC 01/29] drm/i915/gvt: Introduce the basic architecture of GVT-g

[PULL][PATCH 0/4] Sysfs fixes to incompat bits
 2016-01-29 13:55 UTC  (3+ messages)
` [PATCH 3/4] btrfs: sysfs: introduce helper for syncing bits with sysfs files

[U-Boot] [PATCH 0/9] Malta UART using device model & device tree
 2016-01-29 13:54 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] ioport.h: Remove struct resource & co
` [U-Boot] [PATCH 2/9] fdt: Support for ISA busses
` [U-Boot] [PATCH 3/9] fdt: Support providing IORESOURCE_* flags from translation
` [U-Boot] [PATCH 4/9] ns16550: Support I/O accessors selected by DT
` [U-Boot] [PATCH 5/9] MIPS: Remove SLOW_DOWN_IO
` [U-Boot] [PATCH 6/9] MIPS: Support dynamic I/O port base address
` [U-Boot] [PATCH 7/9] malta: Set I/O port base early
` [U-Boot] [PATCH 8/9] malta: Use I/O accessors for SuperI/O controller
` [U-Boot] [PATCH 9/9] malta: Use device model & tree for UART

[Qemu-devel] [PATCH v8 00/16] block: Rework bdrv_close_all()
 2016-01-29 13:54 UTC  (20+ messages)
` [Qemu-devel] [PATCH v8 01/16] block: Release dirty bitmaps in bdrv_close()
` [Qemu-devel] [PATCH v8 02/16] iotests: Add test for eject under NBD server
` [Qemu-devel] [PATCH v8 05/16] virtio-scsi: Catch BDS-BB removal/insertion
` [Qemu-devel] [PATCH v8 06/16] nbd: Switch from close to eject notifier
` [Qemu-devel] [PATCH v8 12/16] blockdev: Keep track of monitor-owned BDS
` [Qemu-devel] [PATCH v8 14/16] block: Rewrite bdrv_close_all()

[PATCH] amixer: add support for TLV byte control read
 2016-01-29 13:53 UTC  (14+ messages)

[PATCH 1/2] drm/mst: Don't ignore the MST PBN self-test result
 2016-01-29 13:52 UTC  (4+ messages)
` [PATCH 2/2] drm/mst: Add range check for max_payloads during init

[PATCH] usb: Fix OPPO HA-1 vendor ID
 2016-01-29 13:49 UTC 

About style used on .bb* files
 2016-01-29 13:50 UTC 

[Qemu-devel] [PATCH v10 00/25] qapi visitor cleanups part 1 (post-introspection cleanups subset E)
 2016-01-29 13:49 UTC  (26+ messages)
` [Qemu-devel] [PATCH v10 01/25] qobject: Document more shortcomings in our number handling
` [Qemu-devel] [PATCH v10 02/25] qapi: Avoid use of misnamed DO_UPCAST()
` [Qemu-devel] [PATCH v10 03/25] qapi: Drop dead dealloc visitor variable
` [Qemu-devel] [PATCH v10 04/25] qapi: Dealloc visitor does not need a type_size()
` [Qemu-devel] [PATCH v10 05/25] qapi: Drop dead parameter in gen_params()
` [Qemu-devel] [PATCH v10 06/25] hmp: Drop pointless allocation during qapi visit
` [Qemu-devel] [PATCH v10 07/25] hmp: Cache use of qapi visitor
` [Qemu-devel] [PATCH v10 08/25] vl: Ensure qapi visitor properly ends struct visit
` [Qemu-devel] [PATCH v10 09/25] balloon: Improve use of qapi visitor
` [Qemu-devel] [PATCH v10 10/25] qapi: Improve generated event "
` [Qemu-devel] [PATCH v10 11/25] qapi: Track all failures between visit_start/stop
` [Qemu-devel] [PATCH v10 12/25] qapi-visit: Kill unused visit_end_union()
` [Qemu-devel] [PATCH v10 13/25] qapi: Prefer type_int64 over type_int in visitors
` [Qemu-devel] [PATCH v10 14/25] qapi: Make all visitors supply uint64 callbacks
` [Qemu-devel] [PATCH v10 15/25] qapi: Consolidate visitor small integer callbacks
` [Qemu-devel] [PATCH v10 16/25] qapi: Don't cast Enum* to int*
` [Qemu-devel] [PATCH v10 17/25] qom: Use typedef for Visitor
` [Qemu-devel] [PATCH v10 18/25] qapi: Swap visit_* arguments for consistent 'name' placement
` [Qemu-devel] [PATCH v10 19/25] qom: Swap 'name' next to visitor in ObjectPropertyAccessor
` [Qemu-devel] [PATCH v10 20/25] qapi: Swap 'name' in visit_* callbacks to match public API
` [Qemu-devel] [PATCH v10 21/25] qapi: Drop unused 'kind' for struct/enum visit
` [Qemu-devel] [PATCH v10 22/25] qapi: Tighten qmp_input_end_list()
` [Qemu-devel] [PATCH v10 23/25] qapi: Drop unused error argument for list and implicit struct
` [Qemu-devel] [PATCH v10 24/25] qmp: Fix reference-counting of qnull on empty output visit
` [Qemu-devel] [PATCH v10 25/25] qmp: Don't abuse stack to track qmp-output root

tcrypt bandwidth tests
 2016-01-29 13:33 UTC  (3+ messages)
` [RFC 1/2] crypto: tcrypt - Add acipher bandwidth tests support
` [RFC 2/2] crypto: tcrypt - Add ahash digest "

[PATCH] ARM: dts: orion5x: add mtd flash support to linkstation lswtgl
 2016-01-29 13:48 UTC  (5+ messages)

Important Update
 2016-01-29 13:45 UTC 

[meta-oe][PATCH 1/2] openldap: enable native build
 2016-01-29 13:49 UTC  (4+ messages)
` [meta-oe][PATCH 2/2] apache2: enable openldap support

[Qemu-devel] [PATCH] usb: ehci: add capability mmio write function
 2016-01-29 13:45 UTC  (2+ messages)

Query on SCTP:INIT re-transmission interval behavior
 2016-01-29 13:44 UTC  (2+ messages)

[PATCH V2 0/4] Transform Fintek PCIE driver from 8250 to MFD
 2016-01-29 13:41 UTC  (12+ messages)
` [PATCH V2 1/4] mfd: f81504-core: Add Fintek F81504/508/512 PCIE-to-UART/GPIO core support
` [PATCH V2 4/4] serial: 8250_pci: Remove Fintek F81504/508/512 UART driver

[Qemu-devel] [PATCH] build: Add include check on syscall.h
 2016-01-29 13:40 UTC  (4+ messages)

[PATCH v2] HID: quirks: Add no_init_reports for AKAI midi controller
 2016-01-29 13:40 UTC  (3+ messages)

[PATCH] mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress
 2016-01-29 13:40 UTC  (2+ messages)

[PATCH 0/5] add external mempool manager
 2016-01-29 13:40 UTC  (3+ messages)

ata: BUG in ata_sff_hsm_move
 2016-01-29 13:40 UTC  (6+ messages)

[v3,11/41] mips: reuse asm-generic/barrier.h
 2016-01-29 13:38 UTC  (20+ messages)

[PATCH 3/3] btrfs: drop null testing before destroy functions
 2016-01-29 13:36 UTC 

[PATCH 2/3] btrfs: fix compile warning of uninitialized value
 2016-01-29 13:36 UTC 

[PATCH 1/3] btrfs: fix memory leak of fs_info in block group cache
 2016-01-29 13:36 UTC 

[LTP] [PATCH] mem/oom: do cleanup work for oom0{3,4,5}
 2016-01-29 13:36 UTC 

[LSF/MM ATTEND] HMM (heterogeneous memory manager) and GPU
 2016-01-29 13:35 UTC  (3+ messages)

[Qemu-devel] [RFC][PATCH v5 0/5] utils: Improve and document error reporting
 2016-01-29 13:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 2/5] util: Use new error_report_fatal/abort instead of error_setg(&error_fatal/abort)
` [Qemu-devel] [PATCH v5 5/5] doc: Introduce coding style for errors

[Buildroot] [PATCH 1/1] gstreamer1: use a relative symlink to gstconfig.h
 2016-01-29 13:33 UTC  (4+ messages)

[GIT PULL] sound fixes for 4.5-rc2
 2016-01-29 13:33 UTC 

[PATCH 0/3] MIPS: SMP memory barriers: lightweight sync, acquire-release
 2016-01-29 13:32 UTC  (6+ messages)
` [PATCH 1/3] MIPS: R6: Use lightweight SYNC instruction in smp_* memory barriers

[PATCH V10 00/12] Btrfs: Pre subpagesize-blocksize cleanups
 2016-01-29 13:30 UTC  (2+ messages)

[PATCH] eal: Initial implementation of PQoS EAL extension
 2016-01-29 13:29 UTC 

[PATCH linux-next v2 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
 2016-01-29 13:29 UTC  (5+ messages)
` [PATCH linux-next v2 10/14] mtd: spi-nor: configure the number of dummy clock cycles on Macronix memories

[PATCH tip v6 0/5] Simple wait queue support
 2016-01-29 13:28 UTC  (4+ messages)
` [PATCH] video: Use bool instead int pointer for get_opt_bool() argument
` [PATCH] MIPS: Differentiate between 32 and 64 bit ELF header

[qemu-mainline baseline-only test] 38712: regressions - FAIL
 2016-01-29 13:25 UTC 

[meta-oe][PATCH] mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklist
 2016-01-29 13:24 UTC  (3+ messages)

[PATCH 0/8] mtd: spi-nor: locking fixes and updates
 2016-01-29 13:22 UTC  (7+ messages)
` [PATCH 4/8] mtd: spi-nor: disallow further writes to SR if WP# is low

[PATCH v2 0/3] x86/mm: INVPCID support
 2016-01-29 13:21 UTC  (4+ messages)
  ` several messages

[Qemu-devel] [PATCH] Fix virtio migration
 2016-01-29 13:18 UTC 

[PATCH net 0/2] mlx5 driver fixes for 4.5-rc1
 2016-01-29 13:17 UTC  (4+ messages)
` [PATCH net 2/2] net/mlx5e: Use a private copy of netdev ops

[PATCH] lib: Initial implementation of PQoS lib with CAT and CDP support
 2016-01-29 13:17 UTC 

[PATCH v10 00/21] KVM: ARM64: Add guest PMU support
 2016-01-29 13:17 UTC  (15+ messages)
` [PATCH v10 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v10 15/21] KVM: ARM64: Add access handler for PMUSERENR register

[RFC 0/3] MT8173 CMDQ support
 2016-01-29 13:15 UTC  (9+ messages)
` [RFC 3/3] CMDQ: Mediatek CMDQ driver

[Qemu-devel] [PATCH 1/2] Add VMSTATE_STRUCT_VARRAY_KNOWN
 2016-01-29 13:14 UTC  (10+ messages)
` [Qemu-devel] [PATCH 2/2] migration/virtio: Remove simple .get/.put use

[PATCH 0/5] add dpdk packet capture support for tcpdump
 2016-01-29 13:10 UTC  (6+ messages)
` [PATCH 1/5] app/test-pmd: fix nb_rxq and np_txq checks
` [PATCH 2/5] drivers/net/pcap: add public api to create pcap device
` [PATCH 3/5] app/proc_info: add tcpdump support in secondary process
` [PATCH 4/5] lib/librte_eal: add tcpdump support in primary process
` [PATCH 5/5] doc: update doc for tcpdump feature

[Qemu-devel] [Bug 1538541] [NEW] qcow2 rejects request to use preallocation with backing file
 2016-01-29 13:02 UTC  (2+ messages)
` [Qemu-devel] [Bug 1538541] "

[PATCH 0/7] Convert exiting EEPROM drivers to NVMEM
 2016-01-29 13:10 UTC  (3+ messages)
` [PATCH 3/7] eeprom: at24: extend driver to plug into the NVMEM framework

[PATCH] scripts: fix typo in ver_linux
 2016-01-29 12:27 UTC 

[PATCH] fix out of bound read in __test_aead()
 2016-01-29 13:10 UTC 

[Qemu-devel] [PATCH COLO-Frame v13 00/39] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-01-29 13:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH COLO-Frame v13 10/39] COLO: Implement colo checkpoint protocol

[PATCH v6 0/5] ethdev: add speed capabilities and refactor link API
 2016-01-29 13:05 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 5/5] ethdev: add rte_eth_speed_to_bm_flag() to ver. map
` [PATCH v7 3/5] ethdev: redesign link speed config API

Why do we reserve 8 bytes on top of the boot time stack?
 2016-01-29 13:00 UTC 

[PATCH] ecj.in: Expand retry logic to work around internal compiler errors
 2016-01-29 13:04 UTC 

[PATCH update] perf build: Use feature dump file for build-test
 2016-01-29 13:02 UTC  (2+ messages)

test sfdisk, optimal_iosize
 2016-01-29 13:02 UTC  (3+ messages)

[PATCH] openvswitch: allow management from inside user namespaces
 2016-01-29 13:00 UTC 

[PATCH] openvswitch: allow management from inside user namespaces
 2016-01-29 13:00 UTC 

Recent changes (master)
 2016-01-29 13:00 UTC 

[PATCH] ALSA: hda - disable dynamic clock gating on Broxton before reset
 2016-01-29 12:59 UTC  (2+ messages)

[PATCH] s390:ftrace: add save_stack_trace_regs()
 2016-01-29 12:57 UTC  (3+ messages)

dash: read does not ignore trailing spaces
 2016-01-29 12:57 UTC  (6+ messages)

[PATCH 0/9] network driver fixes
 2016-01-29 12:56 UTC  (4+ messages)

Two connect failed
 2016-01-29 12:56 UTC  (4+ messages)

[PATCH v5] lib/spinlock_debug.c: prevent a recursive cycle in the debug code
 2016-01-29 12:54 UTC  (2+ messages)

bcache_gc: BUG: soft lockup
 2016-01-29 12:54 UTC  (11+ messages)

[PATCH RFC 0/3] leds: add SN3218 LED driver
 2016-01-29 12:54 UTC  (3+ messages)
` [PATCH RFC 3/3] "

[Buildroot] Xenomai 3.0.1?
 2016-01-29 12:53 UTC  (3+ messages)

[PATCH 0/1] additional CONFIG_DEBUG_PAGEALLOC change
 2016-01-29 12:52 UTC  (8+ messages)
` [PATCH 1/1] x86: also use debug_pagealloc_enabled() for free_init_pages

[Qemu-devel] [PATCH v19 0/9] Virtual Machine Generation ID
 2016-01-29 12:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH v19 7/9] machine: add properties to compat_props incrementaly

[meta-oe][PATCHv1 0/1] ptest for lua output
 2016-01-29 12:50 UTC  (2+ messages)
` [meta-oe][PATCHv1 1/1] lua: Added ptest for lua

[PATCH] pci: Add the class_id support in pci probe
 2016-01-29 12:47 UTC  (6+ messages)

v3.14.60 build: 0 failures 62 warnings (v3.14.60)
 2016-01-29 12:44 UTC 

[PATCH] lib/igt_kms: Add COMIT_ATOMIC to igt_display_commit2()
 2016-01-29 12:45 UTC  (3+ messages)

Yours Truely Mrs Machiko Kumiko
 2016-01-29 12:32 UTC 

Yours Truely Mrs Machiko Kumiko
 2016-01-29 12:32 UTC 

[PATCH 0/5] Capture more useful details in error state
 2016-01-29 12:38 UTC  (6+ messages)
` [PATCH 1/5] drm/i915/error: capture execlist state on error

[PATCH 1/1] apr-util: add ldap crypto and sqlite3 to PACKAGECONFIG
 2016-01-29 12:38 UTC  (2+ messages)

[PATCH 00/13] Add media controller support to em28xx driver
 2016-01-29 12:37 UTC  (2+ messages)

i915 corrupting memory on shutdown since 4.4?
 2016-01-29 12:37 UTC  (2+ messages)

[PATCH net v2 0/2] pv6: fix sticky pktinfo behaviour
 2016-01-29 12:36 UTC  (6+ messages)
` [PATCH net v2 1/2] ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
` [PATCH net v2 2/2] ipv6/udp: use sticky pktinfo egress ifindex on connect()

mm: another VM_BUG_ON_PAGE(PageTail(page))
 2016-01-29 12:35 UTC  (10+ messages)

[LTP] [BUG] oom hangs the system, NMI backtrace shows most CPUs in shrink_slab
 2016-01-29 12:35 UTC  (6+ messages)

[distros-debian-jessie test] 38713: tolerable all pass
 2016-01-29 12:35 UTC 

memory consumption information in perf stat?
 2016-01-29 12:30 UTC  (3+ messages)

[PATCH v2 0/2] Increase number of next hops for LPM IPv4
 2016-01-29 12:12 UTC  (2+ messages)
` [PATCH 2/2] examples: update to use new lpm lib for ip4


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.