public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-08-05 20:18:09 to 2010-08-05 22:38:55 UTC [more...]

[PATCH 1/3] lib: vsprintf: optimised put_dec_trunc() and put_dec_full()
 2010-08-05 22:38 UTC 

[GIT PATCH] driver core patches for .36
 2010-08-05 22:24 UTC  (27+ messages)
` [PATCH 03/28] uio: Remove IRQF_DISABLED flag from uio_cif.c
` [PATCH 04/28] hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NET
` [PATCH 05/28] Driver core: internal struct dma_coherent_mem, change type of a member
` [PATCH 06/28] Driver core: Drop __must_check from bus_for_each_drv()
` [PATCH 07/28] firmware loader: use statically initialized data attribute
` [PATCH 08/28] firmware loader: embed device into firmware_priv structure
` [PATCH 09/28] Driver core: use kmemdup in platform_device_add_resources
` [PATCH 10/28] Driver core: reduce duplicated code for platform_device creation
` [PATCH 11/28] Driver core: move platform device creation helpers to .init.text (if MODULE=n)
` [PATCH 12/28] firmware: Update hotplug script
` [PATCH 13/28] sysfs: sysfs_chmod_file's attr can be const
` [PATCH 14/28] dmi-id: fix a memory leak in dmi_id_init error path
` [PATCH 15/28] dcdbas: remove a redundant smi_data_buf_free in dcdbas_exit
` [PATCH 16/28] sysfs: fix discrepancies between implementation and documentation
` [PATCH 17/28] sysfs: Fix one more signature discrepancy between sysfs implementation and docs
` [PATCH 18/28] debugfs: no longer needs to depend on SYSFS
` [PATCH 19/28] driver core: fix memory leak on one error path in bus_register()
` [PATCH 20/28] Driver core: Add BUS_NOTIFY_BIND_DRIVER
` [PATCH 21/28] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
` [PATCH 22/28] scsi: Remove owner field from attribute initialization in LPFC driver
` [PATCH 23/28] scsi: Remove owner field from attribute initialization in ARCMSR driver
` [PATCH 24/28] leds: Remove owner field from attribute initialization in bd2802 driver
` [PATCH 25/28] regulator: Remove owner field from attribute initialization in regulator core driver
` [PATCH 26/28] powerpc/pci: Remove owner field from attribute initialization in PCI bridge init
` [PATCH 27/28] sysfs: Remove owner field from sysfs struct attribute
` [PATCH 28/28] driver core: device_rename's new_name can be const

[GIT PATCH] TTY patches for 2.6.36
 2010-08-05 22:23 UTC  (40+ messages)
` [PATCH 01/67] n_gsm.c: removed duplicated #includes
` [PATCH 03/67] vt: clean up the code - use kernel library
` [PATCH 06/67] max3110 sanity check a register
` [PATCH 11/67] tty: Add EXTPROC support for LINEMODE
` [PATCH 12/67] vt/console: try harder to print output when panicing
` [PATCH 13/67] stallion: prune lock_kernel calls
` [PATCH 14/67] istallion: use bit ops for the board flags
` [PATCH 15/67] riscom8: kill use of lock_kernel
` [PATCH 18/67] synclink: kill the big kernel lock
` [PATCH 24/67] tty: serial - fix various misuses/mishandlings of port->tty
` [PATCH 31/67] serial: add port helpers
` [PATCH 32/67] serial: trim locking on the helpers
` [PATCH 33/67] serial: Use block_til_ready helper
` [PATCH 36/67] tty: never hold BTM while getting tty_mutex
` [PATCH 41/67] tty: untangle locking of wait_until_sent
` [PATCH 42/67] tty: remove tty_lock_nested
` [PATCH 43/67] tty: implement BTM as mutex instead of BKL
` [PATCH 44/67] tty: release BTM while sleeping in block_til_ready
` [PATCH 45/67] 8250: fix set_ldisc operation
` [PATCH 46/67] tty: avoid recursive BTM in pty_close
` [PATCH 47/67] serial: max3107: introduce a max3107 driver
` [PATCH 48/67] serial: max3107: Abstract out the platform specific bits
` [PATCH 49/67] tty_io: remove casts from void*
` [PATCH 50/67] vt: Fix warning: statement with no effect due to vt_kern.h
` [PATCH 51/67] serial: crisv10: formatting of pointers in printk()
` [PATCH 52/67] serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes
` [PATCH 53/67] serial: fix missing bit coverage of ASYNC_FLAGS
` [PATCH 54/67] serial: general fixes in the serial_rs485 structure
` [PATCH 55/67] serial: mcf: don't take spinlocks in already protected functions
` [PATCH 56/67] serial: MMIO32 support for 8250_early.c
` [PATCH 57/67] timbuart: use __devinit and __devexit macros for probe and remove
` [PATCH 58/67] serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)
` [PATCH 59/67] serial: add support for OX16PCI958 card
` [PATCH 60/67] mxser: remove unnesesary NULL check
` [PATCH 61/67] hsu: driver for Medfield High Speed UART device
` [PATCH 62/67] hsu: add a periodic timer to check dma rx channel
` [PATCH 63/67] hsu: some code cleanup
` [PATCH 64/67] hsu: call PCI pm hooks in suspend/resume function
` [PATCH 65/67] serial: max3107: Fix gpiolib support

[PATCH 2/2] usb gadget: don't save bind callback in struct usb_configuration
 2010-08-05 22:34 UTC  (3+ messages)
` [PATCH 2/2 v2] "

linux-next: manual merge of the usb tree with Linus' tree
 2010-08-05 22:36 UTC  (3+ messages)

[PATCH] [RFC] notify userspace about time changes
 2010-08-05 22:34 UTC  (10+ messages)

Best way to send several patches
 2010-08-05 22:25 UTC  (4+ messages)

[PATCH] Fix CONFIG_CROSS_COMPILE issue in .config
 2010-08-05 22:26 UTC  (7+ messages)

[PATCH] platform: Facilitate the creation of pseduo-platform busses
 2010-08-05 22:24 UTC  (6+ messages)

strange pagecache behaviour with dm-crypt on raid1
 2010-08-05 22:13 UTC 

[GIT pull] generic irq updated for 2.6.36
 2010-08-05 22:21 UTC 

[GIT pull] timekeeping updates for 2.6.36
 2010-08-05 22:19 UTC 

[PATCH] timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs
 2010-08-05 22:17 UTC  (2+ messages)

Attempted summary of suspend-blockers LKML thread
 2010-08-05 22:16 UTC  (20+ messages)

[GIT pull] timers core for 2.6.36
 2010-08-05 22:16 UTC 

[GIT PULL] Initial Tegra ARM support
 2010-08-05 22:14 UTC  (5+ messages)

[git pull] PCMCIA updates for 2.6.36
 2010-08-05 22:05 UTC 

[PATCH 0/2] Adding two writeback files in /proc/sys/vm
 2010-08-05 22:05 UTC  (4+ messages)
` [PATCH 2/2] writeback: Adding pages_dirtied and pages_entered_writeback

Attempted summary of suspend-blockers LKML thread
 2010-08-05 22:02 UTC  (5+ messages)

Freebsd image from Qemu hangs on booting in KVM
 2010-08-05 21:39 UTC  (3+ messages)

[PATCH 23/42] drivers/net/wireless/libertas: Adjust confusing if indentation
 2010-08-05 21:50 UTC  (2+ messages)

[PATCH 11/42] drivers/ieee1394: Adjust confusing if indentation
 2010-08-05 21:48 UTC  (2+ messages)

[PATCH 36/42] tools/perf: Adjust confusing if indentation
 2010-08-05 21:44 UTC  (2+ messages)

[PATCH 26/42] drivers/spi: Adjust confusing if indentation
 2010-08-05 21:41 UTC  (4+ messages)
  ` [PATCH 26/42] drivers/spi/amba-pl022.c: "
    ` [spi-devel-general] "

[PATCH 00/15] hpwdt: make NMI code a config option (+ other cleanup)
 2010-08-05 21:41 UTC  (2+ messages)

[GIT PULL] Please pull infiniband.git
 2010-08-05 21:37 UTC 

[GIT PATCH] STAGING merge for .36
 2010-08-05 21:33 UTC 

[PATCH 9/9] drivers/infiniband/hw/ehca: Drop unnecessary null test
 2010-08-05 21:25 UTC  (2+ messages)

[PATCH 1/2] CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials
 2010-08-05 21:20 UTC  (11+ messages)
` [PATCH 2/2] CRED: Fix __task_cred()'s lockdep check and banner comment

commit "xen/blkfront: use tagged queuing for barriers"
 2010-08-05 21:07 UTC  (2+ messages)

[PATCH 10/42] drivers/mmc/host: Adjust confusing if indentation
 2010-08-05 20:57 UTC  (2+ messages)

[PATCH 8/42] drivers/net/ixgbe: Adjust confusing if indentation
 2010-08-05 21:10 UTC  (2+ messages)

[PATCH 42/42] drivers/media/video/bt8xx: Adjust confusing if indentation
 2010-08-05 21:08 UTC  (4+ messages)

[PATCH] i2c: cyttsp i2c and spi touchscreen driver init submit
 2010-08-05 21:07 UTC  (3+ messages)

[PATCHv6 4/7] USB: gadget: composite: Better string override handling
 2010-08-05 20:58 UTC  (2+ messages)

direct-io regression [Was: How to track down abysmal performance ata - raid1 - crypto - vg/lv - xfs]
 2010-08-05 20:54 UTC  (6+ messages)
      ` Performance impact of CONFIG_DEBUG? direct-io test case
      ` Performance impact of CONFIG_SCHED_MC? "

[PATCH 33/42] drivers/net/wireless/ath/ath9k: Adjust confusing if indentation
 2010-08-05 20:47 UTC  (2+ messages)

[RFC] ext4: Don't send extra barrier during fsync if there are no dirty pages
 2010-08-05 20:44 UTC  (12+ messages)

[PATCH 1/12] scsi: megaraid_sas - Online Controller Reset - I: Enable Online Controller Reset Bit in register related functions
 2010-08-05 20:44 UTC  (10+ messages)

[GIT PULL] x86/asm for 2.6.36
 2010-08-05 20:37 UTC 

[GIT PULL] x86/rwsem for 2.6.36
 2010-08-05 20:38 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:37 UTC  (2+ messages)

[GIT PULL] x86/cpu for 2.6.26
 2010-08-05 20:38 UTC 

[GIT PULL] x86/mm for 2.6.36
 2010-08-05 20:38 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:38 UTC 

[GIT PULL] x86/gcc46 for 2.6.36
 2010-08-05 20:38 UTC 

[GIT PULL] x86/mrst for 2.6.36
 2010-08-05 20:38 UTC 

[GIT PULL] x86/hwmon for 2.6.36
 2010-08-05 20:38 UTC 

[GIT PULL] x86/build for 2.6.36
 2010-08-05 20:38 UTC 

[PATCH 1/12] scsi: megaraid_sas - tape drive support fix
 2010-08-05 20:38 UTC  (15+ messages)
    ` [PATCH 1/7] scsi: megaraid_sas - Online controller Reset Support (OCR) PART-I
      ` [PATCH 4/7] scsi: megaraid_sas - support devices update flag
        ` [PATCH 9/12] "
      ` [PATCH 6/7] scsi: megaraid_sas - Add three times Online controller reset
        ` [PATCH 11/12] "
      ` [PATCH 7/7] scsi: megaraid_sas - Version and documentation update
        ` [PATCH 12/12] "

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[GIT PULL] x86/setup for 2.6.36
 2010-08-05 20:31 UTC 

[PATCH 4/42] drivers/infiniband/hw/nes: Adjust confusing if indentation
 2010-08-05 20:31 UTC  (2+ messages)

[PATCH 10/12] scsi: megaraid_sas - Add input parameter for max_sectors
 2010-08-05 20:31 UTC  (3+ messages)

[PATCH 41/42] net/decnet: Adjust confusing if indentation
 2010-08-05 20:29 UTC 

[PATCH 34/42] drivers/message/fusion: Adjust confusing if indentation
 2010-08-05 20:27 UTC 

[PATCH 40/42] drivers/isdn: Adjust confusing if indentation
 2010-08-05 20:29 UTC 

[PATCH 39/42] drivers/mfd: Adjust confusing if indentation
 2010-08-05 20:28 UTC 

[PATCH 38/42] drivers/net: Adjust confusing if indentation
 2010-08-05 20:28 UTC 

[PATCH 37/42] drivers/net/hamradio: Adjust confusing if indentation
 2010-08-05 20:28 UTC 

[PATCH 35/42] sound/oss: Adjust confusing if indentation
 2010-08-05 20:27 UTC 

[PATCH 8/12] scsi: megaraid_sas - Online Controller Reset (OCR): Driver re-issue the pending cmds to FW
 2010-08-05 20:26 UTC  (3+ messages)

[PATCH 32/42] drivers/net/bnx2x: Adjust confusing if indentation
 2010-08-05 20:26 UTC 

[PATCH 31/42] drivers/net: Adjust confusing if indentation
 2010-08-05 20:26 UTC 

[PATCH 30/42] drivers/net/wireless/prism54: Adjust confusing if indentation
 2010-08-05 20:26 UTC 

[PATCH 7/12] scsi: megaraid_sas - Online Controller Reset (OCR): Pending cmds will be stored in diffeent queue
 2010-08-05 20:25 UTC  (3+ messages)

[PATCH 29/42] drivers/scsi: Adjust confusing if indentation
 2010-08-05 20:25 UTC 

[PATCH 28/42] drivers/atm: Adjust confusing if indentation
 2010-08-05 20:25 UTC 

[PATCH 27/42] drivers/hwmon: Adjust confusing if indentation
 2010-08-05 20:25 UTC 

[PATCH 25/42] drivers/gpu/drm/radeon: Adjust confusing if indentation
 2010-08-05 20:24 UTC 

[PATCH 24/42] drivers/platform/x86: Adjust confusing if indentation
 2010-08-05 20:24 UTC 

[PATCH 6/12] scsi: megaraid_sas - Online Controller Reset (OCR) : IOCTL cmds need to wait for OCR finish
 2010-08-05 20:23 UTC  (3+ messages)

[PATCH 22/42] drivers/scsi/lpfc: Adjust confusing if indentation
 2010-08-05 20:23 UTC 

[PATCH 21/42] drivers/pci: Adjust confusing if indentation
 2010-08-05 20:23 UTC 

[PATCH 20/42] drivers/cpufreq: Adjust confusing if indentation
 2010-08-05 20:23 UTC 

[PATCH 19/42] drivers/media/video: Adjust confusing if indentation
 2010-08-05 20:22 UTC 

[PATCH 18/42] drivers/net: Adjust confusing if indentation
 2010-08-05 20:22 UTC 

[PATCH 17/42] drivers/net/irda: Adjust confusing if indentation
 2010-08-05 20:22 UTC 

[PATCH 16/42] net/ipv6/netfilter: Adjust confusing if indentation
 2010-08-05 20:21 UTC 

[PATCH 15/42] drivers/video/mbx/mbxfb.c: Adjust confusing if indentation
 2010-08-05 20:21 UTC 

[PATCH 14/42] drivers/video/aty/mach64_ct.c: Adjust confusing if indentation
 2010-08-05 20:21 UTC 

[PATCH 13/42] drivers/serial/68360serial.c: Adjust confusing if indentation
 2010-08-05 20:20 UTC 

[PATCH 12/42] drivers/char/synclink.c: Adjust confusing if indentation
 2010-08-05 20:20 UTC 

[PATCH 9/42] drivers/scsi: Adjust confusing if indentation
 2010-08-05 20:19 UTC 

[PATCH 7/42] net/atm: Adjust confusing if indentation
 2010-08-05 20:19 UTC 

[PATCH 5/12] scsi: megaraid_sas - Online Controller Reset (OCR): Add and initialize the OCR relaed variable
 2010-08-05 20:18 UTC  (3+ messages)

[PATCH 6/42] drivers/scsi: Adjust confusing if indentation
 2010-08-05 20:18 UTC 

[PATCH 5/42] arch/s390/kernel: Adjust confusing if indentation
 2010-08-05 20:18 UTC 


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