summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-0118-11/+36
* powerpc: Remove mfvtb()Kevin Hao2016-08-012-10/+1
* powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V2016-08-011-0/+8
* powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-015-6/+6
* powerpc/mm: Add early_[cpu|mmu]_has_feature()Michael Ellerman2016-08-012-2/+22
* powerpc/mm: Define radix_enabled() in one place & use static inlineMichael Ellerman2016-08-012-11/+12
* powerpc/kernel: Convert cpu_has_feature() to returning boolMichael Ellerman2016-08-011-5/+4
* powerpc/kernel: Convert mmu_has_feature() to returning boolMichael Ellerman2016-08-011-2/+2
* powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V2016-08-017-17/+16
* powerpc/kernel: Check features don't change after patchingMichael Ellerman2016-08-011-1/+26
* powerpc/64: Do feature patching before MMU initMichael Ellerman2016-08-011-3/+3
* powerpc/mm: Do radix device tree scanning earlierMichael Ellerman2016-08-013-3/+5
* powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2016-08-013-26/+31
* powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman2016-08-012-13/+11
* powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman2016-08-014-0/+10
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-30438-3818/+7857
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-3044-208/+940
| |\
| | * powerpc/8xx: Force VIRT_IMMR_BASE to be a positive numberScott Wood2016-07-091-1/+1
| | * powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy2016-07-093-8/+19
| | * powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy2016-07-092-48/+23
| | * powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy2016-07-092-72/+55
| | * powerpc/8xx: unpin all TLBs before flushingChristophe Leroy2016-07-091-8/+10
| | * powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2016-07-091-1/+0
| | * powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy2016-07-093-2/+86
| | * powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2016-07-095-10/+41
| | * powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-0915-67/+158
| | * T104xQDS: Add qe node to t104xqdsZhao Qiang2016-07-091-0/+38
| | * T104xRDB: Add qe node to t104xrdbZhao Qiang2016-07-091-0/+38
| | * T104xD4RDB: Add qe node to t104xd4rdbZhao Qiang2016-07-092-0/+83
| | * powerpc: define the fman node for the kmcoge4 DTSValentin Longchamp2016-07-081-0/+37
| | * powerpc: disable IDE subsystem in pq2fads_defconfigBartlomiej Zolnierkiewicz2016-07-081-1/+0
| | * powerpc/86xx: Add support for Emerson/Artesyn MVME7100Alessio Igor Bogani2016-07-0811-4/+365
| | * powerpc/85xx: add aliases for usb nodes on t4240, b4860, and b4420Sriram Dash2016-07-084-1/+5
| | * powerpc/85xx: Change T1040si USB controller versionSriram Dash2016-07-081-2/+2
| | * powerpc/85xx: Don't report SRAM to L2 cache fallback as errorClaudiu Manoil2016-07-081-6/+2
| * | powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell2016-07-281-1/+1
| * | powerpc: Improve comment explaining why we modify VRSAVEAnton Blanchard2016-07-261-4/+5
| * | powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()Michael Ellerman2016-07-261-2/+0
| * | powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman2016-07-263-8/+8
| * | powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman2016-07-261-1/+4
| * | powerpc: Add module autoloading based on CPU featuresAlastair D'Silva2016-07-212-0/+41
| * | powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy2016-07-211-2/+2
| * | powerpc/mm: Add memory barrier in __hugepte_alloc()Sukadev Bhattiprolu2016-07-211-0/+7
| * | powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() callMichael Ellerman2016-07-211-2/+3
| * | powerpc/ftrace: Separate the heuristics for checking call sitesMichael Ellerman2016-07-211-17/+18
| * | powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt2016-07-216-233/+250
| * | powerpc/64: Make a few boot functions __initBenjamin Herrenschmidt2016-07-211-3/+3
| * | powerpc: Re-order setup_panic()Benjamin Herrenschmidt2016-07-213-6/+6
| * | powerpc: Re-order the call to smp_setup_cpu_maps()Benjamin Herrenschmidt2016-07-212-3/+4
| * | powerpc/32: Move cache info inits to a separate functionBenjamin Herrenschmidt2016-07-211-11/+16