All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-11 12:02:51 to 2015-09-11 12:34:48 UTC [more...]

post-receive: pub/scm/linux/kernel/git/mhocko/mm
 2015-09-11 12:34 UTC 

[PATCH v2 00/23] dmaengine/ARM: Merge the edma drivers into one
 2015-09-11 12:27 UTC  (72+ messages)
` [PATCH v2 01/23] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH v2 02/23] ARM: common: edma: Remove unused functions
` [PATCH v2 03/23] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH v2 04/23] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH v2 05/23] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH v2 06/23] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH v2 07/23] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH v2 08/23] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH v2 09/23] ARM: davinci: Use platform_device_register_full() to create pdev for eDMA
` [PATCH v2 10/23] ARM: davinci: Add set dma_mask to eDMA devices
` [PATCH v2 11/23] ARM/dmaengine: edma: Merge the two drivers under drivers/dmaengine
` [PATCH v2 12/23] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH v2 13/23] dmaengine: edma: Parameter alignment and long line fixes
` [PATCH v2 14/23] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH v2 15/23] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH v2 16/23] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH v2 17/23] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH v2 18/23] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH v2 19/23] dmaengine: edma: Consolidate the comments for functions
` [PATCH v2 20/23] dmaengine: edma: Simplify the interrupt handling
` [PATCH v2 21/23] dmaengine: edma: Move the pending error check into helper function
` [PATCH v2 22/23] dmaengine: edma: Simplify and optimize ccerr interrupt handler
` [PATCH v2 23/23] dmaengine: edma: Read channel mapping support only once from HW

post-receive: pub/scm/linux/kernel/git/mhocko/mm
 2015-09-11 12:34 UTC 

[Qemu-devel] [PATCH v4] monitor: allow device_del to accept QOM paths
 2015-09-11 12:33 UTC 

[PATCH 0/5] libxc: support building large pv-domains
 2015-09-11 12:32 UTC  (6+ messages)
` [PATCH 1/5] libxc: remove allocate member from struct xc_dom_image
` [PATCH 2/5] libxc: do initrd processing of domain builder in own function
` [PATCH 3/5] libxc: create unmapped initrd in domain builder if supported
` [PATCH 4/5] libxc: split p2m allocation in domain builder from other magic pages
` [PATCH 5/5] libxc: create p2m list outside of kernel mapping if supported

[PATCH v4 0/10] Fix broken DMAFLUSHP on Rockchips platform
 2015-09-11 12:31 UTC  (5+ messages)
` [PATCH v4 10/10] ASoC: rockchip_i2s: modify DMA max burst to 1

st_fdma: Firmware filename in DT?
 2015-09-11 12:31 UTC  (11+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2015-09-11 12:30 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2015-09-11 12:29 UTC 

iptables TRACE not logged
 2015-09-11 12:28 UTC  (2+ messages)

[PATCH] oeqa/targetbuild: Ensure we run gnu-configize so config files are up to date
 2015-09-11 12:26 UTC 

[PATCH nft] evaluate: use existing table object from evaluation context
 2015-09-11 12:32 UTC  (3+ messages)

[PATCH 1/2 -stable-3.12] netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
 2015-09-11 12:26 UTC  (2+ messages)
` [PATCH 2/2 -stable-3.12 ] netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt

[PATCH] populate_sdk_base: Fix aarch64 OLDEST_KERNEL sdk issues
 2015-09-11 12:25 UTC 

[PATCH] spi: spidev: fix possible NULL dereference
 2015-09-11 12:25 UTC  (5+ messages)

[PATCH] testimage: Fix SDK extraction error handling
 2015-09-11 12:24 UTC 

[PATCH 0/5] RC6/Forcewake/Turbo related changes for Gen9
 2015-09-11 12:24 UTC  (4+ messages)
` [PATCH 2/5] drm/i915/bxt: WaGsvDisableTurbo

[PATCH v2 0/6] Arizona extcon improvements
 2015-09-11 12:24 UTC  (8+ messages)
` [PATCH v2 3/6] extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS
` [PATCH v2 5/6] extcon: arizona: Add device binding for second jack detect pin on GPIO5
  ` [PATCH v2 1/6] mfd: arizona: Add TST_CAP bits for headphone detection
  ` [PATCH v2 2/6] extcon: arizona: Additional settings to improve accuracy of HP detect
  ` [PATCH v2 4/6] extcon: arizona: Add device binding for jack detect polarity inversion
  ` [PATCH v2 6/6] mfd: arizona: Update DT binding documentation for jack detection

[PATCH v4 0/22] On-demand device probing
 2015-09-11 12:24 UTC  (16+ messages)
` [PATCH v4 01/22] driver core: Add pre_probe callback to bus_type
` [PATCH v4 04/22] of: add function to allow probing a device from a OF node
` [PATCH v4 07/22] regulator: core: Reduce critical area in _regulator_get
` [PATCH v4 20/22] driver core: Allow deferring probes until late init
` [PATCH v4 21/22] driver core: Start processing deferred probes earlier

[Qemu-devel] [PATCH v3 0/2] update-linux-headers changes
 2015-09-11 11:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] aio: Introduce handler type to fix nested aio_poll for dataplane
 2015-09-11 12:22 UTC  (4+ messages)

[PATCH V2] mmc: block: Add new ioctl to send multi commands
 2015-09-11 12:22 UTC 

[Qemu-devel] [PULL 00/26] Trivial patches for 2015-09-11
 2015-09-11 11:03 UTC  (6+ messages)
` [Qemu-devel] [PULL 02/26] Trivial: fix commandline help message
` [Qemu-devel] [PULL 08/26] maint: remove unused include for signal.h
` [Qemu-devel] [PULL 14/26] opts: produce valid command line in qemu_opts_print
` [Qemu-devel] [PULL 19/26] disas/microblaze: Remove unused code
` [Qemu-devel] [PULL 22/26] hw/s390x/s390-virtio-bus: Remove meaningless blank Property

[PATCH 1/3] drm/i915: WaRsUseTimeoutMode
 2015-09-11 12:23 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: WaRsDoubleRc6WrlWithCoarsePowerGating
` [PATCH 3/3] drm/i915: Program GuC MAX IDLE Count

is esfq discontinued ?
 2015-09-11 12:21 UTC  (2+ messages)

[RFC 00/13] perf_env/CPU socket reorg/fixes
 2015-09-11 12:20 UTC  (2+ messages)

[PATCH 0/4] bcm2835: enable auxiliary uart1
 2015-09-11 12:20 UTC  (10+ messages)
` [PATCH 1/4] serial: of-serial: allow for a custom clock divider different from 16
` [PATCH 2/4] dt/bindings: serial: of-serial: add description for clock-divider property
` [PATCH 3/4] serial: bcm2835: add auxiliary uart1 to device tree of bcm2835
` [PATCH 4/4] ARM: bcm2835: add of-serial and 8250 to bcm2835_defconfig

[PATCH v4 0/5] drm: Add decoding for DRM/KMS and i915 ioctls
 2015-09-11 12:20 UTC  (10+ messages)
` [PATCH v4 4/5] drm: Add decoding of "
` [PATCH v4 5/5] drm: Add decoding of DRM and KMS ioctls

[PATCH v2 0/2] mm:constify zpool/zs_pool char members
 2015-09-11 12:18 UTC  (6+ messages)
` [PATCH v2 1/2] mm:zpool: constify struct zpool type
` [PATCH v2 2/2] mm:zsmalloc: constify struct zs_pool name

Two inodes with the same inode number
 2015-09-11 12:19 UTC  (2+ messages)

USB BT gives problem If device plugged during boot to platform
 2015-09-11 12:18 UTC  (6+ messages)

[PATCH v2 1/2] PCI: imx6: Return the real error code
 2015-09-11 12:15 UTC  (3+ messages)
` [PATCH v2 2/2] PCI: imx6: Add some defines for improving code readability

static key arrays?
 2015-09-11 12:14 UTC  (3+ messages)

[PATCH 0/2] mm:constify zpool/zs_pool char members
 2015-09-11 12:13 UTC  (3+ messages)

[PATCH 0/5] DRM Cleanups
 2015-09-11 12:14 UTC  (5+ messages)
` [PATCH 5/5] drm: allocate kernel mode-object IDs in cyclic fashion

v2 of seccomp filter c/r patches
 2015-09-11 12:11 UTC  (10+ messages)
` [PATCH v2 1/5] ebpf: add a seccomp program type
` [PATCH v2 3/5] ebpf: add a way to dump an eBPF program
` [PATCH v2 4/5] seccomp: add a way to access filters via bpf fds
` [PATCH v2 5/5] seccomp: add a way to attach a filter via eBPF fd

[meta-java][PATCH] OpenJDK-8: For x86 and ARM
 2015-09-11 12:11 UTC  (5+ messages)

Multiple MSIs on ARM imx6q
 2015-09-11 12:10 UTC  (5+ messages)

[Qemu-devel] [PATCH PULL 00/11] Extract TLS handling code from VNC server
 2015-09-11 12:10 UTC  (12+ messages)
` [Qemu-devel] [PATCH PULL 01/11] qapi: allow override of default enum prefix naming
` [Qemu-devel] [PATCH PULL 02/11] tests: remove repetition in unit test object deps
` [Qemu-devel] [PATCH PULL 03/11] crypto: move crypto objects out of libqemuutil.la
` [Qemu-devel] [PATCH PULL 04/11] qom: allow QOM to be linked into tools binaries
` [Qemu-devel] [PATCH PULL 05/11] crypto: introduce new base module for TLS credentials
` [Qemu-devel] [PATCH PULL 06/11] crypto: introduce new module for TLS anonymous credentials
` [Qemu-devel] [PATCH PULL 07/11] crypto: introduce new module for TLS x509 credentials
` [Qemu-devel] [PATCH PULL 08/11] crypto: add sanity checking of "
` [Qemu-devel] [PATCH PULL 09/11] crypto: introduce new module for handling TLS sessions
` [Qemu-devel] [PATCH PULL 10/11] ui: fix return type for VNC I/O functions to be ssize_t
` [Qemu-devel] [PATCH PULL 11/11] ui: convert VNC server to use QCryptoTLSSession

[PATCH V5 net-next 0/2] net: implement SMC-R solution
 2015-09-11 12:09 UTC  (3+ messages)
` [PATCH V5 net-next 1/2] net: introduce socket family constants
` [PATCH V5 net-next 2/2] smc: introduce socket family AF_SMC

[of/platform] WARNING: CPU: 0 PID: 1 at fs/kernfs/dir.c:1276 kernfs_remove_by_name_ns()
 2015-09-11 12:08 UTC  (2+ messages)
` [of/platform] general protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC

[PATCH] generic/027: enlarge fs size for btrfs in bigger page-size machine
 2015-09-11 12:06 UTC  (2+ messages)

[PATCH] driver core: Ensure proper suspend/resume ordering
 2015-09-11 12:03 UTC  (3+ messages)

[PATCH] xen/domctl: lower loglevel of XEN_DOMCTL_memory_mapping
 2015-09-11 12:05 UTC  (15+ messages)

[PATCH 00/16] PM / OPP: multiple regulators & opp-transition support
 2015-09-11 12:02 UTC  (15+ messages)
` [PATCH 05/16] PM / OPP: Parse all power-supply related bindings together
` [PATCH 06/16] PM / OPP: Create separate structure for regulator/supplies
` [PATCH 07/16] PM / OPP: Add multiple regulators support
` [PATCH 08/16] PM / OPP: get/put regulators from OPP core
` [PATCH 09/16] PM / OPP: Disable OPPs that aren't supported by the regulators
` [PATCH 10/16] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
` [PATCH 11/16] PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()
` [PATCH 12/16] PM / OPP: Parse clock and voltage tolerance for v1 bindings
` [PATCH 13/16] PM / OPP: Manage device clk as well
` [PATCH 14/16] PM / OPP: Add dev_pm_opp_set_regulator() to specify regulator
` [PATCH 15/16] PM / OPP: Add dev_pm_opp_set_rate()
` [PATCH 16/16] PM / OPP: don't print error message for deferred probing

post-receive: pub/scm/docs/man-pages/man-pages
 2015-09-11 12:03 UTC 

[PATCH] ptrace.2: add PTRACE_O_SUSPEND_SECCOMP flag
 2015-09-11 12:02 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.