02 Mar, 2010

1 commit

  • i8253_lock needs to be a real spinlock in preempt-rt, i.e. it can
    not be converted to a sleeping lock.

    Convert it to raw_spinlock and fix up all users.

    Signed-off-by: Thomas Gleixner
    Acked-by: Ralf Baechle
    Acked-by: Dmitry Torokhov
    Acked-by: Takashi Iwai
    Cc: Jens Axboe
    LKML-Reference:

    Thomas Gleixner
     

02 Nov, 2009

1 commit

  • Along the lines of d6c585a4342a2ff627a29f9aea77c5ed4cd76023, add IRQF_TIMER
    flag for all timer interrupts This ensures that timer interrupts won't be
    disabled on suspend and not threaded for PREEMPT_RT.

    Signed-off-by: Wu Zhangjin
    Acked-by: Thomas Gleixner
    Signed-off-by: Ralf Baechle

    Wu Zhangjin
     

25 Jun, 2009

1 commit


22 Apr, 2009

1 commit

  • Pass clocksource pointer to the read() callback for clocksources. This
    allows us to share the callback between multiple instances.

    [hugh@veritas.com: fix powerpc build of clocksource pass clocksource mods]
    [akpm@linux-foundation.org: cleanup]
    Signed-off-by: Magnus Damm
    Acked-by: John Stultz
    Cc: Thomas Gleixner
    Signed-off-by: Hugh Dickins
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Magnus Damm
     

30 Mar, 2009

1 commit


13 Dec, 2008

1 commit


16 Jul, 2008

1 commit


01 Apr, 2008

1 commit


30 Jan, 2008

1 commit

  • The timer code always calls the clock_event_device set_net_event and
    set_mode methods with interrupts disabled, so no need to use
    spin_lock_irqsave / spin_unlock_irqrestore for those.

    Signed-off-by: Ralf Baechle
    Acked-by:Thomas Gleixner
    Signed-off-by: Andrew Morton
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Ralf Baechle
     

03 Nov, 2007

2 commits


12 Oct, 2007

1 commit


13 Jul, 2007

1 commit


14 Mar, 2006

1 commit

  • The current pcspkr code combines the device and driver registration.
    This patch splits these, putting the device registration in the arch
    specific code.

    PowerPC and MIPS only have the pcspkr present sometimes.

    Signed-off-by: Michael Neuling
    Signed-off-by: Ralf Baechle
    Signed-off-by: Andrew Morton
    Signed-off-by: Dmitry Torokhov

    Michael Neuling