All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-28 14:36:42 to 2014-03-28 15:20:14 UTC [more...]

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

[PATCH 00/75] l2c series
 2014-03-28 15:20 UTC  (81+ 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

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

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

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

[PATCH v3] xen/serial: Don't leak memory mapping if the serial initialization has failed
 2014-03-28 15:11 UTC 

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

[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  (10+ messages)
` [PATCH] arm: xen: implement multicall hypercall support

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

[PATCH 00/33] OSDMAP_ENC, primary_temp, PRIMARY_AFFINITY
 2014-03-28 15:03 UTC  (31+ messages)
` [PATCH 06/33] libceph: fixup error handling in osdmap_decode()
` [PATCH 08/33] libceph: assert length of osdmap osd arrays
` [PATCH 09/33] libceph: fix crush_decode() call site in osdmap_decode()
` [PATCH 10/33] libceph: fixup error handling in osdmap_apply_incremental()
` [PATCH 17/33] libceph: introduce get_osdmap_client_data_v()
` [PATCH 21/33] libceph: primary_affinity infrastructure
` [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  (25+ 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

[PATCH] ath10k: add extra pdev stats on 10.1 firmware
 2014-03-28 15:00 UTC  (3+ messages)

[Xenomai] Raspberry Pi - 3.10.34
 2014-03-28 15:00 UTC  (6+ messages)

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

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

[PATCH v2] ath10k: add the Rx rate in FW stats
 2014-03-28 14:59 UTC  (3+ messages)

[U-Boot] [PATCH v7] nand/denali: Adding Denali NAND driver support
 2014-03-28 14:58 UTC  (3+ messages)

git pull -- [PATCH] aio: v2 ensure access to ctx->ring_pages is correctly serialised
 2014-03-28 14:58 UTC  (9+ messages)

[PATCH 0/3] Versatile PCI DT support
 2014-03-28 14:57 UTC  (4+ messages)

[PATCH v2] ath10k: Fix getting stats from firmware
 2014-03-28 14:56 UTC  (3+ messages)

[PATCH] powerpc/le: enable RTAS events support
 2014-03-28 14:57 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.0] cpu: do not use QOM casts in ENV_GET_CPU
 2014-03-28 14:56 UTC  (3+ messages)

[Qemu-devel] [Bug 1290558] [NEW] color issue (ppc as guest)
 2014-03-28 14:48 UTC  (3+ messages)
` [Qemu-devel] [Bug 1290558] "
  ` [Qemu-devel] [Bug 1290558] "

[Qemu-devel] [PULL for-2.0 0/3] acpi,pc,build bug fixes
 2014-03-28 14:54 UTC  (2+ messages)

Atomic storage operations
 2014-03-28 14:54 UTC 

[PATCH v3 00/12] perf, persistent: Add persistent events
 2014-03-28 14:54 UTC  (5+ messages)

Problem reconnecting when 3G dongle is re-inserted
 2014-03-28 14:54 UTC  (2+ messages)

[U-Boot] How to convert iMX6 IOMux data to U-Boot format
 2014-03-28 14:53 UTC 

Borrowing objects from nearby repositories
 2014-03-28 14:52 UTC  (7+ messages)

[PATCH] extcon: palmas: explicitly set edev name as node name
 2014-03-28 14:49 UTC  (2+ messages)

[PATCH v3 0/7] Introducing (yet again) Device Tree Overlays
 2014-03-28 14:51 UTC  (3+ messages)
` [PATCH v3 2/7] OF: Introduce DT overlay support

Adding compression before/above swapcache
 2014-03-28 14:47 UTC  (6+ messages)

[Qemu-devel] [PATCHv2] block: optimize zero writes with bdrv_write_zeroes
 2014-03-28 14:46 UTC 

wwan0 interface without IP
 2014-03-28 14:47 UTC  (2+ messages)

[PATCH 1/1] bitbake: toaster: fix timezone detection
 2014-03-28 14:46 UTC  (3+ messages)
` [PATCH] "

[RFC] Serial port aliases in DT
 2014-03-28 14:46 UTC  (7+ messages)

rt-tests 0.88 released
 2014-03-28 14:45 UTC 

[RFC/PATCH] base: platform: add generic clock handling for platform-bus
 2014-03-28 14:42 UTC  (9+ messages)

[PATCH] lockd: ensure we tear down any live sockets when socket creation fails during lockd_up
 2014-03-28 14:44 UTC  (5+ messages)

Particular APN and Ofono+Connman+BBB+Buildroot
 2014-03-28 14:43 UTC  (2+ messages)

[memnic PATCH 1/5] pmd: fix race condition
 2014-03-28 14:43 UTC  (4+ messages)

[PATCH v2] [Dora] eglibc 2.18: powerpc: Fix time related syscalls
 2014-03-28 14:41 UTC 

Warning at ahci_enable_ahci() during resume
 2014-03-28 14:38 UTC  (2+ messages)

[PATCH/RFC 0/8] git-ls
 2014-03-28 14:38 UTC  (7+ messages)
` [PATCH 7/8] ls-files: support --max-depth

[PATCH] android/gatt: Handle read characteristic client command
 2014-03-28 14:37 UTC 

[Qemu-devel] Bug with mpc8544ds machine
 2014-03-28 14:37 UTC 

[Qemu-devel] target-ppc: Problem with mtmsr emulation
 2014-03-28 14:36 UTC  (4+ messages)
    ` [Qemu-devel] [Qemu-ppc] "

[U-Boot] [PATCH RFC] fsl_esdhc: flush cache after non-read operation
 2014-03-28 14:36 UTC  (3+ 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.