summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | arm: remove km_type definitionsCong Wang2012-07-241-25/+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
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-07-277-124/+93
|\ \ \ \ \ \
| * | | | | | powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt2012-07-271-6/+5
| * | | | | | 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 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-2612-46/+89
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-258-25/+65
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-256-8/+8
| | * | | | | | | 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-25602-8601/+20624
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ARM: tegra: harmony: add regulator supply name and its input supplyLaxman Dewangan2012-07-241-13/+20
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-07-2622-522/+331
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of currentTkhai Kirill2012-07-261-3/+1
| * | | | | | | | | | sparc32: delete dead code in show_mem()Sam Ravnborg2012-07-261-7/+0
| * | | | | | | | | | sparc32: move kmap_init() to highmem.cSam Ravnborg2012-07-263-14/+17
| * | | | | | | | | | sparc32: move probe_memory() to srmmu.cSam Ravnborg2012-07-262-13/+11
| * | | | | | | | | | sparc32: drop unused BAD_PAGE stuffSam Ravnborg2012-07-261-7/+0
| * | | | | | | | | | sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg2012-07-266-71/+63
| * | | | | | | | | | sparc32: drop quicklistSam Ravnborg2012-07-262-15/+0
| * | | | | | | | | | sparc32: drop sparc model check in paging_initSam Ravnborg2012-07-261-13/+1
| * | | | | | | | | | sparc32: drop sparc_unmapped_baseSam Ravnborg2012-07-262-4/+1
| * | | | | | | | | | sparc32,leon: drop leon_init()Sam Ravnborg2012-07-263-19/+0
| * | | | | | | | | | sparc32: drop fixmap.hSam Ravnborg2012-07-264-30/+26
| * | | | | | | | | | sparc32: fixmap.h cleanupSam Ravnborg2012-07-261-89/+5
| * | | | | | | | | | sparc32: drop unused kmap_atomic_to_pageSam Ravnborg2012-07-262-19/+0
| * | | | | | | | | | sparc32: drop swapper_pg_dirSam Ravnborg2012-07-262-4/+3
| * | | | | | | | | | sparc32: beautify srmmu_inherit_prom_mappings()Sam Ravnborg2012-07-261-10/+16
| * | | | | | | | | | sparc32: use void * in nocache get/freeSam Ravnborg2012-07-262-35/+42
| * | | | | | | | | | sparc32: fix coding-style in srmmu.cSam Ravnborg2012-07-261-68/+64
| * | | | | | | | | | sparc32: sort includes in srmmu.cSam Ravnborg2012-07-261-21/+21
| * | | | | | | | | | sparc32: define a few srmmu functions __initSam Ravnborg2012-07-261-2/+2
| * | | | | | | | | | sparc64: remove unused function straddles_64bit_va_hole()Kirill Tkhai2012-07-091-17/+0
| * | | | | | | | | | sparc32: Remove superfluous extern declarations for prom_*() functionsGeert Uytterhoeven2012-06-271-3/+0
| * | | | | | | | | | sparc: Correct comments about prom_init() return valuesGeert Uytterhoeven2012-06-272-4/+4
| * | | | | | | | | | sparc/PCI: remove unused pcibios_assign_resource() definitionBjorn Helgaas2012-06-271-5/+0
| * | | | | | | | | | sparc64: Consistently use fsrc2 rather than fmovd in optimized asm.David S. Miller2012-06-273-66/+66
* | | | | | | | | | | Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-266-47/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau2012-07-176-47/+46
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-07-262-2/+2
|\ \ \ \ \ \ \ \ \ \ \