All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-04-15 20:24:43 to 2010-04-15 21:48:50 UTC [more...]

[Qemu-devel] sparc32 FPU SP Invalid CEXC Test
 2010-04-15 20:53 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH] reiserfsprogs: fix use after free with fsck_progress
 2010-04-15 21:48 UTC 

[PATCH 8/8] Implement STATUS polling in atmodem driver
 2010-04-15 21:48 UTC  (2+ messages)

[PATCH 7/8] Add AT driver for STK atom
 2010-04-15 21:48 UTC  (2+ messages)

[RFC] perf_events: support for uncore a.k.a. nest units
 2010-04-15 21:16 UTC  (2+ messages)

unstable branch won't come online
 2010-04-15 21:49 UTC  (4+ messages)

[PATCH 0/8] Series short description
 2010-04-15 21:46 UTC  (11+ messages)
` [PATCH 1/8] ir-core: change duration to be coded as a u32 integer
` [PATCH 2/8] ir-core: Add JVC support to ir-core
` [PATCH 3/8] ir-core: Add Sony "
` [PATCH 4/8] ir-core: remove ir-functions usage from dm1105
` [PATCH 5/8] ir-core: convert mantis from ir-functions.c
` [PATCH 6/8] ir-core: fix double spinlock init in drivers/media/IR/rc-map.c
` [PATCH 7/8] ir-core: fix table resize during keymap init
` [PATCH 8/8] ir-core: fix some confusing comments

[PATCH 5/8] Remove post-sim atoms after SIM is extracted
 2010-04-15 21:45 UTC  (2+ messages)

[PATCH 1/3 v4] Add tracing_off_event() to stop tracing when a bug or warning occur
 2010-04-15 21:45 UTC  (6+ messages)
` [PATCH 2/3] Add tracing_off_event() calls to BUG() and WARN() paths
` [PATCH 3/3] Stop tracing on a schedule bug

[PATCH 6/8] Add SIM "Present" property
 2010-04-15 21:44 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] qemu-char.c: Fix memory leaks in qemu_chr_open_pty when openpty fails
 2010-04-15 21:41 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] Add a 'screen' backend to qemu-char.c

[PATCH v3 00/97] ath9k: add AR9003 support
 2010-04-15 21:39 UTC  (98+ messages)
` [PATCH v3 01/97] ath9k_hw: start building an abstraction layer for hardware routines
` [PATCH v3 02/97] ath9k_hw: add silicon revision macros for AR9300
` [PATCH v3 03/97] ath9k_hw: add a macro for abstracting generic timer access
` [PATCH v3 04/97] ath9k_hw: fix a missing hex prefix for a register mask
` [PATCH v3 05/97] ath9k_hw: add simple register abstraction for some AR9300 registers
` [PATCH v3 06/97] ath9k_hw: add support for GPIO differences on AR9003
` [PATCH v3 07/97] ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting
` [PATCH v3 08/97] ath9k_hw: remove wrapper ath9k_hw_write_regs()
` [PATCH v3 09/97] ath9k_hw: Move some RF ops to the private callbacks
` [PATCH v3 10/97] ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset
` [PATCH v3 11/97] ath9k_hw: add some comments for ath9k_set_power_network_sleep()
` [PATCH v3 12/97] ath9k_hw: add a private callback for PLL control computation
` [PATCH v3 13/97] ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables
` [PATCH v3 14/97] ath9k_hw: Add AR9003 PHY support
` [PATCH v3 15/97] ath9k_hw: move init config and default after chip is up
` [PATCH v3 16/97] ath9k_hw: add the AR9003 ar9003_hw_macversion_supported()
` [PATCH v3 17/97] ath9k_hw: disable ANI for AR9003
` [PATCH v3 18/97] ath9k: disable the MIB interrupt if ANI is disabled
` [PATCH v3 19/97] ath9k_hw: Add hw cap flag for EDMA for the AR9003 family
` [PATCH v3 20/97] ath9k_hw: Fill few hw cap for edma
` [PATCH v3 21/97] ath9k_hw: Add abstraction for rx enable
` [PATCH v3 22/97] ath9k_hw: Fill rx_enable() for the AR9003 hardware family
` [PATCH v3 23/97] ath9k_hw: Add few routines for rx edma support
` [PATCH v3 24/97] ath9k_hw: update the chip tests for AR9003
` [PATCH v3 25/97] ath9k_hw: prevent reset control register zeroing on AR9003 reset
` [PATCH v3 26/97] ath9k_hw: Add AR9003 PHY register definitions
` [PATCH v3 27/97] ath9k_hw: add common channel select helpers for ar900[23]
` [PATCH v3 28/97] ath9k_hw: Set the channel on AR9003
` [PATCH v3 29/97] ath9k_hw: Implement PLL control "
` [PATCH v3 30/97] ath9k_hw: Implement spur mitigation "
` [PATCH v3 31/97] ath9k_hw: split initvals.h by hardware family
` [PATCH v3 32/97] ath9k_hw: add initvals for the AR9003 "
` [PATCH v3 33/97] ath9k_hw: add helpers for processing the AR9003 INI
` [PATCH v3 34/97] ath9k_hw: Split off ANI control to the PHY ops
` [PATCH v3 35/97] ath9k_hw: add all the AR9003 PHY callbacks
` [PATCH v3 36/97] ath9k_hw: Define tx control struct for AR9003
` [PATCH v3 37/97] ath9k_hw: Move code which populates ds_data to ath9k_hw
` [PATCH v3 38/97] ath9k_hw: Add abstraction to set/get link pointer
` [PATCH v3 39/97] ath9k: Use abstraction to get "
` [PATCH v3 40/97] ath9k: Use memcpy in ath_clone_txbuf()
` [PATCH v3 41/97] ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purpose
` [PATCH v3 42/97] ath9k: Make bf_desc of ath_buf opaque
` [PATCH v3 43/97] ath9k: Add Rx EDMA support
` [PATCH v3 44/97] ath9k_hw: Split out the function for reading the noise floor
` [PATCH v3 45/97] ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup
` [PATCH v3 46/97] ath9k_hw: add a helper for Power Amplifier calibration for AR9002
` [PATCH v3 47/97] ath9k_hw: add a helper for the OLC tem compensation "
` [PATCH v3 48/97] ath9k_hw: rename PA calib for AR9287
` [PATCH v3 49/97] ath9k_hw: shift code for AR9280 OLC temp comp
` [PATCH v3 50/97] ath9k_hw: move the AR9280 OLC temp comp to its own helper
` [PATCH v3 51/97] ath9k_hw: simplify OLC temp compensation for AR9002
` [PATCH v3 52/97] ath9k_hw: rename the PA calib routines to match their families
` [PATCH v3 53/97] ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf()
` [PATCH v3 54/97] ath9k_hw: move the cal AR9100 calibration settings
` [PATCH v3 55/97] ath9k_hw: split calib code by hardware families
` [PATCH v3 56/97] ath9k_hw: add the AR9003 ar9003_hw_init_cal callback
` [PATCH v3 57/97] ath9k_hw: add the config_pci_powersave AR9003 callback
` [PATCH v3 58/97] ath9k_hw: split the generic hardware code by hardware family
` [PATCH v3 59/97] ath9k_hw: move the cck channel 14 INI to the AR9002 hw code
` [PATCH v3 60/97] ath9k_hw: move TX/RX gain INI stuff to its own hardware family code
` [PATCH v3 61/97] ath9k_hw: Abstract the routine which returns interrupt status
` [PATCH v3 62/97] ath9k_hw: Initialize interrupt mask for AR9003
` [PATCH v3 63/97] ath9k_hw: abstract the AR_PHY_AGC_CONTROL register access
` [PATCH v3 64/97] ath9k_hw: abstract loading noisefloor
` [PATCH v3 65/97] ath9k_hw: fill in the callbacks for calibration for AR9003
` [PATCH v3 66/97] ath9k_hw: complete AR9003 calibration
` [PATCH v3 67/97] ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops
` [PATCH v3 68/97] ath9k_hw: restore mac address reading logic
` [PATCH v3 69/97] ath9k_hw: Implement AR9003 eeprom callbacks
` [PATCH v3 70/97] ath9k_hw: add OFDM spur mitigation for AR9003
` [PATCH v3 71/97] ath9k_hw: Fill get_isr() "
` [PATCH v3 72/97] ath9k_hw: move AR9280 PCI EEPROM fix to eeprom_def.c
` [PATCH v3 73/97] ath9k_hw: move the RF claim stuff to AR9002 hardware family
` [PATCH v3 74/97] ath9k_hw: Configure Tx interrupt mitigation timer
` [PATCH v3 75/97] ath9k_hw: add the AR9300 SREV hw name print
` [PATCH v3 76/97] ath9k_hw: add TX/RX gain register initialization for AR9003
` [PATCH v3 77/97] ath9k_hw: Update ath9k_hw_set_dma for AR9300
` [PATCH v3 78/97] ath9k_hw: skip asynch fifo enablement to AR9003
` [PATCH v3 79/97] ath9k_hw: skip WEP aggregation enable code for AR9003
` [PATCH v3 80/97] ath9k: Load SW filtered NF values and start NF cal during full reset "
` [PATCH v3 81/97] ath9k_hw: Define abstraction for tx desc access
` [PATCH v3 82/97] ath9k_hw: Add function to configure tx status ring buffer
` [PATCH v3 83/97] ath9k_hw: move AR9002 mac ops to its own file
` [PATCH v3 84/97] ath9k_hw: Fill descriptor abstrations for AR9003
` [PATCH v3 85/97] ath9k: add RXLP and RXHP to debugfs counters
` [PATCH v3 86/97] ath9k_hw: enable CRC check of descriptors for AR9003
` [PATCH v3 87/97] ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq reset
` [PATCH v3 88/97] ath9k: Setup appropriate tx desc for regular dma and edma
` [PATCH v3 89/97] ath9k: Initialize and configure tx status for EDMA
` [PATCH v3 90/97] ath9k_hw: Compute pointer checksum over the link descriptor
` [PATCH v3 91/97] ath9k: Add Tx EDMA support
` [PATCH v3 92/97] mac80211: add LDPC control flag
` [PATCH v3 93/97] ath9k_hw: add LDPC support for AR9003
` [PATCH v3 94/97] ath9k: add LDPC support
` [PATCH v3 95/97] ath9k: Enable TXOK and TXERR interrupts for TX EDMA
` [PATCH v3 96/97] ath9k_hw: Abort rx if hw is not coming out of full sleep in reset
` [PATCH v3 97/97] ath9k_hw: add the PCI ID for the first AR9300 device

ext34_free_inode's mess
 2010-04-15 21:39 UTC  (4+ messages)

Git repository for MPC5121?
 2010-04-15 21:31 UTC 

deleted perl hacks in /tmp
 2010-04-15 21:36 UTC 

+ kernel-wide-replace-ushort_max-short_max-and-short_min-with-ushrt_max-shrt_max-and-shrt_min-fix.patch added to -mm tree
 2010-04-15 21:09 UTC 

NULL pointer dereference panic in stable (2.6.33.2), amd64
 2010-04-15 21:33 UTC  (7+ messages)

pull request: wireless-next-2.6 2010-04-15
 2010-04-15 21:31 UTC  (2+ messages)

Question on copy & paste
 2010-04-15 21:23 UTC  (4+ messages)

pull request: wireless-2.6 2010-04-15
 2010-04-15 21:29 UTC  (2+ messages)

[patch 01/14] mtd: Flex-OneNAND support
 2010-04-15 21:26 UTC  (10+ messages)
  ` MLC Support in JFFS2

BUG: using smp_processor_id() in preemptible [00000000] code: avahi-daemon: caller is netif_rx
 2010-04-15 21:26 UTC  (4+ messages)
  ` [PATCH] ip: Fix ip_dev_loopback_xmit()

[PATCH v2] [watchdog] combine nmi_watchdog and softlockup
 2010-04-15 21:25 UTC 

[PATCH 5/6] http-fetch: Use index-pack rather than verify-pack to check packs
 2010-04-15 21:25 UTC  (3+ messages)
` [PATCH v2 "
` [PATCH v2 6/6] http-fetch: Use temporary files for pack-*.idx until verified

[PATCH] Building Git on Tru64
 2010-04-15 21:24 UTC  (4+ messages)

+ mm-export-unusable-free-space-index-via-proc-unusable_index-fix-fix-2.patch added to -mm tree
 2010-04-15 20:55 UTC 

[PATCH 4/8] Retrieve/forget emergency numbers on SIM insert/remove
 2010-04-15 21:19 UTC  (2+ messages)

[REGRESSION bisected] Sound goes too fast due to commit 7b3a177b0
 2010-04-15 21:19 UTC  (5+ messages)

[PATCH 3/8] Add an atom for STK, move envelope command to stk driver
 2010-04-15 21:18 UTC  (2+ messages)

[RFC] [PATCH v2]DSPBRIDGE: Remove unused custom error codes
 2010-04-15 21:18 UTC 

reiserfs locking
 2010-04-15 21:18 UTC  (2+ messages)

[PATCH 2/8] Functions to notify core of SIM insertion/removal
 2010-04-15 21:18 UTC  (2+ messages)

[RFC] [PATCH 12/13] DSPBRIDGE: Cleanup custom error code (REG_E_NOMOREITEMS -> -ENODATA)
 2010-04-15 21:18 UTC 

[RFC] [PATCH 11/13] DSPBRIDGE: Cleanup custom error code (REG_E_INVALIDSUBKEY -> -ENOKEY)
 2010-04-15 21:18 UTC 

[RFC] [PATCH 10/13] DSPBRIDGE: Cleanup custom error code (COD_E_OPENFAILED -> -EBADF)
 2010-04-15 21:18 UTC 

[RFC] [PATCH 9/13] DSPBRIDGE: Cleanup custom error code (CFG_E_RESOURCENOTAVAIL -> -NODATA)
 2010-04-15 21:17 UTC 

[RFC] [PATCH 8/13] DSPBRIDGE: Cleanup custom error code (CFG_E_INVALIDHDEVNODE -> -EFAULT)
 2010-04-15 21:17 UTC 

[PATCH 1/8] Extend sim-ready watch with card insert/eject events
 2010-04-15 21:17 UTC  (2+ messages)

[RFC] [PATCH 7/13] DSPBRIDGE: Cleanup custom error code (CFG_E_INVALIDPOINTER -> -EFAULT)
 2010-04-15 21:17 UTC 

[RFC] [PATCH 6/13] DSPBRIDGE: Cleanup custom error code (DSP_ESTRMMODE -> -EPERM)
 2010-04-15 21:17 UTC 

RFC] [PATCH 5/13] DSPBRIDGE: Cleanup custom error code (DSP_EALIGNMENT -> -EPERM)
 2010-04-15 21:17 UTC 

[RFC] [PATCH 4/13] DSPPBRIDGE: Cleanup custom error code (DSP_EFREAD -> -EBADF)
 2010-04-15 21:17 UTC 

[RFC] [PATCH 2/13] DSPBRIDGE: Cleanup custom error code (DSP_ESTREAMFULL -> -ENOSR)
 2010-04-15 21:17 UTC 

[PATCH] IDE: pass IRQ flags to the IDE core
 2010-04-15 21:17 UTC  (4+ messages)

RFC] [PATCH 3/13] DSPBRIDGE: Cleanup custom error code (DSP_ENOMORECONNECTIONS -> -ECONNREFUSED)
 2010-04-15 21:16 UTC 

[RFC][PATCH 1/13] DSPBRIDGE: Cleanup custom error code (DSP_EDIRECTION -> -EPERM)
 2010-04-15 21:16 UTC 

[RFC][PATCH 0/13] Cleanup DSPBRIDGE custom error codes
 2010-04-15 21:16 UTC 

[PATCH 0/3]: fixes for multicast routing rules
 2010-04-15 21:14 UTC  (2+ messages)

[BUG-REPORT] mirror legs in the same PV with --alloc anywhere
 2010-04-15 21:13 UTC 

[PATCH 1/2 v2] lockdep: Fix redundant_hardirqs_on incremented with irqs enabled
 2010-04-15 21:10 UTC  (2+ messages)
` [PATCH 2/2] lockdep: Simplify debug atomic ops

2.6.33 iwl5350 firmware crash
 2010-04-15 21:08 UTC 

+ mm-compaction-do-not-display-compaction-related-stats-when-config_compaction-fix-fix-2.patch added to -mm tree
 2010-04-15 20:40 UTC 

iMX31 LogicPD LiteKit Kernel 2.6.33.2
 2010-04-15 21:08 UTC  (3+ messages)

[PATCH] ARM: change definition of cpu_relax() for ARM11MPCore
 2010-04-15 21:03 UTC  (4+ messages)
  ` [Kgdb-bugreport] "

[PATCH] Staging: dream: smd: smd_qmi: fix code style issues
 2010-04-15 21:01 UTC 

[PATCH] VMware Balloon driver
 2010-04-15 21:00 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] drm/radeon/kms/atom: fix dual-link DVI on DCE3.2/4.0
 2010-04-15 20:58 UTC 

[PATCH V2] drivers/uio/uio.c: DMA mapping, interrupt extensions, etc
 2010-04-15 20:55 UTC 

Storing commits in trees
 2010-04-15 20:32 UTC 

[PATCH 1/2] receive-pack: Switch global variable 'commands' to a parameter
 2010-04-15 20:54 UTC  (2+ messages)
` [PATCH 2/2] receive-pack: ignore duplicated commands which can occur with symrefs

[PATCH V2] drivers/uio/uio_pci_generic.c: allow access for non-privileged processes
 2010-04-15 20:51 UTC 

[PATCH 1/2] [RFC] block: replace BKL with global mutex
 2010-04-15 20:51 UTC  (7+ messages)
` [PATCH 2/2] [RFC] Remove BKL from fs/locks.c
    ` [PATCH] scsi/st: remove BKL from open

[BUG] 2.6.34-rc4: acpi boot-time oops on FSC Amilo Pa 3553
 2010-04-15 20:48 UTC  (5+ messages)

Defect Patch File for AD1981HD
 2010-04-15 20:48 UTC 

+ mm-compaction-do-not-display-compaction-related-stats-when-config_compaction-fix.patch added to -mm tree
 2010-04-15 20:14 UTC 

File system question - free blocks
 2010-04-15 20:42 UTC  (3+ messages)

USB converters and old hardware
 2010-04-15 20:41 UTC  (8+ messages)
        ` USB converters and old hardware (Baycom in particular)

[PATCH] Add creation of dev/mapper/control to nightly tests
 2010-04-15 20:39 UTC 

movidis x16 hard lockup using 2.6.33
 2010-04-15 20:35 UTC  (8+ messages)
          ` irqbalance on movidis crashes the machine (was: movidis x16 hard lockup using 2.6.33)

[PATCH 1/2] libertas: consolidate SDIO firmware wait code
 2010-04-15 20:32 UTC  (2+ messages)
` [PATCH 2/2] libertas: Davinci platforms need more time loading helper firmware

i'll give you 5$: i want password1 -> OS1, password2 -> OS2 (NO menu)
 2010-04-15 20:30 UTC 

A modular approach to handling netdev address c/r
 2010-04-15 20:32 UTC  (5+ messages)
` [PATCH 3/4] Add IPv6 address checkpoint handler

[git pull] FireWire updates post 2.6.33
 2010-04-15 20:30 UTC  (6+ messages)
` [git pull] FireWire fixes
  ` [git pull] FireWire fixes and documentation update

garbage in window with wider than 2048 pixels
 2010-04-15 20:22 UTC  (2+ messages)

Compiling ar9170 on 2.6.30
 2010-04-15 20:28 UTC 

[Bug 27666] New: r300g causes Xorg segfault with compositing enabled
 2010-04-15 20:27 UTC  (2+ messages)
` [Bug 27666] "

git diff/grep add --exclude option
 2010-04-15 20:25 UTC  (2+ messages)

rps perfomance WAS(Re: rps: question
 2010-04-15 20:25 UTC  (8+ messages)

[PATCH] qemu-kvm/rbd: small fixes and cosmetics
 2010-04-15 20:24 UTC  (2+ messages)
` qemu-kvm/rbd: first attempt to implement aio


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.