summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-1311-33/+91
|\
| * tty: serial: fix typo "SERIAL_S3C2412"Paul Bolle2013-03-121-1/+1
| * serial: 8250: Keep 8250.<xxxx> module options functional after driver renameJosh Boyer2013-03-121-0/+29
| * tty: serial: fix typo "ARCH_S5P6450"Paul Bolle2013-03-121-1/+1
| * tty/8250_pnp: serial port detection regression since v3.7Sean Young2013-03-121-5/+7
| * serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char"Jonas Gorski2013-03-121-4/+4
| * serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing2013-03-121-0/+4
| * Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft2013-03-121-10/+7
| * tty/serial: Add support for Altera serial portLey Foon Tan2013-03-124-2/+35
| * tty: serial: vt8500: Unneccessary duplicated clock code removedTony Prisk2013-03-121-8/+1
| * tty: serial: mpc5xxx: fix PSC clock name bugAnatolij Gustschin2013-03-121-1/+1
| * TTY: disable debugging warningJiri Slaby2013-03-041-1/+1
* | Merge tag 'staging-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-1311-90/+126
|\ \
| * | staging: comedi: dt9812: use CR_CHAN() for channel numberIan Abbott2013-03-111-6/+10
| * | staging/vt6656: Fix too large integer constant warning on 32-bitGeert Uytterhoeven2013-03-111-1/+1
| * | staging: comedi: drivers: usbduxsigma.c: fix DMA buffers on stackKumar Amit Mehta2013-03-111-10/+17
| * | staging: imx/drm: request irq only after adding the crtcPhilipp Zabel2013-03-111-11/+12
| * | staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stackKumar Amit Mehta2013-03-111-12/+18
| * | staging: comedi: drivers: usbdux.c: fix DMA buffers on stackKumar Amit Mehta2013-03-111-12/+19
| * | staging: vt6656: Fix oops on resume from suspend.Malcolm Priestley2013-03-111-4/+0
| * | Merge tag 'iio-fixes-for-3.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-03-054-34/+49
| |\ \ | | |/ | |/|
| | * iio:common:st_sensors fixed all warning messages about uninitialized variablesDenis CIOCCA2013-03-051-5/+4
| | * iio: Fix build error seen if IIO_TRIGGER is defined but IIO_BUFFER is notGuenter Roeck2013-03-021-3/+6
| | * iio/imu: inv_mpu6050 depends on IIO_BUFFERGuenter Roeck2013-03-021-0/+1
| | * iio:ad5064: Initialize register cache correctlyLars-Peter Clausen2013-03-021-5/+8
| | * iio:ad5064: Fix off by one in DAC value range checkLars-Peter Clausen2013-03-021-1/+1
| | * iio:ad5064: Fix address of the second channel for ad5065/ad5045/ad5025Lars-Peter Clausen2013-03-021-20/+29
* | | userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman2013-03-132-1/+8
* | | futex: fix kernel-doc notation and spelloRandy Dunlap2013-03-131-23/+23
* | | signals: fix new kernel-doc warningsRandy Dunlap2013-03-131-1/+1
* | | idr: fix new kernel-doc warningsRandy Dunlap2013-03-132-2/+1
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-131-2/+11
|\ \ \
| * | | virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah2013-03-081-2/+11
* | | | Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-137-30/+17
|\ \ \ \
| * | | | xen/acpi: remove redundant acpi/acpi_drivers.h includeLiu Jinsong2013-03-111-1/+0
| * | | | xen: arm: mandate EABI and use generic atomic operations.Ian Campbell2013-03-112-22/+6
| * | | | acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk2013-03-063-6/+9
| * | | | xen/pciback: Don't disable a PCI device that is already disabled.Konrad Rzeszutek Wilk2013-03-061-1/+2
* | | | | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-1224-31/+28
* | | | | Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-123-18/+9
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-03-124-4/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-03-114-4/+10
| |\ \ \ \ \
| | * | | | | drm/nv50: use correct tiling methods for m2mf buffer movesMarcin Slusarz2013-03-101-2/+2
| | * | | | | drm/nouveau: idle channel before releasing notify objectMarcin Slusarz2013-03-101-0/+5
| | * | | | | drm/nouveau: fix regression in vblankingMaarten Lankhorst2013-03-101-2/+2
| | * | | | | drm/nv50: encoder creation failure doesn't mean full init failureBen Skeggs2013-03-101-0/+1
* | | | | | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-03-1257-97/+131
|\ \ \ \ \ \ \
| * | | | | | | ARM: spear3xx: Use correct pl080 header fileArnd Bergmann2013-03-121-1/+1
| * | | | | | | Arm: socfpga: pl330: Add #dma-cells for generic dma binding supportPadmavathi Venna2013-03-111-0/+3
| * | | | | | | Merge tag 'mvebu_fixes_for_v3.9' of git://git.infradead.org/users/jcooper/lin...Arnd Bergmann2013-03-1127-40/+75
| |\ \ \ \ \ \ \