summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | iio: documentation: Add out_altvoltage and friendsMichael Hennerich2012-06-051-0/+31
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-2112-150/+289
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Axel Lin2012-06-191-0/+1
| * | | | | | | | | | | | extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leakAxel Lin2012-06-191-0/+2
| * | | | | | | | | | | | extcon: Fix wrong index in max8997_extcon_cable[]Axel Lin2012-06-191-2/+2
| * | | | | | | | | | | | kmsg - kmsg_dump() fix CONFIG_PRINTK=n compilationKay Sievers2012-06-191-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-151-1/+1
| * | | | | | | | | | | | Extcon: Don't try to create duplicate link namesMark Brown2012-06-151-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-131-2/+2
| * | | | | | | | | | | | Tools: hv: verify origin of netlink connector messageOlaf Hering2012-06-091-3/+7
* | | | | | | | | | | | | Merge tag 'char-misc-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-06-213-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | misc: mei: set WDIOF_ALARMONLY on mei watchdogTomas Winkler2012-06-141-1/+1
| * | | | | | | | | | | | | misc: mei: Disable MSI when IRQ registration failsSamuel Ortiz2012-06-141-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-214-59/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-132-57/+42
| * | | | | | | | | | | | | serial: fix serial_txx9.c build warning/typoRandy Dunlap2012-06-131-1/+1
| * | | | | | | | | | | | | serial: fix kernel-doc warnings in 8250.cRandy Dunlap2012-06-131-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
| * | | | | | | | | | | | | mm, oom: fix and cleanup oom score calculationsDavid Rientjes2012-06-201-8/+7
| * | | | | | | | | | | | | nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2012-06-202-0/+4
| * | | | | | | | | | | | | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-06-202-13/+27
| * | | | | | | | | | | | | mm: fix slab->page _count corruption when using slubPravin B Shelar2012-06-201-0/+10
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-06-207-7/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | SPI: fix over-eager devm_xxx() conversionRussell King2012-06-181-1/+2
| * | | | | | | | | | | | | ARM: 7427/1: mmc: mmci: Defer probe() in case of yet uninitialized GPIOsRoland Stigge2012-06-171-0/+8
| * | | | | | | | | | | | | ARM: 7426/1: mmc: mmci: Remove wrong error handling of gpio 0Roland Stigge2012-06-171-5/+0