aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-30sched: make scheduler sysfs attributes sysdev class devicesGravatar Andi Kleen 1-11/+11
2008-07-30workqueues: add comments to __create_workqueue_key()Gravatar Oleg Nesterov 1-1/+12
2008-07-30printk: fix comment for printk ratelimitingGravatar Uwe Kleine-König 1-4/+4
2008-07-30markers: fix markers read barrier for multiple probesGravatar Mathieu Desnoyers 1-2/+10
2008-07-30cpuset: clean up cpuset hierarchy traversal codeGravatar Li Zefan 1-13/+8
2008-07-30cpuset: fix wrong calculation of relax domain levelGravatar Li Zefan 1-1/+1
2008-07-30cpuset: speed up sched domain partitionGravatar Lai Jiangshan 1-4/+37
2008-07-30cpuset: a bit cleanup for scan_for_empty_cpusets()Gravatar Li Zefan 1-5/+2
2008-07-30cgroup: uninline cgroup_has_css_refs()Gravatar Li Zefan 1-1/+1
2008-07-30cgroup: remove duplicate code in allocate_cg_link()Gravatar Li Zefan 1-18/+12
2008-07-30cgroup: fix possible memory leakGravatar Li Zefan 1-2/+5
2008-07-30resource: add resource_size()Gravatar Magnus Damm 1-1/+1
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 2-0/+155
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+3
2008-07-29Merge branch 'linus' into core/generic-dma-coherentGravatar Ingo Molnar 65-1798/+2720
2008-07-28Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 5-188/+158
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Gravatar Linus Torvalds 1-108/+20
2008-07-28Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 23-283/+617
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 5-189/+158
2008-07-28stop_machine: fix up ftrace.cGravatar Rusty Russell 1-3/+3
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Gravatar Rusty Russell 2-6/+6
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskGravatar Rusty Russell 2-15/+15
2008-07-28Hotplug CPU: don't check cpu_online after take_cpu_downGravatar Rusty Russell 1-2/+2
2008-07-28Simplify stop_machineGravatar Rusty Russell 2-178/+128
2008-07-28stop_machine: add ALL_CPUS optionGravatar Jason Baron 1-7/+25
2008-07-28module: fix build warning with !CONFIG_KALLSYMSGravatar WANG Cong 1-12/+13
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingGravatar Andrea Righi 1-7/+7
2008-07-27task IO accounting: improve code readabilityGravatar Andrea Righi 3-47/+12
2008-07-27tracing: remove unused variableGravatar Andrea Righi 1-1/+0
2008-07-27lost sysctl fixGravatar Al Viro 1-7/+9
2008-07-26[PATCH] get rid of indirect users of namei.hGravatar Al Viro 1-0/+1
2008-07-26[PATCH] kill altrootGravatar Al Viro 3-10/+0
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-5/+5
2008-07-26[PATCH] sanitize proc_sysctlGravatar Al Viro 1-0/+15
2008-07-26[PATCH] sysctl: keep track of tree relationshipsGravatar Al Viro 1-0/+63
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerGravatar Al Viro 1-1/+36
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setGravatar Al Viro 1-10/+31
2008-07-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-16/+22
2008-07-26make cgroup_seqfile_release() staticGravatar Adrian Bunk 1-1/+1
2008-07-26tracehook: wait_task_inactiveGravatar Roland McGrath 3-4/+29
2008-07-26tracehook: force signal_pending()Gravatar Roland McGrath 1-1/+3
2008-07-26tracehook: deathGravatar Roland McGrath 2-20/+16
2008-07-26tracehook: job controlGravatar Roland McGrath 1-5/+5
2008-07-26tracehook: get_signal_to_deliverGravatar Roland McGrath 1-11/+27
2008-07-26tracehook: tracehook_consider_fatal_signalGravatar Roland McGrath 1-4/+5
2008-07-26tracehook: tracehook_consider_ignored_signalGravatar Roland McGrath 1-11/+16
2008-07-26tracehook: release_taskGravatar Roland McGrath 1-12/+9
2008-07-26tracehook: vfork-doneGravatar Roland McGrath 1-4/+1
2008-07-26tracehook: cloneGravatar Roland McGrath 1-41/+28
2008-07-26tracehook: exitGravatar Roland McGrath 1-4/+2