All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-23 21:19:41 to 2015-06-23 21:56:30 UTC [more...]

[PATCHv4 00/27] perf stat: Introduce --per-thread option
 2015-06-23 21:56 UTC  (7+ messages)
` [PATCH 02/27] perf tools: Add comm string into struct thread_map
` [PATCH 03/27] perf tools: Add reference counting for cpu_map object

[PATCH v2 00/12] Introducing the TILE-Gx platform
 2015-06-23 21:21 UTC  (5+ messages)
` [PATCH v2 08/12] mempool: allow config override on element alignment

[PATCH 0/9] [New BSP] Add initial support for Freescale Kinetis TWR-K70F120M development kit
 2015-06-23 21:51 UTC  (30+ messages)
` [PATCH 1/9] arm: select different compiler flags for ARM CortexM3
` [PATCH 2/9] arm: do not place huge encoder tables on stack when it is too small
` [PATCH 3/9] arm: add call to CPU idle quirks handler
` [PATCH 4/9] arm: allow copying of vector table to internal SRAM memory
` [PATCH 5/9] arm: twr-k70f120m: basic support for Kinetis TWR-K70F120M
` [PATCH 6/9] arm: twr-k70f120m: clock source drivers for Kinetis SoC
  ` [PATCH 7/9] arm: twr-k70f120m: IOMUX driver "
` [PATCH 8/9] arm: twr-k70f120m: extend Freescale eDMA driver with ability to support "
` [PATCH 9/9] arm: twr-k70f120m: extend Freescale lpuart "

[GIT PULL 00/13] perf/core improvements and fixes
 2015-06-23 21:47 UTC  (14+ messages)
` [PATCH 01/13] perf top: Move toggling event logic into hists browser
` [PATCH 02/13] perf tests: Add testing for Makefile.perf
` [PATCH 03/13] perf tests: Add test for make install with prefix
` [PATCH 04/13] perf build: Fix single target build dependency check
` [PATCH 05/13] perf pmu: Use __weak definition from <linux/compiler.h>
` [PATCH 06/13] perf pmu: Split perf_pmu__new_alias()
` [PATCH 07/13] perf tools: Allow events with dot
` [PATCH 08/13] perf session: Print a newline when dumping PERF_RECORD_FINISHED_ROUND
` [PATCH 09/13] perf tools: Print a newline before dumping Aggregated stats
` [PATCH 10/13] perf probe: Fix failure to probe events on arm
` [PATCH 11/13] perf thread_map: Don't access the array entries directly
` [PATCH 12/13] perf thread_map: Change map entries into a struct
` [PATCH 13/13] perf tools: Allow auxtrace data alignment

Pay for driving on toll road, invoice #00000679178
 2015-06-23 21:43 UTC 

[PATCH][master&fido] image.bbclass: Disable USE_DEPMOD for the dummy kernel
 2015-06-23 21:53 UTC  (2+ messages)

[PATCH 0/9] [New BSP] Add initial support for Freescale Kinetis TWR-K70F120M development kit
 2015-06-23 21:19 UTC 

master - doc: mention new invalid states in lvmetad_design
 2015-06-23 21:49 UTC 

[PATCH] drm/i915: Add the ddi get cdclk code for BXT (v2)
 2015-06-23 21:14 UTC  (2+ messages)
` [PATCH] drm/i915: Add the ddi get cdclk code for BXT (v3)

[PATCH] staging: Strip files in sysroot
 2015-06-23 21:48 UTC  (5+ messages)

[PATCH] random: add random_initialized command line param
 2015-06-23 21:47 UTC  (3+ messages)

[PATCH 0/3] net: dsa: mv88e6xxx: dump hardware VLANs
 2015-06-23 21:46 UTC  (4+ messages)
` [PATCH 1/3] net: dsa: mv88e6xxx: add debugfs interface for VTU
` [PATCH 2/3] net: dsa: mv88e6xxx: add support to dump VLANs
` [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

[Cocci] Remove unnecessary null pointer checks?
 2015-06-23 21:44 UTC  (22+ messages)
                              ` [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH] crypto-jitterentropy: Delete unnecessary checks before the function call "kzfree"

IOMMU for multiple PCHs
 2015-06-23 21:44 UTC 

[PATCH] classes/sstate.bbclass: Improve checkstatus using connection cache
 2015-06-23 21:42 UTC  (3+ messages)

[PATCH 00/23] userfaultfd v4
 2015-06-23 21:41 UTC  (7+ messages)
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization
      ` [Qemu-devel] "

RFC/Pull Request: Refs db backend
 2015-06-23 21:41 UTC  (6+ messages)

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-06-23 21:39 UTC  (55+ messages)
` [U-Boot] [PATCH v3 01/54] Add a dhrystone benchmark command
` [U-Boot] [PATCH v3 02/54] sandbox: Enable dhry command
` [U-Boot] [PATCH v3 03/54] mkimage: Display a better list of available image types
` [U-Boot] [PATCH v3 04/54] fdt: Add a function to remove unused strings from a device tree
` [U-Boot] [PATCH v3 05/54] fdt: Add fdt_first/next_region() functions
` [U-Boot] [PATCH v3 06/54] fdt: Add fdtgrep tool
` [U-Boot] [PATCH v3 07/54] dm: Reduce SPL device tree size
` [U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones
` [U-Boot] [PATCH v3 09/54] Add a way of checking the position of a structure member
` [U-Boot] [PATCH v3 10/54] debug_uart: Remove use of asmlinkage
` [U-Boot] [PATCH v3 11/54] dm: Allow debug UART to support an early console
` [U-Boot] [PATCH v3 12/54] sandbox: Drop special-case sandbox console code
` [U-Boot] [PATCH v3 13/54] dm: Move the tree/uclass dump code into its own file
` [U-Boot] [PATCH v3 14/54] dm: core: Use debug() instead of printf() for failures
` [U-Boot] [PATCH v3 15/54] dm: core: Add a function to find any device from device tree
` [U-Boot] [PATCH v3 16/54] dm: core: Correct device_get_child_by_of_offset() parameter
` [U-Boot] [PATCH v3 17/54] dm: gpio: Allow GPIO uclass to be used in SPL
` [U-Boot] [PATCH v3 18/54] dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
` [U-Boot] [PATCH v3 19/54] dm: gpio: Add dm_gpio_request() to manually request a GPIO
` [U-Boot] [PATCH v3 20/54] dm: Add support for register maps (regmap)
` [U-Boot] [PATCH v3 21/54] dm: Add support for generic system controllers (syscon)
` [U-Boot] [PATCH v3 22/54] dm: Correct the missing method check in cpu_get_info()
` [U-Boot] [PATCH v3 23/54] dm: Add support for LEDs
` [U-Boot] [PATCH v3 24/54] dm: led: Add a driver for GPIO-controlled LEDs
` [U-Boot] [PATCH v3 25/54] spl: Add debugging info for spl_mmc boot
` [U-Boot] [PATCH v3 26/54] dm: mmc: Add an MMC uclass
` [U-Boot] [PATCH v3 27/54] mmc: Avoid using printf() for errors
` [U-Boot] [PATCH v3 28/54] mmc: Add debug() output on read errors
` [U-Boot] [PATCH v3 29/54] dm: mmc: Allow driver model to be used for MMC in SPL
` [U-Boot] [PATCH v3 30/54] mmc: Add structure comments for dwmmc
` [U-Boot] [PATCH v3 31/54] mmc: Support bypass mode with the get_mmc_clk() method
` [U-Boot] [PATCH v3 32/54] mmc: Calculate dwmmc FIFO threshold size if not provided
` [U-Boot] [PATCH v3 33/54] dm: Add basic support for pin multiplexing (pinctrl)
` [U-Boot] [PATCH v3 34/54] dm: power: Avoid case-insensitve match for child names
` [U-Boot] [PATCH v3 35/54] dm: power: Add regulator flags to centralise auto-set logic
` [U-Boot] [PATCH v3 36/54] dm: pmic: Split output from function
` [U-Boot] [PATCH v3 37/54] dm: power: Add a function to set up all regulators
` [U-Boot] [PATCH v3 38/54] dm: power: Use debug() for errors in regulator uclass
` [U-Boot] [PATCH v3 39/54] dm: pmic: Add functions to adjust PMIC registers
` [U-Boot] [PATCH v3 40/54] dm: power: Allow use of regulators in SPL
` [U-Boot] [PATCH v3 41/54] Drop CONFIG_ERRNO_STR from SPL
` [U-Boot] [PATCH v3 42/54] dm: Add support for RAM drivers
` [U-Boot] [PATCH v3 43/54] dm: spi: Make local functions static
` [U-Boot] [PATCH v3 44/54] ns16550: Improve debug UART so it can work with 32-bit access
` [U-Boot] [PATCH v3 45/54] Add rivest cipher 4 (rc4) implementation
` [U-Boot] [PATCH v3 46/54] lib: Add function to extract a number from the end of a string
` [U-Boot] [PATCH v3 47/54] fdt: Provide debug info when a device tree cannot be found
` [U-Boot] [PATCH v3 48/54] dm: spl: Allow device tree/driver model in board_init_f()
` [U-Boot] [PATCH v3 49/54] spl: Add a debug string before the jump to U-Boot
` [U-Boot] [PATCH v3 50/54] mkimage: Set up a file size parameter and keep it updated
` [U-Boot] [PATCH v3 51/54] dm: Add a system reset uclass
` [U-Boot] [PATCH v3 52/54] zynq: Rename struct clk_ops to zynq_clk_ops
` [U-Boot] [PATCH v3 53/54] dm: Add a clock uclass
` [U-Boot] [PATCH v3 54/54] power: pmic: Use trailing_strtol() instead of a local function

master - Reread global state the lvmetad copy is stale
 2015-06-23 21:39 UTC 

master - Reread a VG if the lvmetad copy is stale
 2015-06-23 21:39 UTC 

master - lvmetad: add invalidation method
 2015-06-23 21:39 UTC 

[Qemu-devel] [PATCH 0/2] target-i386: "custom" CPU model + script to dump existing CPU models
 2015-06-23 21:38 UTC  (29+ messages)

[PATCH V4 00/13] MD: a caching layer for raid5/6
 2015-06-23 21:38 UTC  (14+ messages)
` [PATCH V4 01/13] MD: add a new disk role to present cache device
` [PATCH V4 02/13] raid5: directly use mddev->queue
` [PATCH V4 03/13] raid5: cache log handling
` [PATCH V4 04/13] raid5: cache part of raid5 cache
` [PATCH V4 05/13] raid5: cache reclaim support
` [PATCH V4 06/13] raid5: cache IO error handling
` [PATCH V4 07/13] raid5: cache device quiesce support
` [PATCH V4 08/13] raid5: cache recovery support
` [PATCH V4 09/13] raid5: add some sysfs entries
` [PATCH V4 10/13] raid5: don't allow resize/reshape with cache support
` [PATCH V4 11/13] raid5: guarantee cache release stripes in correct way
` [PATCH V4 12/13] raid5: enable cache for raid array with cache disk
` [PATCH V4 13/13] raid5: skip resync if caching is enabled

[PATCH 00/23] drm/exynos: atomic improvements + exynos_encoder removal
 2015-06-23 21:35 UTC  (24+ messages)
` [PATCH 01/23] drm/exynos: pass the correct pipe number
` [PATCH 02/23] drm/exynos: calculate vrefresh instead of use a fixed value
` [PATCH 03/23] drm/exynos: use KMS version of DRM vblanks functions
` [PATCH 04/23] drm/exynos: remove duplicated check for suspend
` [PATCH 05/23] drm/exynos: Kconfig: select DP if FIMD or DECON are selected
` [PATCH 06/23] drm/exynos: add atomic asynchronous commit
` [PATCH 07/23] drm/exynos: rename win_commit/disable to atomic-like names
` [PATCH 08/23] drm/exynos: pass struct exynos_drm_plane in update/enable
` [PATCH 09/23] drm/exynos: use drm atomic state directly
` [PATCH 10/23] drm/exynos: remove unused fields from struct exynos_drm_plane
` [PATCH 11/23] drm/exynos: unify exynos_drm_plane names with drm core
` [PATCH 12/23] drm/exynos: don't track enabled state at exynos_crtc
` [PATCH 13/23] drm/exynos: split display's .dpms() into .enable() and .disable()
` [PATCH 14/23] drm/exynos: remove wrappers for phy_power_{on,off}
` [PATCH 15/23] drm/exynos: remove unused .remove() and .check_mode() ops from display
` [PATCH 16/23] drm/exynos: simplify calculation of possible CRTCs
` [PATCH 17/23] drm/exynos: remove struct exynos_drm_display
` [PATCH 18/23] drm/exynos: remove extra call to hdmi_commit()
` [PATCH 19/23] drm/exynos: remove extra call to exynos_dp_commit()
` [PATCH 20/23] drm/exynos: remove exynos_encoder's .commit() op
` [PATCH 21/23] drm/exynos: remove exynos_drm_create_enc_conn()
` [PATCH 22/23] drm/exynos: fold encoder setup into exynos_drm_load()
` [PATCH 23/23] drm/exynos: remove struct exynos_drm_encoder layer

[Buildroot] [PATCH] Don't export VERBOSE unless V=1 (for CMake)
 2015-06-23 21:36 UTC 

[Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching
 2015-06-23 21:34 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 04/11] linux-user: arm: set CPSR.E correctly for BE8 mode

[Qemu-devel] [PATCH] Fix occassional crashes during qcow2 recompression
 2015-06-23 21:34 UTC  (2+ messages)
` [Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount

[PATCH 2/2] nfsd: Update callback sequnce id only CB_SEQUENCE success
 2015-06-23 21:34 UTC  (3+ messages)
` [PATCH v2] nfsd: nfsd4_cb_sequence_done() for processing more cb errors

SYNPROXY *NAT/redirects etc
 2015-06-23 21:33 UTC  (2+ messages)

[RFC/PATCH 0/2] bumping repository format version
 2015-06-23 21:31 UTC  (3+ messages)
` [PATCH 2/2] introduce "preciousObjects" repository extension

[PATCH] btrfs-progs: alias btrfs device delete to btrfs device remove
 2015-06-23 21:30 UTC  (3+ messages)

[PATCH] Add supporting Microchip's LAN78XX USB to Ethernet controller
 2015-06-23 21:24 UTC 

[PATCH 0/5] btrfs: dedupe fixes, features V3
 2015-06-23 21:28 UTC  (6+ messages)
` [PATCH 1/5] btrfs: pass unaligned length to btrfs_cmp_data()
` [PATCH 2/5] btrfs: fix deadlock with extent-same and readpage
` [PATCH 3/5] btrfs: fix clone / extent-same deadlocks
` [PATCH 4/5] btrfs: allow dedupe of same inode
` [PATCH 5/5] btrfs: add no_mtime flag to btrfs-extent-same

[PATCH v2 00/12] Alternate p2m: support multiple copies of host p2m
 2015-06-23 21:27 UTC  (2+ messages)

mx6 hdmi resolution behaviour
 2015-06-23 21:26 UTC  (8+ messages)

configurable discard parameters
 2015-06-23 21:25 UTC  (14+ messages)

[Qemu-devel] [RFC] QDev explicit constructors & destructors
 2015-06-23 21:24 UTC  (9+ messages)

[PATCH] clk: shmobile: Remove unneeded #include <linux/clkdev.h>
 2015-06-23 21:23 UTC  (3+ messages)

[PATCH] defines modified to match the 80-char rule
 2015-06-23 21:21 UTC 

(R) in mdstat output, clean && degraded
 2015-06-23 21:21 UTC  (3+ messages)

UAPI headers including non-UAPI headers by accident?
 2015-06-23 21:20 UTC  (6+ messages)

[PATCH] drm/i915/gen9: fix typo when setting up the crtc scaler
 2015-06-23 21:23 UTC  (3+ messages)


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.