aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-19sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu1-8/+3
2008-12-19printk: fix discarding message when recursion_bugHiroshi Shimamoto1-1/+1
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich1-10/+6
2008-12-19ftrace: introduce tracing_reset_online_cpus() helperPekka J Enberg8-63/+20
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' into tracing/coreIngo Molnar14-57/+105
2008-12-19sched: fix warning in kernel/sched.cIngo Molnar1-1/+1
2008-12-19sched: activate active load balancing in new idle cpusVaidyanathan Srinivasan1-0/+54
2008-12-19sched: bias task wakeups to preferred semi-idle packagesVaidyanathan Srinivasan1-0/+18
2008-12-19sched: nominate preferred wakeup cpuVaidyanathan Srinivasan1-0/+12
2008-12-19sched: favour lower logical cpu number for sched_mc balanceVaidyanathan Srinivasan1-2/+2
2008-12-19sched: framework for sched_mc/smt_power_savings=NGautham R Shenoy1-3/+14
2008-12-19futex: clean up futex_(un)lock_pi fault handlingDarren Hart1-14/+12
2008-12-19tracing: fix warnings in kernel/trace/trace_sched_switch.cIngo Molnar2-1/+2
2008-12-19tracing: fix warning in kernel/trace/trace.cIngo Molnar1-1/+0
2008-12-19hrtimers: fix warning in kernel/hrtimer.cIngo Molnar1-1/+5
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney7-16/+1883
2008-12-18Merge branch 'linus' into core/rcuIngo Molnar49-396/+955
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro1-5/+0
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen3-4/+5
2008-12-18tracing/ring-buffer: remove unused ring_buffer sizeLai Jiangshan1-3/+1
2008-12-18trace: fix task state printoutThomas Gleixner1-22/+17
2008-12-18ftrace: add not to regex on filtering functionsSteven Rostedt1-2/+13
2008-12-18trace: better use of stack_trace_enabled for boot up codeSteven Rostedt1-7/+4
2008-12-18trace: add a way to enable or disable the stack tracerSteven Rostedt3-8/+67
2008-12-18futex: rename field in futex_q to clarify single waiter semanticsDarren Hart1-5/+6
2008-12-17Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar5-7/+153
2008-12-17Merge branch 'linus' into cpus4096Ingo Molnar2-4/+4
2008-12-17tracing/ftrace: add the printk-msg-only optionFrederic Weisbecker2-1/+27
2008-12-17tracing/ftrace: use preempt_enable_no_resched_notrace in ring_buffer_time_stamp()Frederic Weisbecker1-1/+1
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu5-7/+153
2008-12-17rcu: fix rcutorture behavior during rebootPaul E. McKenney1-10/+56
2008-12-16resources: skip sanity check of busy resourcesArjan van de Ven1-0/+9
2008-12-16sched: use RCU variant of list traversal in for_each_leaf_rt_rq()Bharata B Rao1-1/+1
2008-12-16sched, cpuacct: export percpu cpuacct cgroup statsKen Chen1-0/+20
2008-12-16sched, cpuacct: refactoring cpuusage_read / cpuusage_writeKen Chen1-17/+39
2008-12-16Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar7-134/+120
2008-12-16sched: optimize update_curr()Peter Zijlstra1-0/+2
2008-12-16sched: fix wakeup preemption clockMike Galbraith2-5/+4
2008-12-15cgroups: fix a race between rmdir and remountPaul Menage1-1/+1
2008-12-14Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds1-3/+3
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 cpulist_scnprintf to take pointers.Rusty Russell7-12/+12
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-5/+6
2008-12-12posix-timers: check ->it_signal instead of ->it_pid to validate the timerOleg Nesterov1-10/+7
2008-12-12posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov1-20/+23
2008-12-12nohz: suppress needless timer reprogrammingWoodruff, Richard1-17/+24
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