All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-10-13 08:45:27 to 2008-10-13 10:15:54 UTC [more...]

[PATCH]drivers/base/sys.c: update comments
 2008-10-13 10:05 UTC 

[Buildroot] [buildroot 0005364]: fontconfig compilations sometimes failed with parallel build
 2008-10-13 10:15 UTC 

[PATCH 1/1] [net/irda]: new Blackfin on-chip SIR IrDA driver
 2008-10-13 10:04 UTC 

[PATCH] SYSFS: Fix return values for sysdev_store_{ulong,int}
 2008-10-13 10:03 UTC 

[PATCH 1/1] netdev: DM9000: Added typecasting to supress some warnings on Blackfin
 2008-10-13 10:01 UTC  (6+ messages)

[PATCH 0/1] SIGWINCH problem with terminal apps still alive
 2008-10-13 10:01 UTC  (10+ messages)
                ` [PATCH 0/2] "

[PATCH 1/1] Blackfin OTP Char Driver: add writing support of OTP
 2008-10-13  9:59 UTC  (4+ messages)

Honoring SO_RCVLOWAT in proto_ops.poll methods
 2008-10-13  9:58 UTC  (4+ messages)

[RFC 0/3]: hvc_console rework for platform without hard irqs
 2008-10-13  9:52 UTC  (7+ messages)
` [RFC 1/3] hvc_console: rework setup to replace irq functions with callbacks

[Qemu-devel] [PATCH] Davicom DM9000 emulation
 2008-10-13 10:12 UTC 

[PATCH] Rationalise email address: Network Specific Parts
 2008-10-13  9:54 UTC 

section mismatch with a platform driver
 2008-10-13  9:50 UTC  (4+ messages)

[Qemu-devel] [PATCH] Add readahead syscall
 2008-10-13 10:10 UTC  (13+ messages)
` [Qemu-devel] [PATCH] Fix getdents* syscalls
  ` [Qemu-devel] [PATCH] Fix and cleanup IPCOP_msg* ipc calls handling
    ` [Qemu-devel] [PATCH] Implement msg* syscalls
      ` [Qemu-devel] [PATCH] Fix and cleanup IPCOP_sem* ipc calls handling
        ` [Qemu-devel] [PATCH] Implement sem* syscalls
          ` [Qemu-devel] [PATCH] Fix and cleanup IPCOP_shm* ipc calls handling
            ` [Qemu-devel] [PATCH] Implement shm* syscalls
              ` [Qemu-devel] [PATCH] Fix fstatat64()/newfstatat() syscall implementation
                ` [Qemu-devel] [PATCH] Introduce --enable-binfmt-misc configure option
                  ` [Qemu-devel] [PATCH] Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets
                    ` [Qemu-devel] [PATCH] mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctly
                      ` [Qemu-devel] [PATCH] shmat(): use mmap_find_vma to find free memory area

Regarding Serial consloe
 2008-10-13 10:09 UTC  (10+ messages)

vfs: Use const for kernel parser table
 2008-10-13  9:46 UTC 

[PATCH 00/80] TTY updates for 2.6.28
 2008-10-13  9:46 UTC  (81+ messages)
` [PATCH 01/80] drivers/serial/crisv10.c: add missing put_tty_driver
` [PATCH 02/80] drivers/char/hvc_console.c: adjust call to put_tty_driver
` [PATCH 03/80] coldfire: scheduled SERIAL_COLDFIRE removal
` [PATCH 04/80] epca: call tty_port_init
` [PATCH 05/80] Blackfin Serial Driver: use __initdata for data, not __init
` [PATCH 06/80] Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports
` [PATCH 07/80] Blackfin Serial Driver: trim trailing whitespace -- no functional changes
` [PATCH 08/80] Blackfin Serial Driver: move common variables out of serial headers and into the serial driver
` [PATCH 09/80] Blackfin Serial Driver: Remove useless stop
` [PATCH 10/80] Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer
` [PATCH 11/80] Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART
` [PATCH 12/80] Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO mode
` [PATCH 13/80] Fix oti6858 debug level
` [PATCH 14/80] Char: cyclades. remove bogus iomap
` [PATCH 15/80] Char: sx, fix io unmapping
` [PATCH 16/80] Char: merge ip2main and ip2base
` [PATCH 17/80] ip2, cleanup globals
` [PATCH 18/80] ip2, fix sparse warnings
` [PATCH 19/80] ip2, init/deinit cleanup
` [PATCH 20/80] ip2: avoid add_timer with pending timer
` [PATCH 21/80] audit: Handle embedded NUL in TTY input auditing
` [PATCH 22/80] serial: Make uart_port's ioport "unsigned long"
` [PATCH 23/80] nozomi: Fix close on error
` [PATCH 24/80] serial-make-uart_ports-ioport-unsigned-long-fix
` [PATCH 25/80] usb: fix pl2303 initialization
` [PATCH 26/80] ftdi: A few errors are err() that should be debug which causes much spewage
` [PATCH 27/80] serial_8250: pci_enable_device fail is not fully handled
` [PATCH 28/80] 8250: remove a few inlines of dubious value
` [PATCH 29/80] serial: allow 8250 to be used on sparc
` [PATCH 30/80] tty: move tioclinux from a special case
` [PATCH 31/80] uml: small cleanups and note bugs to be dealt with by uml authors
` [PATCH 32/80] tty: split the buffering from tty_io
` [PATCH 33/80] tty: Split tty_port into its own file
` [PATCH 34/80] pps: Reserve a line discipline number for PPS
` [PATCH 35/80] tty: Add a kref count
` [PATCH 36/80] tty: use krefs to protect driver module counts
` [PATCH 37/80] tty: Cris has a nice RS485 ioctl so we should steal it
` [PATCH 38/80] tty: ipw need reworking
` [PATCH 39/80] tty: Add termiox
` [PATCH 40/80] tty: Termios locking - sort out real_tty confusions and lock reads
` [PATCH 41/80] tty: compare the tty winsize
` [PATCH 42/80] tty: Make get_current_tty use a kref
` [PATCH 43/80] tty: Move tty_write_message out of kernel/printk
` [PATCH 44/80] tty: usb-serial krefs
` [PATCH 45/80] tty: kref usage for isicom and moxa
` [PATCH 46/80] stallion: Use krefs
` [PATCH 47/80] mxser: Switch to kref tty
` [PATCH 48/80] tty: the vhangup syscall is racy
` [PATCH 49/80] tty: Redo current tty locking
` [PATCH 50/80] tty: Fix abusers of current->sighand->tty
` [PATCH 51/80] pty: If the administrator creates a device for a ptmx slave we should not error
` [PATCH 52/80] vt: remove bogus lock dropping
` [PATCH 53/80] tty: shutdown method
` [PATCH 54/80] tty: Remove more special casing and out of place code
` [PATCH 55/80] tty: Move parts of tty_init_dev into new functions
` [PATCH 56/80] tty: Clean up the tty_init_dev changes further
` [PATCH 57/80] tty: kref the tty driver object
` [PATCH 58/80] tty: More driver operations
` [PATCH 59/80] tty: Finish fixing up the init_dev interface to use ERR_PTR
` [PATCH 60/80] tty: extract the pty init time special cases
` [PATCH 61/80] Move tty lookup/reopen to caller
` [PATCH 62/80] Add an instance parameter devpts interfaces
` [PATCH 63/80] Simplify devpts_get_tty()
` [PATCH 64/80] Simplify devpts_pty_new()
` [PATCH 65/80] Simplify devpts_pty_kill
` [PATCH 66/80] pty: Coding style and polish
` [PATCH 67/80] pty: Fix allocation failure double free
` [PATCH 68/80] pty: simplify unix98 allocation
` [PATCH 69/80] tty: simplify ktermios allocation
` [PATCH 70/80] tty: some ICANON magic is in the wrong places
` [PATCH 71/80] tty: Fallout from tty-move-canon-specials
` [PATCH 72/80] tty: fix up gigaset a bit
` [PATCH 73/80] tty: Remove lots of NULL checks
` [PATCH 74/80] tty: Minor tidyups and document fixes for n_tty
` [PATCH 75/80] applicom: Fix an unchecked user ioctl range and an error return
` [PATCH 76/80] serial: fix device name reporting when minor space is shared between drivers
` [PATCH 77/80] tty: tty_io.c shadows sparse fix
` [PATCH 78/80] fs3270: remove extra locks
` [PATCH 79/80] fs3270: Correct error returns
` [PATCH 80/80] tty: rename the remaining oddly named n_tty functions

Floating inputs on unused GPIO pins
 2008-10-13 10:08 UTC  (3+ messages)

[Buildroot] BR2_PACKAGE_BUSYBOX_CONFIG and Atmel targets
 2008-10-13 10:07 UTC  (2+ messages)

Linux and amiga floppy images
 2008-10-13 10:05 UTC  (2+ messages)

Salsa-lib : _snd_pcm_hw_param_test is not defined
 2008-10-13 10:05 UTC  (2+ messages)

[Buildroot] [buildroot 0003394]: compilation problem : __NR_socketcall, __NR_ipc undefined
 2008-10-13 10:04 UTC 

[PATCH] xfrm: Notify changes in UDP encapsulation via netlink
 2008-10-13 10:03 UTC  (2+ messages)

size_t and printk and Xen
 2008-10-13 10:02 UTC  (2+ messages)

[linux-dvb] mail archive trouble with some mails
 2008-10-13 10:01 UTC  (2+ messages)

[lm-sensors] [RFC] [PATCH] hwmon: Add LTC4245 driver
 2008-10-13 10:00 UTC  (2+ messages)

[PATCH 2/6] tracepoint: Check if the probe has been registered
 2008-10-13  9:43 UTC  (3+ messages)

interface to ask is a file is hidden
 2008-10-13  9:57 UTC  (9+ messages)

Reiser4 for Linux-2.6.27
 2008-10-13  9:57 UTC  (5+ messages)

[PATCH] MN10300: MEI are renaming themselves to Panasonic [ver #2]
 2008-10-13  9:42 UTC 

[Xenomai-help] trap exceptions in user
 2008-10-13  9:55 UTC 

Backported sbxfi driver (UNTESTED!)
 2008-10-13  9:52 UTC  (17+ messages)

PCI device size > 4GB
 2008-10-13  9:53 UTC 

[PATCH 1/4] ext4: Use tag dirty lookup during mpage_da_submit_io
 2008-10-13  9:52 UTC  (6+ messages)
` [PATCH 2/4] vfs: Remove the range_cont writeback mode
  ` [PATCH 3/4] vfs: Add no_nrwrite_update and no_index_update writeback control flags
    ` [PATCH 4/4] ext4: Fix file fragmentation during large file write

disable_irq is broken in linux-omap-git
 2008-10-13  9:51 UTC 

[PATCH] -V3 ext4: Use an rbtree for tracking blocks freed during transaction
 2008-10-13  9:46 UTC 

[PATCH] ext4: Use an rb tree for tracking blocks freed during transaction
 2008-10-13  9:46 UTC  (3+ messages)

[RFC][PATCH] tty: remove the BKL in n_tty.c
 2008-10-13 10:47 UTC  (4+ messages)

Creative Sound Blaster 5.1vx
 2008-10-13  9:45 UTC  (2+ messages)

tip tree clone fail
 2008-10-13  9:40 UTC  (9+ messages)

[PATCH 0/6] Blackfin Serial Driver updates for 2.6.28
 2008-10-13  9:46 UTC  (7+ messages)
` [PATCH 1/6] Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb framework
` [PATCH 2/6] Blackfin Serial Driver: Add a debug function to serial driver
` [PATCH 3/6] Blackfin Serial Driver: fix bug - SIR driver stop receiving randomly
` [PATCH 4/6] Blackfin Serial Driver: Clean serial console and early prink code`
` [PATCH 5/6] Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files over UART in DMA mode
` [PATCH 6/6] Blackfin Serial Driver: Remove BI status for known_good_char

[PATCH] appletouch driver refactoring
 2008-10-13  9:45 UTC  (8+ messages)
    ` [PATCH] Input: appletouch - "
          ` [PATCH v3] "

[linux-dvb] [PATCH] Fix initialization in mxl5005s
 2008-10-13  9:45 UTC 

[ANNOUNCE] kvm-77 release
 2008-10-13  9:44 UTC  (3+ messages)

Status of HDMI on Nvidia 10de:0774 device (Asus M3N-H HDMI
 2008-10-13  9:39 UTC  (2+ messages)

[PATCH v2] powerpc: FPGA support for GE Fanuc SBC610
 2008-10-13  9:38 UTC  (2+ messages)

Issue with onboard sound on Toshiba A110-225
 2008-10-13  9:37 UTC  (2+ messages)

Getting physical addresses of mmap'd pages from userspace
 2008-10-13  9:38 UTC  (5+ messages)

[PATCH] tests: shell negation portability fix
 2008-10-13  9:35 UTC 

[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
 2008-10-13  9:36 UTC  (6+ messages)
  ` [PATCH v2] Fix fetch/pull when run without --update-head-ok

linux-next will be back soon
 2008-10-13  9:28 UTC 

FREE Online Store & No Insertion Fee Auction
 2008-10-13  9:26 UTC 

GIT head no longer boots on x86-64
 2008-10-13  9:23 UTC 

[patch 0/2] drivers/net/bonding sparse errors
 2008-10-13  9:23 UTC  (4+ messages)
` [patch 1/2] drivers/net/bonding: sparse fixes for exported tables

[PATCH] framebuffer: fix carminefb section mismatch
 2008-10-13  8:41 UTC  (5+ messages)
    ` [PATCH v2] "

[Qemu-devel] [RFC] Changing default Windows BIOS path from /c/Program Files/Qemu to c:\\Program Files\\Qemu
 2008-10-13  9:22 UTC  (4+ messages)

[PATCH] Hyper-V guest interface support with small set of enlightenments
 2008-10-13  9:21 UTC 

[PATCH] KVM: VMX: Move private memory slot position
 2008-10-13  9:17 UTC  (4+ messages)

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
 2008-10-13  9:18 UTC 

[bug] latest -git boot hang
 2008-10-13  9:13 UTC  (15+ messages)
                    ` [PATCH] block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVT

[RFC] powerpc/boot: compare _start against ei.loadsize instead ei.memsize
 2008-10-13  9:15 UTC  (5+ messages)
      ` [PATCH] "

[patch]full autosuspend for btusb
 2008-10-13  9:10 UTC 

[U-Boot] [PATCH v3 0/6] i.MX31: Add NAND support and new PDK board
 2008-10-13  9:04 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/6] i.MX31: Add reset_timer() and modify get_timer_masked()
  ` [U-Boot] [PATCH v3 2/6] i.MX31: Make the SPI bus and chip select configurable for MC13783
    ` [U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board

[PATCH] dsa: fix compile bug on s390
 2008-10-13  9:04 UTC 

ACPI patch queue for 2.6.28
 2008-10-13  9:01 UTC  (3+ messages)
` [PATCH 23/85] ACPI: Clear WAK_STS on resume

Partition check considered as error is breaking mounting in 2.6.27
 2008-10-13  9:01 UTC  (8+ messages)

[PATCH] vtd: move some x86 dependent functions into x86-specific directory
 2008-10-13  8:58 UTC 

[PATCH] Introduce core.keepHardLinks
 2008-10-13  9:03 UTC  (5+ messages)

Data-deduplication?
 2008-10-13  8:52 UTC  (2+ messages)

[PATCH 1/1] IB/ehca: Disallow creating UC QP with SRQ
 2008-10-13  7:34 UTC  (4+ messages)

[U-Boot] [PATCH] ppc4xx: Correctly setup ranges property in ebc node
 2008-10-13  8:46 UTC 

[PATCH 0/7] Integrate the twl4030 power code into new twl4030 mfd
 2008-10-13  8:45 UTC  (5+ messages)
` [PATCH 4/7] Hook twl4030 power code into twl4030 core
  ` [PATCH 5/7] 3430sdp and ldp use custom twl4030 power scripts


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.