All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-14 11:20:31 to 2015-10-14 11:44:30 UTC [more...]

[U-Boot] [Patch V4 00/17] Add LS1043A platform support
 2015-10-14 11:44 UTC  (16+ messages)
` [U-Boot] [Patch V4 01/17] armv7/ls1021a: move ns_access to common file
` [U-Boot] [Patch V4 02/17] common/board_f.c: modify the macro to use get_clocks() more common
` [U-Boot] [Patch V4 03/17] net/fm: Fix the endian issue to support both endianness platforms
` [U-Boot] [Patch V4 04/17] net/fm/eth: Use mb() to be compatible for both ARM and PowerPC
` [U-Boot] [Patch V4 05/17] net/fm: Add support for 64-bit platforms
` [U-Boot] [Patch V4 06/17] net/fm: Make the return value logic consistent with convention
` [U-Boot] [Patch V4 07/17] net/fm: bug fix when CONFIG_PHYLIB not defined
` [U-Boot] [Patch V4 08/17] net: Move some header files to include/
` [U-Boot] [Patch V4 09/17] net/fm: Add QSGMII PCS init
` [U-Boot] [Patch V4 10/17] net/fm: fix MDIO controller base on FMAN2
` [U-Boot] [Patch V4 11/17] armv8/fsl_lsch3: Change arch to fsl-layerscape
` [U-Boot] [Patch V4 12/17] armv8/fsl_lsch2: Add fsl_lsch2 SoC
` [U-Boot] [Patch V4 13/17] armv8/ls1043ardb: Add LS1043ARDB board support
` [U-Boot] [Patch V4 14/17] armv8/ls1043ardb: Add nand boot support
` [U-Boot] [Patch V4 15/17] armv8/ls1043a: Add Fman support

[PATCH 0/5] mtd: nand: Fix support for NAND DMA Prefetch
 2015-10-14 11:44 UTC  (9+ messages)
` [PATCH 1/5] mtd: nand: omap2: Support parsing dma channel information from DT
` [PATCH 2/5] mtd: nand: omap2: Start dma request before enabling prefetch
` [PATCH 4/5] ARM: dts: am437x/am33xx/omap3/dm816x: Add gpmc dma channel

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

[PATCHv3 00/11] arm64: 16K translation granule support
 2015-10-14 11:42 UTC  (18+ messages)
` [PATCHv3 01/11] arm64: Move swapper pagetable definitions
` [PATCHv3 02/11] arm64: Handle section maps for swapper/idmap
` [PATCHv3 03/11] arm64: Introduce helpers for page table levels
` [PATCHv3 04/11] arm64: Calculate size for idmap_pg_dir at compile time
` [PATCHv3 05/11] arm64: Handle 4 level page table for swapper
` [PATCHv3 06/11] arm64: Clean config usages for page size
` [PATCHv3 07/11] arm64: Kconfig: Fix help text about AArch32 support with 64K pages
` [PATCHv3 08/11] arm64: Check for selected granule support
` [PATCHv3 09/11] arm64: Add page size to the kernel image header
` [PATCHv3 10/11] arm64: Add 16K page size support
` [PATCHv3 11/11] arm64: 36 bit VA

[PATCH V3 0/6] Add LS1043A SoC support
 2015-10-14 11:34 UTC  (21+ messages)
` [PATCH V3 1/6] i2c: Add i2c support to Freescale Layerscape platforms
` [PATCH V3 2/6] watchdog: Add support for "
` [PATCH V3 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board
` [PATCH V3 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC
` [PATCH V3 5/6] clk: qoriq: Add ls1043a support
` [PATCH V3 6/6] dts/ls1043a: add LS1043ARDB board support

[PATCH] cpufreq, intel_pstate, Fix intel_pstate powersave min_perf_pct value
 2015-10-14 11:41 UTC 

[PATCH] ARM: shmobile: defconfig: enable initrd and atag dtb compat
 2015-10-14 11:41 UTC  (2+ messages)
` [PATCH] ARM: shmobile: defconfig: enable HDMI output for RCar

[PATCH] Config.mk: update OVMF changeset
 2015-10-14 11:41 UTC 

[PATCH] [v2] toastergui: Improve directory structure layout
 2015-10-14 11:41 UTC 

[PATCH 0/2] omap: hsi: Fix warnings on boards that don't use ssi ports
 2015-10-14 11:40 UTC  (8+ messages)
` [PATCH 1/2] hsi: omap_ssi_port: Prevent warning if cawake_gpio is not defined
` [PATCH 2/2] ARM: dts: omap3: keep ssi ports by default

[PATCHv5 1/8] ethdev: add new API to retrieve RX/TX queue information
 2015-10-14 11:39 UTC  (2+ messages)
` [dpdk-dev, PATCHv5, "

[lm-sensors] [PATCH 1/1] Bumps limit of maximum core ID from 32 to 128
 2015-10-14 11:39 UTC  (4+ messages)
  `  "

[PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_ts
 2015-10-14 11:37 UTC  (7+ messages)

Xen 4.6, OVMF and arm64
 2015-10-14 11:38 UTC  (6+ messages)

[PATCH v2 0/9] mm/compaction: redesign compaction
 2015-10-14 11:38 UTC  (4+ messages)
` [PATCH v2 7/9] "

[review-request][PATCH] toaster: fixed crash in store_started_task
 2015-10-14 11:37 UTC 

[Qemu-devel] [RFC 0/3] improve/fix -curses mode
 2015-10-14 11:37 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] ui/curses: Fix monitor color with -curses when 256 colors
  ` [Qemu-devel] [PATCH 2/3] ui/curses: Support line graphics chars on -curses mode
    ` [Qemu-devel] [PATCH 3/3] ui/curses: Fix pageup/pagedown on -curses

BUSINESS PROPOSAL ( URGENT RESPONSE !! )
 2015-10-14 11:35 UTC 

[Qemu-devel] Question about xen disk unplug support for ahci missed in qemu
 2015-10-14 11:32 UTC  (8+ messages)
        ` [Qemu-devel] [Xen-devel] "

[qemu-mainline baseline-only test] 38168: regressions - FAIL
 2015-10-14 11:32 UTC 

[PATCH 2/2] virtio: change io privilege level as early as possible
 2015-10-14 11:32 UTC  (3+ messages)
` [PATCH] eal: move interrupt init after device init

[PATCH RFC 0/2] simplefb: Add regulator handling support
 2015-10-14 11:31 UTC  (6+ messages)

[RFCv2 DP-typeC 0/6] Add support for USB typeC based DP
 2015-10-14 12:00 UTC  (7+ messages)
` [RFCv2 DP-typeC 1/6] drm/i915/dp: Reuse encoder if it is already available
` [RFCv2 DP-typeC 2/6] drm/i915/dp: Reuse shared DPLL if it exists already
` [RFCv2 DP-typeC 3/6] drm/i915/dp: Abstract all get_ddi_pll methods
` [RFCv2 DP-typeC 4/6] drm/i915/dp: Export enable/disable_shared_dpll methods
` [RFCv2 DP-typeC 5/6] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT
` [RFCv2 DP-typeC 6/6] drm/i915/dp: Enable Upfront link training for typeC DP support on CHV

[PATCH 0/6] ext4: Punch hole and DAX fixes
 2015-10-14 11:30 UTC  (7+ messages)
` [PATCH 1/6] ext4: Fix races between page faults and hole punching
` [PATCH 2/6] ext4: Document lock ordering
` [PATCH 3/6] ext4: Get rid of EXT4_GET_BLOCKS_NO_LOCK flag
` [PATCH 4/6] ext4: Provide ext4_issue_zeroout()
` [PATCH 5/6] ext4: Implement allocation of pre-zeroed blocks
` [PATCH 6/6] ext4: Use pre-zeroed blocks for DAX page faults

[PATCH] x86: setup: extend low identity map to cover whole kernel range
 2015-10-14 11:30 UTC 

[PATCH] mailmap: Update Javier Martinez Canillas' email
 2015-10-14 11:30 UTC 

[PATCH] KVM: VMX: enable LBR virtualization
 2015-10-14 11:30 UTC  (5+ messages)

[PATCH v2 0/7] arm64: relax Image placement rules
 2015-10-14 11:30 UTC  (3+ messages)
` [PATCH v2 7/7] arm64: allow kernel Image to be loaded anywhere in physical memory

[PATCH v2] iio: mma8452: support either of the available interrupt pins
 2015-10-14 11:28 UTC  (3+ messages)

[PATCH v2] MIPS: BCM63XX: Use pr_* instead of printk
 2015-10-14 11:27 UTC 

drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c:82:2-3: Unneeded semicolon
 2015-10-14 11:27 UTC 

[PATCH] Found a bug related to getopt() in eal/bsd module
 2015-10-14 11:28 UTC  (7+ messages)
` [PATCH] eal/bsd: reinitialize optind and optreset to 1

[PATCH V2 0/2] Add support for Tegra210 ADMA
 2015-10-14 11:27 UTC  (4+ messages)
` [PATCH V2 2/2] dmaengine: tegra-adma: "

[PATCH v2 0/2] More GIC updates for Linux 4.4
 2015-10-14 11:27 UTC  (6+ messages)
` [PATCH v2 1/2] irqchip/gic-v3: Fix translation of LPIs after conversion to irq_fwspec
` [PATCH v2 2/2] irqchip/gic-v2m: Add support for multiple MSI frames

[U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version
 2015-10-14 11:27 UTC  (3+ messages)

[PATCH v4 0/3] Mediatek SPI-NOR flash driver
 2015-10-14 11:26 UTC  (7+ messages)
` [PATCH v4 3/3] arm64: dts: mt8173: Add nor flash node

[meta-oe][PATCH] polkit: fix an incomplete patch
 2015-10-14 11:26 UTC  (2+ messages)

thread-utils: build with NO_PTHREADS fails
 2015-10-14 11:24 UTC  (4+ messages)

[uml-devel] [PATCH] um: Switch clocksource to hrtimers
 2015-10-14 11:22 UTC  (2+ messages)

[PATCH 0/2] More GIC updates for Linux 4.4
 2015-10-14 11:23 UTC  (3+ messages)

[PATCH 1/3] mwifiex: fix AP VHT behaviour
 2015-10-14 11:22 UTC  (2+ messages)
` [1/3] "

Industrial I/O presentation at LinuxCon Europe
 2015-10-14 11:22 UTC  (3+ messages)

[PATCH] guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable thumb where it fails for qemuarm
 2015-10-14 11:22 UTC  (2+ messages)

[PATCH v2] mwifiex: control WLAN and bluetooth coexistence modes
 2015-10-14 11:21 UTC  (2+ messages)
` [v2] "

[RFC][PATCH] icu: force arm mode
 2015-10-14 11:21 UTC  (2+ messages)
` [PATCH] "

[PATCH v9 0/9] Goodix touchscreen enhancements
 2015-10-14 11:18 UTC  (9+ messages)
` [PATCH v9 2/9] Input: goodix - reset device at init


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.