Skip to content
  1. Apr 20, 2018
  2. Apr 19, 2018
  3. Apr 18, 2018
  4. Apr 17, 2018
  5. Apr 16, 2018
  6. Apr 15, 2018
  7. Apr 14, 2018
    • Gregory Nutt's avatar
      wireless/bluetooth: Soften use of enter_critical_sectino() which is a... · 91ff7cc7
      Gregory Nutt authored
      wireless/bluetooth:  Soften use of enter_critical_sectino() which is a performance hog in SMP configurations.  Replace with spin_lock_irqsave() in most cases.  That is the same for single core CPUs, but much more efficient in SMP configurations.  And better, repace with sched_lock() if there is really no necessity to disable interrupts too.
      91ff7cc7