All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-01-17 22:40:54 to 2010-01-18 02:02:11 UTC [more...]

[PATCH] generic-ipi: Use DEFINE_PER_CPU_SHARED_ALIGNED for IPI data
 2010-01-18  2:00 UTC 

[PATCH 0/6] FMODE_NONOTIFY, FMODE_RANDOM and FMODE_NEG_OFFSET bits
 2010-01-18  1:59 UTC  (10+ messages)
` [PATCH 6/6] vfs: introduce FMODE_NEG_OFFSET for allowing negative f_pos

[PATCH] ARM: SAMSUNG: s3c_set_clksrc returns for single parent clock
 2010-01-18  1:59 UTC  (5+ messages)

[REGRESSION] "USB: use kfifo to buffer usb-generic serial writes" causes gobi_loader to hang
 2010-01-18  1:58 UTC  (3+ messages)

[PATCH 2/3][v2] vmstat: add anon_scan_ratio field to zoneinfo
 2010-01-18  1:54 UTC  (8+ messages)

[PATCH 0/6] IPv6 support for nfs-utils tcpwrapper shim (take 2)
 2010-01-18  1:54 UTC  (2+ messages)

Trouble booting from a large USB hard drive
 2010-01-18  1:54 UTC  (7+ messages)

[PATCHES] [RFC] Enable MSAA registers for r300-r500 chipsets
 2010-01-18  1:54 UTC  (3+ messages)

[U-Boot] [PATCH] flash.h: pull in common.h for types
 2010-01-18  1:52 UTC  (2+ messages)

[PATCH v2] ARM: SAMSUNG: Move GPIO common functions to plat-samsung for Samsung's SoCs
 2010-01-18  1:52 UTC  (2+ messages)

Filenames and prefixes in extended diffs
 2010-01-18  1:51 UTC  (10+ messages)
      ` [PATCH] grep --no-index: allow use of "git grep" outside a git repository

[U-Boot] [PATCH 1/1] [rfc] usb: musb: some more Blackfin stuff
 2010-01-18  1:51 UTC 

+ prctl-add-pr_set_proctitle_area-option-for-prctl.patch added to -mm tree
 2010-01-18  1:48 UTC  (5+ messages)

[PATCH] commit: match explicit-ident semantics for summary and template
 2010-01-18  1:47 UTC  (4+ messages)

[PATCH 0/2] Fix recently introduced strnstr() to not search past NUL
 2010-01-18  1:47 UTC  (4+ messages)
` [PATCH 2/2] string: teach strnstr() to not search past NUL-terminator

[Devel] Query about the ACPI
 2010-01-18  1:40 UTC 

[U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port
 2010-01-18  1:37 UTC  (9+ messages)
` [U-Boot] [PATCH 1/5] kgdb: add default generic stubs
` [U-Boot] [PATCH 2/5] kgdb: drop duplicate debugger_exception_handler
` [U-Boot] [PATCH 3/5] kgdb: update mem2hex/hex2mem funcs
  ` [U-Boot] Pull request u-boot-blackfin.git

Boot hangs after "Freeing initrd memory" with 2.6.31.11
 2010-01-18  1:26 UTC  (12+ messages)
      ` RFC: deprecate CONFIG_X86_CPU_DEBUG and schedule it for rapid removal

linux-next: manual merge of the arm tree with the arm-current tree
 2010-01-18  1:33 UTC  (2+ messages)

[PATCH/RFC] Allow empty commits during rebase -i
 2010-01-18  1:29 UTC  (2+ messages)

Upgrade Your Email Account
 2010-01-18  0:59 UTC 

[PATCH] zd1211rw: adding 0409:0248 to supported device list
 2010-01-18  1:24 UTC 

[PATCH 1/2] Documentation/git-merge: reword references to "remote" and "pull"
 2010-01-18  1:18 UTC  (5+ messages)
` [PATCH v2 0/4] Documentation style fixes

[LTP] [PATCH] Add make 3.80 $(abspath ) and $(realpath ) emulation scripts
 2010-01-18  1:16 UTC  (5+ messages)

[GIT PULL] XFS update for 2.6.33-rc4
 2010-01-18  1:12 UTC  (2+ messages)

2.6.33-rc4-mmotm0113 - ext3 throws warning
 2010-01-18  1:08 UTC 

[PATCHSET] concurrency managed workqueue, take#3
 2010-01-18  1:03 UTC  (42+ messages)
` [PATCH 01/40] sched: consult online mask instead of active in select_fallback_rq()
` [PATCH 02/40] sched: rename preempt_notifiers to sched_notifiers and refactor implementation
` [PATCH 03/40] sched: refactor try_to_wake_up()
` [PATCH 04/40] sched: implement __set_cpus_allowed()
` [PATCH 05/40] sched: make sched_notifiers unconditional
` [PATCH 06/40] sched: add wakeup/sleep sched_notifiers and allow NULL notifier ops
` [PATCH 07/40] sched: implement try_to_wake_up_local()
` [PATCH 08/40] acpi: use queue_work_on() instead of binding workqueue worker to cpu0
` [PATCH 09/40] stop_machine: reimplement without using workqueue
` [PATCH 10/40] workqueue: misc/cosmetic updates
` [PATCH 11/40] workqueue: merge feature parameters into flags
` [PATCH 12/40] workqueue: define both bit position and mask for work flags
` [PATCH 13/40] workqueue: separate out process_one_work()
` [PATCH 14/40] workqueue: temporarily disable workqueue tracing
` [PATCH 15/40] workqueue: kill cpu_populated_map
` [PATCH 16/40] workqueue: update cwq alignement
` [PATCH 17/40] workqueue: reimplement workqueue flushing using color coded works
` [PATCH 18/40] workqueue: introduce worker
` [PATCH 19/40] workqueue: reimplement work flushing using linked works
` [PATCH 20/40] workqueue: implement per-cwq active work limit
` [PATCH 21/40] workqueue: reimplement workqueue freeze using max_active
` [PATCH 22/40] workqueue: introduce global cwq and unify cwq locks
` [PATCH 23/40] workqueue: implement worker states
` [PATCH 24/40] workqueue: reimplement CPU hotplugging support using trustee
` [PATCH 25/40] workqueue: make single thread workqueue shared worker pool friendly
` [PATCH 26/40] workqueue: use shared worklist and pool all workers per cpu
` [PATCH 27/40] workqueue: implement concurrency managed dynamic worker pool
` [PATCH 28/40] workqueue: increase max_active of keventd and kill current_is_keventd()
` [PATCH 29/40] workqueue: add system_wq and system_single_wq
` [PATCH 30/40] workqueue: implement work_busy()
` [PATCH 31/40] libata: take advantage of cmwq and remove concurrency limitations
` [PATCH 32/40] async: introduce workqueue based alternative implementation
` [PATCH 33/40] async: convert async users to use the new implementation
` [PATCH 34/40] async: kill original implementation
` [PATCH 35/40] fscache: convert object to use workqueue instead of slow-work
` [PATCH 36/40] fscache: convert operation "
` [PATCH 37/40] fscache: drop references to slow-work
` [PATCH 38/40] cifs: use workqueue instead of slow-work
` [PATCH 39/40] gfs2: "
` [PATCH 40/40] slow-work: kill it
` perf-wq.c used to generate synthetic workload

[Bug 14535] Memory corruption detected in low memory
 2010-01-18  0:59 UTC  (3+ messages)

[Bug 26087] New: IRQ stalls with RV635 when multiple interrupts used
 2010-01-18  0:55 UTC  (3+ messages)
` [Bug 26087] "

[RFC] Shared page accounting for memory cgroup
 2010-01-18  0:49 UTC  (17+ messages)

[PATCH 1/2] drm: remove address mask param for drm_pci_alloc()
 2010-01-18  0:47 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: enable 36bit physical address for hardware status page
  ` [Intel-gfx] "

[ANNOUNCE] Git wiki & repo.or.cz migration, donations and volunteers pledge
 2010-01-18  0:43 UTC  (9+ messages)
` [RFC] Git Wiki Move

How much of the X-Fi (emu20k1) chip has Creative documented?
 2010-01-18  0:43 UTC 

[PATCH] barebox: Add recipe for this new bootloader
 2010-01-18  0:31 UTC  (8+ messages)
    ` [PATCH] usermanual : update note about PR

Regression: Wake on LAN doesn't work in sky2 with 2.6.33-rc4-git2
 2010-01-18  0:36 UTC  (5+ messages)

[ath9k-devel] Monitor mode question
 2010-01-18  0:35 UTC  (3+ messages)

move marvell firmware tarballs out of OE repo?
 2010-01-18  0:31 UTC  (4+ messages)

[RFC][PATCH] PM / Runtime: Add sysfs switch for disabling device run-time PM
 2010-01-18  0:29 UTC 

[RFC][PATCH] PM / Runtime: Add sysfs switch for disabling device run-time PM
 2010-01-18  0:29 UTC 

[PATCH 2/5 V2] b43: N-PHY: implement and add multi-dimensional table writing
 2010-01-18  0:28 UTC  (2+ messages)

git rm --cached and pull semantics
 2010-01-18  0:06 UTC  (4+ messages)

Memory allocations in .suspend became very unreliable
 2010-01-18  0:25 UTC  (11+ messages)
` [RFC][PATCH] PM: Force GFP_NOIO during suspend/resume (was: Re: [linux-pm] Memory allocations in .suspend became very unreliable)
    ` [RFC][PATCH] PM: Force GFP_NOIO during suspend/resume (was: "
  ` [linux-pm] "

reply via website
 2010-01-18  0:26 UTC 

Mesa packages and TLS
 2010-01-18  0:16 UTC  (4+ messages)

[PATCH 1/2] nv30-nv40: support unlimited queries
 2010-01-18  0:18 UTC  (2+ messages)
  ` [PATCH 2/2] nv30/nv40: allocate a bigger block for queries

keyboard layout patches
 2010-01-18  0:10 UTC 

[RFC] Zaurus: make updater.sh obsolete for poodle, clamshells and tosa
 2010-01-17 23:59 UTC  (4+ messages)

linux-next: manual merge of the vfs tree with the gfs2 tree
 2010-01-17 23:55 UTC 

[PATCH] http://mercurial.intuxication.org/hg/v4l-dvb-commits
 2010-01-17 23:52 UTC 

ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel
 2010-01-17 23:53 UTC  (3+ messages)
  ` [Xen-users] "

[U-Boot] arm: suen3, suen3_v1, mgcoge2_arm_p1a support
 2010-01-17 23:51 UTC  (2+ messages)

[U-Boot] CRAMFS: support cramfs in RAM
 2010-01-17 23:44 UTC  (2+ messages)

[U-Boot] powerpc: keymile boards updates
 2010-01-17 23:44 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] env, eeprom: add redundant environment support
 2010-01-17 23:43 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] cmd_eeprom: I2C updates
 2010-01-17 23:42 UTC  (2+ messages)

[U-Boot] [PATCH v2] add ASTRO MCF5373L board
 2010-01-17 23:40 UTC  (3+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] There appears to be the potential for an undetected error in fs/ext2/dev.c ext2fs_devread()
 2010-01-17 23:33 UTC  (2+ messages)

[Buildroot] [Bug 841] New: Build error
 2010-01-17 23:32 UTC  (2+ messages)
` [Buildroot] [Bug 841] "

[U-Boot] Issue in drivers/mmc/mmc.c
 2010-01-17 23:31 UTC  (2+ messages)

[Buildroot] MTD build failing: undefined ref's to bcopy, bcmp
 2010-01-17 23:29 UTC  (2+ messages)

[U-Boot] [PATCH] move definition of macros likely and unlikely to compiler.h
 2010-01-17 23:29 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] cmd_bootm.c: Do not load a ramdisk when not booting a kernel
 2010-01-17 23:27 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] cmd_bootm.c: Change interpretation of standalone image parameters

[U-Boot] [PATCH] netconsole: mark local funcs with static
 2010-01-17 23:22 UTC  (2+ messages)

[PATCH 5/5 V2] b43: N-PHY: silence warnings, add missing call
 2010-01-17 23:21 UTC 

[PATCH 4/5 V2] b43: N-PHY: implement and add multi-dimensional table reading
 2010-01-17 23:21 UTC 

[PATCH 3/5 V2] b43: N-PHY: implement and add reading one element tables
 2010-01-17 23:21 UTC 

[U-Boot] [PATCH] easylogo: add support for 16-bit RGB565
 2010-01-17 23:21 UTC  (2+ messages)

[PATCH 1/5 V2] b43: N-PHY: add writing one element tables
 2010-01-17 23:21 UTC 

[U-Boot] [PATCH 0/2] 5xxx cleanup, no functional changes
 2010-01-17 23:20 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] mpc5xxx.h: Add structure definition for XLB arbiter block
  ` [U-Boot] [PATCH 2/2] mpc5xxx/cpu_init.c: Convert to IO accessors

linux-next: Tree for January 14
 2010-01-17 23:17 UTC  (4+ messages)
` [PATCH -next] staging/winbond: fix wbusb struct warnings/error
` [PATCH -next] ati_pcigart: fix printk format warning
` linux-next: Tree for January 14 (drm header files)

[U-Boot] [PATCH] Add support for Indefia Nimbus Cloud Board
 2010-01-17 23:17 UTC  (2+ messages)

[PATCH] af_packet: Don't use skb after dev_queue_xmit()
 2010-01-17 23:15 UTC  (12+ messages)

[Buildroot] [git commit master] package/mtd: mtd-utils: fix fec.c build (bcopy reference)
 2010-01-17 23:13 UTC 

[PATCH] p54pci: rx frame length check
 2010-01-17 23:07 UTC 

[U-Boot] NAND read error on Sequoia
 2010-01-17 23:06 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] config_defaults.h: new header for common u-boot config defaults
 2010-01-17 23:05 UTC  (3+ messages)
` [U-Boot] [PATCH 1/4 v2] "

[PATCH] trivial: fix typo s/programme/program/ in mtrr documentation
 2010-01-17 23:02 UTC  (3+ messages)

How to use saa7134 gpio via gpio-sysfs?
 2010-01-17 23:02 UTC  (9+ messages)

[RFC PATCH 2/8] jump label v4 - x86: Introduce generic jump patching without stop_machine
 2010-01-17 22:56 UTC 

[U-Boot] [PATCH v2] SPI: Fix 32 bit transfers in mxc_spi.c
 2010-01-17 23:02 UTC  (2+ messages)

[PATCH 1/4] b43: N-PHY: add writing one element tables
 2010-01-17 22:59 UTC  (3+ messages)

[PATCH v4] net: Introduce realloc_netdev_mq()
 2010-01-17 22:57 UTC  (3+ messages)

[U-Boot] [PATCH RFC] TFTP: allow for adjustable retransmission timout
 2010-01-17 22:55 UTC  (2+ messages)
` [U-Boot] [PATCH] "

[RFC PATCH v3] selinux: Fix security_compute_av() to not return unknown class errors when in permissive mode
 2010-01-17 22:53 UTC  (6+ messages)
` [RFC][PATCH] selinux: change the handling of unknown classes
    ` [RFC][PATCH v2] "
      ` [RFC][PATCH v3] "

[mesa PATCH] nouveau/winsys: be nice and close the device on destroy
 2010-01-17 22:51 UTC 

[Adeos-main] I-pipe for 2.6.32 PPC
 2010-01-17 22:51 UTC  (9+ messages)
    ` [Xenomai-core] "

[RFC 3/3] STE-plugin: Adding STE plugin
 2010-01-17 22:50 UTC  (2+ messages)

[mesa PATCH] nouveau: fix winsys object leak
 2010-01-17 22:50 UTC 

[mesa PATCH] nv50: fix nv50_program->immd memory leak
 2010-01-17 22:50 UTC 

[PATCH] add atomic operations for Blackfin parts
 2010-01-17 22:49 UTC  (4+ messages)

[PATCH 0/2] PID controller fixes
 2010-01-17 22:49 UTC  (3+ messages)
` [PATCH 1/2] mac80211: fix sign error in pid controller

[Buildroot] [pull request] Various fixes and new infrastructure conversion
 2010-01-17 22:41 UTC  (11+ messages)
` [Buildroot] [PATCH 06/15] bash: fix configuration
` [Buildroot] [PATCH 07/15] ncurses: convert to autotools infrastructure
` [Buildroot] [PATCH 08/15] ncurses: fix path to patch ncurses5-config
` [Buildroot] [PATCH 09/15] readline: convert to autotools infrastructure
` [Buildroot] [PATCH 10/15] lua: conversion to new package infrastructure
` [Buildroot] [PATCH 11/15] Rework icu package on top of the generic infrastructure
` [Buildroot] [PATCH 12/15] package: Added post uninstall hooks
` [Buildroot] [PATCH 13/15] libxslt: fix dependency on libxml
` [Buildroot] [PATCH 14/15] dbus: fix target installation with BR2_HAVE_DEVFILES
` [Buildroot] [PATCH 15/15] external toolchain: fix strip of libraries


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.