summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-057-9/+12
* powerpc/mm/hugetlb: Add support for page accountingBalbir Singh2017-06-051-1/+1
* powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh2017-06-052-2/+3
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-055-17/+47
* powerpc/mm/hash: Do a local flush if possible when no batch is activeBalbir Singh2017-06-051-4/+2
* powerpc: Fix some spelling mistakesColin Ian King2017-06-052-2/+2
* powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown2017-06-024-43/+94
* powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini2017-06-022-1/+18
* powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini2017-06-021-2/+2
* powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini2017-06-021-0/+25
* powerpc/fadump: Return error when fadump registration failsMichal Suchanek2017-06-021-8/+15
* powerpc: Remove __ilog2()s and use generic onesChristophe Leroy2017-06-022-34/+1
* powerpc: Replace ffz() by equivalent generic functionChristophe Leroy2017-06-021-19/+1
* powerpc: Use builtin functions for fls()/__fls()/fls64()Christophe Leroy2017-06-021-21/+3
* powerpc: Discard ffs()/__ffs() function and use builtin functions insteadChristophe Leroy2017-06-021-14/+2
* powerpc: Handle simultaneous interrupts at onceChristophe Leroy2017-06-021-1/+5
* powerpc/8xx: fix mpc8xx_get_irq() return on no irqChristophe Leroy2017-06-021-1/+1
* powerpc/40x: Clear MSR_DR in one insn instead of twoChristophe Leroy2017-06-021-4/+2
* powerpc/mm: The 8xx doesn't call do_page_fault() for breakpointsChristophe Leroy2017-06-021-1/+1
* powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()Christophe Leroy2017-06-021-6/+7
* powerpc/mm: Remove a redundant test in do_page_fault()Christophe Leroy2017-06-021-1/+1
* powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()Christophe Leroy2017-06-021-1/+1
* powerpc/mm: Remove __this_fixmap_does_not_exist()Christophe Leroy2017-06-021-5/+0
* powerpc/mm/ptdump: Dump the first entry of the linear mapping as wellBalbir Singh2017-06-021-1/+1
* powerpc: Link warning for orphan sectionsNicholas Piggin2017-05-302-2/+15
* powerpc/64: Tool to check head sections location sanityNicholas Piggin2017-05-304-25/+87
* powerpc/64: Handle linker stubs in low .text codeNicholas Piggin2017-05-303-0/+34
* powerpc/64s: Tool to flag direct branches from unrelocated interrupt vectorsNicholas Piggin2017-05-302-1/+65
* powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin2017-05-302-5/+18
* powerpc/64: Do not create new section for save/restore functionsNicholas Piggin2017-05-301-4/+2
* powerpc/64: Do not link crtsaveres.o in bootNicholas Piggin2017-05-302-5/+8
* powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin2017-05-301-2/+6
* powerpc/64: Place sfpr section explicitly with the linker scriptNicholas Piggin2017-05-301-0/+8
* powerpc: Use uapi/asm-generic/sockios.hStephen Rothwell2017-05-302-20/+1
* powerpc: Use the asm-generic versions of some uapi includesStephen Rothwell2017-05-305-9/+5
* powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]Ivan Mikhaylov2017-05-301-3/+11
* powerpc/44x/fsp2: Add defconfig for FSP2 boardIvan Mikhaylov2017-05-301-0/+126
* powerpc/44x/fsp2: Add device tree for FSP2 boardIvan Mikhaylov2017-05-301-0/+608
* powerpc/44x/fsp2: Platform support for FSP2 (476fpe) boardIvan Mikhaylov2017-05-303-0/+75
* powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1Gautham R. Shenoy2017-05-303-1/+15
* powerpc/powernv/idle: Restore SPRs for deep idle states via stop API.Akshay Adiga2017-05-301-31/+52
* powerpc/powernv/idle: Restore LPCR on wakeup from deep-stopGautham R. Shenoy2017-05-301-3/+10
* powerpc/powernv/idle: Decouple Timebase restore & Per-core SPRs restoreGautham R. Shenoy2017-05-301-3/+4
* powerpc/powernv/idle: Correctly initialize core_idle_state_ptrGautham R. Shenoy2017-05-301-10/+19
* powerpc: Add HAVE_IRQ_TIME_ACCOUNTINGAnton Blanchard2017-05-301-0/+1
* powerpc/sequoia: Fix NAND partitions not to overlapPavel Machek2017-05-301-1/+1
* powerpc: Tweak copy selection parameter in __copy_tofrom_user_power7()Andrew Jeffery2017-05-301-2/+2
* powerpc/xmon: Fix compile error with PPC_8xx=yNicholas Piggin2017-05-301-4/+4
* powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile errorNicholas Piggin2017-05-301-0/+2
* powerpc/64s: Fix OPAL_CALL non-maskable interrupt reentrancyNicholas Piggin2017-05-301-3/+3