All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-19 19:20:43 to 2013-05-19 20:42:09 UTC [more...]

[Bug 64772] New: nouveau GF108 kernel errors and graphics corruption when enabling second output
 2013-05-19 20:42 UTC 

[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
 2013-05-19 20:35 UTC  (18+ messages)
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep

[PATCHv10 0/9] PCIe support for the Armada 370 and Armada XP SoCs
 2013-05-19 20:31 UTC  (9+ messages)
` [PATCHv10 1/9] arm: mvebu: fix the 'ranges' property to handle PCIe
` [PATCHv10 2/9] of/pci: Provide support for parsing PCI DT ranges property

Radeon UVD firmware missing from linux-firmware tree
 2013-05-19 20:30 UTC  (2+ messages)

[PATCH 00/17] Remove assumptions about refname lifetimes
 2013-05-19 20:27 UTC  (18+ messages)
` [PATCH 01/17] describe: make own copy of refname
` [PATCH 02/17] fetch: make own copies of refnames
` [PATCH 03/17] add_rev_cmdline(): make a copy of the name argument
` [PATCH 04/17] builtin_diff_tree(): make it obvious that function wants two entries
` [PATCH 05/17] cmd_diff(): use an object_array for holding trees
` [PATCH 06/17] cmd_diff(): rename local variable "list" -> "entry"
` [PATCH 07/17] cmd_diff(): make it obvious which cases are exclusive of each other
` [PATCH 08/17] revision: split some overly-long lines
` [PATCH 09/17] gc_boundary(): move the check "alloc <= nr" to caller
` [PATCH 10/17] get_revision_internal(): make check less mysterious
` [PATCH 11/17] object_array: add function object_array_filter()
` [PATCH 12/17] object_array_remove_duplicates(): rewrite to reduce copying
` [PATCH 13/17] fsck: don't put a void*-shaped peg in a char*-shaped hole
` [PATCH 14/17] find_first_merges(): initialize merges variable using initializer
` [PATCH 15/17] find_first_merges(): remove unnecessary code
` [RFC 16/17] object_array_entry: copy name before storing in name field
` [RFC 17/17] refs: document the lifetime of the refname passed to each_ref_fn

InstantFM
 2013-05-19 20:18 UTC 

[PATCH] arm: kirkwood: use the default of match table
 2013-05-19 20:24 UTC  (2+ messages)

git-diff-index man page
 2013-05-19 20:23 UTC  (3+ messages)

[meta-oe][PATCH] gnuradio : Update recipe to build on all machines again
 2013-05-19 20:04 UTC  (5+ messages)

[PATCH] arm: mvebu: enable the third USB interface on OpenBlocks AX3
 2013-05-19 20:19 UTC  (3+ messages)

[PATCHv2 00/20] Cleanup irqchip_init calls
 2013-05-19 20:17 UTC  (6+ messages)
` [PATCH 15/20] ARM: mvebu: Remove init_irq declaration in machine description

[PATCH] 3c59x: remove useless VORTEX_PCI() invocations
 2013-05-19 20:17 UTC 

[meta-oe++/master 00/11] fixes and updates
 2013-05-19 19:58 UTC  (5+ messages)
` [meta-oe++/master 01/11] mm-common: update to 0.9.6
` [meta-oe++/master 03/11] glibmm: merge glibmm.inc into recipe - and stylize a bit

[PATCH 00/10] clk: mvebu: restructure SoC clock drivers
 2013-05-19 20:13 UTC  (3+ messages)

[PATCH] ARM: plat-orion: Fix num_resources and id for ge10 and ge11
 2013-05-19 20:12 UTC 

[Qemu-devel] [RFC] reverse execution
 2013-05-19 20:09 UTC  (4+ messages)

[PATCH v7 00/34] kmemcg shrinkers
 2013-05-19 20:07 UTC  (103+ messages)
` [PATCH v7 01/34] fs: bump inode and dentry counters to long
` [PATCH v7 02/34] super: fix calculation of shrinkable objects for small numbers
` [PATCH v7 03/34] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v7 04/34] dentry: move to per-sb LRU locks
` [PATCH v7 05/34] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v7 06/34] mm: new shrinker API
` [PATCH v7 07/34] shrinker: convert superblock shrinkers to new API
` [PATCH v7 08/34] list: add a new LRU list type
` [PATCH v7 09/34] inode: convert inode lru list to generic lru list code
` [PATCH v7 10/34] dcache: convert to use new lru list infrastructure
` [PATCH v7 11/34] list_lru: per-node "
` [PATCH v7 12/34] shrinker: add node awareness
` [PATCH v7 13/34] vmscan: per-node deferred work
` [PATCH v7 14/34] list_lru: per-node API
` [PATCH v7 15/34] fs: convert inode and dentry shrinking to be node aware
` [PATCH v7 16/34] xfs: convert buftarg LRU to generic code
` [PATCH v7 17/34] xfs: convert dquot cache lru to list_lru
` [PATCH v7 18/34] fs: convert fs shrinkers to new scan/count API
` [PATCH v7 19/34] drivers: convert shrinkers to new count/scan API
` [PATCH v7 20/34] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v7 21/34] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v7 22/34] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v7 23/34] shrinker: Kill old ->shrink API
` [PATCH v7 24/34] vmscan: also shrink slab in memcg pressure
` [PATCH v7 25/34] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v7 26/34] lru: add an element to a memcg list
` [PATCH v7 27/34] list_lru: per-memcg walks
` [PATCH v7 28/34] memcg: per-memcg kmem shrinking
` [PATCH v7 29/34] memcg: scan cache objects hierarchically
` [PATCH v7 30/34] vmscan: take at least one pass with shrinkers
` [PATCH v7 31/34] super: targeted memcg reclaim
` [PATCH v7 32/34] memcg: move initialization to memcg creation
` [PATCH v7 33/34] vmpressure: in-kernel notifications
` [PATCH v7 34/34] memcg: reap dead memcgs upon global memory pressure

[Bug 62914] New: ZaphodHeads doesn't work after upgrading to xorg 1.14
 2013-05-19 20:08 UTC  (3+ messages)
  ` [Bug 62914] "

[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
 2013-05-19 20:03 UTC  (5+ messages)

Potential patch for ov2640 with imx6
 2013-05-19 20:02 UTC  (2+ messages)

[PATCH v2 1/1] crypto: Added support for Freescale's DCP co-processor
 2013-05-19 19:59 UTC 

3.9.2 kernel - IR / em28xx_rc broken?
 2013-05-19 19:59 UTC  (9+ messages)

[Xen-users] PCI passthrough problems after legacy update of xen 4.1
 2013-05-19 19:59 UTC  (13+ messages)
        `  "

[Buildroot] [PATCH] Remove spurious POST_UNINSTALL hook usage
 2013-05-19 19:58 UTC 

[PATCH 1/1] 6lowpan: Fix fragmentation with link-local compressed addresses
 2013-05-19 19:58 UTC  (3+ messages)

Dynamically creating the volume based on the size of ubifs image size
 2013-05-19 19:57 UTC 

nouveau GF108 kernel crash in optimus mode when enabling external display output
 2013-05-19 19:57 UTC  (3+ messages)

Reply
 2013-05-19 19:47 UTC 

[PATCH v2 net-next 0/4] net: low latency Ethernet device polling
 2013-05-19 19:56 UTC  (6+ messages)

nouveau GF108 kernel errors and graphics corruption when enabling another output
 2013-05-19 19:55 UTC  (3+ messages)

[Buildroot] [PATCH] gpsd: install udev rules, if appropriate
 2013-05-19 19:53 UTC 

[PATCH v2] mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
 2013-05-19 19:49 UTC  (2+ messages)
` [PATCH v3] "

[RFC PATCHv3 0/6] arm: Initial TI-Nspire support
 2013-05-19 19:48 UTC  (5+ messages)
` [RFC PATCHv3 3/6] clk: Add TI-Nspire clock drivers

[PATCH] mconf: handle keys in empty dialogs
 2013-05-19 19:48 UTC  (2+ messages)
` [PATCH v2] "

[fsl-community-bsp-platform][PATCH] setup-environment: add options for the script
 2013-05-19 19:43 UTC  (4+ messages)

[Bridge] [PATCH] bridge: netfilter: using strlcpy() instead of strncpy()
 2013-05-19 19:43 UTC  (3+ messages)
`  "

Linux 3.9.3
 2013-05-19 19:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/8] block: drive-backup live backup command
 2013-05-19 19:41 UTC  (4+ messages)

[RFC/PATCH] patch-ids: check modified paths before calculating diff
 2013-05-19 19:36 UTC  (2+ messages)

[PATCH 1/2] ARM: mvebu: Fix ranges entry on XP GP board
 2013-05-19 19:36 UTC  (7+ messages)
` [PATCH 2/2] ARM: mvebu: Add support for NOR flash device on Armada XP-DB board

[PATCH v2] 3c59x: fix PCI resource management
 2013-05-19 19:36 UTC  (6+ messages)

Aw: Re: Ext4: Slow performance on first write after mount
 2013-05-19 19:36 UTC 

[PATCH] fetch2: Shorten long srcrevs
 2013-05-19 16:02 UTC  (2+ messages)

[git pull] device-mapper fix for 3.10
 2013-05-19 19:34 UTC 

btrfs (general) raid for other filesystems?
 2013-05-19 19:34 UTC  (4+ messages)

Query: No-flush support for ebtables-restore in v2.0.10-4
 2013-05-19 19:33 UTC  (2+ messages)

VFIO VGA test branches
 2013-05-19 19:26 UTC  (6+ messages)
      ` [Qemu-devel] "

[PATCH] e_powersaver: Fix linker error when ACPI processor is a module
 2013-05-19 19:27 UTC 

[Qemu-devel] Could configure generate QEMU's linker scripts?
 2013-05-19 19:24 UTC  (2+ messages)

[PATCH 2/2] ulogd: Implement PID file writing
 2013-05-19 19:22 UTC  (5+ messages)
` [PATCH v2] "
      ` [Ulogd PATCH] Improve pid file handling


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.