public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-10-04 20:29:00 to 2008-10-05 16:22:31 UTC [more...]

[PATCH 00/76] Queued TTY Patches
 2008-10-05 16:18 UTC  (49+ messages)
` [PATCH 01/76] drivers/serial/crisv10.c: add missing put_tty_driver
` [PATCH 02/76] drivers/char/hvc_console.c: adjust call to put_tty_driver
` [PATCH 03/76] coldfire: scheduled SERIAL_COLDFIRE removal
` [PATCH 04/76] epca: call tty_port_init
` [PATCH 05/76] 8250: Remove NR_IRQ usage
` [PATCH 06/76] Blackfin Serial Driver: use __initdata for data, not __init
` [PATCH 07/76] Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports
` [PATCH 08/76] Blackfin Serial Driver: trim trailing whitespace -- no functional changes
` [PATCH 09/76] Blackfin Serial Driver: move common variables out of serial headers and into the serial driver
` [PATCH 10/76] Blackfin Serial Driver: Remove useless stop
` [PATCH 11/76] Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer
` [PATCH 12/76] Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART
` [PATCH 13/76] Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupts in PIO mode
` [PATCH 14/76] tty: move tioclinux from a special case
` [PATCH 15/76] uml: small cleanups and note bugs to be dealt with by uml authors
` [PATCH 16/76] Char: merge ip2main and ip2base
` [PATCH 17/76] ip2, cleanup globals
` [PATCH 18/76] ip2, fix sparse warnings
` [PATCH 19/76] ip2, init/deinit cleanup
` [PATCH 20/76] ip2: avoid add_timer with pending timer
` [PATCH 21/76] audit: Handle embedded NUL in TTY input auditing
` [PATCH 22/76] serial: Make uart_port's ioport "unsigned long"
` [PATCH 23/76] tty: split the buffering from tty_io
` [PATCH 24/76] tty: Split tty_port into its own file
` [PATCH 25/76] pps: Reserve a line discipline number for PPS
` [PATCH 26/76] tty: Add a kref count
` [PATCH 27/76] tty: use krefs to protect driver module counts
` [PATCH 28/76] Char: cyclades. remove bogus iomap
` [PATCH 29/76] Char: sx, fix io unmapping
` [PATCH 30/76] 8250: remove a few inlines of dubious value
` [PATCH 31/76] tty: Cris has a nice RS485 ioctl so we should steal it
` [PATCH 32/76] tty: ipw need reworking
` [PATCH 33/76] tty: Add termiox
` [PATCH 34/76] tty: Termios locking - sort out real_tty confusions and lock reads
` [PATCH 35/76] tty: compare the tty winsize
` [PATCH 36/76] tty: Make get_current_tty use a kref
` [PATCH 37/76] tty: Move tty_write_message out of kernel/printk
` [PATCH 38/76] tty: usb-serial krefs
` [PATCH 39/76] tty: kref usage for isicom and moxa
` [PATCH 40/76] stallion: Use krefs
` [PATCH 41/76] mxser: Switch to kref tty
` [PATCH 42/76] tty: the vhangup syscall is racy
` [PATCH 43/76] tty: Redo current tty locking
` [PATCH 44/76] tty: Fix abusers of current->sighand->tty
` [PATCH 45/76] pty: If the administrator creates a device for a ptmx slave we should not error
` [PATCH 46/76] vt: remove bogus lock dropping
` [PATCH 47/76] tty: shutdown method
` [PATCH 48/76] tty: Remove more special casing and out of place code

[RFC PATCH 00/12] e1000e debug and protection patches
 2008-10-05 16:16 UTC  (14+ messages)
` [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:

possible (ext4 related?) memory leak in kernel 2.6.26
 2008-10-05 16:12 UTC  (6+ messages)

patch sata_nv-disable-hardreset-for-generic.patch added to 2.6.26-stable tree
 2008-10-05 16:00 UTC  (7+ messages)

[patch x86/core] x86: allow number of additional hotplug CPUs to be set at compile time
 2008-10-05 15:56 UTC  (13+ messages)
          ` <PING> "

[PATCH 2.6.28] bluetooth: fix leak of uninitialized data to userspace
 2008-10-05 15:38 UTC 

[kerneloops] regression in 2.6.27 wrt "lock_page" and the "hwclock" program
 2008-10-05 15:11 UTC  (3+ messages)

[RFC] Btrfs mainline plans
 2008-10-05 15:09 UTC  (5+ messages)

[PATCH] rfkill-input doesn't work until 5 minutes after boot
 2008-10-05 14:31 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH -tip] sdhci: 'scratch' may be used uninitialized
 2008-10-05 14:28 UTC  (3+ messages)
` [PATCH] "

Questions about mmap
 2008-10-05 14:01 UTC  (2+ messages)

[GIT PULL] kmemcheck fixlets (for -tip)
 2008-10-05 12:42 UTC  (9+ messages)
          ` kmemcheck: Caught 32-bit read from uninitialized memory (f6038ec0)

TIOCGWINSZ retuns old pty size after receiving SIGWINCH
 2008-10-05 12:17 UTC 

2.6.27-rc8-git7: Reported regressions from 2.6.26
 2008-10-05 12:05 UTC  (15+ messages)
` [Bug #11629] quad G5 fails to shut down
` [Bug #11643] ALSA sound/core/pcm_native.c:1947: BUG? (err &gt;= 0)
` [Bug #11696] 2.6.27-rc8 doubled times

[PATCH 2/2] Suppress false "mtrr all empty" warning message when running as VMware guest
 2008-10-05 12:05 UTC  (3+ messages)

TIOCGWINSZ retuns old pty size after receiving SIGWINCH
 2008-10-05 12:03 UTC  (2+ messages)

[PATCH] dumpstack: x86: various small unification steps
 2008-10-05 11:40 UTC  (12+ messages)
` [PATCH] dumpstack: x86: move die_nmi to dumpstack_32.c
  ` [PATCH] dumpstack: x86: make printk_address equal
    ` [PATCH] dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stack
      ` [PATCH] dumptrace: x86: consistently include loglevel, print stack switch
        ` [PATCH] dumpstack: x86: use log_lvl and unify trace formatting
          ` [PATCH] dumpstack: i386: make kstack= an early boot-param and add oops=panic

[patch] fix printk format typo in boot ftracer
 2008-10-05 11:36 UTC  (5+ messages)

[PATCH -tip] Fastboot: fix initcalls disposition in bootgraph.pl
 2008-10-05 11:22 UTC  (6+ messages)

SATA Cold Boot problems on >2.6.25 with NV
 2008-10-05 11:18 UTC  (12+ messages)

New CD/DVD reports 'Can Play Audio NO'
 2008-10-05 11:08 UTC  (4+ messages)

drivers/pci/probe.c compile warnings on -tip
 2008-10-05 10:18 UTC  (5+ messages)

[PATCH] x86: replace a magic number with a named constant in the VESA boot code
 2008-10-05 10:16 UTC 

[PATCH] proc: add "personality" to process status file
 2008-10-05 10:14 UTC  (10+ messages)
            ` [PATCH v2] proc: show personality via /proc/pid/personality

[PATCH 0/3] ring-buffer: less locking and only disable preemption
 2008-10-05 10:13 UTC  (8+ messages)

[REQUEST] Clarification from Copyright Holders on FUSE/NDISWRAPPER
 2008-10-05 10:12 UTC  (7+ messages)

[RFC PATCH] x86: make 64bit efi to use ioremap_cache for efi_ioremap
 2008-10-05 10:04 UTC  (5+ messages)

[PATCH 3/3] Add timeout feature
 2008-10-05 10:00 UTC  (9+ messages)

[PATCH v2] ftrace: Add a C-state tracer to help power optimization
 2008-10-05  9:53 UTC  (3+ messages)

[PATCH -tip] Return an error when setting a nonexistent tracer
 2008-10-05  9:49 UTC  (3+ messages)

[PATCHSET 0/5] BUILD_BUG_ON: error on none-const expressions
 2008-10-05  9:34 UTC  (5+ messages)
` [PATCH 5/5] debug: BUILD_BUG_ON: error on non-const expressions
  ` [PATCH 5/5 ver2] "

[PATCH] x86: gart iommu have direct mapping when agp is present too
 2008-10-05  9:19 UTC  (2+ messages)

[PATCH] x86: sparse_irq: fix typo in debug print out
 2008-10-05  9:13 UTC  (2+ messages)

Connect.ua | Зміни за останній тиждень
 2008-10-05  6:30 UTC 

copy of "The Extended 3 Filesystem" paper?
 2008-10-05  6:26 UTC  (2+ messages)

[PATCH 0/2] Report the size of pages backing VMAs in /proc V3
 2008-10-05  6:00 UTC  (7+ messages)
` [PATCH 2/2] Report the pagesize backing a VMA in /proc/pid/maps
  ` [RFC PATCH] Report the shmid backing a VMA in maps

perfmon3 interface overview
 2008-10-05  5:53 UTC  (8+ messages)

sysfs: tagged directories not merged completely yet
 2008-10-05  5:32 UTC  (6+ messages)

[GIT PATCHES for 2.6.27] V4L/DVB fixes
 2008-10-05  3:27 UTC 

[PATCH 1/3] x86: mtrr_cleanup: print out correct type
 2008-10-05  3:10 UTC  (11+ messages)
` [PATCH 2/3] x86: mtrr_cleanup: first 1M should be coverred in var mtrrs
` [PATCH 3/3] x86: mtrr_cleanup: treat WRPROT as UNCACHEABLE

[PATCH 1/3] x86: mtrr_cleanup: print out correct type v2
 2008-10-05  2:34 UTC 

Kernel unable to adjust timeofday
 2008-10-05  1:46 UTC  (4+ messages)

[PATCH] capability: WARN when invalid capability is requested rather than BUG/panic
 2008-10-05  1:30 UTC  (7+ messages)

exception Emask 0x0 SAct 0x1 / SErr 0x0 action 0x2 frozen
 2008-10-05  0:29 UTC  (14+ messages)

Trvial documentation error
 2008-10-05  0:46 UTC 

Disk shock protection in GNU/Linux
 2008-10-04 23:16 UTC  (6+ messages)
` [PATCH 3/4 v2] ide: Implement disk shock protection support

Strange mtrrs in Aspire One
 2008-10-04 23:10 UTC  (7+ messages)

Regression: SATA disk double spin-off during hibernation on hp nx6325
 2008-10-04 22:30 UTC  (8+ messages)
` [PATCH 1/6] Hibernation: Introduce system_entering_hibernation

[PATCH] Give kjournald a IOPRIO_CLASS_RT io priority
 2008-10-04 21:27 UTC  (11+ messages)

[PATCH] proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig
 2008-10-04 20:58 UTC 

[PATCH] signal, procfs: lock_task_sighand() do not need rcu_read_lock()
 2008-10-04 20:55 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox