All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-21 16:41:44 to 2015-08-21 17:54:19 UTC [more...]

[PATCH] omapdrmtest: fix use of deprecated libav/ffmpeg API
 2015-08-21 17:54 UTC 

[U-Boot] [PATCH v2 0/3] arm: Move all boards over to generic board
 2015-08-21 17:53 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

[U-Boot] [PATCH] image: Fix loop condition to avoid warning
 2015-08-21 17:53 UTC  (2+ messages)

[Ksummit-discuss] [TECH TOPIC] Fix devm_kzalloc, its users, or both
 2015-08-21 17:52 UTC  (8+ messages)

[PATCH/RFC v6 00/36] Remove work queues from LED class drivers
 2015-08-21 17:45 UTC  (5+ messages)
` [PATCH/RFC v6 05/36] leds: Improve setting brightness in a non sleeping way

[PATCH for 4.7] xen: Replace alloc_vcpu_guest_context() with vmalloc()
 2015-08-21 17:51 UTC 

[PATCH] clk: rockchip: handle critical clocks after registrering all clocks
 2015-08-21 17:51 UTC  (3+ messages)

[PATCH v6 0/8] MC preparation patches
 2015-08-21 17:51 UTC  (10+ messages)
` [PATCH v6 1/8] [media] media: create a macro to get entity ID
` [PATCH v6 3/8] [media] media: use media_gobj inside entities

Build failres with Xen 4.6.0-rc1 (firmware/etherboot/ipxe)
 2015-08-21 17:51 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2015-08-21 17:50 UTC 

gpio-f7188x: Fix concurrent GPIO accesses (and minor improvements)
 2015-08-21 17:52 UTC  (3+ messages)
` [1/4] gpio: gpio-f7188x: Use mutex for access serialisation

[PATCH 1/3] drm/i915: Fix some gcc warnings
 2015-08-21 17:50 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Use ARRAY_SIZE() instead of hand rolling it
` [PATCH 3/3] drm/i915: Make some string arrays const

[PATCH RFC] watchdog: Add watchdog device control through sysfs attributes
 2015-08-21 17:48 UTC  (2+ messages)

[PATCH 1/3] clk: add flag for clocks that need to be enabled on rate changes
 2015-08-21 17:48 UTC  (9+ messages)
` [PATCH 2/3] clk: rockchip: handle mux dependency of fractional dividers
` [PATCH 3/3] clk: rockchip: include downstream muxes into "

[PATCH v2 0/8] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem
 2015-08-21 17:43 UTC  (9+ messages)
` [PATCH v2 1/8] rcu: Create rcu_sync infrastructure
` [PATCH v2 2/8] rcusync: Introduce struct rcu_sync_ops
` [PATCH v2 3/8] rcusync: Add the CONFIG_PROVE_RCU checks
` [PATCH v2 4/8] rcusync: Introduce rcu_sync_dtor()
` [PATCH v2 5/8] percpu-rwsem: make percpu_free_rwsem() after kzalloc() safe
` [PATCH v2 6/8] percpu-rwsem: change it to rely on rss_sync infrastructure
` [PATCH v2 7/8] percpu-rwsem: fix the comments outdated by rcu_sync
` [PATCH v2 8/8] percpu-rwsem: cleanup the lockdep annotations in percpu_down_read()

[RFC PATCH 0/1] Add recipe whitelisting class
 2015-08-21 17:45 UTC  (4+ messages)
` [RFC PATCH 1/1] classes/whitelist: add class to allow whitelisting recipes from a layer

Generalizing ceph-disk for various osd backends
 2015-08-21 17:44 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/1] MAINTAINERS: add responsible person for Parallels format driver
 2015-08-21 17:44 UTC 

[PATCH v3] xtensa: improve vmlinux.lds.S sed post-processing
 2015-08-21 17:43 UTC 

[PATCH] config: restructure format_config() for better control flow
 2015-08-21 17:43 UTC  (4+ messages)
` [PATCH 2/3] format_config: simplify buffer handling

Applied "regmap: Add missing comments about struct regmap_bus" to the regmap tree
 2015-08-21 17:43 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regmap
 2015-08-21 17:43 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regmap
 2015-08-21 17:43 UTC 

[PATCH v5 00/28] Introduce HVM without dm and new boot ABI
 2015-08-21 17:42 UTC  (31+ messages)
` [PATCH v5 01/28] libxc: split x86 HVM setup_guest into smaller logical functions
` [PATCH v5 02/28] libxc: unify xc_dom_p2m_{host/guest}
` [PATCH v5 03/28] libxc: introduce the notion of a container type
` [PATCH v5 04/28] libxc: introduce a domain loader for HVM guest firmware
` [PATCH v5 05/28] libxc: make arch_setup_meminit a xc_dom_arch hook
` [PATCH v5 06/28] libxc: make arch_setup_boot{init/late} xc_dom_arch hooks
` [PATCH v5 07/28] libxc: rework BSP initialization
` [PATCH v5 08/28] libxc: introduce a xc_dom_arch for hvm-3.0-x86_32 guests
` [PATCH v5 09/28] libxl: switch HVM domain building to use xc_dom_* helpers
` [PATCH v5 10/28] libxc: remove dead HVM building code
` [PATCH v5 11/28] xen/x86: add bitmap of enabled emulated devices
` [PATCH v5 12/28] xen/x86: allow disabling the emulated local apic
` [PATCH v5 13/28] xen/x86: allow disabling the emulated HPET
` [PATCH v5 14/28] xen/x86: allow disabling the pmtimer
` [PATCH v5 15/28] xen/x86: allow disabling the emulated RTC
` [PATCH v5 16/28] xen/x86: allow disabling the emulated IO APIC
` [PATCH v5 17/28] xen/x86: allow disabling the emulated PIC
` [PATCH v5 18/28] xen/x86: allow disabling the emulated pmu
` [PATCH v5 19/28] xen/x86: allow disabling the emulated VGA
` [PATCH v5 20/28] xen/x86: allow disabling the emulated IOMMU
` [PATCH v5 21/28] xen/x86: allow disabling all emulated devices inside of Xen
` [PATCH v5 22/28] elfnotes: intorduce a new PHYS_ENTRY elfnote
` [PATCH v5 23/28] libxc: allow creating domains without emulated devices
` [PATCH v5 24/28] xen/x86: allow HVM guests to use hypercalls to bring up vCPUs
` [PATCH v5 25/28] xenconsole: try to attach to PV console if HVM fails
` [PATCH v5 26/28] libxc/xen: introduce a start info structure for HVMlite guests
` [PATCH v5 27/28] libxc: switch xc_dom_elfloader to be used with HVMlite domains
` [PATCH v5 28/28] libxl: allow the creation of HVM domains without a device model

[PATCH 4/4 RESEND v2] spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function
 2015-08-21 17:35 UTC 

[PATCH 3/4 RESEND v2] spi: s3c64xx: simplify suspend / resume handlers
 2015-08-21 17:31 UTC 

[PATCH 1/4 RESEND v2] spi: s3c64xx: clean up runtime PM if driver registration fails
 2015-08-21 17:31 UTC 

[PATCH 2/4 RESEND v2] spi: s3c64xx: extend driver to make full use of runtime PM autosuspend
 2015-08-21 17:29 UTC 

[PATCHv4 net-next 00/10] OVS conntrack support
 2015-08-21 17:39 UTC  (5+ messages)
` [PATCHv4 net-next 10/10] openvswitch: Allow attaching helpers to ct action

[PATCHv2] DocBook/device-drivers: Add drivers/media core stuff
 2015-08-21 17:39 UTC 

[PATCH 0/5] ALSA: hdac: More hdac core fixes and updates
 2015-08-21 17:38 UTC  (4+ messages)
` [PATCH 4/5] ALSA: hdac: Add support to enable SPIB for hdac ext stream

[GIT PULL] ARM64: juno: SCPI and dependent drivers for v4.3
 2015-08-21 17:37 UTC  (6+ messages)

BBB IIO ADC access not working
 2015-08-21 17:36 UTC  (12+ messages)

[PATCH v2 09/21] ARM: pxa: magician: Add OV9640 camera support
 2015-08-21 17:36 UTC  (4+ messages)

Prevent list poison values from being mapped by userspace processes
 2015-08-21 17:32 UTC  (3+ messages)

[PATCH v2] ALSA: ac97: Switch to dev_pm_ops
 2015-08-21 17:31 UTC  (6+ messages)

GRUB release schedule?
 2015-08-21 17:30 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2015-08-21 17:29 UTC 

[PATCH 00/18] Export SPI and OF module aliases in missing drivers
 2015-08-21 17:29 UTC  (9+ messages)
` [PATCH 18/18] spi: (RFC, don't apply) report OF style modalias when probing using DT

[Buildroot] bootm - "Starting kernel"
 2015-08-21 17:29 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2015-08-21 17:26 UTC 

[PATCH v3 1/2] dt: snps,dw-apb-ssi: Document new I/O data register width property
 2015-08-21 17:26 UTC  (2+ messages)
  ` Applied "dt: snps,dw-apb-ssi: Document new I/O data register width property" to the spi tree

[PATCH v3 2/2] spi: dw: Allow interface drivers to limit data I/O to word sizes
 2015-08-21 17:26 UTC  (2+ messages)
  ` Applied "spi: dw: Allow interface drivers to limit data I/O to word sizes" to the spi tree

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2015-08-21 17:26 UTC 

[PATCH] Staging: fsl-mc/bus: mc-bus.c: Fixed coding style issues
 2015-08-21 17:24 UTC 

[PATCH 0/2] xfsdump: fix problems in cb_add_inogrp
 2015-08-21 17:24 UTC  (9+ messages)
` [PATCH 1/2] xfsdump: use 64bit local variables in inode.c
` [PATCH 2/2] xfsdump: don't do pointer math twice

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2015-08-21 17:24 UTC 

[PATCH] spi: Fall back to master maximum speed if no slave speed specified
 2015-08-21 17:24 UTC  (2+ messages)
  ` Applied "spi: Fall back to master maximum speed if no slave speed specified" to the spi tree

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2015-08-21 17:24 UTC 

[linux-4.1 test] 60785: tolerable FAIL - PUSHED
 2015-08-21 17:24 UTC 

[PATCH] mm/readahead.c: fix regression caused by small readahead limit
 2015-08-21 17:12 UTC  (3+ messages)
` [PATCH] mm: use only per-device "

[RFC/PATCH] contrib: teach completion about git-worktree options and arguments
 2015-08-21 17:21 UTC  (3+ messages)

Query: Best way to know if a watchdog is active (kicked)
 2015-08-21 17:19 UTC  (11+ messages)

[PATCH v4] git-p4: fix faulty paths for case insensitive systems
 2015-08-21 17:19 UTC 

[PATCH RFC] DocBook/device-drivers: Add drivers/media core stuff
 2015-08-21 17:19 UTC 

[PATCH 0/4 net-next] enic: add devcmd2
 2015-08-21 17:19 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-08-21 17:18 UTC 

[GIT PULL 8/9] ARM: tegra: Devicetree changes for v4.3-rc1
 2015-08-21 17:16 UTC  (5+ messages)
  ` [GIT PULL 8/9] ARM: tegra: Devicetree changes for v4.3-rc1 (updated)

[GIT PULL] PCI fixes for v4.2
 2015-08-21 17:15 UTC 

post-receive: pub/scm/linux/kernel/git/olof/chrome-platform
 2015-08-21 17:13 UTC 

[PATCH] mfd: cros_ec: Fix possible leak in led_rgb_store()
 2015-08-21 17:11 UTC  (2+ messages)

[PATCH] mfd: cros_ec: Fix leak in sequence_store()
 2015-08-21 17:11 UTC  (2+ messages)

[PATCH] chrome: Enable Chrome platforms on 64-bit ARM
 2015-08-21 17:08 UTC  (2+ messages)

[RESEND PATCH 0/3] platform/chrome: Changes for cros_ec_lpc and cros_ec_dev
 2015-08-21 17:05 UTC  (2+ messages)

[PATCH 0/6] ChromeOS EC Kconfig cleanups
 2015-08-21 17:03 UTC  (5+ messages)
` [PATCH 2/6] Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM"
` [PATCH 3/6] platform/chrome: Make depends on MFD_CROS_EC instead CROS_EC_PROTO

[PATCH] Documentation/config: fix inconsistent label
 2015-08-21 17:11 UTC  (2+ messages)

[meta-filesystems][PATCH v2] dmapi: add new recipe
 2015-08-21 17:08 UTC  (2+ messages)
` [meta-filesystems][PATCH v2] xfsdump: "

[RFC] Support of non-indirect grant backend on 64KB guest
 2015-08-21 17:10 UTC  (14+ messages)
                      ` PAGE_SIZE (64KB), while block driver 'struct request' deals with < PAGE_SIZE (up to 44Kb). Was:Re: "

Openjdk 8
 2015-08-21 17:09 UTC  (2+ messages)

[net-next PATCH 0/3] net: sched: allow switching qdisc to noqueue intuitively
 2015-08-21 17:08 UTC  (4+ messages)
` [net-next PATCH 2/3] net: sched: allocate a handle to default qdiscs

xtensa builds broken in -next due to 'kbuild: Fix .text.unlikely placement'
 2015-08-21 17:06 UTC  (3+ messages)

[Qemu-devel] [PATCH] q35: Remove old machine versions
 2015-08-21 17:06 UTC  (2+ messages)

[PATCH 0/2] Minor signal clean up
 2015-08-21 17:03 UTC  (3+ messages)
` [PATCH 2/2] MIPS: kernel: signal: Drop unused arguments for traditional signal handlers

Get patch of all manual changes done in sources
 2015-08-21 17:02 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/4] add dfu support for at91 sam9260 based boards
 2015-08-21 17:01 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] bitops: introduce BIT() definition
` [U-Boot] [PATCH v4 2/4] usb: gadget: at91_udc: port linux driver at91_udc
` [U-Boot] [PATCH v4 3/4] usb: gadget: at91_udc: add at91_udc into U-Boot
` [U-Boot] [PATCH v4 4/4] at91, taurus, smartweb: add dfu support

mac80211: When adding a new station, notify driver before adding to hash
 2015-08-21 17:00 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2015-08-21 16:59 UTC 

Fw: seccomp selftest on s390
 2015-08-21 16:56 UTC  (2+ messages)

[U-Boot] [PATCH v3] taurus: board updates
 2015-08-21 16:55 UTC 

[Xenomai] timer "host-timer" gets stopped
 2015-08-21 16:54 UTC  (2+ messages)

[GIT PULL for v4.2] media fixes
 2015-08-21 16:54 UTC 

[U-Boot] [PATCH v3] arm, at91: add axm extensions
 2015-08-21 16:53 UTC 

[PATCH] bitbake:main.py: Handle RuntimeError exception in list_extension_modules
 2015-08-21 16:53 UTC  (4+ messages)

[BUG/PATCH] t9350-fast-export: Add failing test for symlink-to-directory
 2015-08-21 16:47 UTC  (3+ messages)

[PATCH v3 1/3] crypto: caam: ctrl: Fix the error handling
 2015-08-21 16:52 UTC  (3+ messages)
` [PATCH v3 2/3] crypto: caam: ctrl: Propagate the real error code
` [PATCH v3 3/3] crypto: caam: Use the preferred style for memory allocations

[PATCH 1/3] t4151: demonstrate that builtin am corrupts index' stat data
 2015-08-21 16:51 UTC  (3+ messages)
` [PATCH 3/3] am: rename "struct tree_desc t" to "desc" for readability

[PATCHv2] Input: xpad - Fix double URB submission races
 2015-08-21 16:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mchehab/linux-media
 2015-08-21 16:50 UTC 

post-receive: pub/scm/linux/kernel/git/tegra/linux
 2015-08-21 16:49 UTC 

[PATCH] powerpc: handle error case in cpm_muram_alloc()
 2015-08-21 16:48 UTC 

[PATCv3] arm64: dts: Add base stratix 10 dtsi
 2015-08-21 16:41 UTC  (2+ messages)

[PATCH v2 0/4] regmap: i2c block support
 2015-08-21 16:47 UTC  (4+ messages)
` [PATCH v2 1/4] regmap: Introduce max_raw_read/write for regmap_bulk_read/write

[Qemu-devel] [PATCH] block/nfs: cache allocated filesize for read-only files
 2015-08-21 16:46 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/tegra/linux
 2015-08-21 16:46 UTC 

post-receive: pub/scm/linux/kernel/git/mchehab/linux-media
 2015-08-21 16:46 UTC 

testing the teuthology OpenStack backend
 2015-08-21 16:45 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2015-08-21 16:45 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/regmap
 2015-08-21 16:45 UTC 

[Buildroot] [PATCH v2 0/8] package/dhcp: rework the SysV init scripts
 2015-08-21 16:45 UTC  (9+ messages)
` [Buildroot] [PATCH v2 1/8] package/dhcp: fix SysV init scripts option passing
` [Buildroot] [PATCH v2 2/8] package/dhcp/S80dhcp-server: support extra options
` [Buildroot] [PATCH v2 3/8] package/dhcp/S80dhcp-server: allow empty INTERFACES
` [Buildroot] [PATCH v2 4/8] package/dhcp: fix SysV init scripts output text
` [Buildroot] [PATCH v2 5/8] package/dhcp: remove sleep from SysV init scripts restart
` [Buildroot] [PATCH v2 6/8] package/dhcp: SysV init scripts: remove PID files after stop
` [Buildroot] [PATCH v2 7/8] package/dhcp/S80dhcp-server: support IPv6 lease file
` [Buildroot] [PATCH v2 8/8] package/dhcp: SysV init scripts: refactor using functions

[PATCH v3 00/31] AArch64 Linux kernel port
 2015-08-21 16:45 UTC  (7+ messages)
` [PATCH v3 15/31] arm64: SMP support

[PATCH 0/5] Package version updates
 2015-08-21 16:44 UTC  (4+ messages)
` [PATCH 5/5] rpm: update to 5.4.15

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-08-21 16:45 UTC 

[PATCH v2 1/3] crypto: caam: ctrl: Fix the error handling
 2015-08-21 16:43 UTC  (2+ messages)

about mmap dma-buf and sync
 2015-08-21 16:42 UTC  (4+ messages)

[PATCH v4 1/2] Documentation: dt: Add Xilinx zynqmp dma device tree binding documentation
 2015-08-21 16:42 UTC  (4+ 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.