summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | | pidns: guarantee that the pidns init will be the last pidns process reapedEric W. Biederman2012-06-202-1/+33
| * | | | | | | | | | | | | fault-inject: avoid call to random32() if fault injection is disabledAnton Blanchard2012-06-201-0/+4
| * | | | | | | | | | | | | Viresh has movedViresh Kumar2012-06-2076-92/+93
| * | | | | | | | | | | | | get_maintainer: Fix --help warningJoe Perches2012-06-201-1/+2
| * | | | | | | | | | | | | mm/memory.c: fix kernel-doc warningsRandy Dunlap2012-06-201-1/+1
| * | | | | | | | | | | | | mm: fix kernel-doc warningsWanpeng Li2012-06-206-13/+11
| * | | | | | | | | | | | | mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov2012-06-202-1/+2
| * | | | | | | | | | | | | mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes2012-06-201-1/+9
| * | | | | | | | | | | | | h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-202-22/+18
| * | | | | | | | | | | | | h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven2012-06-202-5/+5
| * | | | | | | | | | | | | xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-201-11/+7
| * | | | | | | | | | | | | xtensa: use "test -e" instead of bashism "test -a"Geert Uytterhoeven2012-06-201-2/+2
| * | | | | | | | | | | | | xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2012-06-202-5/+4
| * | | | | | | | | | | | | memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins2012-06-201-1/+1
OpenPOWER on IntegriCloud