All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-23 20:44:32 to 2015-06-23 21:39:10 UTC [more...]

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-06-23 21:39 UTC  (49+ 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()

[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

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

[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  (4+ 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  (10+ 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  (7+ messages)

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

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

[PATCH 0/9] [New BSP] Add initial support for Freescale Kinetis TWR-K70F120M development kit
 2015-06-23 21:19 UTC  (20+ 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 "

[PATCH v6 5/6] drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
 2015-06-23 21:22 UTC  (4+ messages)
` [PATCH v6 5/5] "

iio: Multiple iio_buffer per device
 2015-06-23 21:17 UTC 

[PATCH 1/9] drm/i915: Clear fb_tracking.busy_bits also for synchronous flips
 2015-06-23 21:20 UTC  (12+ messages)
` [PATCH 4/9] drm/i915: Nuke lvds downclock support
` [PATCH 5/9] drm/i915: s/update/compute/ for gmch dpll register functions
` [PATCH 7/9] drm/i915/psr: Restrict buffer tracking to the PSR pipe

[PATCH v3 0/3] Add DT support for netxbig LEDs
 2015-06-23 21:17 UTC  (5+ messages)
` [PATCH v3 1/3] leds: netxbig: add device tree binding

[PATCHv4 00/27] perf stat: Introduce --per-thread option
 2015-06-23 21:11 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 09/27] perf stat: Introduce perf_counts function

[PATCH 0/1] mm: move ->mremap() from file_operations to vm_operations_struct
 2015-06-23 21:11 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] ARM: dts: rockchip: Add DMA tx and rx channels in UART interfaces for RK3288 SoCs
 2015-06-23 21:11 UTC  (5+ messages)

[PATCH] drm/i915/gen9: fix error path in intel_init_workaround_bb
 2015-06-23 21:13 UTC  (10+ messages)

[PATCH] touchscreen: sun4i-ts: Really fix A10 temperature reporting
 2015-06-23 21:06 UTC  (5+ messages)

[PATCH v5 00/13] port: added port statistics
 2015-06-23 21:05 UTC  (3+ messages)

[PATCH v5 00/11] table: added table statistics
 2015-06-23 21:04 UTC  (3+ messages)

[PATCH v5 1/1] pipeline: add statistics for librte_pipeline ports and tables
 2015-06-23 21:03 UTC  (3+ messages)

[PATCH lttng-modules] Fix: Building the event list fails on fragmented memory
 2015-06-23 21:04 UTC 

[U-Boot] dm-spi: spi_chip_select value
 2015-06-23 21:03 UTC 

[PATCH igt] tests/kms_frontbuffer_tracking: skip expected failures
 2015-06-23 21:05 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] virtio-ccw: virtio-1 enablement
 2015-06-23 21:00 UTC  (3+ messages)

[PATCH/RFC v4 01/10] t9001-send-email: move script creation in a setup test
 2015-06-23 20:58 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 07/10] send-email: reduce dependencies impact on parse_address_line
  ` [PATCH v6 09/10] send-email: allow multiple emails using --cc, --to and --bcc

[Buildroot] [PATCH] gpsd: fix build with musl
 2015-06-23 20:59 UTC  (2+ messages)

[Buildroot] [git commit] gpsd: fix build with musl
 2015-06-23 20:59 UTC 

[Buildroot] [PATCHv2] uclibc: add libgcc_s_resume fix
 2015-06-23 20:58 UTC  (2+ messages)

[Buildroot] [git commit] uclibc: add libgcc_s_resume fix
 2015-06-23 20:58 UTC 

[Buildroot] [git commit] sudo: add optional pam support
 2015-06-23 20:57 UTC 

[Buildroot] [PATCH 1/1] sudo: enable pam support
 2015-06-23 20:56 UTC  (2+ messages)

m25p80, wait_till_ready removed
 2015-06-23 20:53 UTC 

[PATCH 1/9] drm/i915: Clear fb_tracking.busy_bits also for synchronous flips
 2015-06-23 20:52 UTC  (4+ messages)
` [PATCH] "

Migration from 1.7.1 to 1.8 - kernel-abiversion missing
 2015-06-23 19:15 UTC  (11+ messages)

[PATCH] staging: speakup: replace simple_strtoul() with kstrtoint()
 2015-06-23 20:47 UTC 

What's cooking in git.git (Jun 2015, #05; Mon, 22)
 2015-06-23 20:46 UTC  (3+ messages)

[PATCH 00/11] [RFC] drm_for_each_* macros and list locking
 2015-06-23 20:46 UTC  (6+ messages)
` [PATCH 01/11] drm: Simplify drm_for_each_legacy_plane arguments
` [PATCH 08/11] drm/i915: Take all modeset locks for DP MST hotplug
` [PATCH 09/11] drm: Amend connector/encoder list locking rules
` [PATCH 10/11] drm: Roll out drm_for_each_connector more
` [PATCH 11/11] drm: Roll out drm_for_each_{plane, crtc, encoder}

[PATCH v3 1/7] rc: rc-ir-raw: Add scancode encoder callback
 2015-06-23 20:45 UTC  (17+ messages)

[PATCHv6 1/3] git-rebase -i: add command "drop" to remove a commit
 2015-06-23 20:47 UTC  (8+ messages)

[PATCH v6 0/9] Add simple NVMEM Framework via regmap
 2015-06-23 20:44 UTC  (4+ messages)
` [PATCH v6 8/9] nvmem: sunxi: Move the SID driver to the nvmem framework


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.