All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-28 13:01:11 to 2015-04-28 13:53:21 UTC [more...]

[U-Boot] [PATCH 1/5] drivers:usb:dwc3: Add DWC3 controller driver support
 2015-04-28 13:53 UTC  (2+ messages)

[U-Boot] [PATCH 4/4] x86: minnowmax: initialize the pin-muxing from device tree
 2015-04-28 13:53 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4 v2] "

[U-Boot] [PATCH 3/4] x86: gpio: add pinctrl support from the device tree
 2015-04-28 13:53 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4 v2] "

[U-Boot] [PATCH 2/4] x86: minnowmax: add GPIO banks in the device tree
 2015-04-28 13:53 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4 v2] "

[U-Boot] [PATCH 1/4] x86: baytrail: fix the GPIOBASE address
 2015-04-28 13:53 UTC  (4+ messages)
` [U-Boot] [PATCH 1/4 v3] "

Kernel v4.1-rc1 + MQ dm-multipath + MQ SRP oops
 2015-04-28 13:52 UTC  (2+ messages)

Migration from 1.7.1 to 1.8 - kernel-abiversion missing
 2015-04-28 13:52 UTC  (2+ messages)

[meta-fsl-arm][PATCH] eglinfo: Restrict i.MX6 backend for SoCs with 3D support
 2015-04-28 13:52 UTC  (2+ messages)

[PATCH 0/3] pcap pmd improvements
 2015-04-28 13:52 UTC  (5+ messages)
` [PATCH 1/3] pcap: utilize underlying real interface properties
` [PATCH 2/3] pcap: add support for jumbo frames

[U-Boot] [U-Boot 0/7] dm: spi: Convert few drivers to driver model
 2015-04-28 13:51 UTC  (4+ messages)

[GIT PULL 00/64] perf/core improvements and fixes
 2015-04-28 13:30 UTC  (65+ messages)
` [PATCH 01/64] perf hists: Get rid of position field from struct hist_entry
` [PATCH 02/64] perf diff: Make hist_entry_diff fields union
` [PATCH 03/64] perf data: Show error message when conversion failed
` [PATCH 04/64] tools lib traceevent: Add alias field to struct format_field
` [PATCH 05/64] tools build: No need to make libapi for perf explicitly
` [PATCH 06/64] tools build: Fix Makefile(s) to properly invoke tools build
` [PATCH 07/64] perf tests: Add build tests for building perf from kernel source root and tools
` [PATCH 08/64] perf data: Switch to multiple cpu stream files
` [PATCH 09/64] perf data: Enable stream flush within processing
` [PATCH 10/64] perf data: Add support for setting ordered_events queue size
` [PATCH 11/64] perf data: Fix duplicate field names and avoid reserved keywords
` [PATCH 12/64] perf data: Fix signedness of value
` [PATCH 13/64] perf header: Add AUX area tracing feature
` [PATCH 14/64] perf evlist: Add support for mmapping an AUX area buffer
` [PATCH 15/64] perf tools: Add user events for AUX area tracing
` [PATCH 16/64] perf auxtrace: Add support for AUX area recording
` [PATCH 17/64] perf record: Add basic AUX area tracing support
` [PATCH 18/64] perf record: Extend -m option for AUX area tracing mmap pages
` [PATCH 19/64] perf tools: Add a user event for AUX area tracing errors
` [PATCH 20/64] perf session: Add hooks to allow transparent decoding of AUX area tracing data
` [PATCH 21/64] perf session: Add instruction tracing options
` [PATCH 22/64] perf auxtrace: Add helpers for AUX area tracing errors
` [PATCH 23/64] perf auxtrace: Add helpers for queuing AUX area tracing data
` [PATCH 24/64] perf auxtrace: Add a heap for sorting AUX area tracing queues
` [PATCH 25/64] perf auxtrace: Add processing for AUX area tracing events
` [PATCH 26/64] perf auxtrace: Add a hashtable for caching
` [PATCH 27/64] perf tools: Add member to struct dso for an instruction cache
` [PATCH 28/64] perf script: Add Instruction Tracing support
` [PATCH 29/64] perf inject: Re-pipe AUX area tracing events
` [PATCH 30/64] perf inject: Add Instruction Tracing support
` [PATCH 31/64] perf script: Add field option 'flags' to print sample flags
` [PATCH 32/64] perf tools: Add aux_watermark member of struct perf_event_attr
` [PATCH 33/64] perf tools: Add parse_events_error interface
` [PATCH 34/64] perf tools: Add flex support for parse_events_error
` [PATCH 35/64] perf tools: Always bail out when config_attr function fails
` [PATCH 36/64] perf tools: Change parse_events_add_pmu interface
` [PATCH 37/64] perf tools: Add location to pmu event terms
` [PATCH 38/64] perf tools: Add term support for parse_events_error
` [PATCH 39/64] perf tools: Add static terms "
` [PATCH 40/64] perf tools: Add tracepoint "
` [PATCH 41/64] perf tools: Add symbolic events "
` [PATCH 42/64] perf probe: Make --funcs option exclusive
` [PATCH 43/64] perf probe: Remove all probes matches given pattern at once
` [PATCH 44/64] perf trace: Fix --filter-pids OPTION description
` [PATCH 45/64] perf trace: Clarify that -e is about syscalls, not perf events in general
` [PATCH 46/64] perf stat: Fix metrics calculation with event qualifiers
` [PATCH 47/64] perf stat: Change metrics context calculation
` [PATCH 48/64] perf stat: Add metrics support for exclude_hv
` [PATCH 49/64] perf stat: Add metrics support for exclude_(host|guest)
` [PATCH 50/64] perf stat: Add metrics support for exclude_idle
` [PATCH 51/64] perf tools: Document --children option in more detail
` [PATCH 52/64] perf tools: Move TUI-specific fields into unnamed union
` [PATCH 53/64] perf tools: Move init_have_children field to the "
` [PATCH 54/64] perf hists browser: Fix possible memory leak
` [PATCH 55/64] perf hists browser: Save hist_browser_timer pointer in hist_browser
` [PATCH 56/64] perf hists browser: Save pstack in the hist_browser
` [PATCH 57/64] perf hists browser: Save perf_session_env "
` [PATCH 58/64] perf hists browser: Split popup menu actions
` [PATCH 59/64] perf hists browser: Split popup menu actions - part 2
` [PATCH 60/64] perf tools: Introduce pstack_peek()
` [PATCH 61/64] perf hists browser: Simplify zooming code using pstack_peek()
` [PATCH 62/64] perf tools: Move TUI-specific fields out of map_symbol
` [PATCH 63/64] perf tools: Use getconf to determine number of online CPUs
` [PATCH 64/64] perf bench numa: Show more stats of particular threads in verbose mode

[Qemu-devel] [PATCH v4 0/4] block: move I/O request processing to block/io.c
 2015-04-28 13:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/4] block: replace bdrv_states iteration with bdrv_next()
` [Qemu-devel] [PATCH v4 2/4] block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h
` [Qemu-devel] [PATCH v4 3/4] block: extract bdrv_setup_io_funcs()
` [Qemu-devel] [PATCH v4 4/4] block: move I/O request processing to block/io.c

simple framebuffer slower by factor of 20, on socfpga (arm) platform
 2015-04-28 13:48 UTC  (11+ messages)

async messenger small benchmark result
 2015-04-28 13:48 UTC  (2+ messages)

[PATCH v1 0/3] mfd: introduce a driver for LPSS devices on SPT
 2015-04-28 13:48 UTC  (4+ messages)
` [PATCH v1 3/3] mfd: Add support for Intel Sunrisepoint LPSS devices

[PATCH v3 0/7] Fixes for perf probe issues on ppc
 2015-04-28 13:48 UTC  (7+ messages)
` [PATCH v3 1/7] perf probe: Improve detection of file/function name in the probe pattern
` [PATCH v3 2/7] perf probe/ppc: Fix symbol fixup issues due to ELF type

[Qemu-devel] [PATCH 0/7] target-mips: add support for large physical addresses
 2015-04-28 13:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/7] target-mips: support Page Frame Number Extension field

Help with Getting started to Contribute
 2015-04-28 13:45 UTC 

[PATCH] eal: fix log level check
 2015-04-28 13:46 UTC  (2+ messages)

[meta-fsl-arm-extra][PATCH 1/2] linux-riotboard: Add separate riotboard kernel recipe
 2015-04-28 13:46 UTC  (8+ messages)

[GIT PULL] kdbus for 4.1-rc1
 2015-04-28 13:44 UTC  (11+ messages)

[PATCH 1/2] amdgpu: cleanup public interface
 2015-04-28 13:44 UTC  (4+ messages)

master - config: also evaluate default unconfigured values in runtime for 'cfg_runtime' settings
 2015-04-28 13:44 UTC 

master - config: make it possible to set default unconfigured_value for settings of all types, not just strings
 2015-04-28 13:44 UTC 

master - refactor: rename struct cfg_def_item's 'unconfigured_path' to 'unconfigured_value'
 2015-04-28 13:44 UTC 

refactor stateid checking and file allocation
 2015-04-28 13:41 UTC  (7+ messages)
` [PATCH 1/6] nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op
` [PATCH 2/6] nfsd: remove nfsd_close
` [PATCH 3/6] nfsd: refactor nfs4_preprocess_stateid_op
` [PATCH 4/6] nfsd: clean up raparams handling
` [PATCH 5/6] nfsd: take struct file setup fully into nfs4_preprocess_stateid_op
` [PATCH 6/6] nfsd: drop the file argument to nfsd_write

[PATCH v3 0/3] tty: serial: Add earlycon support to MT8173 SoC
 2015-04-28 13:40 UTC  (12+ messages)
` [PATCH v3 1/3] tty: serial: 8250: export early_serial8250_setup function
` [PATCH v3 2/3] tty: serial: 8250_mtk: Add earlycon
` [PATCH v3 3/3] arm64: dts: Add mediatek MT8173 earlycon support

[PATCH 0/13] Parallel struct page initialisation v3
 2015-04-28 13:48 UTC  (6+ messages)
` [PATCH 07/13] mm: meminit: Initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set

[PATCH] x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue
 2015-04-28 13:40 UTC  (11+ messages)

[PATCH 0/9] Porting the intel_pstate driver to Xen
 2015-04-28 13:40 UTC  (16+ messages)

[PATCH v8 0/2] Add new MFD driver for MAX77843
 2015-04-28 13:35 UTC  (3+ messages)
` [PATCH v8 2/2] Documentation: Add device tree bindings document for max77843

[RFC PATCH 0/5] GHES NMI handler cleanup
 2015-04-28 13:38 UTC  (3+ messages)
` [RFC PATCH 5/5] GHES: Make NMI handler have a single reader

[PATCH] mlx4: Fix tx ring affinity_mask creation
 2015-04-28 13:37 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 00/36] drop qapi nested structs
 2015-04-28 13:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 37/36] qapi: Support (subset of) \u escapes in strings
` [Qemu-devel] [PATCH v6 38/36] qapi: Check for member name conflicts with a base class

[Qemu-devel] [PATCH V7 08/16] virtio: introduce bus specific queue limit
 2015-04-28 13:33 UTC  (12+ messages)

[PATCH v5 p2 00/19] xen/arm Add support for non-PCI passthrough
 2015-04-28 13:30 UTC  (4+ messages)
` [PATCH v5 p2 15/19] tools/(lib)xl: Add partial device tree support for ARM

[PATCH] drm/i915: Remove incorrect restriction on 32bit offsets in ppGTT backend
 2015-04-28 13:30 UTC  (2+ messages)

M-Audio Midisport 2x2 Anniversary edition, latency problem
 2015-04-28 13:30 UTC  (2+ messages)

[PATCH 0/9] mm: improve OOM mechanism v2
 2015-04-28 13:30 UTC  (7+ messages)
` [PATCH 8/9] mm: page_alloc: wait for OOM killer progress before retrying
` [PATCH 9/9] mm: page_alloc: memory reserve access for OOM-killing allocations

[PATCH v2] mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout
 2015-04-28 13:30 UTC  (3+ messages)

[PATCH] mm/shmem.c: Add new seal to memfd: F_SEAL_WRITE_NONCREATOR
 2015-04-28 13:28 UTC  (3+ messages)
  ` [PATCH] mm/shmem.c: Add new seal to memfd: F_SEAL_WRITE_PEER

[PATCH 0/5] HW_LOCK Security Patches
 2015-04-28 13:29 UTC  (8+ messages)
` [PATCH 4/5] drm: Make HW_LOCK access functions optional

[PATCH v3 00/13] Earlycon cleanup
 2015-04-28 13:28 UTC  (5+ messages)
` [PATCH v3 01/13] of: earlycon: Fix 'stdout-path' with ':' path terminator

[PATCHv3 00/12] usb: ulpi bus
 2015-04-28 13:24 UTC  (12+ messages)
` [PATCHv3 01/11] usb: add bus type for USB ULPI
` [PATCHv3 02/11] usb: dwc3: USB2 PHY register access bits
` [PATCHv3 03/11] usb: dwc3: ULPI or UTMI+ select
` [PATCHv3 04/11] usb: dwc3: store driver data earlier
` [PATCHv3 05/11] usb: dwc3: cache hwparams earlier
` [PATCHv3 06/11] usb: dwc3: soft reset to it's own function
` [PATCHv3 07/11] usb: dwc3: setup phys earlier
` [PATCHv3 08/11] usb: dwc3: add hsphy_interface property
` [PATCHv3 09/11] usb: dwc3: pci: add quirk for Baytrails
` [PATCHv3 10/11] phy: helpers for USB ULPI PHY registering
` [PATCHv3 11/11] phy: add driver for TI TUSB1210 ULPI PHY

[PATCH v2 0/3] leds: blink resolution improvements
 2015-04-28 13:26 UTC  (5+ messages)

[tty:tty-testing 9/30] drivers/of/fdt.c:807:2: error: implicit declaration of function 'fdt_path_offset_namelen'
 2015-04-28 13:26 UTC 

[PATCH V3 00/25] perf tools: Introduce an abstraction for AUX Area and Instruction Tracing
 2015-04-28 13:24 UTC  (7+ messages)
` [PATCH V3 07/25] perf auxtrace: Add option to synthesize events for transactions
` [PATCH V3 08/25] perf tools: Add support for PERF_RECORD_AUX
` [PATCH V3 11/25] perf record: Add AUX area tracing Snapshot Mode support

[PATCH v2] builddeb: parallelize debug module installation
 2015-04-28 13:24 UTC  (2+ messages)
` [PATCH v3] "

[Qemu-devel] [PATCH v4 0/2] virtio: Move host features to backends
 2015-04-28 13:24 UTC  (9+ messages)

[PATCH v9 00/17] Re-introduce h8300 architecture
 2015-04-28 13:22 UTC  (2+ messages)

[PATCH] arm64: perf: Fix callchain parse error with kernel tracepoint events
 2015-04-28 13:20 UTC  (2+ messages)

[PATCH V6 02/15] mmc: core: Enable / disable re-tuning
 2015-04-28 13:18 UTC  (2+ messages)
` [PATCH V7 "

[Ocfs2-devel] [RFC] Online File(system) check
 2015-04-28 13:20 UTC  (4+ messages)

[PATCH] conf/ucm: broadwell-rt286: change to use the correct jack kcontrol name
 2015-04-28 13:19 UTC  (2+ messages)

[PATCH v5] extcon-axp288: Add axp288 extcon driver support
 2015-04-28 16:13 UTC  (9+ messages)

[PATCH 6/9] x86/intel_pstate: the main boby of the intel_pstate driver
 2015-04-28 13:17 UTC  (5+ messages)

iproute2 regression -- ss -u returns an empty list
 2015-04-28 13:14 UTC  (3+ messages)

[Buildroot] [PATCH] raspberrypi2: kernel version does no more exist
 2015-04-28 13:13 UTC  (5+ messages)

[PATCH 00/20] clockevents_notify() removal
 2015-04-28 13:37 UTC  (10+ messages)
` [PATCH 16/20] sched/idle: Use explicit broadcast oneshot control function

[PATCH 00/11] Delete new __cpuinit users and then delete stubs
 2015-04-28 13:12 UTC  (3+ messages)
` [PATCH 09/11] kernel/cpu.c: remove new instance of __cpuinit that crept back in

[PATCH v4 1/2] firmware: qcom: scm: Split out 32-bit specific SCM code
 2015-04-28 13:11 UTC  (4+ messages)
` [PATCH v4 2/2] firmware: qcom: scm: Add support for ARM64 SoCs

[PATCH v2] omap: i2c: Add calls for pinctrl state select
 2015-04-28 13:11 UTC  (5+ messages)

[LTP] [PATCH 1/2] cpu_hotplug: use present rather than all CPUs
 2015-04-28 13:07 UTC  (2+ messages)

[RFCv3 PATCH 00/48] sched: Energy cost model for energy-aware scheduling
 2015-04-28 13:06 UTC  (9+ messages)
` [RFCv3 PATCH 33/48] sched: Energy-aware wake-up task placement

Audio crackles with 4.1-rc1
 2015-04-28 13:05 UTC  (4+ messages)

[PATCH 0/1] extcon: arizona: Rename hpdet_ip to make its purpose clearer
 2015-04-28 13:04 UTC  (3+ messages)
` [PATCH 1/1] "

4.1-rc1 fails with O3 optimization
 2015-04-28 13:03 UTC  (4+ messages)

[PATCH 0/3] Add media bdisp driver for stihxxx platforms
 2015-04-28 13:00 UTC  (3+ messages)

[Bug 90056] Unigine Valley regression since radeon/llvm: Run LLVM's instruction combining pass
 2015-04-28 13:03 UTC  (2+ messages)

[PATCH] test-pmd fix default mbuf size
 2015-04-28 13:02 UTC 

[RFC PATCH 1/2] ALSA: hda - divide controller and codec dependency on i915 gfx power well
 2015-04-28 13:01 UTC  (3+ messages)
` [PATCH v2 3/3] ALSA: hda - implement a refcount for i915 power well switch


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.