summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-0984-433/+1283
|\
| * sparc64: Support transparent huge pages.David Miller2012-10-0914-110/+582
| * mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-093-0/+3
| * sparc64: Document PGD and PMD layout.David Miller2012-10-092-8/+16
| * sparc64: Eliminate PTE table memory wastage.David Miller2012-10-095-44/+123
| * sparc64: Halve the size of PTE tablesDavid Miller2012-10-092-19/+9
| * sparc64: Only support 4MB huge pages and 8KB base pages.David Miller2012-10-096-121/+9
| * memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-4/+9
| * mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli2012-10-091-3/+8
| * mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+1
| * readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-0918-0/+18
| * atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-093-24/+2
| * rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-091-1/+1
| * mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-094-8/+4
| * rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-091-35/+2
| * rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-091-19/+46
| * thp, s390: architecture backend for thp on s390Gerald Schaefer2012-10-096-18/+220
| * thp, s390: disable thp for kvm host on s390Gerald Schaefer2012-10-091-0/+30
| * thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer2012-10-092-0/+44
| * thp, s390: thp splitting backend for s390Gerald Schaefer2012-10-093-1/+41
| * thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer2012-10-092-0/+4
| * mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-098-0/+31
| * mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-097-8/+8
| * mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-092-23/+11
| * mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-091-5/+12
| * x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha2012-10-091-11/+36
| * x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha2012-10-091-14/+19
| * Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas2012-10-096-0/+6
| * Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas2012-10-097-0/+7
| * Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-0910-0/+10
| * Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas2012-10-0912-0/+14
* | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds2012-10-0929-469/+157
|\ \
| * | xtensa: Setup CROSS_COMPILE at the topGeert Uytterhoeven2012-10-041-12/+12
| * | xtensa: drop CONFIG_EMBEDDED_RAMDISKMax Filippov2012-10-0311-111/+2
| * | xtensa: fix TIOCGSERIAL and TIOCSSERIAL definitionsMax Filippov2012-10-031-2/+2
| * | xtensa: provide dummy gcc intrinsicsMax Filippov2012-10-031-0/+17
| * | xtensa: add missing symbol exportsMax Filippov2012-10-032-0/+12
| * | xtensa: rename MISC SR definition to avoid name clashesMax Filippov2012-10-031-1/+1
| * | xtensa: fix CODA buildMax Filippov2012-10-031-1/+1
| * | xtensa: fix parallel makeMax Filippov2012-10-032-9/+12
| * | xtensa: ISS: drop unused io.cMax Filippov2012-10-032-33/+1
| * | xtensa: ISS: exit simulator in case of halt or poweroffMax Filippov2012-10-031-4/+4
| * | xtensa: ISS: change keyboard polling rateMax Filippov2012-10-031-1/+1
| * | xtensa: ISS: add platform_pcibios_initMax Filippov2012-10-031-0/+6
| * | xtensa: ISS: add dummy serial.h for ISS platformMax Filippov2012-10-031-0/+0
| * | xtensa: change default platform clock frequency to 10MHzMax Filippov2012-10-031-2/+2
| * | xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to xtensa configMax Filippov2012-10-031-0/+1
| * | xtensa: set NO_IOPORT to 'n' by defaultMax Filippov2012-10-031-1/+2
| * | xtensa: adopt generic io routinesMax Filippov2012-10-034-223/+12
| * | xtensa: fix ioremapMax Filippov2012-10-031-6/+14