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-- 1.2 KB
Makefile -rw-r--r-- 1.0 KB
acpi_pm.c -rw-r--r-- 6.4 KB
arm_arch_timer.c -rw-r--r-- 9.5 KB
bcm2835_timer.c -rw-r--r-- 4.3 KB
clksrc-dbx500-prcmu.c -rw-r--r-- 2.4 KB
clksrc-of.c -rw-r--r-- 1.1 KB
cs5535-clockevt.c -rw-r--r-- 5.6 KB
cyclone.c -rw-r--r-- 2.9 KB
dw_apb_timer.c -rw-r--r-- 11.3 KB
dw_apb_timer_of.c -rw-r--r-- 3.3 KB
em_sti.c -rw-r--r-- 9.5 KB
i8253.c -rw-r--r-- 4.8 KB
metag_generic.c -rw-r--r-- 5.2 KB
mmio.c -rw-r--r-- 1.9 KB
nomadik-mtu.c -rw-r--r-- 6.8 KB
scx200_hrt.c -rw-r--r-- 2.8 KB
sh_cmt.c -rw-r--r-- 18.8 KB
sh_mtu2.c -rw-r--r-- 9.1 KB
sh_tmu.c -rw-r--r-- 12.4 KB
sunxi_timer.c -rw-r--r-- 3.9 KB
tcb_clksrc.c -rw-r--r-- 9.2 KB
tegra20_timer.c -rw-r--r-- 6.7 KB
time-armada-370-xp.c -rw-r--r-- 7.7 KB
vt8500_timer.c -rw-r--r-- 5.0 KB

back to top