summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/mm: Avoid unnecessary test and reduce code sizeChristophe Leroy2018-06-041-9/+4
| * | | powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohashChristophe Leroy2018-06-041-19/+18
| * | | powerpc/dma: remove unnecessary BUG()Christophe Leroy2018-06-041-2/+0
| * | | powerpc/sstep: Fix emulate_step test if VSX not presentRavi Bangoria2018-06-041-6/+15
| * | | powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria2018-06-041-0/+9
| * | | powerpc/sstep: Introduce GETTYPE macroRavi Bangoria2018-06-033-4/+6
| * | | powerpc/64s: Enhance the information in cpu_show_spectre_v1()Michal Suchanek2018-06-031-0/+3
| * | | powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman2018-06-031-0/+10
| * | | powerpc: Use barrier_nospec in copy_from_user()Michael Ellerman2018-06-031-1/+10
| * | | powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek2018-06-034-0/+63
| * | | powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek2018-06-034-4/+27
| * | | powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek2018-06-036-1/+54
| * | | powerpc/64s: Add barrier_nospecMichal Suchanek2018-06-031-0/+15
| * | | powerpc/stacktrace: Update copyrightMichael Ellerman2018-06-031-6/+4
| * | | powerpc/64s: Wire up arch_trigger_cpumask_backtrace()Michael Ellerman2018-06-032-0/+57
| * | | powerpc/nmi: Add an API for sending "safe" NMIsMichael Ellerman2018-06-032-5/+16
| * | | powerpc/64: Save stack pointer when we hard disable interruptsMichael Ellerman2018-06-034-2/+11
| * | | powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman2018-06-033-4/+16
| * | | powerpc: Rename thread_struct.fs to addr_limitMichael Ellerman2018-06-032-5/+5
| * | | powerpc/ptrace: Use copy_{from, to}_user() rather than open-codingAl Viro2018-06-031-14/+6
| * | | powerpc/eeh: Refactor report functionsSam Bobroff2018-06-031-150/+157
| * | | powerpc/eeh: Cleaner handling of EEH_DEV_NO_HANDLERSam Bobroff2018-06-031-1/+5
| * | | powerpc/eeh: Introduce eeh_set_irq_state()Sam Bobroff2018-06-031-18/+34
| * | | powerpc/eeh: Introduce eeh_set_channel_state()Sam Bobroff2018-06-031-3/+16
| * | | powerpc/eeh: Introduce eeh_edev_actionable()Sam Bobroff2018-06-031-14/+16
| * | | powerpc/eeh: Introduce eeh_for_each_pe()Sam Bobroff2018-06-032-4/+7
| * | | powerpc/eeh: Clean up pci_ers_result handlingSam Bobroff2018-06-031-10/+32
| * | | powerpc/eeh: Add message when PE processing at parentSam Bobroff2018-06-031-1/+5
| * | | powerpc/eeh: Strengthen types of eeh traversal functionsSam Bobroff2018-06-034-43/+26
| * | | powerpc/eeh: Remove unused eeh_pcid_name()Sam Bobroff2018-06-031-14/+0
| * | | powerpc/eeh: Fix use-after-release of EEH driverSam Bobroff2018-06-031-12/+16
| * | | powerpc/eeh: Add final message for successful recoverySam Bobroff2018-06-031-4/+4
| * | | powerpc/perf: Unregister thread-imc if core-imc not supportedAnju T Sudhakar2018-06-033-0/+22
| * | | powerpc/perf: Return appropriate value for unknown domainAnju T Sudhakar2018-06-031-1/+1
| * | | powerpc/perf: Replace the direct return with goto statementAnju T Sudhakar2018-06-031-8/+10
| * | | powerpc/perf: Rearrange memory freeing in imc initAnju T Sudhakar2018-06-032-18/+27
| * | | powerpc/xics: Add missing of_node_put() in error pathYueHaibing2018-06-031-3/+4
| * | | powerpc: cpm_gpio: Remove owner assignment from platform_driverFabio Estevam2018-06-031-1/+0
| * | | powerpc/xive: Remove (almost) unused macrosRussell Currey2018-06-032-7/+1
| * | | powerpc: remove unused to_tm() helperArnd Bergmann2018-06-033-76/+0
| * | | powerpc: use time64_t in update_persistent_clockArnd Bergmann2018-06-033-21/+9
| * | | powerpc: use time64_t in read_persistent_clockArnd Bergmann2018-06-0315-45/+31
| * | | powerpc: rtas: clean up time handlingArnd Bergmann2018-06-031-12/+12
| * | | powerpc: always enable RTC_LIBArnd Bergmann2018-06-031-0/+1
| * | | powerpc/pasemi: Set PCI_SCAN_ALL_PCI_DEVSOlof Johansson2018-06-031-0/+2
| * | | powerpc/mm/hash: hard disable irq in the SLB insert pathAneesh Kumar K.V2018-06-031-0/+13
| * | | powerpc/mm/hugetlb: Update hugetlb related locksAneesh Kumar K.V2018-06-032-15/+30
| * | | powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V2018-06-031-0/+1
| * | | powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin2018-06-031-4/+4
| * | | powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumaskNicholas Piggin2018-06-032-27/+134