summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-04-30arm64: klib: bitops: fix unpredictable stxr usageMark Rutland1-2/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds94-1322/+288
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-53/+52
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-303/+1834
2013-04-30Merge branch 'devel-for-v3.10' into v4l_for_linusMauro Carvalho Chehab10-51/+597
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming177-893/+1610
2013-04-30powerpc: Update tlbie/tlbiel as per ISA docAneesh Kumar K.V1-2/+30
2013-04-30powerpc: Print page size info during bootAneesh Kumar K.V1-5/+5
2013-04-30powerpc: print both base and actual page size on hash failureAneesh Kumar K.V3-7/+10
2013-04-30powerpc: Fix hpte_decode to use the correct decoding for page sizesAneesh Kumar K.V1-31/+22
2013-04-30powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V10-118/+234
2013-04-30powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V3-10/+10
2013-04-30powerpc: Reduce PTE table memory wastageAneesh Kumar K.V7-58/+195
2013-04-30powerpc: Move the pte free routines from common headerAneesh Kumar K.V3-59/+189
2013-04-30powerpc: Reduce the PTE_INDEX_SIZEAneesh Kumar K.V1-3/+3
2013-04-30powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...Aneesh Kumar K.V4-30/+168
2013-04-30powerpc: New hugepage directory formatAneesh Kumar K.V6-22/+75
2013-04-30powerpc: Don't truncate pgd_index wronglyAneesh Kumar K.V1-2/+1
2013-04-30powerpc: Don't hard code the size of pte pageAneesh Kumar K.V2-2/+8
2013-04-30powerpc: Save DAR and DSISR in pt_regs on MCEAneesh Kumar K.V2-1/+10
2013-04-30powerpc: Use signed formatting when printing errorAneesh Kumar K.V1-1/+1
2013-04-30powerpc/pseries: Correct builds break when CONFIG_SMP not definedNathan Fontenot1-0/+8
2013-04-30powerpc/booke: Remove obsolete macro FINISH_EXCEPTIONKevin Hao1-5/+0
2013-04-30powerpc/rtas_flash: Fix bad memory accessVasant Hegde1-10/+4
2013-04-30powerpc: Fix build failure after merge of the cgroup treeStephen Rothwell1-0/+1
2013-04-30powerpc: Fix usage of setup_pci_atmu()Michael Neuling1-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds11-105/+35
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+1
2013-04-29Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-04-29x86: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29x86: pageattr-test: remove srandom32 callAkinobu Mita1-1/+0
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner10-102/+33
2013-04-30Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt59-92/+2713
2013-04-30Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt12-24/+674
2013-04-30mm: use vm_unmapped_area() on powerpc architectureMichel Lespinasse1-45/+78
2013-04-30mm: remove free_area_cache use in powerpc architectureMichel Lespinasse4-93/+22
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds66-900/+371
2013-04-29Merge tag 'clk-for-linus-3.10' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2-2/+8
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds17-12/+268
2013-04-29Merge tag 'regulator-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-80/+733
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes1-0/+12
2013-04-29powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer1-6/+3
2013-04-29x86/mm/numa: use setup_nr_node_ids() instead of opencoding.Cody P Schafer1-6/+3
2013-04-29mm: speedup in __early_pfn_to_nidRuss Anderson1-1/+14
2013-04-29x86-64: fall back to regular page vmemmap on allocation failureJohannes Weiner1-20/+26
2013-04-29x86-64: use vmemmap_populate_basepages() for !pse setupsJohannes Weiner1-40/+38
2013-04-29x86-64: remove dead debugging code for !pse setupsJohannes Weiner1-3/+0
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner6-43/+25
2013-04-29arm: set the page table freeing ceiling to TASK_SIZECatalin Marinas1-0/+9
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim3-24/+7