All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-17 19:20:03 to 2015-12-17 20:06:09 UTC [more...]

[PATCH kvm-unit-tests v2 00/12] Improve the output of test runners
 2015-12-17 20:06 UTC  (14+ messages)
` [PATCH kvm-unit-tests v2 05/12] lib/report: allow test skipping
` [PATCH kvm-unit-tests v2 09/12] x86/hyperv_synic: check for support before testing
` [PATCH kvm-unit-tests v2 10/12] run_tests: print summary
` [PATCH kvm-unit-tests v2 11/12] wrappers: consolidate skip output
` [PATCH kvm-unit-tests v2 12/12] run_tests: suppress stderr

Issues with Lenovo Yoga 900 IIO devices (accelerometer, etc.)
 2015-12-17 20:05 UTC  (13+ messages)

[Buildroot] [PATCH 1/3] package/nodejs: Add version 5.2.0
 2015-12-17 20:05 UTC  (13+ messages)

[Buildroot] [PATCH 1/1] Add config to nfsd to set number of threads
 2015-12-17 20:04 UTC  (2+ messages)

[PATCH] tile: include the syscall number in the backtrace
 2015-12-17 20:03 UTC 

[PATCH V16 00/11] x86: Intel Cache Allocation Technology Support
 2015-12-17 22:46 UTC  (12+ messages)
` [PATCH V16 01/11] x86/intel_cqm: Modify hot cpu notification handling
` [PATCH V16 02/11] x86/intel_rapl: "
` [PATCH V16 03/11] x86/intel_rdt: Cache Allocation documentation
` [PATCH V16 04/11] x86/intel_rdt: Add support for Cache Allocation detection
` [PATCH V16 05/11] x86/intel_rdt: Add Class of service management
` [PATCH V16 06/11] x86/intel_rdt: Add L3 cache capacity bitmask management
` [PATCH V16 07/11] x86/intel_rdt: Implement scheduling support for Intel RDT
` [PATCH V16 08/11] x86/intel_rdt: Hot cpu support for Cache Allocation
` [PATCH V16 09/11] x86/intel_rdt: Intel haswell Cache Allocation enumeration
` [PATCH V16 10/11] x86,cgroup/intel_rdt : Add intel_rdt cgroup documentation
` [PATCH V16 11/11] x86,cgroup/intel_rdt : Add a cgroup interface to manage Intel cache allocation

[kernel-hardening] Looking at PAX_MEMORY_SANITIZE
 2015-12-17 20:03 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] Use Python 2.6 "except E as ..." syntax
 2015-12-17 20:00 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] qapi: "
` [Qemu-devel] [PATCH 3/4] Revert "tracetool: use Python 2.4-compatible exception handling syntax"

[Qemu-devel] [PATCH v2 00/14] tcg: Improve sparc register windows
 2015-12-17 20:00 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 02/14] tcg: Change ts->mem_reg to ts->mem_base
` [Qemu-devel] [PATCH v2 03/14] tcg: Tidy temporary allocation
` [Qemu-devel] [PATCH v2 04/14] tcg: More use of TCGReg where appropriate
` [Qemu-devel] [PATCH v2 05/14] tcg: Remove tcg_get_arg_str_i32/64
` [Qemu-devel] [PATCH v2 06/14] tcg: Change reg_to_temp to TCGTemp pointer
` [Qemu-devel] [PATCH v2 07/14] tcg: Change temp_dead argument to TCGTemp
` [Qemu-devel] [PATCH v2 08/14] tcg: Change temp_sync "
` [Qemu-devel] [PATCH v2 09/14] tcg: Change temp_save "
` [Qemu-devel] [PATCH v2 10/14] tcg: Introduce temp_load
` [Qemu-devel] [PATCH v2 11/14] tcg: Implement indirect memory registers
` [Qemu-devel] [PATCH v2 12/14] tcg: Allocate indirect_base temporaries in a different order
` [Qemu-devel] [PATCH v2 13/14] target-sparc: Tidy global register initialization
` [Qemu-devel] [PATCH v2 14/14] target-sparc: Use global registers for the register window

[GIT PULL 00/43] perf/core new feature: 'perf stat record/report'
 2015-12-17 19:47 UTC  (44+ messages)
` [PATCH 01/43] perf thread_map: Add thread_map user level event
` [PATCH 02/43] perf thread_map: Add thread_map event sythesize function
` [PATCH 03/43] perf thread_map: Add thread_map__new_event function
` [PATCH 04/43] perf thread_map: Add perf_event__fprintf_thread_map function
` [PATCH 05/43] perf cpu_map: Add cpu_map user level event
` [PATCH 06/43] perf cpu_map: Add cpu_map event synthesize function
` [PATCH 07/43] perf cpu_map: Add cpu_map__new_event function
` [PATCH 08/43] perf cpu_map: Add perf_event__fprintf_cpu_map function
` [PATCH 09/43] perf tools: Add stat config user level event
` [PATCH 10/43] perf tools: Add stat config event synthesize function
` [PATCH 11/43] perf tools: Add stat config event read function
` [PATCH 12/43] perf tools: Add stat user level event
` [PATCH 13/43] perf tools: Add stat event synthesize function
` [PATCH 14/43] perf tools: Add stat event read function
` [PATCH 15/43] perf tools: Add stat round user level event
` [PATCH 16/43] perf tools: Add stat round event synthesize function
` [PATCH 17/43] perf tools: Add stat events fprintf functions
` [PATCH 18/43] perf tools: Add event_update user level event
` [PATCH 19/43] perf tools: Add event_update event unit type
` [PATCH 20/43] perf tools: Add event_update event scale type
` [PATCH 21/43] perf tools: Add event_update event name type
` [PATCH 22/43] perf tools: Add event_update event cpus type
` [PATCH 23/43] perf tools: Add perf_event__fprintf_event_update function
` [PATCH 24/43] perf report: Display newly added events in raw dump
` [PATCH 25/43] perf tools: Introduce stat perf.data header feature
` [PATCH 26/43] perf stat record: Add record command
` [PATCH 27/43] perf stat record: Initialize record features
` [PATCH 28/43] perf stat record: Synthesize stat record data
` [PATCH 29/43] perf evlist: Export id_add_fd()
` [PATCH 30/43] perf stat record: Store events IDs in perf data file
` [PATCH 31/43] perf stat record: Add pipe support for record command
` [PATCH 32/43] perf stat record: Write stat events on record
` [PATCH 33/43] perf stat record: Write stat round "
` [PATCH 34/43] perf stat record: Do not allow record with multiple runs mode
` [PATCH 35/43] perf stat record: Synthesize event update events
` [PATCH 36/43] perf stat report: Add report command
` [PATCH 37/43] perf stat report: Process cpu/threads maps
` [PATCH 38/43] perf stat report: Process stat config event
` [PATCH 39/43] perf stat report: Add support to initialize aggr_map from file
` [PATCH 40/43] perf stat report: Move csv_sep initialization before report command
` [PATCH 41/43] perf stat report: Process stat and stat round events
` [PATCH 42/43] perf stat report: Process event update events
` [PATCH 43/43] perf stat report: Allow to override aggr_mode

[PATCH 1/2] mm, oom: introduce oom reaper
 2015-12-17 20:00 UTC  (7+ messages)

[PATCH] i2c: allow building emev2 without slave mode again
 2015-12-17 19:57 UTC  (11+ messages)

populate_sdk fails almost immediately
 2015-12-17 19:58 UTC  (2+ messages)

[PATCH v2 00/16] qla2xxx: Patches for target-pending branch
 2015-12-17 19:57 UTC  (10+ messages)
` [PATCH v2 02/16] qla2xxx: Enable Exchange offload support
` [PATCH v2 03/16] qla2xxx: Enable Target counters in DebugFS
` [PATCH v2 06/16] qla2xxx: Delete session if initiator is gone from FW
` [PATCH v2 07/16] qla2xxx: Wait for all conflicts before ack'ing PLOGI
` [PATCH v2 10/16] qla2xxx: Add irq affinity notification
` [PATCH v2 11/16] qla2xxx: Add selective command queuing
` [PATCH v2 12/16] qla2xxx: Move atioq to a different lock to reduce lock contention
` [PATCH v2 13/16] qla2xxx: Disable ZIO at start time
` [PATCH v2 16/16] qla2xxx: Check for online flag instead of active reset when transmitting responses

[PATCH 0/3] Add notifier blocks to close transport sockets when an ip address is deleted
 2015-12-17 19:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/14] tcg: Improve sparc register windows
 2015-12-17 19:56 UTC 

[Qemu-devel] [PATCH v2 00/23] Error reporting cleanups and fixes
 2015-12-17 19:56 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 01/23] qemu-nbd: Replace BSDism <err.h> by error_report()
` [Qemu-devel] [PATCH v2 05/23] error: Improve documentation around error_append_hint()

[Qemu-devel] [PULL 00/45] KVM, memory, SCSI, qemu_log, Coverity patches for 2015-12-17
 2015-12-17 19:55 UTC  (2+ messages)

[PATCH 1/2] mmc: core: enable CMD19 tuning for DDR50 mode
 2015-12-17 19:54 UTC  (16+ messages)

[PATCH] bcma: use module_init for the main part of bus initialization
 2015-12-17 19:53 UTC 

[PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
 2015-12-17 19:53 UTC  (11+ messages)

[PATCH 0/3] IB 64 bit counter support V2
 2015-12-17 19:52 UTC  (4+ messages)
` [PATCH 1/3] IB Core: Create get_perf_mad function in sysfs.c
` [PATCH 2/3] IB core counters: Specify attribute_id in port_table_attribute
` [PATCH 3/3] bject: IB Core: Display extended counter set if available

Issue with Ceph File System and LIO
 2015-12-17 19:49 UTC  (8+ messages)

[Buildroot] Add config to nfsd to set number of threads
 2015-12-17 19:49 UTC  (3+ messages)

[patch 3/3 -next] drm/vc4: fix an error code
 2015-12-17 19:48 UTC  (3+ messages)

[PATCH] mmc: core: Optimize boot time by detecting cards simultaneously
 2015-12-17 19:47 UTC  (5+ messages)

[PATCH 0/3] IB 64 bit counter support
 2015-12-17 19:47 UTC  (16+ messages)
` [PATCH 3/3] IB core: Display 64 bit counters from the extended set

[PATCHv6 00/25] perf stat: Add scripting support
 2015-12-17 19:46 UTC  (4+ messages)
` [PATCH 17/25] perf stat report: Move csv_sep initialization before report command

[kernel-hardening][RFC PATCH v2 00/12] Add PAX_REFCOUNT overflow protection
 2015-12-17 19:46 UTC  (7+ messages)
` [kernel-hardening][RFC PATCH v2 01/12] x86: add PAX_REFCOUNT support

[PATCH v2 0/8] fs: don't use module helpers in non-modular code
 2015-12-17 19:46 UTC  (3+ messages)
` [PATCH 7/8] fs: make devpts/inode.c explicitly non-modular

[Intel-gfx] [PATCH v2 1/2] mm: Export nr_swap_pages
 2015-12-17 19:45 UTC  (4+ messages)
` [PATCH v3] mm: Export {__}get_nr_swap_pages()

[PATCH] oeqa/selftest/wic: add test case for sparse images
 2015-12-17 19:43 UTC  (2+ messages)
` [[PATCH v2] "

[PATCH v2] i2c: rcar: disable runtime PM correctly in slave mode
 2015-12-17 19:39 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/26] armv7m: exception handling, MPU, and more
 2015-12-17 19:38 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 12/26] armv7m: check exception return consistency
` [Qemu-devel] [PATCH v2 13/26] armv7m: implement CCR
` [Qemu-devel] [PATCH v2 14/26] armv7m: prevent unprivileged write to STIR

[PATCH] i2c: make i2c_parse_fw_timings() always visible
 2015-12-17 19:38 UTC  (3+ messages)

[PATCH] i2c: emev: select I2C slave support
 2015-12-17 19:38 UTC  (3+ messages)

VFIO no-iommu
 2015-12-17 19:38 UTC  (5+ messages)

[PATCH] MAINTAINERS: Change QCOM entries
 2015-12-17 19:37 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/18] Fix exception handling and msr/mrs access
 2015-12-17 19:36 UTC  (2+ messages)

rgw subuser create and admin api
 2015-12-17 19:36 UTC  (4+ messages)

[PATCH v1] drm/i915/guc: Add GuC ADS (Addition Data Structure) - allocation
 2015-12-17 19:36 UTC  (2+ messages)

[PATCH 1/1] ipc/mqueue: Obey RLIM_INFINITY for message queues
 2015-12-17 19:32 UTC 

[PATCH net] sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close
 2015-12-17 19:33 UTC  (5+ messages)

[PATCH v1 3/7] ima: load policy using path
 2015-12-17 19:33 UTC 

[PATCH v12] Add Mediatek thermal support
 2015-12-17 19:33 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller
` [PATCH 2/3] thermal: Add Mediatek thermal controller support

[PATCH] locking/osq: Fix ordering of node initialisation in osq_lock
 2015-12-17 19:33 UTC  (3+ messages)

[PATCH v4] arm64: Add support for PTE contiguous bit
 2015-12-17 19:33 UTC  (5+ messages)

[PATCH v2] build: untangle ATMODEM and BLUETOOTH conditionals
 2015-12-17 19:33 UTC  (2+ messages)

[PATCH v2 0/4] Fix git-gui when recentrepo list has duplicates
 2015-12-17 19:32 UTC  (3+ messages)
` [PATCH v2 4/4] git gui: allow for a long recentrepo list

[PATCH v5] arm64: Add support for PTE contiguous bit
 2015-12-17 19:31 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/10] hw/sd: QOMify sd.c (and pxa2xx_mmci)
 2015-12-17 19:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/10] hw/sd/sdhci.c: Remove x-drive property

[PATCH 0/2] Fix NMI backtrace for Inforce IFC6410
 2015-12-17 19:26 UTC  (5+ messages)
` [PATCH 2/2] irqchip/gic: Identify and report any reserved SGI IDs

[RFC][PATCH 0/6] Optionally display recurring warning messages
 2015-12-17 19:25 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Compile time concatenate WARN_ON macro strings
` [PATCH 2/6] drm/i915: Decouple struct i915_params i915 into i915_params.h
` [PATCH 3/6] drm/i915: Reorder i915_params struct
` [PATCH 4/6] drm/i915: Add i915.debug parameter
` [PATCH 5/6] drm/i915: Add helpers to reduce (repetitive) noise
` [PATCH 6/6] drm/i915: Use I915_WARN_RECUR for recurring warning messages

[PATCHv4 0/1] Update SCSI hosts to use ida for host number mgmt
 2015-12-17 19:24 UTC  (17+ messages)
` [PATCHv4 1/1] SCSI: hosts: update to use ida_simple for host_no management

Problems loading firmware using built-in drivers with kernels that use initramfs
 2015-12-17 19:24 UTC  (17+ messages)

[qemu-mainline test] 66433: tolerable FAIL - PUSHED
 2015-12-17 19:24 UTC 

[RFC v3 PATCH] fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE
 2015-12-17 19:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 09/10] target-i386: Tidy gen_add_A0_im
 2015-12-17 19:22 UTC 

[PATCH] mingw: emulate write(2) that fails with a EPIPE
 2015-12-17 19:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] virtio_ring: use smp_store_mb
 2015-12-17 19:21 UTC  (10+ messages)
            ` [Qemu-devel] "

[Qemu-devel] [PATCH v2 09/10] target-i386: Tidy gen_add_A0_im
 2015-12-17 19:20 UTC 

[Qemu-devel] [PATCH v2 00/10] target-i386 addressing cleanups
 2015-12-17 19:19 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 02/10] target-i386: Introduce mo_stacksize
` [Qemu-devel] [PATCH v2 03/10] target-i386: Use gen_lea_v_seg in gen_lea_modrm
` [Qemu-devel] [PATCH v2 04/10] target-i386: Use gen_lea_v_seg in stack subroutines
` [Qemu-devel] [PATCH v2 05/10] target-i386: Access segs via TCG registers
` [Qemu-devel] [PATCH v2 06/10] target-i386: Use gen_lea_v_seg in pusha/popa
` [Qemu-devel] [PATCH v2 07/10] target-i386: Rewrite gen_enter inline
` [Qemu-devel] [PATCH v2 08/10] target-i386: Rewrite leave
` [Qemu-devel] [PATCH v2 09/10] target-i386: Tidy gen_add_A0_im


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.