All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-19 00:16:15 to 2010-05-19 02:05:24 UTC [more...]

[PATCH 0/4 v4] ext3/4: enhance fsync performance when using CFQ
 2010-05-19  2:05 UTC  (2+ messages)

[PATCH 1/8] ARM: SAMSUNG: Move RTC device definitions in plat-samsung
 2010-05-19  2:04 UTC  (5+ messages)

Picture quality on laptop LCD with i915GM chipset
 2010-05-19  2:03 UTC  (2+ messages)

[RFC][PATCH v2 02/11] perf: core, add pmu register and lookup functions
 2010-05-19  2:00 UTC  (3+ messages)

[PATCH] s3c-fb: enable fimd driver for s5pv210
 2010-05-19  2:00 UTC  (2+ messages)

[net-next PATCH 1/7] ixgbe: fix header len when unsplit packet overflows to data buffer
 2010-05-19  2:00 UTC  (7+ messages)
` [net-next PATCH 2/7] ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddp
` [net-next PATCH 3/7] ixgbe: remove some redundant code in setting FCoE FIP filter
` [net-next PATCH 4/7] ixgbe: always enable vlan strip/insert when DCB is enabled
` [net-next PATCH 5/7] ixgbe: fix ixgbe_tx_is_paused logic
` [net-next PATCH 6/7] ixgbe: dcb, do not tag tc_prio_control frames
` [net-next PATCH 7/7] ixgbe: add support for active DA cables

looking for cOherEnCY
 2010-05-19  1:53 UTC 

[Ocfs2-devel] [PATCH 0/4] Patches series for optimization of truncating and punching-hole
 2010-05-19  2:00 UTC  (4+ messages)
` [Ocfs2-devel] [PATCH 1/4] Ocfs2: Optimize truncting codes for ocfs2 to use ocfs2_remove_btree_range instead

s3c-fb updates
 2010-05-19  1:57 UTC  (8+ messages)

[PATCH]460EX on-chip SATA driver <Kernel 2.6.33> < resubmission >
 2010-05-19  1:49 UTC  (3+ messages)

[BUG] SLOB breaks Crypto
 2010-05-19  1:51 UTC  (12+ messages)

[PATCH] input: fix irq number of onkey in 88pm860x
 2010-05-19  1:50 UTC 

LVM2/lib/locking locking.h
 2010-05-19  1:49 UTC 

[RFC] Bug Day - June 1st, 2010
 2010-05-19  1:48 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH v2 00/20] pending ath5k + antenna patches
 2010-05-19  1:41 UTC  (22+ messages)
` [PATCH v2 01/20] ath5k: add debugfs file for queue debugging
` [PATCH v2 02/20] ath5k: wake queues on reset
` [PATCH v2 03/20] ath5k: initialize calibration timers
` [PATCH v2 04/20] ath5k: move noise floor calibration into tasklet
` [PATCH v2 05/20] ath5k: Stop queues only for NF calibration
` [PATCH v2 06/20] ath5k: run NF calibration only every 60 seconds
` [PATCH v2 07/20] ath5k: remove ATH_TRACE macro
` [PATCH v2 08/20] ath5k: clarify logic when to enable spur mitigation filter
` [PATCH v2 09/20] ath5k: use ath5k_softc as driver data
` [PATCH v2 10/20] ath5k: add sysfs files for ANI parameters
` [PATCH v2 11/20] ath5k: always calculate ANI listen time
` [PATCH v2 12/20] ath5k: print error message if ANI levels are out of range
` [PATCH v2 13/20] cfg80211: Add nl80211 antenna configuration
` [PATCH v2 14/20] mac80211: Add "
` [PATCH v2 15/20] ath5k: Add support for "
` [PATCH v2 16/20] ath5k: remove setting ANI and antenna thru debugfs files
` [PATCH v2 17/20] ath5k: fix NULL pointer in antenna configuration
` [PATCH v2 18/20] ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masks
` [PATCH v2 19/20] ath5k: new function for setting the antenna switch table
` [PATCH v2 20/20] ath5k: no need to save/restore the default antenna

[GIT PULL] kdb / early debug (1 of 2) for 2.6.35
 2010-05-19  1:39 UTC  (27+ messages)
` [PATCH 01/25] Move kernel/kgdb.c to kernel/debug/debug_core.c
` [PATCH 02/25] Separate the gdbstub from the debug core
` [PATCH 03/25] MAINTAINERS: update kgdb, and debug_core info
` [PATCH 04/25] kgdb,sparc: Add in kgdb_arch_set_pc for sparc
` [PATCH 05/25] kgdb,sh: update superh kgdb exception handling
` [PATCH 06/25] kgdb,blackfin: Add in kgdb_arch_set_pc for blackfin
` [PATCH 07/25] kdb: core for kgdb back end (1 of 2)
` [PATCH 08/25] kdb: core for kgdb back end (2 "
` [PATCH 09/25] kgdb: core changes to support kdb
` [PATCH 10/25] kgdb,8250,pl011: Return immediately from console poll
` [PATCH 11/25] sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console code
` [PATCH 12/25] sparc,sunzilog: Add console polling support for sunzilog serial driver
` [PATCH 13/25] kgdb: gdb "monitor" -> kdb passthrough
` [PATCH 14/25] kgdboc,keyboard: Keyboard driver for kdb with kgdb
` [PATCH 15/25] kgdb,docs: Update the kgdb docs to include kdb
` [PATCH 16/25] kgdb: remove post_primary_code references
` [PATCH 17/25] x86,kgdb: Add low level debug hook
` [PATCH 18/25] powerpc,kgdb: Introduce low level trap catching
` [PATCH 19/25] mips,kgdb: kdb low level trap catch and stack trace
` [PATCH 20/25] kgdb: Add the ability to schedule a breakpoint via a tasklet
` [PATCH 21/25] kgdboc,kdb: Allow kdb to work on a non open console port
` [PATCH 22/25] printk,kdb: capture printk() when in kdb shell
` [PATCH 23/25] debug_core,kdb: Allow the debug core to process a recursive debug entry
` [PATCH 24/25] MAINTAINERS: update kgdb, kdb, and debug_core info
` [PATCH 25/25] kdb,debug_core: Allow the debug core to receive a panic notification

mdadm: failed devices become spares!
 2010-05-19  1:45 UTC  (5+ messages)

[GIT PULL] kdb / early debug (2 of 2) for 2.6.35
 2010-05-19  1:40 UTC  (8+ messages)
` [PATCH 1/7] x86, kgdb: early trap init for early debug
` [PATCH 2/7] x86, kgdb, init: Add early and late debug states
` [PATCH 3/7] x86,kgdb: Implement early hardware breakpoint debugging
` [PATCH 4/7] x86,early dr regs,kgdb: Allow kernel debugger early dr register access
` [PATCH 5/7] kgdboc: Add ekgdboc for early use of the kernel debugger
` [PATCH 6/7] earlyprintk,vga,kdb: Fix \b and \r for earlyprintk=vga with kdb
` [PATCH 7/7] echi-dbgp: Add kernel debugger support for the usb debug port

Boot interface for device trees on ARM
 2010-05-19  1:41 UTC  (14+ messages)

[PATCH] compilation and other small fixes to libxl
 2010-05-19  1:40 UTC  (2+ messages)

"event-scan failed" logflood
 2010-05-19  1:39 UTC  (6+ messages)

git 1.7.1 freezing during http transport with sideband
 2010-05-19  1:37 UTC 

Rename+crash behaviour of btrfs - nearly ext3!
 2010-05-19  1:34 UTC  (10+ messages)

[Qemu-devel] [PATCH v3 0/3]: QMP: Commands doc
 2010-05-19  1:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] monitor: Reorder info documentation
` [Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation
` [Qemu-devel] [PATCH 3/3] Monitor: Drop QMP documentation from code

[PATCH 0/4] Enable cpu frequency and power tracking for cpuacct cgroup
 2010-05-19  1:30 UTC  (10+ messages)
` [PATCH 1/4] scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequencies
` [PATCH 2/4] omap: cpu: Implement callbacks for cpu frequency tracking in cpuacct
` [PATCH 3/4] scheduler: cpuacct: Enable platform callbacks for cpuacct power tracking
` [PATCH 4/4] omap: cpu: Power tracking support for cgroup cpuacct

[PATCH] MIPS: Don't overflow cevt-r4k.c calculations at high clock rates
 2010-05-19  1:27 UTC  (2+ messages)

[lm-sensors] [PATCH 2/2 V2] hwmon: (coretemp) Get TjMax value from
 2010-05-19  1:27 UTC  (11+ messages)
` [lm-sensors] [PATCH 1/2 V3 minor change] hwmon: (coretemp) Detect
  ` [lm-sensors] [PATCH 0/2] hwmon: Update coretemp to current Intel
    ` [lm-sensors] [PATCH 0/2] hwmon: Update coretemp to current
            ` [lm-sensors] [PATCH 0/2] hwmon: Update coretemp to current Intel processors

[B.A.T.M.A.N.] Blocking OGMs from a node for testing purpose
 2010-05-19  1:25 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCH] batman-adv: Adding netfilter-bridge hooks

[PATCH RT] ehea: make receive irq handler non-threaded (IRQF_NODELAY)
 2010-05-19  1:25 UTC  (5+ messages)

[PATCH] DSPBRIDGE: fix incorrect reset in bridge_brd_start function
 2010-05-19  1:22 UTC 

[PATCH] mm: remove all rcu head initializations
 2010-05-19  1:20 UTC  (3+ messages)

Does anyone care about gcc 3.x support for *x86* anymore?
 2010-05-19  1:19 UTC 

[PATCH 3] ath5k: consistently use rx_bufsize for RX DMA
 2010-05-19  1:18 UTC 

LVM2 ./WHATS_NEW lib/cache/lvmcache.c lib/lock 
 2010-05-19  1:16 UTC 

[PATCH 2] ath5k: consistently use rx_bufsize for RX DMA
 2010-05-19  1:15 UTC 

[PATCH] Loongson: cs5536: Fixup of the isa support
 2010-05-19  1:14 UTC 

[Bug 3094] POOR I/O perfomance on VIA chipsets
 2010-05-19  1:14 UTC  (5+ messages)

Hardware Error Kernel Mini-Summit
 2010-05-19  1:14 UTC  (11+ messages)

[PATCH] Loongson: cs5536: add a missing break; for ide
 2010-05-19  1:13 UTC 

Advice on choosing git
 2010-05-19  1:12 UTC  (5+ messages)

[PATCH] Loongson: cs5536: add missing 'rdmsr's for ide and usb
 2010-05-19  1:12 UTC 

linux-next: manual merge of the davinci tree with the arm tree
 2010-05-19  1:10 UTC 

[PATCH 1/4] introduce intel_ring_buffer structure
 2010-05-19  1:09 UTC  (5+ messages)

[PATCH 00/13] imsm: new imsm metadata features
 2010-05-19  1:09 UTC  (4+ messages)

[PATCH 3/3] DSPBRIDGE: remove hw_prcm module and related functions
 2010-05-19  1:08 UTC  (3+ messages)

[GIT PULL 0/5] perf tools fixes and improvements
 2010-05-19  1:07 UTC  (8+ messages)
` [PATCH 1/5] perf stat: add perf stat -B to pretty print large numbers
` [PATCH 2/5] perf tools: Remove some unused functions
` [PATCH 3/5] perf probe: Fix some error exit paths
` [PATCH 4/5] perf probe: Don't call die()
` [PATCH 5/5] perf tools: remove xstrndup, xmalloc, xzalloc

[PATCH 5/5] extend KSM refcounts to the anon_vma root
 2010-05-19  1:05 UTC  (9+ messages)
          ` [PATCH -v2 "

[BUG] SLOB breaks Crypto
 2010-05-19  1:05 UTC  (7+ messages)

(unknown),
 2010-05-19  1:02 UTC  (3+ messages)
` (no subject)
  ` 

linux-next: build failure after merge of the backlight tree
 2010-05-19  0:56 UTC  (4+ messages)

[PATCHv2] SAMSUNG: Audio support
 2010-05-19  0:55 UTC  (2+ messages)

Quota tests for XFSQA
 2010-05-19  0:55 UTC  (3+ messages)
` [PATCH 1/3] Test basic quota enforcement

LVM2 ./WHATS_NEW lib/cache/lvmcache.c lib/lock 
 2010-05-19  0:52 UTC 

[U-Boot] [PATCH 2/3] libfdt: make fdt_increase_size() available to everyone
 2010-05-19  0:51 UTC  (11+ messages)
` [U-Boot] "

[PATCH v2 0/2] kexec-tools: ARM kernel crashdump support
 2010-05-19  0:47 UTC  (3+ messages)

[patch] ppc: Fix gamecube build
 2010-05-19  0:22 UTC  (3+ messages)

[PATCH v2] kexec-tools, ppc64: Fix segfault parsing DR memory property
 2010-05-19  0:22 UTC  (4+ messages)

[Qemu-devel] Reporting unknown keycodes
 2010-05-19  0:39 UTC 

av7110 and budget_av are broken!
 2010-05-19  0:35 UTC  (5+ messages)

[PATCH] cpumask: fix compat getaffinity
 2010-05-19  0:37 UTC 

[PATCH v2] kexec-tools: Fix option/argument parsing
 2010-05-19  0:37 UTC  (2+ messages)

[PATCHV4] OMAP3: SDRC : Errata 1.176 Fix - Accesses to DDR stall in SDRC after a Warm-reset
 2010-05-19  0:32 UTC  (2+ messages)

[PATCH] ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep
 2010-05-19  0:31 UTC 

[Xenomai-help] xenosim compilation issues
 2010-05-19  0:29 UTC 

[PATCH 0/52] IB/qib: add
 2010-05-19  0:27 UTC  (10+ messages)
  ` [PATCH v4 01/11] IB/qib: Add qib_6120_regs.h
  ` [PATCH v4 02/11] IB/qib: Add qib_7220.h
  ` [PATCH v4 03/11] IB/qib: Add qib_7220_regs.h
  ` [PATCH v4 05/11] IB/qib: Add qib_cq.c
  ` [PATCH v4 06/11] IB/qib: Add qib_diag.c
  ` [PATCH v4 07/11] IB/qib: Add qib_dma.c
  ` [PATCH v4 09/11] IB/qib: Add qib_init.c
  ` [PATCH v4 10/11] IB/qib: Add qib_sd7220.c
  ` [PATCH v4 11/11] IB/qib: Add qib_verbs.h

/etc/grub.d/09-xen for generating grub.cfg for hypervisor boot entries
 2010-05-19  0:24 UTC  (2+ messages)

Network QoS support in applications
 2010-05-19  0:04 UTC  (6+ messages)

Known issues with amba-pl010.c driver?
 2010-05-19  0:22 UTC 

[Fwd: [GIT PULL for 2.6.35] i7core/Nehalem/Nehalem-EP/Lynnfield/Westmore-EP]
 2010-05-19  0:20 UTC 

[PATCH net-next] ixgbe: return error in set_rar when index out of range
 2010-05-19  0:19 UTC  (2+ messages)

xfs_repair memory usage and stopping on "Traversing filesystem..."
 2010-05-19  0:19 UTC  (2+ messages)

[PATCH 00/13] More omap platform init code for 2.6.35 merge window
 2010-05-19  0:16 UTC  (3+ messages)
` [PATCH 02/13] omap4: Add support for i2c init


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.