All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-22 08:31:40 to 2016-10-22 10:16:08 UTC [more...]

[PATCH v2 0/3] Apple device properties
 2016-10-22 10:16 UTC  (5+ messages)
` [PATCH v2 1/3] efi: Add device path parser

Linux 4.7.10
 2016-10-22 10:13 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/38] char: fixes and improvements (was "[PATCH 0/9] Fix mux regression")
 2016-10-22 10:09 UTC  (37+ messages)
` [Qemu-devel] [PATCH 01/38] rng: remove unused included header
` [Qemu-devel] [PATCH 02/38] char: remove use-after-free on win-stdio
` [Qemu-devel] [PATCH 03/38] ringbuf: fix chr_write return value
` [Qemu-devel] [PATCH 04/38] sun4uv: fix serial initialization regression
` [Qemu-devel] [PATCH 05/38] malta: replace chr init by CHR_EVENT_OPENED handler
` [Qemu-devel] [PATCH 06/38] char: remove init callback
` [Qemu-devel] [PATCH 07/38] xilinx: fix buffer overflow on realize
` [Qemu-devel] [PATCH 08/38] mux: split mux_chr_update_read_handler()
` [Qemu-devel] [PATCH 09/38] char: introduce CharBackend
` [Qemu-devel] [PATCH 10/38] char: start converting mux driver to use CharBackend
` [Qemu-devel] [PATCH 11/38] char: replace PROP_CHR with CharBackend
` [Qemu-devel] [PATCH 12/38] char: remaining switch to CharBackend in frontend
` [Qemu-devel] [PATCH 13/38] char: rename some frontend functions
` [Qemu-devel] [PATCH 14/38] colo: claim in find_and_check_chardev
` [Qemu-devel] [PATCH 15/38] char: use qemu_chr_fe* functions with CharBackend argument
` [Qemu-devel] [PATCH 16/38] char: fold qemu_chr_set_handlers in qemu_chr_fe_set_handlers
` [Qemu-devel] [PATCH 17/38] vhost-user: only initialize queue 0 CharBackend
` [Qemu-devel] [PATCH 18/38] char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
` [Qemu-devel] [PATCH 19/38] char: make some qemu_chr_fe skip if no driver
` [Qemu-devel] [PATCH 20/38] tests: start chardev unit tests
` [Qemu-devel] [PATCH 21/38] char: move front end handlers in CharBackend
` [Qemu-devel] [PATCH 22/38] char: rename chr_close/chr_free
` [Qemu-devel] [PATCH 23/38] char: remove explicit_fe_open, use a set_handlers argument
` [Qemu-devel] [PATCH 24/38] char: move fe_open in CharBackend
  ` [Qemu-devel] [PATCH 25/38] char: remove unused CHR_EVENT_FOCUS
  ` [Qemu-devel] [PATCH 26/38] char: use an enum for CHR_EVENT
  ` [Qemu-devel] [PATCH 27/38] char: remove unused qemu_chr_fe_event
  ` [Qemu-devel] [PATCH 28/38] char: replace avail_connections
  ` [Qemu-devel] [PATCH 29/38] char: use common error path in qmp_chardev_add
  ` [Qemu-devel] [PATCH 30/38] char: remove explicit_be_open from CharDriverState
  ` [Qemu-devel] [PATCH 31/38] char: use a const CharDriver
  ` [Qemu-devel] [PATCH 32/38] char: use a static array for backends
  ` [Qemu-devel] [PATCH 33/38] char: move callbacks in CharDriver
  ` [Qemu-devel] [PATCH 34/38] char: fold single-user functions in caller
  ` [Qemu-devel] [PATCH 35/38] char: introduce generic qemu_chr_get_kind()
  ` [Qemu-devel] [PATCH 36/38] char: use a feature bit for replay

Rewording language in mbind(2) to "threads" not "processes"
 2016-10-22 10:08 UTC  (9+ messages)

v4.0.9 build: 0 failures 87 warnings (v4.0.9)
 2016-10-22 10:06 UTC 

[PATCH 1/2] perf_event_open.2: Document PERF_EVENT_IOC_PAUSE_OUTPUT
 2016-10-22 10:05 UTC  (8+ messages)
` [PATCH 2/2] perf_event_open.2: Document write_backward

[Bug 178281] New: wine-staging apps freezes the machine with RX460
 2016-10-22 10:05 UTC  (2+ messages)
` [Bug 178281] "

[PATCH 2/2] USB: UHCI: report non-PME wakeup signalling for Intel hardware
 2016-10-22 10:03 UTC  (2+ messages)

Handle non enumerated CPU after physical hotplug
 2016-10-22 10:00 UTC  (2+ messages)

[PATCH 4.8 00/57] 4.8.4-stable review
 2016-10-22  9:58 UTC  (7+ messages)

[PATCH 4.7 00/45] 4.7.10-stable review
 2016-10-22  9:56 UTC  (2+ messages)

[patch] perf_event_open.2: add PERF_SAMPLE_BRANCH_CALL branch sample type
 2016-10-22  9:56 UTC  (2+ messages)

[PATCH 0/4] drm/tilcdc: Cleanup tilcdc (&tda998x) init sequence
 2016-10-22  9:55 UTC  (9+ messages)
` [PATCH 2/4] drm/i2c: tda998x: Remove obsolete drm_connector_register() call

[PATCH net-next 00/15] ethernet: use core min/max MTU checking
 2016-10-22  9:54 UTC  (5+ messages)
` [PATCH net-next 09/15] ethernet/dlink: "

Regression with 4.7.2 on sun4u
 2016-10-22  9:51 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/17] ppc/pnv: booting the kernel and reaching user space
 2016-10-22  9:46 UTC  (18+ messages)
` [Qemu-devel] [PATCH v5 01/17] ppc: add skiboot firmware for the pnv platform
` [Qemu-devel] [PATCH v5 02/17] ppc/pnv: add skeleton PowerNV platform
` [Qemu-devel] [PATCH v5 03/17] ppc/pnv: add a PnvChip object
` [Qemu-devel] [PATCH v5 04/17] ppc/pnv: add a core mask to PnvChip
` [Qemu-devel] [PATCH v5 05/17] ppc/pnv: add a PIR handler "
` [Qemu-devel] [PATCH v5 06/17] ppc/pnv: add a PnvCore object
` [Qemu-devel] [PATCH v5 07/17] ppc/pnv: add XSCOM infrastructure
` [Qemu-devel] [PATCH v5 08/17] ppc/pnv: add XSCOM handlers to PnvCore
` [Qemu-devel] [PATCH v5 09/17] ppc/pnv: add a LPC controller
` [Qemu-devel] [PATCH v5 10/17] ppc/pnv: add a ISA bus
` [Qemu-devel] [PATCH v5 11/17] ppc/xics: Add "native" XICS subclass
` [Qemu-devel] [PATCH v5 12/17] ppc/pnv: add a XICS native to each PowerNV chip
` [Qemu-devel] [PATCH v5 13/17] ppc/xics: add a xics_get_cpu_index_by_pir helper
` [Qemu-devel] [PATCH v5 14/17] ppc/xics: introduce a helper to insert a new ics
` [Qemu-devel] [PATCH v5 15/17] ppc/pnv: Add cut down PSI bridge model and hookup external interrupt
` [Qemu-devel] [PATCH v5 16/17] ppc/pnv: Add OCC model stub with interrupt support
` [Qemu-devel] [PATCH v5 17/17] ppc/pnv: Add Naples chip support for LPC interrupts

[PATCH 01/17] drm/nouveau/core: add missing header dependencies
 2016-10-22  9:41 UTC  (28+ messages)
` [PATCH 02/17] drm/nouveau/bios: mark symbols static where possible
` [PATCH 05/17] drm/nouveau/fb: "
` [PATCH 10/17] drm/nouveau/device: mark symbol "
` [PATCH 11/17] drm/nouveau/disp: mark symbols "
  ` [PATCH 03/17] drm/nouveau/clk: mark symbol "
  ` [PATCH 04/17] drm/nouveau/fb: add missing header dependencies
  ` [PATCH 06/17] drm/nouveau/gpio: mark symbol static where possible
  ` [PATCH 07/17] drm/nouveau/secboot: "
  ` [PATCH 08/17] drm/nouveau/volt: add missing header dependencies
  ` [PATCH 09/17] drm/nouveau/volt: mark symbols static where possible
  ` [PATCH 12/17] drm/nouveau/fifo: "
  ` [PATCH 13/17] drm/nouveau/gr: add missing header dependencies
  ` [PATCH 14/17] drm/nouveau/gr: mark symbols static where possible
  ` [PATCH 16/17] drm/nouveau/dispnv04: add missing header dependencies
  ` [PATCH 17/17] drm/nouveau: mark symbols static where possible
` [PATCH 15/17] drm/nouveau/pm: "

[Buildroot] [PATCH 1/2] X11/odroidc2-driver: New Package
 2016-10-22  9:40 UTC  (9+ messages)

[PATCH v3 0/6] Support PWM polarity control
 2016-10-21 21:49 UTC  (9+ messages)
` [PATCH v3 3/6] pwm: imx: support output polarity inversion

[PATCH net-next 0/6] net: use core MTU range checking everywhere
 2016-10-22  9:36 UTC  (7+ messages)
` [PATCH net-next 6/6] net: use core MTU range checking in misc drivers

[qemu-mainline test] 101596: regressions - FAIL
 2016-10-22  9:36 UTC 

[Qemu-devel] [PATCH v3 2/3] exec: rename cpu_exec_init() as cpu_exec_realizefn()
 2016-10-22  9:31 UTC  (14+ messages)
              ` [Qemu-devel] QOM properties vs C functions/fields (was Re: [PATCH v3 2/3] exec: rename cpu_exec_init() as cpu_exec_realizefn())

AM335x EGLFS gstreamer video extremely slow
 2016-10-22  9:31 UTC 

[PATCH 1/3] drm/amdgpu: change function declarations and add missing header dependencies
 2016-10-22  9:30 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: mark symbols static where possible
` [PATCH 3/3] drm/amdgpu: move function declaration to header file

[PATCH 0/5] allow non-trailers and multiple-line trailers
 2016-10-22  9:29 UTC  (8+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 5/8] trailer: clarify failure modes in parse_trailer

[PATCH] drm/amd/powerplay: mark symbols static where possible
 2016-10-22  9:28 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/ffmpeg: renumber patch 0013 -> 0001
 2016-10-22  9:25 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/ffmpeg: bump version to 3.1.5

[Qemu-devel] [PATCH v2] i2c: Fix SMBus read transactions to avoid double events
 2016-10-22  9:20 UTC  (4+ messages)

[distros-debian-stretch test] 67923: tolerable FAIL
 2016-10-22  9:19 UTC 

[PATCH 2/2] drm/msm/adreno: move function declarations to header file
 2016-10-22  9:17 UTC  (2+ messages)
` [PATCH 1/2] drm/msm: add missing header dependencies

tools for easily "uncommitting" parts of a patch I just commited?
 2016-10-22  9:19 UTC  (7+ messages)

[PATCH] Bluetooth: Add conn type to identify addr type with SMP over BR/EDR
 2016-10-22  9:17 UTC  (5+ messages)

[PATCH] drm/i2c/tda998x: mark symbol static where possible
 2016-10-22  9:14 UTC 

[Qemu-devel] [RFC PATCH] memory: Don't use memcpy for ram marked as skip_dump
 2016-10-22  9:14 UTC  (3+ messages)

[PATCH] drm/arm: mark symbols static where possible
 2016-10-22  9:13 UTC 

[Qemu-devel] [PATCH 0/5] More thread sanitizer fixes and atomic.h improvements
 2016-10-22  9:10 UTC  (3+ messages)

[PATCH v2 00/14] Partial MIPS Malta DT conversion
 2016-10-22  9:08 UTC  (4+ messages)
` [PATCH v2 11/14] MIPS: Malta: Use syscon-reboot driver to reboot

[PATCH] drm/arm: mark symbols static where possible
 2016-10-22  9:07 UTC 

[PATCH] drm/armada: mark symbols static where possible
 2016-10-22  9:03 UTC 

[qemu-upstream-unstable test] 101597: regressions - FAIL
 2016-10-22  9:01 UTC 

[tip:perf/core] perf c2c report: Add --show-all option
 2016-10-22  8:58 UTC 

[tip:perf/core] perf c2c report: Add --no-source option
 2016-10-22  8:58 UTC 

[tip:perf/core] perf c2c: Add man page and credits
 2016-10-22  8:57 UTC 

[tip:perf/core] perf c2c report: Add help windows
 2016-10-22  8:56 UTC 

[tip:perf/core] perf c2c report: Iterate node display in browser
 2016-10-22  8:56 UTC 

[tip:perf/core] perf c2c report: Add support to manage symbol name length
 2016-10-22  8:55 UTC 

[tip:perf/core] perf c2c report: Add cacheline index entry
 2016-10-22  8:55 UTC 

[tip:perf/core] perf c2c report: Recalc width of global sort entries
 2016-10-22  8:54 UTC 

[tip:perf/core] perf c2c report: Allow to set cacheline sort fields
 2016-10-22  8:54 UTC 

[tip:perf/core] perf c2c report: Allow to report callchains
 2016-10-22  8:52 UTC 

[tip:perf/core] perf c2c report: Add c2c related stats stdio output
 2016-10-22  8:52 UTC 

[tip:perf/core] perf c2c report: Add shared cachelines stats stdio output
 2016-10-22  8:51 UTC 

[tip:perf/core] perf c2c report: Add global stats stdio output
 2016-10-22  8:51 UTC 

[tip:perf/core] perf c2c report: Add TUI cacheline browser
 2016-10-22  8:50 UTC 

[PATCH] perf c2c report: Properly check data presence in rb_tree loop
 2016-10-22  8:49 UTC  (2+ messages)
` [tip:perf/core] perf c2c report: Add main TUI browser

[tip:perf/core] perf c2c report: Add stdio output support
 2016-10-22  8:49 UTC 

[PATCH 0/3] xfs: a few reflink cowblocks fixes
 2016-10-22  8:49 UTC  (7+ messages)
` [PATCH 1/3] xfs: fix up inode cowblocks tracking tracepoints
` [PATCH 2/3] xfs: clear cowblocks tag when cow fork is emptied
` [PATCH 3/3] xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan

[tip:perf/core] perf c2c report: Set final resort fields
 2016-10-22  8:48 UTC 

[tip:perf/core] perf c2c report: Setup number of header lines for hists
 2016-10-22  8:48 UTC 

[PATCH 0/5] Handle link training failure for DDI platforms
 2016-10-22  8:48 UTC  (5+ messages)
` [PATCH 1/5] drm: Add atomic helper to redo a modeset on current mode
` [PATCH 2/5] drm: Define a work struct for scheduling a uevent for modeset retry

[tip:perf/core] perf c2c report: Add src line sort key
 2016-10-22  8:47 UTC 

[tip:perf/core] perf c2c report: Add 'cpucnt' sort key
 2016-10-22  8:46 UTC 

[tip:perf/core] perf c2c report: Add stats related sort keys
 2016-10-22  8:46 UTC 

[tip:perf/core] perf c2c report: Add 'symbol' and 'dso' sort keys
 2016-10-22  8:45 UTC 

[tip:perf/core] perf c2c report: Add 'tid' sort key
 2016-10-22  8:44 UTC 

[tip:perf/core] perf c2c report: Add 'pid' sort key
 2016-10-22  8:44 UTC 

[PATCH] i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timings
 2016-10-22  8:43 UTC  (3+ messages)

[tip:perf/core] perf c2c report: Add dram related sort keys
 2016-10-22  8:43 UTC 

[tip:perf/core] perf c2c report: Add hitm/store percent related sort keys
 2016-10-22  8:43 UTC 

[PATCH v3 0/6] drm: Per-plane rotation etc
 2016-10-22  8:42 UTC  (3+ messages)
` [PATCH v2 3/6] drm: RIP mode_config->rotation_property

[tip:perf/core] perf c2c report: Add total loads sort key
 2016-10-22  8:41 UTC 

[PATCH] drm/fb-helper: Don't call dirty callback for untouched clips
 2016-10-22  8:41 UTC  (9+ messages)

[tip:perf/core] perf c2c report: Add llc load miss dimension key
 2016-10-22  8:40 UTC 

[tip:perf/core] perf c2c report: Add llc and remote loads related dimension keys
 2016-10-22  8:40 UTC 

[tip:perf/core] perf c2c report: Add loads related dimension keys
 2016-10-22  8:39 UTC 

[PATCH] drm/i915: Stop setting SNB min-freq-table 0 on powersave setup
 2016-10-22  8:39 UTC  (3+ messages)

[tip:perf/core] perf c2c report: Add stores related dimension keys
 2016-10-22  8:39 UTC 

[PATCH] clk: Register clkdev after setup of fixed-rate and fixed-factor clocks
 2016-10-22  8:14 UTC  (3+ messages)

[tip:perf/core] perf c2c report: Add hitm related dimension keys
 2016-10-22  8:38 UTC 

[tip:perf/core] perf c2c report: Add 'iaddr' dimension key
 2016-10-22  8:38 UTC 

[tip:perf/core] perf c2c report: Add 'offset' dimension key
 2016-10-22  8:37 UTC 

[PATCH 20/57] perf c2c report: Add dcacheline dimension key
 2016-10-22  8:37 UTC  (2+ messages)
` [tip:perf/core] perf c2c report: Add 'dcacheline' "

[PATCH 19/57] perf c2c report: Add header macros
 2016-10-22  8:36 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 18/57] perf c2c report: Decode c2c_stats for hist entries
 2016-10-22  8:36 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 17/57] perf c2c report: Add cacheline hists processing
 2016-10-22  8:35 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 16/57] perf c2c report: Add sample processing
 2016-10-22  8:35 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 1/1] arm: dts: imx6ul: 14x14-evk: add the optee node
 2016-10-22 14:57 UTC 

[PATCH 15/57] perf c2c report: Fallback to standard dimensions
 2016-10-22  8:34 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 14/57] perf c2c report: Add sort_entry dimension support
 2016-10-22  8:34 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 13/57] perf c2c report: Add dimension support
 2016-10-22  8:33 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 12/57] perf c2c: Add report subcommand
 2016-10-22  8:33 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 11/57] perf c2c: Add record subcommand
 2016-10-22  8:32 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH igt] igt/kms_setmode: Clear all connectors before starting the test
 2016-10-22  8:32 UTC 

[PATCH 10/57] perf c2c: Add c2c command
 2016-10-22  8:32 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 03/57] perf tools: Introduce c2c_add_stats function
 2016-10-22  8:31 UTC  (2+ messages)
` [tip:perf/core] perf c2c: "

[PATCH 02/57] perf tools: Introduce c2c_decode_stats function
 2016-10-22  8:31 UTC  (2+ messages)
` [tip:perf/core] perf c2c: "


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.