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-- 7.6 KB
Makefile -rw-r--r-- 1.0 KB
ath3k.c -rw-r--r-- 12.1 KB
bcm203x.c -rw-r--r-- 6.8 KB
bfusb.c -rw-r--r-- 16.1 KB
bluecard_cs.c -rw-r--r-- 20.6 KB
bpa10x.c -rw-r--r-- 10.3 KB
bt3c_cs.c -rw-r--r-- 15.4 KB
btmrvl_debugfs.c -rw-r--r-- 11.3 KB
btmrvl_drv.h -rw-r--r-- 3.9 KB
btmrvl_main.c -rw-r--r-- 15.0 KB
btmrvl_sdio.c -rw-r--r-- 26.1 KB
btmrvl_sdio.h -rw-r--r-- 3.0 KB
btsdio.c -rw-r--r-- 8.2 KB
btuart_cs.c -rw-r--r-- 14.5 KB
btusb.c -rw-r--r-- 30.4 KB
btwilink.c -rw-r--r-- 8.9 KB
dtl1_cs.c -rw-r--r-- 12.9 KB
hci_ath.c -rw-r--r-- 5.0 KB
hci_bcsp.c -rw-r--r-- 18.4 KB
hci_h4.c -rw-r--r-- 3.9 KB
hci_h5.c -rw-r--r-- 15.8 KB
hci_ldisc.c -rw-r--r-- 13.1 KB
hci_ll.c -rw-r--r-- 11.9 KB
hci_uart.h -rw-r--r-- 2.9 KB
hci_vhci.c -rw-r--r-- 6.2 KB

back to top