Revision bb33db7a076f4719dc68c235e187dd4bfb16b621 authored by Linus Torvalds on 15 April 2013, 14:03:01 UTC, committed by Linus Torvalds on 15 April 2013, 14:03:01 UTC
Pull {timer,irq,core} fixes from Thomas Gleixner:

 - timer: bug fix for a cpu hotplug race.

 - irq: single bugfix for a wrong return value, which prevents the
   calling function to invoke the software fallback.

 - core: bugfix which plugs two race confitions which can cause hotplug
   per cpu threads to end up on the wrong cpu.

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  hrtimer: Don't reinitialize a cpu_base lock on CPU_UP

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip: gic: fix irq_trigger return

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  kthread: Prevent unpark race which puts threads on the wrong cpu
4 parent s 41ef2d5 + 84cc8fd + bad9a43 + f2530dc
History
File Mode Size
Kconfig -rw-r--r-- 5.7 KB
Makefile -rw-r--r-- 757 bytes
core.c -rw-r--r-- 18.9 KB
pwm-ab8500.c -rw-r--r-- 3.5 KB
pwm-atmel-tcb.c -rw-r--r-- 11.4 KB
pwm-bfin.c -rw-r--r-- 3.1 KB
pwm-imx.c -rw-r--r-- 7.6 KB
pwm-jz4740.c -rw-r--r-- 4.9 KB
pwm-lpc32xx.c -rw-r--r-- 4.0 KB
pwm-mxs.c -rw-r--r-- 4.8 KB
pwm-puv3.c -rw-r--r-- 3.6 KB
pwm-pxa.c -rw-r--r-- 4.6 KB
pwm-samsung.c -rw-r--r-- 7.9 KB
pwm-spear.c -rw-r--r-- 6.7 KB
pwm-tegra.c -rw-r--r-- 6.0 KB
pwm-tiecap.c -rw-r--r-- 9.0 KB
pwm-tiehrpwm.c -rw-r--r-- 16.3 KB
pwm-tipwmss.c -rw-r--r-- 3.4 KB
pwm-tipwmss.h -rw-r--r-- 1.1 KB
pwm-twl-led.c -rw-r--r-- 8.5 KB
pwm-twl.c -rw-r--r-- 9.1 KB
pwm-vt8500.c -rw-r--r-- 6.9 KB

back to top