mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH 34/36] tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call
 2010-03-02 23:55 UTC 

[PATCH] powerpc: remove IOMMU_VMERGE config option
 2010-03-02 23:54 UTC 

[BUG] usb-serial / pl2302 corrupted receive
 2010-03-02 23:53 UTC  (2+ messages)

[git pull] drm request 2
 2010-03-02 23:48 UTC  (10+ messages)

[GIT PATCH] driver core patches for 2.6.33-git
 2010-03-02 23:47 UTC  (52+ messages)
` [PATCH 01/62] kobject-example: Spelling fixes
` [PATCH 05/62] sysdev: Pass attribute in sysdev_class attributes show/store
` [PATCH 06/62] sysdev: Convert node driver class attributes to be data driven
` [PATCH 07/62] sysdev: Convert cpu driver sysdev class attributes
` [PATCH 08/62] sysfs: Add sysfs_add/remove_files utility functions
` [PATCH 20/62] Driver-Core: disable /sbin/hotplug by default
` [PATCH 21/62] Driver-Core: require valid action string in uevent trigger
` [PATCH 22/62] sysfs: Cache the last sysfs_dirent to improve readdir scalability v2
` [PATCH 23/62] driver-core: firmware_class: remove base.h header inclusion
` [PATCH 24/62] kobject: Constify struct kset_uevent_ops
` [PATCH 25/62] HOWTO: Updates on subsystem trees, patchwork, -next (vs. -mm)
` [PATCH 26/62] sysdev: fix up the probe/release attributes
` [PATCH 27/62] Driver core: Constify struct sysfs_ops in struct kobj_type
` [PATCH 28/62] Driver core: make struct platform_driver.id_table const
` [PATCH 29/62] platform-drivers: move probe to .devinit.text in arch/arm
` [PATCH 30/62] platform-drivers: move probe to .devinit.text in drivers/scsi
` [PATCH 32/62] x86: move hp-wmi's probe function to .devinit.text
` [PATCH 33/62] i2c: move i2c_omap's "
` [PATCH 34/62] w1: move omap_hdq's "
` [PATCH 35/62] media: move omap24xxcam's "
` [PATCH 36/62] auxdisplay: move cfag12864bfb's "
` [PATCH 37/62] net: move am79c961's "
` [PATCH 38/62] UIO: Add a driver for Hilscher netX-based fieldbus cards
` [PATCH 39/62] UIO: minor Kconfig fixes
` [PATCH 40/62] UIO: Remove SMX Cryptengine driver
` [PATCH 41/62] Driver core: Fix first line of kernel-doc for a few functions
` [PATCH 42/62] sysfs: Remove sysfs_get/put_active_two
` [PATCH 43/62] sysfs: Only take active references on attributes
` [PATCH 44/62] sysfs: Use one lockdep class per sysfs attribute
` [PATCH 45/62] sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes
` [PATCH 46/62] sysfs: Document sysfs_attr_init and sysfs_bin_attr_init
` [PATCH 47/62] sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes
` [PATCH 48/62] sysfs: windfarm: init sysfs attributes
` [PATCH 49/62] sysfs: Serialize updates to the vfs inode
` [PATCH 50/62] sysfs: Pack sysfs_dirent more tightly
` [PATCH 51/62] sysfs: Implement sysfs_rename_link
` [PATCH 52/62] driver core: Use sysfs_rename_link in device_rename
` [PATCH 53/62] sysfs: Pass super_block to sysfs_get_inode
` [PATCH 54/62] sysfs: Kill unused sysfs_sb variable
` [PATCH 56/62] msi-laptop: Support standard ec 66/62 command on MSI notebook and nebook
` [PATCH 57/62] msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec command
` [PATCH 58/62] msi-laptop: Support some MSI 3G netbook that is need load SCM
` [PATCH 59/62] msi-laptop: Add resume method for set the SCM load again
` [PATCH 60/62] msi-laptop: Detect 3G device exists by standard ec command
` [PATCH 61/62] msi-laptop: depends on RFKILL
` [PATCH 62/62] sysfs: fix for thinko with sysfs_bin_attr_init()

[PATCH] hid Logitech G13 Driver 0.0.5
 2010-03-02 23:46 UTC  (3+ messages)

[PATCH] tty: Take a 256 byte padding into account when buffering below sub-page units
 2010-03-02 23:39 UTC  (2+ messages)

linux-next: Tree for February 25
 2010-03-02 23:38 UTC  (6+ messages)
` [PATCH -next] fs: fix compat_ioctl when CONFIG_BLOCK=n
  ` [PATCH -next] pktcdvd: improve BKL and compat_ioctl.c usage

[GIT PATCH] TTY patches for 2.6.33-git
 2010-03-02 23:36 UTC  (37+ messages)
` [PATCH 01/36] serial: fit blackfin uart over sport driver into common uart infrastructure
` [PATCH 02/36] serial: copy UART properties of UPF_FIXED_TYPE ports provisioned using early_serial_setup
` [PATCH 03/36] serial: 68328serial.c: remove BAUD_TABLE_SIZE macro
` [PATCH 04/36] serial: atmel_serial: add poll_get_char and poll_put_char uart_ops
` [PATCH 05/36] serial: synclink_gt: dropped transmit data bugfix
` [PATCH 06/36] serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port Card
` [PATCH 07/36] serial: imx: fix NULL dereference Oops when pdata == NULL
` [PATCH 08/36] serial: add support for Korenix JetCard
` [PATCH 09/36] serial: fix test of unsigned
` [PATCH 10/36] serial: Char: cyclades, fix compiler warning
` [PATCH 11/36] serial: cyclades: allow overriding ISA defaults also when the driver is built-in
` [PATCH 12/36] tty: char: mxser, remove unnecessary tty test
` [PATCH 13/36] serial: isicom.c: use pr_fmt and pr_<level>
` [PATCH 14/36] hvc_console: fix test on unsigned in hvc_console_print()
` [PATCH 15/36] tty: moxa: remove #ifdef MODULE completely
` [PATCH 16/36] ip2: remove #ifdef MODULE from ip2main.c
` [PATCH 17/36] ip2: Add module parameter
` [PATCH 18/36] tty: declare MODULE_FIRMWARE in various drivers
` [PATCH 19/36] Char: synclink, remove unnecessary checks
` [PATCH 20/36] serial: bfin_5xx: remove useless gpio handling with hard flow control
` [PATCH 21/36] serial: bfin_5xx: need to disable DMA TX interrupt too
` [PATCH 22/36] serial: bfin_5xx: kgdboc should accept gdb break only when it is active
` [PATCH 23/36] serial: bfin_5xx: pull in linux/io.h for ioremap prototypes
` [PATCH 24/36] serial: bcm63xx_uart: don't use kfree() on non kmalloced area
` [PATCH 25/36] serial: bcm63xx_uart: allow more than one uart to be registered
` [PATCH 26/36] sdio_uart: Use kfifo instead of the messy circ stuff
` [PATCH 27/36] nozomi: Add tty_port usage
` [PATCH 28/36] nozomi: Fix mutex handling
` [PATCH 29/36] nozomi: Tidy up the PCI table
` [PATCH 30/36] serial: timberdale: Remove dependancies
` [PATCH 31/36] tty: Fix the ldisc hangup race
` [PATCH 32/36] tty: Fix up char drivers request_room usage
` [PATCH 33/36] tty: Keep the default buffering to sub-page units
` [PATCH 34/36] tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call
` [PATCH 35/36] jsm: removing the uart structure and filename on error
` [PATCH 36/36] jsm: fixing error if the driver fails to load

USB mass storage and ARM cache coherency
 2010-03-02 23:33 UTC  (9+ messages)

[GIT PULL] ocfs2 changes for 2.6.34
 2010-03-02 23:32 UTC 

Memory management woes - order 1 allocation failures
 2010-03-02 23:31 UTC  (11+ messages)

linux-next: Tree for February 19
 2010-03-02 23:30 UTC  (5+ messages)
` linux-next: Tree for February 19 (scsi/mpt2sas/raid_class)
  ` [PATCH -next] scsi: RAID_ATTRS depends on SCSI
    ` [origin tree build failure] "

2.6.33 problems
 2010-03-02 23:30 UTC  (4+ messages)

2.6.33 staging rt2870 += Belkin F5D8055 Wireless-N USB Dongle
 2010-03-02 23:27 UTC  (2+ messages)

[PATCH] LED driver for the Soekris net5501 board
 2010-03-02 23:22 UTC  (3+ messages)

[PATCH -mmotm 0/3] memcg: per cgroup dirty limit (v3)
 2010-03-02 23:21 UTC  (19+ messages)
` [PATCH -mmotm 2/3] memcg: dirty pages accounting and limiting infrastructure
` [PATCH -mmotm 3/3] memcg: dirty pages instrumentation

[PATCH RFC 0/12] ahci: Add support for non-PCI devices
 2010-03-02 23:19 UTC  (5+ messages)
` [PATCH 09/12] ahci: Introduce ahci_set_em_messages()

[RFC][PATCH 0/2] Correct behavior for listxattr and 'trusted' xattrs
 2010-03-02 23:15 UTC  (5+ messages)
` [PATCH 2/2] ocfs2: ensure trusted xattrs are not returned to unprivileged users via listxattr

[PATCH 1/1]: input: add support for VirtualBox touchscreen emulation to the Lifebook driver
 2010-03-02 23:13 UTC  (11+ messages)

linux-next: manual merge of the usb tree with the block tree
 2010-03-02 23:10 UTC  (3+ messages)

[GIT PATCH] USB patches for 2.6.33-git
 2010-03-02 23:09 UTC 

[PATCH -tip] introduce sys_membarrier(): process-wide memory barrier (v9)
 2010-03-02 23:07 UTC  (3+ messages)

[GIT PULL] x86/irq and x86/apic changes for v2.6.34
 2010-03-02 22:58 UTC 

[PATCH 1/2] inflate_fast: sout is already a short so ptr arith was off by one
 2010-03-02 22:52 UTC  (2+ messages)

Oops while booting 2.6.34-rc0 (block pull busted)
 2010-03-02 22:51 UTC  (6+ messages)

BUG: spinlock lockup on task_rq_lock in 2.6.33
 2010-03-02 22:49 UTC  (4+ messages)

[RESEND] gpio: introduce it8761e_gpio driver for IT8761E Super I/O chip
 2010-03-02 22:40 UTC  (2+ messages)

[RESUBMIT PATCH] msdos: add support for large disks
 2010-03-02 22:40 UTC 

BUG mutex_unlock without mutex_lock in drivers/pnp/isapnp/core.c
 2010-03-02 22:34 UTC  (2+ messages)

[GIT PULL] x86/bootmem: get rid of bootmem on the x86 platform
 2010-03-02 22:32 UTC 

[PATCH] Selinux: Remove unused headers slab.h in selinux/ss/symtab.c
 2010-03-02 22:22 UTC  (2+ messages)

[PATCH] Selinux: Remove unused headers list.h in selinux/netlink.c
 2010-03-02 22:21 UTC  (2+ messages)

[PATCH] audit: Protect find_task_by_vpid() with RCU
 2010-03-02 22:20 UTC  (2+ messages)

[PATCH] Security: Add __init to register_security to disable load a security module on runtime
 2010-03-02 22:17 UTC  (2+ messages)

BNX2: Kernel crashes with 2.6.31 and 2.6.31.9
 2010-03-02 22:12 UTC  (11+ messages)

[RFC PATCH 0/6] Union mount core rewrite v1
 2010-03-02 22:11 UTC  (7+ messages)
` [PATCH 1/6] union-mount: Introduce union_mount structure and basic operations
  ` [PATCH 2/6] union-mount: Drive the union cache via dcache
    ` [PATCH 3/6] union-mount: Implement union lookup
      ` [PATCH 4/6] union-mount: Support for mounting union mount file systems
        ` [PATCH 5/6] union-mount: Call do_whiteout() on unlink and rmdir in unions
          ` [PATCH 6/6] union-mount: Copy up directory entries on first readdir()

2.6.33-git6 problem
 2010-03-02 22:05 UTC  (2+ messages)
` 2.6.33-git6 problem (compal-laptop)

[PATCH] staging/dt3155: remove unused global "registers"
 2010-03-02 21:54 UTC 

[ANNOUNCE] 2.6.33-rc8-rt2
 2010-03-02 21:53 UTC  (6+ messages)
` [ANNOUNCE] 2.6.33-rt3

[PATCH] staging/dt3155: sparse cleanup of allocator code
 2010-03-02 21:41 UTC 

[PATCH 1/7] mmc: at91_mci: fix pointer errors
 2010-03-02 21:34 UTC  (3+ messages)
` [PATCH 4/7] mmc: at91_mci: use DMA buffer for read

[PATCH 0/3 RFCv4] add support for Janz MODULbus devices
 2010-03-02 21:22 UTC  (4+ messages)
` [PATCH 1/3] mfd: add support for Janz CMOD-IO PCI MODULbus Carrier Board
` [PATCH 2/3] can: add support for Janz VMOD-ICAN3 Intelligent CAN module
` [PATCH 3/3] gpio: add support for Janz VMOD-TTL Digital IO module

[PATCH 1/5] DMAENGINE: COH 901 318 cleanups
 2010-03-02 21:21 UTC  (3+ messages)

[PATCH] [4/4] SLAB: Fix node add timer race in cache_reap
 2010-03-02 21:17 UTC  (19+ messages)
                        ` [patch] slab: add memory hotplug support

[PATCH] staging/dt3155: use C99 syntax for struct initializer
 2010-03-02 21:13 UTC 

[PATCH] drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell Inspiron 700m
 2010-03-02 20:59 UTC 

[PATCH] rfkill bug fixed in rfkill_set_sw_state
 2010-03-02 20:50 UTC  (2+ messages)

linux-next: build failure after merge of the final tree
 2010-03-02 20:47 UTC  (2+ messages)

linux-next: Tree for March 2
 2010-03-02 20:46 UTC  (3+ messages)
` linux-next: Tree for March 2 (watchdog)

[PATCH] binfmt_elf: plug a memory leak situation on dump_seek()
 2010-03-02 20:42 UTC  (2+ messages)

linux-next: Tree for February 4
 2010-03-02 20:36 UTC  (8+ messages)
` [PATCH -next] i2c: fix xiic build error

[PATCH][RFC] time: add wait_interruptible_timeout macro to sleep (w. timeout) until wake_up
 2010-03-02 20:32 UTC  (8+ messages)

[RFC v2 00/10] snet: Security for NETwork syscalls
 2010-03-02 20:23 UTC  (11+ messages)
` [RFC v2 01/10] lsm: add security_socket_closed()
` [RFC v2 02/10] Revert "lsm: Remove the socket_post_accept() hook"
` [RFC v2 03/10] snet: introduce security/snet, Makefile and Kconfig changes
` [RFC v2 04/10] snet: introduce snet_core
` [RFC v2 05/10] snet: introduce snet_event
` [RFC v2 06/10] snet: introduce snet_hooks
` [RFC v2 07/10] snet: introduce snet_netlink
` [RFC v2 08/10] snet: introduce snet_verdict
` [RFC v2 09/10] snet: introduce snet_ticket
` [RFC v2 10/10] snet: introduce snet_utils

This patch fixes the "no connectors reported" bug on Sony VGN-BX196VP and
 2010-03-02 20:17 UTC 

[PATCH 0/7][v4] PV extension of HVM (Hybrid) for Xen
 2010-03-02 20:17 UTC  (6+ messages)
` [PATCH 3/7] xen/hvm: Xen PV extension of HVM initialization
  ` [Xen-devel] "

[PATCH 4/5] DMAENGINE: COH 901 318 configure channel direction
 2010-03-02 20:12 UTC 

[PATCH] x86/mrst: remove X86_MRST dependency on PCI_IOAPIC
 2010-03-02 17:19 UTC 

page:  |  | latest

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

Powered by JetHome