aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-24sched: more accurate min_vruntime accountingPeter Zijlstra1-24/+25
2008-10-24sched: fix a find_busiest_group bugletPeter Zijlstra1-1/+1
2008-10-24Merge commit 'v2.6.28-rc1' into sched/urgentIngo Molnar80-2959/+7334
2008-10-23kernel/resource: fix reserve_region_with_split() section mismatchPaul Mundt1-1/+1
2008-10-23printk: remove unused code from kernel/printk.croel kluin1-39/+0
2008-10-23Fix compile warning in kernel/params.cLinus Torvalds1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds4-25/+77
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-54/+249
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds3-9/+9
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-24/+24
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-378/+324
2008-10-23Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+11
2008-10-23Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+10
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-49/+78
2008-10-23Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-10-23ftrace: fix build failureIngo Molnar1-2/+0
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2-1/+9
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan1-18/+41
2008-10-23ftrace: remove ftrace hashSteven Rostedt2-211/+35
2008-10-23ftrace: remove mcount setSteven Rostedt1-9/+0
2008-10-23ftrace: remove daemonSteven Rostedt2-308/+28
2008-10-23ftrace: add ftrace warn on to disable ftraceSteven Rostedt1-10/+19
2008-10-23ftrace: only have ftrace_kill atomicSteven Rostedt2-41/+3
2008-10-23ftrace: return error on failed modified text.Steven Rostedt1-6/+15
2008-10-23proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan1-6/+27
2008-10-23[PATCH] get rid of nameidata in audit_treeAl Viro1-24/+24
2008-10-22ring-buffer: fix free pageSteven Rostedt1-1/+1
2008-10-22sched: add CONFIG_SMP consistencyLi Zefan3-9/+6
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner11-54/+249
2008-10-22tracing: create tracers menuPeter Zijlstra1-0/+4
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar12-28/+71
2008-10-22irq: make variable staticroel kluin1-1/+1
2008-10-22stop_machine: fix error code handling on multiple cpusHeiko Carstens1-3/+6
2008-10-22stop_machine: use workqueues instead of kernel threadsHeiko Carstens1-70/+41
2008-10-22workqueue: introduce create_rt_workqueueHeiko Carstens1-1/+6
2008-10-22Make panic= and panic_on_oops into core_paramsRusty Russell1-14/+3
2008-10-22core_param() for genuinely core kernel parametersRusty Russell1-7/+7
2008-10-22param: Fix duplicate module prefixesRusty Russell1-120/+141
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell1-5/+2
2008-10-22Remove stop_machine during module load v2Andi Kleen1-25/+22
2008-10-22module: simplify load_module.Rusty Russell1-136/+99
2008-10-21NOHZ: fix thinko in the timer restart code pathThomas Gleixner1-1/+11
2008-10-21rcupdate: fix bug of rcu_barrier*()Lai Jiangshan1-9/+10
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson1-0/+1
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] propagate mode through swsusp_close()Al Viro3-5/+5
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-4/+4
2008-10-21genirq: fix set_irq_type() when recording trigger typeChris Friesen1-1/+1
2008-10-20kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony1-0/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds26-1344/+4711