summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* powerpc/xive: Remove (almost) unused macrosRussell Currey2018-06-032-7/+1Star
* hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-06-031-1/+0Star
* powerpc: remove unused to_tm() helperArnd Bergmann2018-06-033-76/+0Star
* powerpc: use time64_t in update_persistent_clockArnd Bergmann2018-06-033-21/+9Star
* powerpc: use time64_t in read_persistent_clockArnd Bergmann2018-06-0315-45/+31Star
* 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
* powerpc/64s/radix: optimise pte_updateNicholas Piggin2018-06-033-15/+27
* powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin2018-06-033-2/+32
* powerpc/64s/radix: prefetch user address in update_mmu_cacheNicholas Piggin2018-06-032-2/+5
* powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full caseNicholas Piggin2018-06-031-8/+2Star
* powerpc/64s/radix: do not flush TLB on spurious faultNicholas Piggin2018-06-031-1/+11
* powerpc/64s/radix: do not flush TLB when relaxing accessNicholas Piggin2018-06-031-1/+6
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-037-7/+17
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-038-19/+41
* powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V2018-06-032-28/+25Star
* powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...Aneesh Kumar K.V2018-06-032-18/+34
* ocxl: Document new OCXL IOCTLsAlastair D'Silva2018-06-031-0/+11
* ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva2018-06-032-0/+31
* ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva2018-06-036-1/+111
* ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionAlastair D'Silva2018-06-033-4/+4
* powerpc: use task_pid_nr() for TID allocationAlastair D'Silva2018-06-032-95/+28Star
* powerpc: Use TIDR CPU feature to control TIDR allocationAlastair D'Silva2018-06-031-3/+3
* powerpc: Add TIDR CPU feature for POWER9Alastair D'Silva2018-06-032-1/+3
* powerpc/powernv: process all OPAL event interrupts with kopaldNicholas Piggin2018-06-033-61/+52Star
* powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2018-06-034-1/+25
* powerpc/64: change softe to irqmask in show_regs and xmonNicholas Piggin2018-06-032-2/+2
* powerpc/pmu/fsl: fix is_nmi test for irq mask changeNicholas Piggin2018-06-031-1/+1
* powerpc/time: account broadcast timer event interrupts separatelyNicholas Piggin2018-06-033-4/+8
* powerpc: move a stray NMI IPI case under NMI_IPI ifdefNicholas Piggin2018-06-031-0/+2
* powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdefNicholas Piggin2018-06-032-0/+10
* powerpc: allow soft-NMI watchdog to cover timer interrupts with large decreme...Nicholas Piggin2018-06-031-6/+13
* powerpc: generic clockevents broadcast receiver call tick_receive_broadcastNicholas Piggin2018-06-034-48/+42Star
* powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin2018-06-034-38/+10Star
* powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin2018-06-032-9/+1Star
* powerpc/64s: micro-optimise __hard_irq_enable() for mtmsrd L=1 supportNicholas Piggin2018-06-031-2/+2
* powerpc/pseries: put cede MSR[EE] check under IRQ_SOFT_MASK_DEBUGNicholas Piggin2018-06-031-4/+4
* powerpc/64: irq_work avoid interrupt when called with hardware irqs enabledNicholas Piggin2018-06-031-2/+31