summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* thp: share get_huge_page_tail()Andrea Arcangeli2011-11-034-44/+0Star
* sparc: gup_pte_range() support THP based tail recountingAndrea Arcangeli2011-11-031-0/+13
* s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-031-10/+11
* s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli2011-11-031-1/+23
* powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-031-10/+11
* powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli2011-11-031-1/+23
* powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli2011-11-031-3/+2Star
* powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli2011-11-031-1/+1
* powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli2011-11-031-13/+0Star
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-032-4/+6
* Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0277-14/+5726
|\
| * Merge branch 'imx/imx6q' into next/socArnd Bergmann2011-11-0232-80/+3648
| |\
| | * arm/imx: merge i.MX3 and i.MX6Sascha Hauer2011-10-314-19/+13Star
| | * arm/imx6q: add suspend/resume supportShawn Guo2011-10-314-1/+108
| | * arm/imx6q: add device tree machine supportShawn Guo2011-10-314-2/+99
| | * arm/imx6q: add smp and cpu hotplug supportShawn Guo2011-10-317-0/+246
| | * arm/imx6q: add core drivers clock, gpc, mmdc and srcShawn Guo2011-10-316-0/+2263
| | * arm/imx: add gic_handle_irq functionShawn Guo2011-10-314-1/+57
| | * arm/imx6q: add core definitions and low-level debug uartShawn Guo2011-10-3112-3/+118
| | * arm/imx6q: add device tree sourceShawn Guo2011-10-312-0/+637
| | * Merge branch 'cross-platform/debug_ll' into imx/imx6qArnd Bergmann2011-10-315-69/+122
| | |\
| | * \ Merge branch 'imx/devel' into imx/imx6qArnd Bergmann2011-10-31135-5256/+3994Star
| | |\ \
| | * \ \ Merge branch 'dt/gic' into imx/imx6qArnd Bergmann2011-10-31143-1466/+628Star
| | |\ \ \
| | * \ \ \ Merge branch 'depends/rmk/devel-stable' into imx/imx6qArnd Bergmann2011-10-31401-1548/+6826
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'depends/rmk/smp' into tmpArnd Bergmann2011-10-2016-13/+298
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'depends/rmk/debug' into tmpArnd Bergmann2011-10-201-30/+59
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'picoxcell/soc' into next/socArnd Bergmann2011-11-0225-0/+1317
| |\ \ \ \ \ \ \ \
| | * | | | | | | | picoxcell: add a definition of VMALLOC_ENDJamie Iles2011-10-041-0/+14
| | * | | | | | | | picoxcell: remove custom ioremap implementationJamie Iles2011-09-263-49/+0Star
| | * | | | | | | | picoxcell: add the DTS for the PC7302 boardJamie Iles2011-09-262-0/+178
| | * | | | | | | | picoxcell: add the DTS for pc3x2 and pc3x3 devicesJamie Iles2011-09-262-0/+614
| | * | | | | | | | picoxcell: support for Picochip picoxcell devicesJamie Iles2011-09-2621-0/+560
| * | | | | | | | | Merge branch 'highbank/soc' into next/socArnd Bergmann2011-11-02269-3356/+2145Star
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: highbank: add suspend supportRob Herring2011-10-312-0/+56
| | * | | | | | | | | ARM: highbank: Add cpu hotplug supportMartin Bogomolni2011-10-312-0/+57
| | * | | | | | | | | ARM: highbank: add SMP supportRob Herring2011-10-314-1/+121
| | * | | | | | | | | ARM: add Highbank core platform supportRob Herring2011-10-3122-1/+444
| | * | | | | | | | | ARM: highbank: add devicetree sourceRob Herring2011-10-311-0/+198
| | * | | | | | | | | ARM: l2x0: add empty l2x0_of_initRob Herring2011-10-311-1/+8
| | * | | | | | | | | Merge branch 'dt/gic' into highbank/socArnd Bergmann2011-10-31540-3016/+7741
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | Merge branch 'depends/rmk/debug' into highbank/socArnd Bergmann2011-10-311-30/+59
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | | | | | | | | |
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ Merge branches 'depends/rmk/io', 'depends/rmk/l2x0' and 'depends/rmk/gpio' in...Arnd Bergmann2011-10-30243-3276/+1197Star
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-0233-84/+2209
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'imx/devel' into next/dtArnd Bergmann2011-11-01135-5256/+3993Star
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | ARM: gic: use module.h instead of export.hArnd Bergmann2011-11-011-1/+1
| * | | | | | | | | | | | Merge branch 'dt/gic' into next/dtArnd Bergmann2011-10-31540-3015/+7743
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | ARM: gic: fix irq_alloc_descs handling for sparse irqRob Herring2011-10-312-5/+12
| | * | | | | | | | | | | ARM: gic: add OF based initializationRob Herring2011-10-312-0/+62
| | * | | | | | | | | | | ARM: gic: add irq_domain supportRob Herring2011-10-313-63/+63
| | * | | | | | | | | | | Merge remote-tracking branch 'rmk/devel-stable' into HEADRob Herring2011-10-24539-2982/+7638
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |