aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-10-26cgroup: remove unused variableGravatar Stephen Rothwell 1-1/+1
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Gravatar Linus Torvalds 1-1/+1
2008-10-23Fix compile warning in kernel/params.cGravatar Linus Torvalds 1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Gravatar Linus Torvalds 4-25/+77
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 11-54/+249
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevGravatar Linus Torvalds 3-9/+9
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-24/+24
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 5-378/+324
2008-10-23Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+11
2008-10-23Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+10
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-49/+78
2008-10-23Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hGravatar Alexey Dobriyan 2-1/+9
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cGravatar Alexey Dobriyan 1-18/+41
2008-10-23proc: move /proc/execdomains to kernel/exec_domain.cGravatar Alexey Dobriyan 1-6/+27
2008-10-23[PATCH] get rid of nameidata in audit_treeGravatar Al Viro 1-24/+24
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Gravatar Thomas Gleixner 11-54/+249
2008-10-22stop_machine: fix error code handling on multiple cpusGravatar Heiko Carstens 1-3/+6
2008-10-22stop_machine: use workqueues instead of kernel threadsGravatar Heiko Carstens 1-70/+41
2008-10-22workqueue: introduce create_rt_workqueueGravatar Heiko Carstens 1-1/+6
2008-10-22Make panic= and panic_on_oops into core_paramsGravatar Rusty Russell 1-14/+3
2008-10-22core_param() for genuinely core kernel parametersGravatar Rusty Russell 1-7/+7
2008-10-22param: Fix duplicate module prefixesGravatar Rusty Russell 1-120/+141
2008-10-22module: check kernel param length at compile time, not runtimeGravatar Rusty Russell 1-5/+2
2008-10-22Remove stop_machine during module load v2Gravatar Andi Kleen 1-25/+22
2008-10-22module: simplify load_module.Gravatar Rusty Russell 1-136/+99
2008-10-21NOHZ: fix thinko in the timer restart code pathGravatar Thomas Gleixner 1-1/+11
2008-10-21rcupdate: fix bug of rcu_barrier*()Gravatar Lai Jiangshan 1-9/+10
2008-10-21genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Gravatar Dean Nelson 1-0/+1
2008-10-21[PATCH] sanitize blkdev_get() and friendsGravatar Al Viro 1-1/+1
2008-10-21[PATCH] propagate mode through swsusp_close()Gravatar Al Viro 3-5/+5
2008-10-21[PATCH] pass fmode_t to blkdev_put()Gravatar Al Viro 1-4/+4
2008-10-21genirq: fix set_irq_type() when recording trigger typeGravatar Chris Friesen 1-1/+1
2008-10-20kexec: fix crash_save_vmcoreinfo_init build problemGravatar Luck, Tony 1-0/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 26-1344/+4711
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-230/+298
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 23-660/+778
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hGravatar Harvey Harrison 1-1/+1
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hGravatar Harvey Harrison 1-1/+1
2008-10-20kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.Gravatar Ken'ichi Ohmichi 1-0/+2
2008-10-20kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)Gravatar Oleg Nesterov 1-3/+2
2008-10-20make ptrace_untrace() staticGravatar Adrian Bunk 1-1/+1
2008-10-20cpuset: use seq_*mask_* to print masksGravatar Lai Jiangshan 1-8/+4
2008-10-20cpuset.c: remove extra variableGravatar Rakib Mullick 1-3/+2
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayGravatar Paul Menage 1-83/+139
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setGravatar Lai Jiangshan 2-25/+22
2008-10-20kernel/configs.c: remove useless commentsGravatar WANG Cong 1-9/+0
2008-10-20container freezer: rename check_if_frozen()Gravatar Matt Helsley 1-4/+8
2008-10-20container freezer: make freezer state names less genericGravatar Matt Helsley 1-28/+28
2008-10-20container freezer: prevent frozen tasks or cgroups from changingGravatar Matt Helsley 1-17/+26