All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-08-10 21:16:21 to 2010-08-10 22:40:29 UTC [more...]

[GIT PULL] Ceph updates for 2.6.36-rc1
 2010-08-10 22:40 UTC 

Proposal for new Git Wiki admin
 2010-08-10 22:39 UTC  (4+ messages)

[PATCH][RFC] preempt_count corruption across H_CEDE call with CONFIG_PREEMPT on pseries
 2010-08-10 22:36 UTC  (3+ messages)

[Bug 29495] New: [r300g] Shadowgrounds: character portraits rendered wrong
 2010-08-10 22:36 UTC 

[PATCH] More readable 'Not a git repository' messages
 2010-08-10 22:34 UTC  (3+ messages)

[REGRESSION] GM45 has problems with docking station using newer kernels
 2010-08-10 22:33 UTC  (2+ messages)

workflow for working on feature branches and incrementally incorporating "master" changes
 2010-08-10 22:32 UTC  (4+ messages)

[BUG] USB no longer works for APCUPS
 2010-08-10 22:32 UTC  (2+ messages)
` [BUG] object: is not initialized, yet kobject_put() is being called

[PATCH 1/2] require --restorefile when using pvcreate --uuid
 2010-08-10 22:24 UTC  (2+ messages)
` [PATCH v3 2/2] change default alignment of pe_start to 1MB

[2.6.35] AMD-Vi: Enabling IOMMU at 0000:00:00.2 cap 0x40 BUG: unable to handle kernel NULL pointer dereference at 0000000000000198
 2010-08-10 22:24 UTC  (12+ messages)

[U-Boot] [RFC PATCH 0/3] Add device tree support for ARM to U-Boot
 2010-08-10 22:22 UTC  (9+ messages)
` [U-Boot] [RFC 1/3] FDT: Add fixup support of multiple banks of memory

[PATCH v3 0/9] native support for wl1271 on ZOOM
 2010-08-10 22:12 UTC  (30+ messages)
` [PATCH v3 1/9] wireless: wl1271: make wl12xx.h common to both spi and sdio
` [PATCH v3 2/9] wireless: wl1271: support return value for the set power func
` [PATCH v3 3/9] wireless: wl1271: add platform driver to get board data
` [PATCH v3 4/9] wireless: wl1271: take irq info from private "
` [PATCH v3 5/9] wireless: wl1271: make ref_clock configurable by board
` [PATCH v3 6/9] omap: hsmmc: remove unused variable
` [PATCH v3 7/9] omap: zoom: add fixed regulator device for wlan
` [PATCH v3 8/9] omap: hsmmc: split mmc23 power control
` [PATCH v3 9/9] omap: zoom: add mmc3/wl1271 device support

linux-next: manual merge of the trivial tree with the vfs tree
 2010-08-10 22:19 UTC  (2+ messages)

[PATCH] cgroup_freezer: Freezing and task move race fix
 2010-08-10 22:18 UTC  (5+ messages)

why is hciops a plugin ?
 2010-08-10 22:18 UTC 

[PATCH] OMAP3 PM: fix the error messages printed when the system suspend
 2010-08-10 22:16 UTC  (5+ messages)

[RFC] Git User's Survey 2010 (resend)
 2010-08-10 22:16 UTC  (3+ messages)

[GIT PATCH] TTY patches for 2.6.36, try 2
 2010-08-10 21:59 UTC  (67+ messages)
` [PATCH 01/68] n_gsm.c: removed duplicated #includes
` [PATCH 02/68] serial: There's no config CONSOLE
` [PATCH 03/68] vt: clean up the code - use kernel library
` [PATCH 04/68] serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition
` [PATCH 05/68] mrst_max3110: add UART driver for Max3110 on Moorestown
` [PATCH 06/68] max3110 sanity check a register
` [PATCH 07/68] serial: replace open coded mutex with a real mutex in mrst_max3110.c
` [PATCH 08/68] serial: fix wakup races in the mrst_max3110 driver
` [PATCH 09/68] tty: Remove Hayes ESP ioctls
` [PATCH 10/68] tty: remove remaining "
` [PATCH 11/68] tty: Add EXTPROC support for LINEMODE
` [PATCH 12/68] vt/console: try harder to print output when panicing
` [PATCH 13/68] stallion: prune lock_kernel calls
` [PATCH 14/68] istallion: use bit ops for the board flags
` [PATCH 15/68] riscom8: kill use of lock_kernel
` [PATCH 16/68] isicom: kill off the BKL
` [PATCH 17/68] rocket: kill BKL
` [PATCH 18/68] synclink: kill the big kernel lock
` [PATCH 19/68] cyclades: Kill off BKL usage
` [PATCH 20/68] epca: Kill the big kernel lock
` [PATCH 21/68] specialix: Kill the BKL
` [PATCH 22/68] tty: Fix the digi acceleport driver NULL checks
` [PATCH 23/68] synclink: reworking locking a bit
` [PATCH 24/68] tty: serial - fix various misuses/mishandlings of port->tty
` [PATCH 25/68] tty: serial - fix tty back references in termios
` [PATCH 26/68] tty: serial - fix tty referencing in set_ldisc
` [PATCH 27/68] vc: Locking clean up
` [PATCH 28/68] tty: Make vt's have a tty_port
` [PATCH 29/68] tty: Move the vt_tty field from the vc_data into the standard tty_port
` [PATCH 30/68] serial: Change the wait for carrier locking
` [PATCH 31/68] serial: add port helpers
` [PATCH 32/68] serial: trim locking on the helpers
` [PATCH 33/68] serial: Use block_til_ready helper
` [PATCH 34/68] serial: fix termios settings in open
` [PATCH 35/68] tty: replace BKL with a new tty_lock
` [PATCH 36/68] tty: never hold BTM while getting tty_mutex
` [PATCH 37/68] tty: fix console_sem lock order
` [PATCH 38/68] cdc-acm: remove dead code
` [PATCH 39/68] tty: introduce wait_event_interruptible_tty
` [PATCH 40/68] tty: reorder ldisc locking
` [PATCH 41/68] tty: untangle locking of wait_until_sent
` [PATCH 42/68] tty: remove tty_lock_nested
` [PATCH 43/68] tty: implement BTM as mutex instead of BKL
` [PATCH 44/68] tty: release BTM while sleeping in block_til_ready
` [PATCH 45/68] 8250: fix set_ldisc operation
` [PATCH 46/68] tty: avoid recursive BTM in pty_close
` [PATCH 47/68] serial: max3107: introduce a max3107 driver
` [PATCH 48/68] serial: max3107: Abstract out the platform specific bits
` [PATCH 49/68] tty_io: remove casts from void*
` [PATCH 50/68] vt: Fix warning: statement with no effect due to vt_kern.h
` [PATCH 51/68] serial: crisv10: formatting of pointers in printk()
` [PATCH 52/68] serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes
` [PATCH 53/68] serial: fix missing bit coverage of ASYNC_FLAGS
` [PATCH 54/68] serial: general fixes in the serial_rs485 structure
` [PATCH 55/68] serial: mcf: don't take spinlocks in already protected functions
` [PATCH 56/68] serial: MMIO32 support for 8250_early.c
` [PATCH 57/68] timbuart: use __devinit and __devexit macros for probe and remove
` [PATCH 58/68] serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)
` [PATCH 59/68] serial: add support for OX16PCI958 card
` [PATCH 60/68] mxser: remove unnesesary NULL check
` [PATCH 61/68] hsu: driver for Medfield High Speed UART device
` [PATCH 62/68] hsu: add a periodic timer to check dma rx channel
` [PATCH 63/68] hsu: some code cleanup
` [PATCH 64/68] hsu: call PCI pm hooks in suspend/resume function
` [PATCH 65/68] serial: max3107: Fix gpiolib support
` [PATCH 68/68] U6715 16550A serial driver support

[PATCH]: Fix arm kconfig
 2010-08-10 22:14 UTC  (3+ messages)
` [PATCH] ARM: fix syntax error in main Kconfig file

[2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
 2010-08-10 22:12 UTC 

dspbridge and the omapl1x
 2010-08-10 22:12 UTC  (2+ messages)

[GIT PULL] Initial Tegra ARM support
 2010-08-10 22:10 UTC  (7+ messages)

[RFC 0/7] L2CAP fragmentation changes
 2010-08-10 22:07 UTC  (11+ messages)
` [RFC 1/7] Bluetooth: Calculate L2CAP FCS on fragmented skbuffs
` [RFC 2/7] Bluetooth: Use enhanced L2CAP header structure and symbolic values
` [RFC 3/7] Bluetooth: Add FCS awareness to L2CAP HCI fragmentation
` [RFC 4/7] Bluetooth: Linearize received L2CAP skbuffs

Query: Patches break with Microsoft exchange server
 2010-08-10 22:04 UTC  (4+ messages)

[PATCH] OMAP: DSS2: don't power off a panel twice
 2010-08-10 22:04 UTC  (2+ messages)

[PATCH] drm/radeon/kms: avoid corner case issue with unmappable vram V2
 2010-08-10 22:03 UTC  (2+ messages)

QuiC AMP development
 2010-08-10 22:02 UTC  (2+ messages)

[PATCH] lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)
 2010-08-10 22:01 UTC  (2+ messages)

Avermedia dvb-t hybrid A188
 2010-08-10 21:57 UTC  (2+ messages)

[Buildroot] [Bug 779] New: uClibc (re)building fail
 2010-08-10 21:59 UTC  (2+ messages)
` [Buildroot] [Bug 779] "

[PATCH] compat: backport SDIO_CLASS_BT_AMP
 2010-08-10 21:56 UTC  (2+ messages)

[Patch]: Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series Laptops
 2010-08-10 21:56 UTC  (3+ messages)

[PATCH] git-notes: Run partial expensive test everywhere
 2010-08-10 21:56 UTC  (2+ messages)

[GIT PULL 0/4] perf/core improvements
 2010-08-10 21:53 UTC  (5+ messages)
` [PATCH 1/4] perf ui: Make SPACE work as PGDN in all browsers
` [PATCH 2/4] perf annotate: Cycle thru sorted lines with samples
` [PATCH 3/4] perf ui browser: Add ui_browser__show counterpart: __hide
` [PATCH 4/4] perf ui hist browser: Fixup key bindings

[U-Boot] [PATCH 1/9] ARM: Define __raw_readX and __raw_writeX
 2010-08-10 21:52 UTC  (8+ messages)
` [U-Boot] [PATCH 2/9] PXA: pxafb: Add ACX517AKN support
` [U-Boot] [PATCH 8/9] PXA: Balloon3 board support
` [U-Boot] [PATCH 9/9] PXA: Add missing MAINTAINERS entries

asm/vga.h (was: Re: drm: Add support for platform devices to register as DRM devices)
 2010-08-10 21:51 UTC  (2+ messages)

[Xenomai-help] Help on IPC example
 2010-08-10 21:50 UTC  (3+ messages)

[GIT PATCH] USB patches for 2.6.36
 2010-08-10 21:49 UTC  (2+ messages)
` [PATCH 081/148] USB: otg/ulpi.c : fix register write

Tuning NFS client write pagecache
 2010-08-10 21:47 UTC  (10+ messages)

[PATCH] DMAENGINE: add a slave buffer prep call
 2010-08-10 21:46 UTC 

[GIT] writable_limits for 2.6.36
 2010-08-10 21:44 UTC  (7+ messages)

[PATCH] Bluetooth: Process HCI events in a workqueue instead of a tasklet
 2010-08-10 21:41 UTC  (6+ messages)

[SPAM] Open Letter (Plea for Medical Help/Assistance) to World Leaders
 2010-08-10 21:41 UTC 

[Xenomai-help] RTDM driver structure
 2010-08-10 21:41 UTC  (8+ messages)
  ` [Xenomai-help] RTDM driver structure - an update

[PATCH] i2c: Single-wire Serial Bus Interface for Qualcomm MSM chipsets
 2010-08-10 21:41 UTC  (5+ messages)

Fw: sdc1 does not have a valid v0.90 superblock, not importing!
 2010-08-10 21:41 UTC  (2+ messages)

*PING* iwlagn 2.6.35: "BA scd_flow 0 does not match txq_id 10" regression
 2010-08-10 21:39 UTC  (2+ messages)
` [WTF, maintainers] "

[PATCH] drm/i915: Fix offset page-flips on i965+
 2010-08-10 21:37 UTC  (2+ messages)

+ sdhci-add-no-hi-speed-bit-quirk-support.patch added to -mm tree
 2010-08-10 21:34 UTC  (4+ messages)

[Xenomai-help] Use of counter for quadratic encoder in NI PCI-6229 board
 2010-08-10 21:30 UTC  (3+ messages)

[PATCH] drm/radeon/kms: avoid corner case issue with unmappable vram
 2010-08-10 21:30 UTC 

[PATCH v8 0/5] Inter-VM Shared Memory Device
 2010-08-10 21:28 UTC  (3+ messages)
` [PATCH v8 1/5] Add qemu_ram_alloc_from_ptr function
  ` [Qemu-devel] "

libxl: Allow specification of backend domains for vifs
 2010-08-10 21:28 UTC  (4+ messages)

[PULL REQ] IXP4xx (ARM) for 2.6.36
 2010-08-10 21:28 UTC  (2+ messages)

[regression] in linux-next: sh_mobile_ceu_camera broken by "ARM:
 2010-08-10 21:26 UTC  (6+ messages)
` [regression] in linux-next: sh_mobile_ceu_camera broken by "ARM: Prohibit ioremap() on kernel ma
  ` [regression] in linux-next: sh_mobile_ceu_camera broken by
      ` [regression] in linux-next: sh_mobile_ceu_camera broken by "ARM: Prohibit ioremap() on kernel managed RAM"

problem serial/USB stick and Xaster
 2010-08-10 21:23 UTC 

[PATCH] mvsas: mvs_lu_reset iterates phy num times when releasing task
 2010-08-10 21:22 UTC  (3+ messages)

[PATCH 00/15] wlan+omap+mmc: out-of-the-box WLAN support for ZOOM2/3
 2010-08-10 21:21 UTC  (10+ messages)
` [PATCH 11/15] wireless: wl1271: introduce platform device support

[PATCH v4 0/5] L2CAP updates for FCS, valid PSMs, and stream recv
 2010-08-10 21:21 UTC  (5+ messages)
` [PATCH 1/5] Bluetooth: Only enable L2CAP FCS for ERTM or streaming
` [PATCH 2/5] Bluetooth: Validate PSM values in calls to connect() and bind()

[PATCH] netpoll: use non-BH variant of RCU
 2010-08-10 21:19 UTC  (3+ messages)

[tabled patch 3/3] Fix metadata replication
 2010-08-10 21:19 UTC  (3+ messages)

dmaengine cyclic transfers
 2010-08-10 21:17 UTC  (2+ messages)

[U-Boot] [PATCH V6 0/3] Add support for MB86R0x SoCs
 2010-08-10 21:16 UTC  (3+ messages)
` [U-Boot] [PATCH V6 3/3] arm: Add support for jadecpu board based on MB86R01 SoC


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.