All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-02 22:47:04 to 2010-03-02 23:50:38 UTC [more...]

[GIT PATCH] TTY patches for 2.6.33-git
 2010-03-02 23:36 UTC  (28+ messages)
` [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 06/36] serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port Card
` [PATCH 09/36] serial: fix test of unsigned
` [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

[patch] mm: adjust kswapd nice level for high priority page allocators
 2010-03-02 23:48 UTC  (3+ messages)

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

[GIT PATCH] driver core patches for 2.6.33-git
 2010-03-02 23:47 UTC  (41+ 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 21/62] Driver-Core: require valid action string in uevent trigger
` [PATCH 24/62] kobject: Constify struct kset_uevent_ops
` [PATCH 27/62] Driver core: Constify struct sysfs_ops in struct kobj_type
` [PATCH 33/62] i2c: move i2c_omap's probe function to .devinit.text
` [PATCH 34/62] w1: move omap_hdq'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 00/12] IPv6 addrconf changes
 2010-03-02 23:32 UTC  (13+ messages)
` [PATCH 01/12] IPv6: addrconf dad timer unnecessary bh_disable
` [PATCH 02/12] IPv6: addrconf timer race
` [PATCH 03/12] IPv6: addrconf notify when address is unavailable
` [PATCH 04/12] ipv6: convert temporary address list to list macros
` [PATCH 05/12] ipv6: convert addrconf list to hlist
` [PATCH 06/12] IPv6: convert addrconf hash list to RCU
` [PATCH 07/12] ipv6: user better hash for addrconf
` [PATCH 08/12] ipv6: convert idev_list to list macros
` [PATCH 09/12] IPv6: addrconf cleanups
` [PATCH 10/12] IPv6: addrconf checkpatch fixes
` [PATCH 11/12] ipv6: addrconf timer changes
` [PATCH 12/12] IPv6: addrconf cleanup addrconf_verify

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

[PATCH] Reduce ACPI resource conflict message to KERN_INFO
 2010-03-02 23:45 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)

[PULL] Pull request for for-rmk/samsung5
 2010-03-02 23:43 UTC  (3+ messages)

Remote operations synchronization, and hooks
 2010-03-02 23:43 UTC  (2+ messages)

[RFC, PATCH 3/3] gspca pac7302: remove LED blinking when switching stream on and off
 2010-03-02 23:42 UTC 

[RFC, PATCH 2/3] gspca pac7302: separate LED handling
 2010-03-02 23:42 UTC 

[PATCH 1/3] add feedback LED control
 2010-03-02 23:42 UTC  (5+ messages)
      ` [RFC, PATCH 1/3] gspca: add LEDs subsystem connection

Scheduling in atomic while restoring shm
 2010-03-02 23:40 UTC  (7+ messages)
` [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

board/device file names, and machine names
 2010-03-02 23:38 UTC  (4+ 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

[PATCH 00/16] OMAP3: PM: Smartreflex and voltage revamp
 2010-03-02 23:37 UTC  (8+ messages)
` [PATCH 01/16] OMAP3: PM: Adding hwmod data for Smartreflex
  ` [PATCH 02/16] OMAP3: PM: Create list to keep track of various smartreflex instances
    ` [PATCH 03/16] OMAP3: PM: Convert smartreflex driver into a platform driver using hwmods and omap-device layer
      ` [PATCH 04/16] OMAP3: PM: Move smartreflex autocompensation enable disable hooks to PM debugfs
        ` [PATCH 05/16] OMAP3: PM: Export get_vdd1_opp and get_vdd2_opp from shared resource framework
          ` [PATCH 06/16] OMAP3: PM: Smartreflex class related changes for smartreflex.c

[GIT PULL] genesis updates for 2.6.34-rc1
 2010-03-02 23:35 UTC  (3+ messages)

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

[GIT PULL] ocfs2 changes for 2.6.34
 2010-03-02 23:32 UTC  (2+ messages)
` [Ocfs2-devel] "

[Bridge] [PATCH] bridge: per-cpu packet statistics
 2010-03-02 23:32 UTC  (6+ messages)
  ` [Bridge] [PATCH] bridge: per-cpu packet statistics (v2)
      ` [Bridge] [PATCH] bridge: per-cpu packet statistics (v3)

[GIT PULL] pv/fbfront
 2010-03-02 23:32 UTC  (4+ messages)
  `  "

Memory management woes - order 1 allocation failures
 2010-03-02 23:31 UTC  (4+ 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)

[PATCH 0/3] mmc: omap_hsmmc: support SDIO cards
 2010-03-02 23:29 UTC  (11+ messages)
` [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

[RFC 0/4] FIFO caused playback delay (latency) handling in soc
 2010-03-02 23:29 UTC  (2+ messages)

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

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

Why does one get mismatches?
 2010-03-02 23:27 UTC  (12+ messages)

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

[PATCH v2] RDMA/nes: set assume_alligned_header bit
 2010-03-02 23:22 UTC 

strange policy loading problem
 2010-03-02 23:18 UTC 

BackupPC, per-dir hard link limit, Debian packaging
 2010-03-02 23:22 UTC  (3+ messages)

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

split up a repository
 2010-03-02 23:21 UTC  (4+ messages)

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

[Qemu-devel] [PATCH] Fix curses return key when using -k
 2010-03-02 23:16 UTC  (2+ 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

Identifying the branch a clone was cloned from
 2010-03-02 23:15 UTC  (2+ messages)

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

+ acpi-put-acpi_battery_get-set_alarm-into-config_acpi_sysfs_power.patch added to -mm tree
 2010-03-02 23:13 UTC 

[GIT PULL] pv/pcifront-2.6.32
 2010-03-02 23:13 UTC  (6+ messages)
  `  "

[to-be-updated] kconfig-place-git-sha1-in-config-output-if-in-git-tree.patch removed from -mm tree
 2010-03-02 23:11 UTC 

[PATCH 8/9 V3] Add documentation for the new DTS language
 2010-03-02 23:12 UTC  (11+ messages)

grace period setting
 2010-03-02 23:12 UTC  (8+ messages)
` [PATCH 1/7] nfsd4: simplify references to nfsd4 lease time
  ` [PATCH 2/7] nfsd4: edit comment for concision
    ` [PATCH 3/7] nfsd4: simplify lease/grace interaction
      ` [PATCH 4/7] nfsd4: remove unnecessary lease-setting function
        ` [PATCH 5/7] nfsd4: reshuffle lease-setting code to allow reuse
          ` [PATCH 6/7] nfsd4: allow setting grace period time
            ` [PATCH 7/7] nfsd4: document lease/grace-period limits

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

DM1105: could not attach frontend 195d:1105
 2010-03-02 23:10 UTC  (3+ messages)

[ext3] Changes to block device after an ext3 mount point has been remounted readonly
 2010-03-02 23:10 UTC  (11+ messages)

+ kconfig-place-git-sha1-in-config-output-if-in-git-tree.patch added to -mm tree
 2010-03-02 23:10 UTC 

[PATCH] crypto: ahash - Fix handling of unaligned buffers
 2010-03-02 23:10 UTC  (3+ messages)

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

failed to push
 2010-03-02 23:07 UTC  (2+ messages)
` [gitbook PATCH] add notes on re-writing history

+ pci-kill-off-pci_register_set_vga_state-symbol-export.patch added to -mm tree
 2010-03-02 23:08 UTC 

+ led-driver-for-the-soekris-net5501-board-checkpatch-fixes.patch added to -mm tree
 2010-03-02 23:08 UTC 

+ led-driver-for-the-soekris-net5501-board.patch added to -mm tree
 2010-03-02 23:07 UTC 

squid and apache
 2010-03-02 23:07 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] fix domain exit actions that contain hyphen
 2010-03-02 22:55 UTC 

+ crc32-some-minor-cleanups.patch added to -mm tree
 2010-03-02 22:54 UTC 

[PATCH] omap: i2c: Add i2c support on omap4 platform
 2010-03-02 22:54 UTC  (8+ messages)

[Xenomai-core] [pull request] Fixes and workarounds for the cond issues
 2010-03-02 22:54 UTC 

[PATCH] Fix ARM PIC problems with new decompressor code
 2010-03-02 22:53 UTC  (3+ messages)

[Qemu-devel] Intel PXA270 System-on-chip emulation in QEMU
 2010-03-02 22:52 UTC  (2+ messages)

[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)

[PATCH] PM: add dpm_use_runtime_{suspend, resume} helper functions
 2010-03-02 22:51 UTC  (2+ messages)

LP-PHY Fatal DMA error 0x00000800 on non-ULV Core 2 Duo?!?!!??!
 2010-03-02 22:50 UTC  (4+ messages)

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

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

[PATCH 1/4] rndis_wlan: copy only useful data from rndis_command respond
 2010-03-02 22:38 UTC  (3+ messages)
` [PATCH 2/4] rndis_wlan: remove unused variables from priv structure
` [PATCH 4/4] rndis_wlan: Implement cfg80211 PMKSA API


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.