aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-31sched clock: revert various sched_clock() changesIngo Molnar2-98/+13
2008-07-30Merge branch 'sched/urgent' into sched/clockIngo Molnar4-13/+12
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-0/+155
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar65-1796/+2718
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar5-187/+157
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds1-107/+19
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar23-283/+617
2008-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-188/+157
2008-07-28sched: move sched_clock before first useHugh Dickins1-10/+9
2008-07-28sched: test runtime rather than period in global_rt_runtime()roel kluin1-1/+1
2008-07-28sched: fix SCHED_HRTICK dependencyOGAWA Hirofumi1-1/+1
2008-07-28sched: fix warning in hrtick_start_fair()Peter Zijlstra1-1/+1
2008-07-28stop_machine: fix up ftrace.cRusty Russell1-3/+3
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2-6/+6
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell2-15/+15
2008-07-28Hotplug CPU: don't check cpu_online after take_cpu_downRusty Russell1-2/+2
2008-07-28Simplify stop_machineRusty Russell2-176/+126
2008-07-28stop_machine: add ALL_CPUS optionJason Baron1-7/+25
2008-07-28module: fix build warning with !CONFIG_KALLSYMSWANG Cong1-12/+13
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-7/+7
2008-07-27task IO accounting: improve code readabilityAndrea Righi3-47/+12
2008-07-27tracing: remove unused variableAndrea Righi1-1/+0
2008-07-27lost sysctl fixAl Viro1-7/+9
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro1-0/+1
2008-07-26[PATCH] kill altrootAl Viro3-10/+0
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-5/+5
2008-07-26[PATCH] sanitize proc_sysctlAl Viro1-0/+15
2008-07-26[PATCH] sysctl: keep track of tree relationshipsAl Viro1-0/+63
2008-07-26[PATCH] allow delayed freeing of ctl_table_headerAl Viro1-1/+36
2008-07-26[PATCH] beginning of sysctl cleanup - ctl_table_setAl Viro1-10/+31
2008-07-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-16/+22
2008-07-26make cgroup_seqfile_release() staticAdrian Bunk1-1/+1
2008-07-26tracehook: wait_task_inactiveRoland McGrath3-4/+29
2008-07-26tracehook: force signal_pending()Roland McGrath1-1/+3
2008-07-26tracehook: deathRoland McGrath2-20/+16
2008-07-26tracehook: job controlRoland McGrath1-5/+5
2008-07-26tracehook: get_signal_to_deliverRoland McGrath1-11/+27
2008-07-26tracehook: tracehook_consider_fatal_signalRoland McGrath1-4/+5
2008-07-26tracehook: tracehook_consider_ignored_signalRoland McGrath1-11/+16
2008-07-26tracehook: release_taskRoland McGrath1-12/+9
2008-07-26tracehook: vfork-doneRoland McGrath1-4/+1
2008-07-26tracehook: cloneRoland McGrath1-41/+28
2008-07-26tracehook: exitRoland McGrath1-4/+2
2008-07-26tracehook: unexport ptrace_notifyRoland McGrath1-1/+0
2008-07-26use WARN() in kernel/irq/chip.cArjan van de Ven1-8/+4
2008-07-26Use WARN() in kernel/irq/manage.cArjan van de Ven1-2/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26relay: add buffer-only channels; useful for early loggingEduard - Gabriel Munteanu1-29/+141
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu4-6/+31