summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-201-3/+10
|\
| * cgroups: Account for CSS_DEACT_BIAS in __css_putSalman Qazi2012-06-181-2/+10
| * cgroup: make sure that decisions in __css_put are atomicSalman Qazi2012-06-061-2/+1
* | mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes2012-06-201-1/+1
* | media: pms.c needs linux/slab.hRandy Dunlap2012-06-201-0/+1
* | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-2014-27/+82
|\ \
| * | staging: r8712u: Add new USB IDsLubomir Schmidt2012-06-151-0/+2
| * | staging: gdm72xx: Release netlink socket properlyBen Chan2012-06-141-1/+1
| * | iio: drop wrong reference from KconfigJiri Kosina2012-06-141-2/+1
| * | pstore/inode: Make pstore_fill_super() staticAnton Vorontsov2012-06-131-1/+1
| * | pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov2012-06-131-0/+1
| * | pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov2012-06-132-3/+9
| * | pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov2012-06-131-0/+1
| * | pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2012-06-133-7/+11
| * | staging:iio:ad7298: Fix linker error due to missing IIO kfifo bufferLars-Peter Clausen2012-06-121-0/+1
| * | Revert "staging: usbip: bugfix for stack corruption on 64-bit architectures"Greg Kroah-Hartman2012-06-121-1/+1
| * | staging: usbip: bugfix for stack corruption on 64-bit architecturesBart Westgeest2012-06-111-1/+1
| * | staging/comedi: fix build for USB not enabledRandy Dunlap2012-06-111-0/+5
| * | staging: omapdrm: fix crash when freeing bad fbAndy Gross2012-06-111-3/+7
| * | staging:iio:ad7606: Re-add missing scale attributeLars-Peter Clausen2012-06-071-1/+2
| * | iio: Fix potential use after freeLars-Peter Clausen2012-06-041-7/+9
| * | staging:iio: remove num_interrupt_lines from documentationJohan Hovold2012-06-041-2/+0
| * | iio: documentation: Add out_altvoltage and friendsMichael Hennerich2012-06-041-0/+31
* | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-2012-150/+289
|\ \ \
| * | | extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Axel Lin2012-06-181-0/+1
| * | | extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leakAxel Lin2012-06-181-0/+2
| * | | extcon: Fix wrong index in max8997_extcon_cable[]Axel Lin2012-06-181-2/+2
| * | | kmsg - kmsg_dump() fix CONFIG_PRINTK=n compilationKay Sievers2012-06-181-5/+5
| * | | printk: return -EINVAL if the message len is bigger than the buf sizeYuanhan Liu2012-06-161-1/+3
| * | | printk: use mutex lock to stop syslog_seq from going wildYuanhan Liu2012-06-161-2/+11
| * | | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-156-137/+258
| * | | vme: change maintainer e-mail addressManohar Vanga2012-06-141-1/+1
| * | | Extcon: Don't try to create duplicate link namesMark Brown2012-06-141-1/+1
| * | | driver core: fixup reversed deferred probe orderKuninori Morimoto2012-06-131-1/+1
| * | | printk: Fix alignment of buf causing crash on ARM EABIAndrew Lunn2012-06-121-2/+2
| * | | Tools: hv: verify origin of netlink connector messageOlaf Hering2012-06-101-3/+7
* | | | Merge tag 'char-misc-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-06-203-6/+7
|\ \ \ \
| * | | | misc: mei: set WDIOF_ALARMONLY on mei watchdogTomas Winkler2012-06-131-1/+1
| * | | | misc: mei: Disable MSI when IRQ registration failsSamuel Ortiz2012-06-131-2/+2
| * | | | misc: mei: fix stalled readTomas Winkler2012-06-131-1/+1
| * | | | misc: mei: unregister misc device in pci_remove functionTomas Winkler2012-06-131-1/+2
| * | | | misc: mei: set IRQF_ONESHOT for msi request_threaded_irqTomas Winkler2012-06-131-1/+1
| |/ / /
* | | | Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-06-204-59/+44
|\ \ \ \
| * | | | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-122-57/+42
| * | | | serial: fix serial_txx9.c build warning/typoRandy Dunlap2012-06-121-1/+1
| * | | | serial: fix kernel-doc warnings in 8250.cRandy Dunlap2012-06-121-1/+1
| |/ / /
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-2099-181/+266
|\ \ \ \
| * | | | mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson2012-06-201-4/+32
| * | | | c/r: prctl: Move PR_GET_TID_ADDRESS to a proper placeCyrill Gorcunov2012-06-201-3/+3
| * | | | pidns: find_new_reaper() can no longer switch to init_pid_ns.child_reaperOleg Nesterov2012-06-201-8/+2
OpenPOWER on IntegriCloud