• Linus Torvalds's avatar
    Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux · a84d2d29
    Linus Torvalds authored
    Pull arch/csky pupdates from Guo Ren:
     "This round of csky subsystem gives two features (ASID algorithm
      update, Perf pmu record support) and some fixups.
    
      ASID updates:
       - Revert mmu ASID mechanism
       - Add new asid lib code from arm
       - Use generic asid algorithm to implement switch_mm
       - Improve tlb operation with help of asid
    
      Perf pmu record support:
       - Init pmu as a device
       - Add count-width property for csky pmu
       - Add pmu interrupt support
       - Fix perf record in kernel/user space
       - dt-bindings: Add csky PMU bindings
    
      Fixes:
       - Fixup no panic in kernel for some traps
       - Fixup some error count in 810 & 860.
       - Fixup abiv1 memset error"
    
    * tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux:
      csky: Fixup abiv1 memset error
      csky: Improve tlb operation with help of asid
      csky: Use generic asid algorithm to implement switch_mm
      csky: Add new asid lib code from arm
      csky: Revert mmu ASID mechanism
      dt-bindings: csky: Add csky PMU bindings
      dt-bindings: interrupt-controller: Update csky mpintc
      csky: Fixup some error count in 810 & 860.
      csky: Fix perf record in kernel/user space
      csky: Add pmu interrupt support
      csky: Add count-width property for csky pmu
      csky: Init pmu as a device
      csky: Fixup no panic in kernel for some traps
      csky: Select intc & timer drivers
    a84d2d29
traps.c 3.41 KB