aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15
|\
| * fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-27
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-26
| * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-26
| * Add generic helpers for arch IPI function callsJens Axboe2008-06-26
* | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2008-07-15
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/noh...Thomas Gleixner2008-07-14
| |\ \ \ \ \ | | | | | |/ | | | | |/|
| | | | | * posix-timers: print RT watchdog messageHiroshi Shimamoto2008-05-24
| | | * | | nohz: don't stop idle tick if softirqs are pending.Heiko Carstens2008-07-11
| | | * | | nohz: reduce jiffies polling overheadIngo Molnar2008-05-30
| | * | | | hrtimer: Remove unused variables in ktime_divns()Carlos R. Mafra2008-05-26
| | * | | | hrtimer: remove warning in hres_timers_resumeJeremy Fitzhardinge2008-05-26
* | | | | | Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2008-07-15
|\ \ \ \ \ \
| * | | | | | genirq: remove extraneous checks in manage.cThomas Gleixner2008-07-10
| * | | | | | genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2008-06-05
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-15
|\ \ \ \ \ \
| * | | | | | stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar2008-06-30
| * | | | | | backtrace: replace timer with tasklet + completionsVegard Nossum2008-06-27
| * | | | | | stacktrace: add saved stack traces to backtrace self-testVegard Nossum2008-06-27
| * | | | | | stacktrace: print_stack_trace() cleanupVegard Nossum2008-06-13
| * | | | | | stacktrace: don't crash on invalid stack trace structsJohannes Berg2008-05-23
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'imx' into develRussell King2008-07-10
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------. \ \ \ \ \ \ Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o...Russell King2008-07-10
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | | * | | | | | | | | dyntick: Remove last reminants of dyntick supportRussell King2008-05-12
* | | | | | | | | | | | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge branch 'linus' into core/softirqIngo Molnar2008-06-25
| |\| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'linus' into core/softirqIngo Molnar2008-06-23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | softirq: remove irqs_disabled warning from local_bh_enableJohannes Berg2008-06-20
| * | | | | | | | | | | | softirq: remove initialization of static per-cpu variableVegard Nossum2008-06-18
| * | | | | | | | | | | | Merge branch 'linus' into core/softirqIngo Molnar2008-06-16
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-25
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into core/printkIngo Molnar2008-07-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86, generic: mark early_printk as asmlinkageJiri Slaby2008-06-18
| * | | | | | | | | | | | | | printk: export console_driversIngo Molnar2008-06-16
| * | | | | | | | | | | | | | printk: remember the message level for multi-line outputNick Andrew2008-05-24
| * | | | | | | | | | | | | | printk: refactor processing of line severity tokensNick Andrew2008-05-24
| * | | | | | | | | | | | | | printk: don't prefer unsuited consoles on registrationJan Kiszka2008-05-24
| * | | | | | | | | | | | | | printk: clean up recursion check related static variablesTejun Heo2008-05-24
| * | | | | | | | | | | | | | namespacecheck: more kernel/printk.c fixesThomas Gleixner2008-05-24
| * | | | | | | | | | | | | | namespacecheck: fix kernel printk.cThomas Gleixner2008-05-24
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | lockdep: fix kernel/fork.c warningIngo Molnar2008-07-14
| * | | | | | | | | | | | | | lockdep: fix ftrace irq tracing false positiveIngo Molnar2008-07-14
| * | | | | | | | | | | | | | Merge commit 'v2.6.26' into core/lockingIngo Molnar2008-07-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-23
| * | | | | | | | | | | | | | lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-20
| * | | | | | | | | | | | | | lockdep: output lock_class key instead of address for forward dependency outputHuang, Ying2008-06-13
| * | | | | | | | | | | | | | __mutex_lock_common: use signal_pending_state()Oleg Nesterov2008-06-10