summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | pch_uart: Fix parity setting issueTomoya MORINAGA2012-07-261-1/+1
| * | | | | pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-07-261-6/+12
| * | | | | pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-07-261-0/+1
| * | | | | tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh2012-07-261-1/+1
| * | | | | pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart2012-07-261-12/+26
| * | | | | vt: fix race in vt_waitactive()Rabin Vincent2012-07-261-13/+34
| * | | | | serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge2012-07-262-0/+2
| * | | | | serial/8250: Add LPC3220 standard UART typeRoland Stigge2012-07-262-1/+10
| * | | | | serial_core: Update buffer overrun statistics.Corbin2012-07-261-2/+4
| * | | | | serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim2012-07-261-2/+2
| |/ / / /
* | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-2718-283/+44
|\ \ \ \ \
| * | | | | pipe: remove KM_USER0 from commentsCong Wang2012-07-242-6/+4
| * | | | | vmalloc: remove KM_USER0 from commentsCong Wang2012-07-241-6/+2
| * | | | | feature-removal-schedule.txt: remove kmap_atomic(page, km_type)Cong Wang2012-07-241-8/+0
| * | | | | tile: remove km_type definitionsCong Wang2012-07-241-30/+1
| * | | | | um: remove km_type definitionsCong Wang2012-07-241-17/+1
| * | | | | asm-generic: remove km_type definitionsCong Wang2012-07-241-32/+2
| * | | | | avr32: remove km_type definitionsCong Wang2012-07-241-22/+2
| * | | | | frv: remove km_type definitionsCong Wang2012-07-241-23/+1
| * | | | | powerpc: remove km_type definitionsCong Wang2012-07-241-30/+1
| * | | | | arm: remove km_type definitionsCong Wang2012-07-241-25/+1
| * | | | | highmem: remove the deprecated form of kmap_atomicCong Wang2012-07-241-40/+1
| * | | | | tile: remove usage of enum km_typeCong Wang2012-07-231-1/+1
| * | | | | frv: remove the second parameter of kmap_atomic_primary()Cong Wang2012-07-234-41/+25
| * | | | | jbd2: remove the second argument of kmap_atomicCong Wang2012-07-231-2/+2
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-07-278-124/+128
|\ \ \ \ \ \
| * | | | | | powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt2012-07-271-6/+5
| * | | | | | radeonfb: Add quirk for the graphics adapter in some JSxxTony Breeds2012-07-271-0/+35
| * | | | | | powerpc: Lack of firmware flash support is not an errorAnton Blanchard2012-07-271-1/+1
| * | | | | | powerpc: Enable pseries hardware RNG and crypto modulesAnton Blanchard2012-07-272-4/+8
| * | | | | | powerpc: Update g5_defconfigBenjamin Herrenschmidt2012-07-271-73/+30
| * | | | | | powerpc/kvm/bookehv: Fix build regressionAlexander Graf2012-07-271-38/+39
| * | | | | | powerpc: Set stack limit properly in crit_transfer_to_handlerStuart Yoder2012-07-271-2/+10
* | | | | | | Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-273-3/+16
|\ \ \ \ \ \ \
| * | | | | | | cpumask: cpulist_parse() comments correctionAlex Shi2012-07-271-2/+1
| * | | | | | | init: add comments to keep initcall-names in sync with initcall levelsJim Cromie2012-07-272-1/+3
| * | | | | | | cpumask: add a few comments of cpumask functionsAlex Shi2012-07-271-0/+12
* | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-2621-51/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: mxs: fix compile error caused by prom_update_property changeShawn Guo2012-07-251-6/+2
| * | | | | | | | ARM: dt: tegra trimslice: enable USB2 portStephen Warren2012-07-251-0/+1
| * | | | | | | | ARM: dt: tegra trimslice: add vbus-gpio propertyStephen Warren2012-07-251-0/+1
| * | | | | | | | ARM: vt8500: Add maintainer for VT8500 architectureTony Prisk2012-07-251-0/+11
| * | | | | | | | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-2516-30/+98
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-259-12/+12
| | * | | | | | | | ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-256-1/+29
| | * | | | | | | | ARM: Dove: Fixup ge00 initialisationHannes Reinecke2012-07-251-2/+2
| | * | | | | | | | ARM: Kirkwood: Fix PHY disable clk problemsSimon Baatz2012-07-251-15/+50
| | * | | | | | | | ARM: Kirkwood: Ensure runit clock always ticks.Andrew Lunn2012-07-251-0/+5
| | |/ / / / / / /
| * | | | | | | | ARM: versatile: Don't use platform clock for Integrator & VEPawel Moll2012-07-251-2/+0
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Arnd Bergmann2012-07-252779-77188/+126931
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud