summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-2814-19/+295
|\
| * serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon2011-06-161-4/+14
| * amba pl011: platform data for reg lockup and glitch v2Shreshtha Kumar Sahu2011-06-162-4/+66
| * amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-06-162-1/+125
| * tty: n_gsm: improper skb_pull() use was leaking framed dataRuss Gorby2011-06-161-1/+2
| * tty: n_gsm: Fixed logic to decode break signal from modem statusRuss Gorby2011-06-161-5/+18
| * TTY: ntty, add one more sanity checkJiri Slaby2011-06-071-0/+1
| * TTY: ldisc, do not close until there are readersJiri Slaby2011-06-071-1/+3
| * 8250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com2011-06-071-0/+1
| * 8250_pci: Fix missing const from mergesAlan Cox2011-06-071-1/+1
| * ARM: SAMSUNG: serial: Fix on handling of one clock source for UARTBoojin Kim2011-06-073-2/+5
| * serial: ioremap warning fix for jsm driver.Lennart Sorensen2011-06-071-1/+1
| * Merge 3.0-rc2 into tty-linusGreg Kroah-Hartman2011-06-06199-1228/+2395
| |\
| * | 8250_pci: add -ENODEV code for Intel EG20T PCHTomoya MORINAGA2011-06-031-0/+59
* | | Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-06-289-11/+40
|\ \ \
| * | | Staging: comedi: fix build breakages on some platformsGreg Kroah-Hartman2011-06-271-0/+21
| * | | Staging: brcm80211: disable drivers except for X86 or MIPS platformsGreg Kroah-Hartman2011-06-271-2/+2
| * | | Staging: brcm80211: disable drivers for PPC platformsGreg Kroah-Hartman2011-06-271-0/+2
| * | | Staging: iio: Make IIO depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-06-271-1/+1
| * | | Staging: mei: fix suspend failureTomas Winkler2011-06-272-5/+10
| * | | Staging: fix iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-272-2/+2
| * | | Staging: Comedi: Build only on arches providing PAGE_KERNEL_NOCACHERalf Baechle2011-06-271-0/+1
| * | | Staging: fix more iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-274-5/+5
* | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-06-281-0/+1
|\ \ \ \
| * | | | md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown2011-06-281-0/+1
* | | | | proc: restrict access to /proc/PID/ioVasiliy Kulikov2011-06-281-2/+5
* | | | | Linux 3.0-rc5v3.0-rc5Linus Torvalds2011-06-271-1/+1
* | | | | drm/i915: more struct_mutex lockingHugh Dickins2011-06-272-2/+6
* | | | | drm/i915: use shmem_truncate_rangeHugh Dickins2011-06-271-5/+2
* | | | | drm/i915: use shmem_read_mapping_pageHugh Dickins2011-06-272-17/+15
* | | | | drm/ttm: use shmem_read_mapping_pageHugh Dickins2011-06-271-2/+3
* | | | | drivers/tty/serial/8250_pci.c: fix warningAndrew Morton2011-06-271-1/+1
* | | | | drivers/misc/ioc4.c: fix section mismatch / race conditionRalf Baechle2011-06-271-1/+1
* | | | | drivers/leds/leds-lp5523.c: fix section mismatchesRalf Baechle2011-06-271-2/+2
* | | | | drivers/leds/leds-lp5521.c: fix section mismatchesRalf Baechle2011-06-271-2/+2
* | | | | memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki2011-06-271-12/+15
* | | | | taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov2011-06-271-3/+12
* | | | | mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara2011-06-273-0/+13
* | | | | mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra2011-06-272-18/+8
* | | | | drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before c...Josh Hunt2011-06-271-0/+8
* | | | | include/linux/compat.h: declare compat_sys_sendmmsg()Chris Metcalf2011-06-271-0/+2
* | | | | romfs: fix romfs_get_unmapped_area() argument checkBob Liu2011-06-271-2/+6
* | | | | um: add asm/percpu.hRichard Weinberger2011-06-271-0/+6
* | | | | drivers/rtc/rtc-ds1307.c: add support for RTC device pt7c4338Priyanka Jain2011-06-271-0/+1
* | | | | tmpfs: add shmem_read_mapping_page_gfpHugh Dickins2011-06-272-7/+33
* | | | | tmpfs: take control of its truncate_rangeHugh Dickins2011-06-273-24/+32
* | | | | mm: move shmem prototypes to shmem_fs.hHugh Dickins2011-06-274-11/+19
* | | | | mm: move vmtruncate_range to truncate.cHugh Dickins2011-06-272-24/+24
* | | | | Fix some kernel-doc warningsVitaliy Ivanov2011-06-273-2/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-06-2714-28/+74
|\ \ \ \ \
OpenPOWER on IntegriCloud