All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-28 15:01:32 to 2014-03-28 15:43:08 UTC [more...]

[PATCH 00/04] staging: dgap: Digi International dgap driver
 2014-03-28 15:43 UTC  (4+ messages)
` [PATCH 03/03] staging: dgap: remove more unneeded brd-state states

[PATCH 00/75] l2c series
 2014-03-28 15:42 UTC  (91+ messages)
` [PATCH 01/75] ARM: l2c: remove outer_inv_all() method
` [PATCH 02/75] ARM: l2c: remove unnecessary call to outer_flush_all()
` [PATCH 03/75] ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear)
` [PATCH 04/75] ARM: l2c: omap2: remove ES1.0 support
` [PATCH 05/75] ARM: l2c: remove unnecessary UL-suffix to mask values
` [PATCH 06/75] ARM: outer cache: add documentation of outer cache functions
` [PATCH 07/75] ARM: outer cache: add WARN_ON() to outer_disable()
` [PATCH 08/75] ARM: l2c: add helper for L2 cache controller DT IDs
` [PATCH 09/75] ARM: l2c: tidy up l2x0_of_data declarations
` [PATCH 10/75] ARM: l2c: rename OF specific things, making l2x0_of_data available to all
` [PATCH 11/75] ARM: l2c: provide generic function for calling set_debug method
` [PATCH 12/75] ARM: l2c: split out cache unlock code
` [PATCH 13/75] ARM: l2c: provide generic helper for way-based operations
` [PATCH 14/75] ARM: l2c: rename cache_wait_way()
` [PATCH 15/75] ARM: l2c: add and use L2C revision constants
` [PATCH 16/75] ARM: l2c: clean up OF initialisation a bit
` [PATCH 17/75] ARM: l2c: pass iomem address into data->save function
` [PATCH 18/75] ARM: l2c: move l2c save function to __l2c_init()
` [PATCH 19/75] ARM: l2c: group implementation specific code together
` [PATCH 20/75] ARM: l2c: provide enable method
` [PATCH 21/75] ARM: l2c: write auxctrl register before unlocking
` [PATCH 22/75] ARM: l2c: only write the auxiliary control register if required
` [PATCH 23/75] ARM: l2c: move aurora broadcast setup to enable function
` [PATCH 24/75] ARM: l2c: implement fixups for L2 cache controller quirks/errata
` [PATCH 25/75] ARM: l2c: clean up L2 cache initialisation messages
` [PATCH 26/75] ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF
` [PATCH 27/75] ARM: l2c: clean up save/resume functions
` [PATCH 28/75] ARM: l2c: simplify l2x0 unlocking code
` [PATCH 29/75] ARM: l2c: move pl310_set_debug() into l2c-310 code
` [PATCH 30/75] ARM: l2c: add L2C-210 specific handlers
` [PATCH 31/75] ARM: l2c: implement L2C-310 erratum 727915 as a method override
` [PATCH 32/75] ARM: l2c: implement L2C-310 erratum 588369 "
` [PATCH 33/75] ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations
` [PATCH 34/75] ARM: l2c: add L2C-220 specific handlers
` [PATCH 35/75] ARM: l2c: convert Broadcom L2C-310 to new code
` [PATCH 36/75] ARM: l2c: remove obsolete l2x0 ops for non-OF init
` [PATCH 37/75] ARM: l2c: move type string into l2c_init_data structure
` [PATCH 38/75] ARM: l2c: add decode for L2C-220 cache ways
` [PATCH 39/75] ARM: l2c: move way size calculation data into l2c_init_data
` [PATCH 40/75] ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig
` [PATCH 41/75] ARM: l2c: provide generic hook to intercept writes to secure registers
` [PATCH 42/75] ARM: l2c: omap2: implement new write_sec method
` [PATCH 43/75] ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache
` [PATCH 44/75] ARM: l2c: highbank: implement new write_sec method
` [PATCH 45/75] ARM: l2c: highbank: remove explicit SMI call in L2 cache initialisation
` [PATCH 46/75] ARM: l2c: ux500: implement dummy write_sec method
` [PATCH 47/75] ARM: l2c: remove old .set_debug method
` [PATCH 48/75] ARM: l2c: implement L2C-310 erratum 752271 in core L2C code
` [PATCH 49/75] ARM: l2c: fix register naming
` [PATCH 50/75] ARM: l2c: add automatic enable of early BRESP
` [PATCH 51/75] ARM: l2c: remove platforms/SoCs setting "
` [PATCH 52/75] ARM: l2c: tegra: remove associativity and way size from aux_ctrl
` [PATCH 53/75] ARM: l2c: ux500: "
` [PATCH 54/75] ARM: l2c: ux500: don't try to change the L2 cache auxiliary control register
` [PATCH 55/75] ARM: l2c: cns3xxx: remove cache size override
` [PATCH 56/75] ARM: l2c: exynos: "
` [PATCH 57/75] ARM: l2c: nomadik: "
` [PATCH 58/75] ARM: l2c: omap2: "
` [PATCH 59/75] ARM: l2c: prima2: "
` [PATCH 60/75] ARM: l2c: shmobile: "
` [PATCH 61/75] ARM: l2c: spear13xx: "
` [PATCH 62/75] ARM: l2c: sti: "
` [PATCH 63/75] ARM: l2c: zynq: "
` [PATCH 64/75] ARM: l2c: realview: improve commentry about the L2 cache requirements
` [PATCH 65/75] ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this
` [PATCH 66/75] ARM: l2c: print a warning with L2C-310 caches if the cache size is modified
` [PATCH 67/75] ARM: l2c: vexpress ca9x4: move L2 cache initialisation earlier
` [PATCH 68/75] ARM: l2c: add L2C-310 power control DT properties
` [PATCH 69/75] ARM: l2c: check that DT files specify the required "cache-unified" property
` [PATCH 70/75] ARM: l2c: add warnings for stuff modifying aux_ctrl register values
` [PATCH 71/75] ARM: l2c: permit flush_all() on large flush_range() XXX Needs more thought XXX
` [PATCH 72/75] ARM: l2c: trial at enabling some Cortex-A9 optimisations
` [PATCH 73/75] ARM: l2c: move L2 cache register saving to a more sensible location
` [PATCH 74/75] ARM: l2c: always enable low power modes
` [PATCH 75/75] ARM: l2c: imx: remove direct write to power control register

wwan0 interface without IP
 2014-03-28 15:42 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 for-2.0 0/2] Bounds checking for VDI
 2014-03-28 15:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 for-2.0 1/2] vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144)
` [Qemu-devel] [PATCH v2 for-2.0 2/2] block: vdi bounds check qemu-io tests

[U-Boot] [PATCH] sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definition
 2014-03-28 15:42 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: tegra: make all I2C ports open-drain
 2014-03-28 15:42 UTC  (5+ messages)

[U-Boot] RFC unified boot environment
 2014-03-28 15:42 UTC  (5+ messages)
` [U-Boot] [PATCH 0/6] "
  ` [U-Boot] [PATCH 1/6] add README.distro file

[U-Boot] [PATCH] am335x_evm: Clarify when we build board_eth_init
 2014-03-28 15:42 UTC 

[Qemu-devel] [PATCH v6 0/8] virtio endian-ambivalent target fixes
 2014-03-28 15:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 1/8] virtio_legacy_get_byteswap: endian-ambivalent targets using legacy virtio

[PATCH 0/2] xfs: Clean the EFI on errors series
 2014-03-28 15:41 UTC  (4+ messages)
` [PATCH 1/2] xfs: remove efi from AIL in log recovery error

[Bug 76732] New: Kworker using 100% CPU
 2014-03-28 15:41 UTC  (2+ messages)
  ` [Bug 76732] "

[PATCH] mtd: nand: Add support for Micron on-die ECC controller (rev2)
 2014-03-28 15:40 UTC  (6+ messages)

[PATCH v3 0/3] PSCI v0.2 support and DT bindings
 2014-03-28 15:40 UTC  (5+ messages)
` [PATCH v3 1/3] PSCI: Add initial support for PSCIv0.2 functions
      ` [Linaro-acpi] "

[PATCH] spi: mpc52xx: Convert to use bits_per_word_mask
 2014-03-28 15:37 UTC 

[PATCH v2] weston : refactor to identify EGL, cairoglesv2 support
 2014-03-28 15:37 UTC  (3+ messages)

[PATCH v4 0/3] add hisilicon hip04 ethernet driver
 2014-03-28 15:36 UTC  (8+ messages)
` [PATCH 1/3] Documentation: add Device tree bindings for Hisilicon hip04 ethernet
` [PATCH 2/3] net: hisilicon: new hip04 MDIO driver
` [PATCH 3/3] net: hisilicon: new hip04 ethernet driver

[PATCH linux-next v2] ufs: sb mutex merge + mutex_destroy: fix
 2014-03-28 15:35 UTC  (2+ messages)

[PATCH] drivers/sh: pm_runtime implementation needs to suspend and resume devices
 2014-03-28 15:35 UTC  (2+ messages)

nl80211: Failed to set channel
 2014-03-28 15:31 UTC  (5+ messages)
                                        ` Running throughput tests

[PATCH] powerpc/le: enable RTAS events support
 2014-03-28 15:31 UTC  (4+ messages)

[Qemu-devel] [PULL for-2.0] tcg-arm update
 2014-03-28 15:31 UTC  (2+ messages)

[PATCH v3] xen/serial: Don't leak memory mapping if the serial initialization has failed
 2014-03-28 15:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] configure: add option to disable -fstack-protector flags
 2014-03-28 15:31 UTC  (2+ messages)

[linux-lvm] How do I remove a locked Logical Volume ([pvmove0]) left over after a disk error?
 2014-03-28 15:31 UTC  (2+ messages)

[PATCH/RFC 0/8] LED / flash API integration
 2014-03-28 15:31 UTC  (10+ messages)
` [PATCH/RFC 1/8] leds: Add sysfs and kernel internal API for flash LEDs
` [PATCH/RFC 4/8] media: Add registration helpers for V4L2 flash sub-devices
` [PATCH/RFC 8/8] DT: Add documentation for exynos4-is camera-flash property

[PATCH 1/1] bitbake: toaster: do not trap SIGCHLD
 2014-03-28 15:30 UTC 

[PATCH v5 0/7] Add support for the Allwinner A31 DMA Controller
 2014-03-28 15:26 UTC  (4+ messages)

[Qemu-devel] [RFC 0/3] tcg: Avoid undefined behaviour on unaligned stores
 2014-03-28 15:29 UTC 

[linux-linus test] 25686: regressions - FAIL
 2014-03-28 15:29 UTC 

[PATCH v4 0/5] xen/arm: Merge early_printk function in console code
 2014-03-28 15:29 UTC  (3+ messages)
` [PATCH v4 4/5] xen/console: Add support for early printk

[PATCH/RFC v2 0/8] LED / flash API integration
 2014-03-28 15:29 UTC  (9+ messages)
` [PATCH/RFC v2 1/8] leds: Add sysfs and kernel internal API for flash LEDs
` [PATCH/RFC v2 2/8] leds: Improve and export led_update_brightness function
` [PATCH/RFC v2 3/8] Documentation: leds: Add description of flash mode
` [PATCH/RFC v2 4/8] leds: Add support for max77693 mfd flash cell
` [PATCH/RFC v2 5/8] DT: Add documentation for the mfd Maxim max77693 "
` [PATCH/RFC v2 6/8] media: Add registration helpers for V4L2 flash sub-devices
` [PATCH/RFC v2 7/8] media: exynos4-is: Add support for v4l2-flash subdevs
` [PATCH/RFC v2 8/8] DT: Add documentation for exynos4-is camera-flash property

__pv_phys_offset, inline assembly functions, and such like
 2014-03-28 15:29 UTC  (2+ messages)
` [PATCH] ARM: Better virt_to_page() handling

[ARM ATTEND] Following discussions, device tree, ARM64
 2014-03-28 15:27 UTC 

[PATCH 0/2] Enable powernv based platform sensors
 2014-03-28 15:26 UTC  (3+ messages)
` [PATCH 1/2] powerpc/powernv: Enable fetching of platform sensor data

[Qemu-devel] [PATCH 0/3] More fixes for undefined behaviour
 2014-03-28 15:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] hw/ide/ahci.c: Avoid shift left into sign bit
` [Qemu-devel] [PATCH 2/3] int128.h: Avoid undefined behaviours involving signed arithmetic
` [Qemu-devel] [PATCH 3/3] xbzrle.c: Avoid undefined behaviour with "

[PATCH] cooker: bitbake memres server should not always reload the cache
 2014-03-28 15:25 UTC  (5+ messages)

Setting txpower fails?
 2014-03-28 15:25 UTC  (7+ messages)

Features in Yocto Project 1.7
 2014-03-28 15:23 UTC  (5+ messages)
` [OE-core] "

[PATCH] Fix regression in NFSRDMA server
 2014-03-28 15:21 UTC  (3+ messages)

Invalid PCM pointer with CMI8738 and pcm.c buffer underuns
 2014-03-28 15:21 UTC  (7+ messages)

[U-Boot] Xilinx Zed Board resets with Master
 2014-03-28 15:20 UTC  (4+ messages)

[PATCH 0/3] Versatile PCI DT support
 2014-03-28 15:20 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 for 2.0 0/3] ABI change: change group name of option table to match with option name
 2014-03-28 15:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 for 2.0 3/3] abort QEMU if group name in option table doesn't match with defined "

[Bug 76564] New: [AMD Fusion E-350] Radeon UVD giving incorrect fps when playing videos
 2014-03-28 15:18 UTC  (2+ messages)
` [Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

Starting the test cicly for 1.6
 2014-03-28 15:17 UTC  (2+ messages)

[PATCH] libcap 2.22: fix, disable gperf detection
 2014-03-28 16:13 UTC 

[PATCH] experimental TrustZone for Zynq (defunct)
 2014-03-28 15:11 UTC 

A few thoughts on hfsplus dev (Re: [PATCH v2] hfsplus: add journal replay)
 2014-03-28 15:09 UTC  (5+ messages)

[PATCH v2 0/4] x86: various EPT adjustments
 2014-03-28 15:08 UTC  (7+ messages)
` [PATCH v2 4/4] x86: fix pinned cache attribute handling

[PATCH] xen: arm: fully implement multicall interface
 2014-03-28 15:07 UTC  (7+ messages)

ULI M1575 question
 2014-03-28 15:06 UTC 

[PATCH 00/33] OSDMAP_ENC, primary_temp, PRIMARY_AFFINITY
 2014-03-28 15:03 UTC  (13+ messages)
` [PATCH 22/33] libceph: primary_affinity decode bits
` [PATCH 23/33] libceph: enable OSDMAP_ENC feature bit
` [PATCH 28/33] libceph: switch ceph_calc_pg_acting() to new helpers
` [PATCH 31/33] libceph: add support for osd primary affinity

[PATCH] ASoC: rsnd: fix src clock prepare/unprepare
 2014-03-28 15:03 UTC 

[PATCH] ath10k: update wal_dbg_tx_stats structure with missing parameter
 2014-03-28 15:02 UTC  (3+ messages)

[RFC PATCH V4 0/7] get_user_pages_fast for ARM and ARM64
 2014-03-28 15:01 UTC  (17+ messages)
  ` [RFC PATCH V4 1/7] mm: Introduce a general RCU get_user_pages_fast
  ` [RFC PATCH V4 2/7] arm: mm: Introduce special ptes for LPAE
  ` [RFC PATCH V4 3/7] arm: mm: Enable HAVE_RCU_TABLE_FREE logic
  ` [RFC PATCH V4 4/7] arm: mm: Enable RCU fast_gup
  ` [RFC PATCH V4 5/7] arm64: Convert asm/tlb.h to generic mmu_gather
  ` [RFC PATCH V4 6/7] arm64: mm: Enable HAVE_RCU_TABLE_FREE logic
  ` [RFC PATCH V4 7/7] arm64: mm: Enable RCU fast_gup


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.