aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar
2009-03-31trace: make argument 'mem' of trace_seq_putmem() constLi Zefan
2009-03-31tracing: add missing 'extern' keywords to trace_output.hEduard - Gabriel Munteanu
2009-03-31tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan
2009-03-31blktrace: extract duplidate codeLi Zefan
2009-03-31blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan
2009-03-31blktrace: fix blk_probes_ref chaosLi Zefan
2009-03-31blktrace: make classic output more classicLi Zefan
2009-03-31blktrace: fix off-by-one bugLi Zefan
2009-03-31blktrace: fix the original blktraceLi Zefan
2009-03-31blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan
2009-03-31blktrace: fix timestamp in binary outputLi Zefan
2009-03-31lockdep: add stack dumps to assertsPeter Zijlstra
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra
2009-03-31Merge branch 'linus' into locking-for-linusIngo Molnar
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell
2009-03-31module: use strstarts()Rusty Russell
2009-03-31module: don't use stop_machine on module loadRusty Russell
2009-03-31module: create a request_module_nowait()Arjan van de Ven
2009-03-31module: include other structures in module version checkRusty Russell
2009-03-31module: remove the SHF_ALLOC flag on the __versions section.Rusty Russell
2009-03-31module: clarify the force-loading taint message.Rusty Russell
2009-03-31module: Export symbols needed for KspliceTim Abbott
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg
2009-03-31module: remove module_text_address()Rusty Russell
2009-03-31module: __module_addressRusty Russell
2009-03-31module: Make find_symbol return a struct kernel_symbolTim Abbott
2009-03-31kernel/module.c: fix an unused goto labelAmérico Wang
2009-03-31param: fix charp parameters set via sysfsRusty Russell
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-31rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to...Lai Jiangshan
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar
2009-03-30lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra
2009-03-30kexec: Change kexec jump code orderingRafael J. Wysocki
2009-03-30PM: Change hibernation code orderingRafael J. Wysocki
2009-03-30PM: Change suspend code orderingRafael J. Wysocki
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante
2009-03-30trivial: Fix misspelling of firmwareNick Andrew
2009-03-30trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig
2009-03-30cpumask: remove cpumask_t from coreRusty Russell
2009-03-30cpumask: convert rcutorture.cRusty Russell
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell
2009-03-30cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell
2009-03-30cpumask: use set_cpu_active in init/main.cRusty Russell
2009-03-30cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt