summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pps: claim parallel port exclusivelyAlexander Gordeev2011-01-262-2/+2
* pps ktimer: remove noisy messageRodolfo Giometti2011-01-261-2/+0
* parport: make lockdep happy with waitlist_lockAlexander Gordeev2011-01-261-2/+2
* langwell_gpio: modify EOI handling following change of kernel irq subsystemFeng Tang2011-01-261-2/+7
* leds: leds-pwm: return proper error if pwm_request failedAxel Lin2011-01-261-0/+1
* mm/pgtable-generic.c: fix CONFIG_SWAP=n buildAndrew Morton2011-01-261-0/+1
* thp: fix PARAVIRT x86 32bit noPAEAndrea Arcangeli2011-01-261-3/+2
* Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-2612-138/+107
|\
| * Merge branch 'mmci' into fixesRussell King2011-01-252-82/+21
| |\
| | * ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij2011-01-242-82/+21
| * | ALSA: AACI: fix timeout durationRussell King2011-01-251-19/+23
| * | ALSA: AACI: fix timeout condition checkingRussell King2011-01-251-3/+3
| * | ARM: 6636/1: ep93xx: default multiplexed gpio ports to gpio modeHartley Sweeten2011-01-251-0/+7
| * | ARM: 6637/1: Make the argument to virt_to_phys() "const volatile"Catalin Marinas2011-01-251-1/+1
| * | ARM: twd: ensure timer reload is reprogrammed on entry to periodic modeRussell King2011-01-251-5/+2
| * | ARM: 6635/2: Configure reference clock for Versatile Express timersPawel Moll2011-01-252-0/+15
| * | ARM: versatile: name configuration options after actual board namesRussell King2011-01-251-4/+6
| * | ARM: realview: name configuration options after actual board namesRussell King2011-01-251-22/+27
| * | ARM: realview,vexpress: fix section mismatch warning for pen_releaseRussell King2011-01-252-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2011-01-261-1/+2
|\ \
| * | nilfs2: fix crash after one superblock became unavailableRyusuke Konishi2011-01-221-1/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2011-01-266-32/+18
|\ \
| * | m68k/amiga: Fix "debug=mem"Geert Uytterhoeven2011-01-231-9/+7
| * | m68k/atari: Rename "scc" to "atari_scc"Geert Uytterhoeven2011-01-234-11/+11
| * | m68k: Uninline strchr()Geert Uytterhoeven2011-01-221-12/+0
| |/
* | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-01-269-19/+222
|\ \
| * | ARM: mach-shmobile: AG5EVM LCDC / MIPI-DSI platform dataMagnus Damm2011-01-203-3/+165
| * | ARM: mach-shmobile: sh73a0 CPGA fix for PLL CFG bitMagnus Damm2011-01-201-1/+9
| * | ARM: mach-shmobile: mackerel: clarify shdi/mmcif switch settingsSimon Horman2011-01-191-3/+2
| * | ARM: mach-shmobile: sh73a0 CPGA fix for IrDA MSTPMagnus Damm2011-01-181-1/+1
| * | ARM: mach-shmobile: sh73a0 CPGA fix for FRQCRA M3Magnus Damm2011-01-181-1/+1
| * | ARM: mach-shmobile: remove sh7367 on-chip set_irq_type()Magnus Damm2011-01-181-1/+0
| * | ARM: mach-shmobile: sh7372 INTCS MFIS2 interrupt updateMagnus Damm2011-01-181-4/+7
| * | ARM: mach-shmobile: ag5evm: Add IrDA supportKuninori Morimoto2011-01-182-1/+29
| * | ARM: mach-shmobile: clock-sh7372: fixup pllc2 set_rateKuninori Morimoto2011-01-181-1/+3
| * | Merge branch 'common/mmcif' into rmobile-latestPaul Mundt2011-01-14181-2132/+9940
| |\ \
| | * | mmc: sh_mmcif: Convert to __raw_xxx() I/O accessors.Paul Mundt2011-01-141-2/+2
| * | | ARM: mach-shmobile: ag5evm requires GPIOLIBYoshii Takashi2011-01-141-0/+1
| * | | ARM: mach-shmobile: fix cpu_base of gic_init() on sh73a0Yoshii Takashi2011-01-141-2/+3
* | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-267-40/+44
|\ \ \ \
| * | | | mailmap: Add an entry for Axel Lin.Paul Mundt2011-01-251-0/+1
| * | | | video: fix some comments in drivers/video/console/vgacon.cAmerigo Wang2011-01-251-5/+1
| * | | | drivers/video/bf537-lq035.c: Add missing IS_ERR testJulia Lawall2011-01-251-25/+33
| * | | | video: pxa168fb: remove a redundant pxa168fb_check_var callaxel lin2011-01-251-5/+1
| * | | | video: da8xx-fb: fix fb_probe error pathaxel lin2011-01-251-1/+2
| * | | | video: pxa3xx-gcu: Return -EFAULT when copy_from_user() failsaxel lin2011-01-181-2/+2
| * | | | video: nuc900fb: properly free resources in nuc900fb_removeAxel Lin2011-01-181-0/+2
| * | | | video: nuc900fb: fix compile errorAxel Lin2011-01-181-2/+2
* | | | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-2610-9/+30
|\ \ \ \ \
| * | | | | sh: Fix build of sh7750 base boardsNobuhiro Iwamatsu2011-01-251-3/+3