summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Merge ../linux-2.6-x86Rusty Russell56-1778/+5767
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell3-5/+7
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell5-33/+40
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell7-12/+12
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-5/+6
2008-12-12Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar5-8/+202
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar13-71/+149
2008-12-12sched: add missing arch_update_cpu_topology() callHeiko Carstens1-2/+6
2008-12-12sched: let arch_update_cpu_topology indicate if topology changedHeiko Carstens1-1/+7
2008-12-12Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar19-348/+2132
2008-12-12Merge commit 'v2.6.28-rc8' into sched/coreIngo Molnar12-28/+94
2008-12-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2008-12-11fix mapping_writably_mapped()Hugh Dickins1-6/+9
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-10relayfs: fix infinite loop with splice()Tom Zanussi1-5/+2
2008-12-09sched: CPU remove deadlock fixBrian King1-0/+2
2008-12-09[PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro2-4/+5
2008-12-09[patch 1/1] audit: remove excess kernel-docRandy Dunlap1-2/+0
2008-12-09[PATCH] return records for fork() both to child and parentAl Viro2-0/+18
2008-12-09[PATCH] Audit: make audit=0 actually turn off auditEric Paris1-7/+21
2008-12-08tracing/function-graph-tracer: fix 'flags' variable mismatchIngo Molnar1-3/+3
2008-12-08sched: idle_balance() does not call load_balance_newidle()Vaidyanathan Srinivasan1-1/+1
2008-12-08tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker2-13/+7
2008-12-08tracing/function-graph-tracer: turn tracing_selftest_running into an intFrederic Weisbecker1-5/+7
2008-12-08tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...Frederic Weisbecker3-7/+4
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu1-3/+3
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu5-8/+202
2008-12-08sched: fix sd_parent_degenerate on non-numa smp machineKen Chen1-0/+2
2008-12-08Merge branch 'sched/urgent' into sched/coreIngo Molnar13-55/+88
2008-12-08tracing/function-graph-tracer: implement a print_headers functionFrederic Weisbecker1-4/+29
2008-12-05ftrace: use init_struct_pid as swapper pidSteven Rostedt1-1/+1
2008-12-05tracing/ftrace: provide the macro task_curr_ret_stack()Frederic Weisbecker1-7/+1
2008-12-05tracing/ftrace: fix the check of ftrace_trace_taskFrederic Weisbecker1-1/+1
2008-12-05tracing/ftrace: don't insert TRACE_PRINT during selftestsFrederic Weisbecker1-1/+12
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar4-9/+97
2008-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2008-12-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+23
2008-12-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro1-1/+1
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker4-9/+97
2008-12-04ftrace: avoid duplicated function when writing set_graph_functionLiming Wang1-2/+8
2008-12-04tracing: fix typo and missing inline functionIngo Molnar1-1/+5
2008-12-04ftrace: add ability to only trace swapper tasksSteven Rostedt1-11/+63
2008-12-04ftrace: use struct pidSteven Rostedt2-34/+46
2008-12-04ftrace: trace single pid for function graph tracerSteven Rostedt3-1/+14
2008-12-04ftrace: use task struct trace flag to filter on pidSteven Rostedt1-3/+25
2008-12-04ftrace: graph of a single functionSteven Rostedt3-1/+264
2008-12-04Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar10-115/+425
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar12-37/+78
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz1-0/+22