All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-28 19:13:30 to 2014-04-28 19:33:00 UTC [more...]

lockdep warning after recent cleanup in console code
 2014-04-28 19:24 UTC  (6+ messages)

[PATCH] uprobes: use BX register for rip-relative fixups, not AX
 2014-04-28 19:23 UTC  (4+ messages)

[RFC/PATCH v1] Towards MinGW(-W64) cross-compilation
 2014-04-28 18:15 UTC  (7+ messages)
` [PATCH 04/12] Makefile: introduce CROSS_COMPILE variable
` [PATCH 10/12] MINGW: config.mak.uname: drop USE_NED_ALLOCATOR

[PATCH 0/7] mfd: add basic sun6i A31 PRCM support
 2014-04-28 18:19 UTC  (9+ messages)
` [PATCH 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support
` [PATCH 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

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

[PATCH v9 00/17] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
 2014-04-28 19:32 UTC  (7+ messages)
` [PATCH v9 05/17] ARM: dts: sun4i: Add pin-muxing info for the mmc0 controller
` [PATCH v9 08/17] ARM: dts: sun5i: Add pin-muxing info for the mmc controllers

[PATCH 0/1] mlx4: mlx4_core failed to load
 2014-04-28 18:33 UTC  (2+ messages)
` [PATCH 1/1] mlx4: mlx4_core failed to load if use_prio argument is used

[PATCH v3 00/19] Use ref transactions from most callers
 2014-04-28 19:16 UTC  (16+ messages)
` [PATCH v3 03/19] refs.c: make ref_transaction_commit return an error string
` [PATCH v3 04/19] refs.c: return error string from ref_update_reject_duplicates on failure
` [PATCH v3 06/19] refs.c: make update_ref_write to return error string "
` [PATCH v3 07/19] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v3 16/19] branch.c: use ref transaction for all ref updates

[PATCH v12 00/31] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-04-28 19:30 UTC  (6+ messages)
` [PATCH v12 11/31] documentation: iommu: add binding document of Exynos System MMU

[PATCH v3 0/3] Generic Device Tree based power domain look-up
 2014-04-28 17:35 UTC  (3+ messages)
` [PATCH v3 1/3] base: power: Add generic OF-based "

[PATCH v2] v4l: subdev: Move [gs]_std operation to video ops
 2014-04-28 19:29 UTC 

[PATCH 2/2] ipv6: Set flow label to skb_hash on transmit
 2014-04-28 19:29 UTC  (3+ messages)

[patch 0/5] genirq: Sanitize irq_set_affinity callbacks
 2014-04-28 19:05 UTC  (11+ messages)
` [patch 5/5] irqchip: armanda: Sanitize set_irq_affinity()

A failing attempt to use Git in a centralized environment
 2014-04-28 18:41 UTC  (2+ messages)

What's cooking in git.git (Apr 2014, #08; Fri, 25)
 2014-04-28 17:48 UTC  (3+ messages)

[Buildroot] [PATCH 1/4] uclibc: arc: bump to git commit eb1bf8b
 2014-04-28 19:28 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] gdb: arc: bump to git commit 816890e

[perf] more perf_fuzzer memory corruption
 2014-04-28 17:48 UTC  (14+ messages)

[Buildroot] [PATCH 0/4] evemu: disable python binding if not needed
 2014-04-28 19:28 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] evemu: disable tests via evemu configure option
` [Buildroot] [PATCH 2/4] evemu: fix host-python/host-python3 dependency

[PATCH 0/6] mm: audit find_vma() callers
 2014-04-28 18:09 UTC  (2+ messages)
` [PATCH 7/6] media: videobuf2-dma-sg: call find_vma with the mmap_sem held

[PATCH] e2fsprogs: small .de translation fix
 2014-04-28 18:23 UTC  (6+ messages)

git-svn Rewrites Some Commits, but not All
 2014-04-28 19:26 UTC 

Recording the current branch on each commit?
 2014-04-28 17:31 UTC  (11+ messages)

[PATCH] [media] s5p-mfc: Add IOMMU support
 2014-04-28 18:10 UTC  (4+ messages)

Harmful LESS flags
 2014-04-28 18:48 UTC  (8+ messages)
` [PATCH] PAGER_ENV: remove 'S' from $LESS by default

[PATCH v2] staging: silicom: Remove unused pointer in bypass_init_module()
 2014-04-28 19:24 UTC  (2+ messages)

[Resend Patch 0/9] I2C ACPI operation region handler support
 2014-04-28 18:08 UTC  (5+ messages)
` [Patch V2 "
  ` [Patch V2 1/9] ACPICA: Executer: Fix buffer allocation issue for generic_serial_bus region field accesses

[PATCH] Revert "Stop starting pager recursively"
 2014-04-28 18:32 UTC  (9+ messages)

possible 3.14.1 lockd problem (?) causing nfsd hangs
 2014-04-28 18:55 UTC  (4+ messages)
` Unix-domain sockets hanging on 3.14.x (was Re: possible 3.14.1 lockd problem (?) causing nfsd hangs)

[PATCH 1/7] mke2fs: don't ask the proceed question using a regular file
 2014-04-28 15:33 UTC  (3+ messages)
` [PATCH 5/7] mke2fs: proceed if the user doesn't type anything after 5 seconds

X86: Impossible select Enhanced Real Time Clock Support (legacy PC RTC driver)
 2014-04-28 18:16 UTC  (3+ messages)

3.2.57 regression: isci driver broken: Unable to reset I T nexus?
 2014-04-28 19:24 UTC  (3+ messages)

[PATCH] Uses git-credential for git-imap-send
 2014-04-28 19:23 UTC  (3+ messages)

[patch 2/2] target-i386: block migration and savevm if invariant tsc is exposed
 2014-04-28 19:23 UTC  (11+ messages)

[PATCH] Revert "drm/i915: fix infinite loop at gen6_update_ring_freq"
 2014-04-28 19:23 UTC  (8+ messages)

[PATCH net-next] ethtool: exit the loop when invalid index occurs
 2014-04-28 17:29 UTC  (2+ messages)

[PATCH net-next] ipv4: Use predefined value for readability
 2014-04-28 17:29 UTC  (2+ messages)

[PATCH] net: ipv6: Introduce ip6_sk_dst_hoplimit
 2014-04-28 18:46 UTC  (2+ messages)

[PATCH net] net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iif
 2014-04-28 19:17 UTC  (3+ messages)

[RFC 0/3] DRM driver for the ATMEL High end LCD controller
 2014-04-28 19:22 UTC  (4+ messages)
` [RFC 1/3] atmel: drm: added drm driver for the atmel hlcd controller

[PATCH RFC 1/2] mm/swap.c: split put_compound_page function
 2014-04-28 18:23 UTC  (5+ messages)
` [PATCH RFC 2/2] mm: introdule compound_head_by_tail()

remove _STK_LIM_MAX override
 2014-04-28 19:21 UTC 

[PATCH 0/2 net-next] net: dsa: add private context accessor
 2014-04-28 18:14 UTC  (2+ messages)
` [PATCH net-next 1/2] net: dsa: add ds_to_priv

[BUG] kernel BUG at mm/vmacache.c:85!
 2014-04-28 19:20 UTC  (4+ messages)

linux-next: Tree for Apr 28
 2014-04-28 17:45 UTC  (2+ messages)
` linux-next: Tree for Apr 28 (drivers/pnp/quirks.c)

mmotm 2014-04-24-13-07 uploaded
 2014-04-28 17:17 UTC  (8+ messages)

[PATCH 01/14] t9365-continuing-queries.sh: use the $( ... ) construct for command substitution
 2014-04-28 19:20 UTC  (6+ messages)
` [PATCH 04/14] appp.sh: "

intel_rapl: No such device
 2014-04-28 10:51 UTC  (2+ messages)

[PATCH 0/5] AM437x: HDQ/1wire protocol
 2014-04-28 19:19 UTC  (4+ messages)
` [PATCH 1/5] drivers: w1: omap_hdq: cleanup and bug fixes

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-04-28 19:19 UTC  (9+ messages)
` [RFC PATCH v5 03/11] VFIO_IOMMU_TYPE1 for platform bus devices on ARM
` [RFC PATCH v5 06/11] VFIO_PLATFORM: Return info for device and its memory mapped IO regions
` [RFC PATCH v5 09/11] VFIO_PLATFORM: Return IRQ info

[PATCH v2] ARM: dts: Add peach-pit board support
 2014-04-28 17:43 UTC  (3+ messages)

[PATCH] rcutorture: don't mark torture_init_{begin,end} with __init
 2014-04-28 19:03 UTC 

[PATCH] t3910: show failure of core.precomposeunicode with decomposed filenames
 2014-04-28 19:17 UTC  (2+ messages)

[PATCH] Sleep 1 millisecond in poll() to avoid busy wait
 2014-04-28 18:58 UTC  (9+ messages)
    ` [PATCH] poll/select: prevent busy-waiting
          ` [PATCH v2] Sleep 1 millisecond in poll() to avoid busy wait

[Buildroot] [PATCH 0/6] Microblaze fixes
 2014-04-28 19:18 UTC  (5+ messages)
` [Buildroot] [PATCH 3/6] upstream glibc 2.18/2.19 works fine with microblaze

[PATCH net-next] ptp: validate the requested frequency adjustment
 2014-04-28 17:29 UTC  (2+ messages)

[PATCH] Altera TSE: Fix DMA secriptor length initialization
 2014-04-28 18:42 UTC  (2+ messages)

[net-next 00/15][pull request] Intel Wired LAN Driver Updates
 2014-04-28 18:53 UTC  (2+ messages)

[PATCH] uprobes: Refuse to insert a probe into MAP_SHARED vma
 2014-04-28 19:16 UTC 

[Buildroot] [PATCH 0/9] Bump and improve syslinux (branch yem/adopted)
 2014-04-28 19:17 UTC  (9+ messages)
` [Buildroot] [PATCH 4/9] boot/syslinux: rewrite options prompts
` [Buildroot] [PATCH 8/9] boot/syslinux: add option to install the EFI image

[ANN] FSL Test Plan Announcement 1.6
 2014-04-28 19:17 UTC  (2+ messages)

[ANN] ceph-deploy 1.5.0 released!
 2014-04-28 19:17 UTC 

OE Changelog since 2014-04-20 until 2014-04-27
 2014-04-28 19:17 UTC 

[PATCHv3 0/7] Add Allwinner SoCs PWM support
 2014-04-28 19:13 UTC  (10+ messages)
` [PATCHv3 4/7] ARM: sun4i: dt: add "
` [PATCHv3 5/7] ARM: sun7i: dt: add pinmux configuration for the PWM
` [PATCHv3 6/7] ARM: sun7i: dt: add PWM support

[PATCH next] net: netfilter: add helper for adding nat extension
 2014-04-28 19:09 UTC 

Missing menus in windows after update
 2014-04-28 19:14 UTC  (5+ messages)

[U-Boot] [PATCH] net/designware: call phy_connect_dev() to properly setup phylib device
 2014-04-28 19:14 UTC 

[PATCH] rwsem: Support optimistic spinning
 2014-04-28 17:18 UTC  (3+ messages)

[U-Boot] [PATCH 1/9] mmc: mmc header fix
 2014-04-28 19:13 UTC  (5+ messages)
` [U-Boot] [PATCH v5 00/12] DFU, MMC, Gadget, Goni, misc
  ` [U-Boot] [PATCH v5 10/12] arm: goni: dfu: Add support for DFU to Goni target
  ` [U-Boot] [PATCH v5 11/12] arm: goni: enable GPT command
  ` [U-Boot] [PATCH v5 12/12] arm: goni: enable USB Mass Storage


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.