Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 215 | -3916/+10580 | |
|\ | ||||||
| *---. | Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096 | Ingo Molnar | 2008-12-12 | 60 | -487/+1211 | |
| |\ \ \ | ||||||
| | | | * | x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameter | Niels de Vos | 2008-12-02 | 2 | -11/+0 | |
| | | | * | x86: drop REBOOT_CF9_COND from reboot fallback chain | H. Peter Anvin | 2008-11-24 | 1 | -4/+4 | |
| | | | * | x86: revert default reboot method to REBOOT_KBD | H. Peter Anvin | 2008-11-22 | 1 | -1/+1 | |
| | | | * | x86: attempt reboot via port CF9 if we have standard PCI ports | H. Peter Anvin | 2008-11-11 | 4 | -9/+34 | |
| | | | * | x86: call machine_shutdown and stop all CPUs in native_machine_halt | Ivan Vecera | 2008-11-11 | 5 | -13/+24 | |
| | | * | | x86: clean up get_smp_config() | Yinghai Lu | 2008-12-08 | 2 | -14/+22 | |
| | | * | | Merge branch 'linus' into x86/quirks | Ingo Molnar | 2008-12-08 | 625 | -6630/+11585 | |
| | | |\ \ | ||||||
| | | * | | | x86: fix wakeup_cpu with numaq/es7000 v2 - call ->update_genapic() | Yinghai Lu | 2008-11-20 | 1 | -1/+11 | |
| | | * | | | x86: use update_genapic to get rid of ES7000_CLUSTERED_APIC v2 | Yinghai Lu | 2008-11-18 | 5 | -32/+80 | |
| | | * | | | x86: fix wakeup_cpu with numaq/es7000, v2, fix #2 | Ingo Molnar | 2008-11-18 | 1 | -2/+4 | |
| | | * | | | x86: fix wakeup_cpu with numaq/es7000, v2, fix | Yinghai Lu | 2008-11-18 | 11 | -15/+48 | |
| | | * | | | x86: fix wakeup_cpu with numaq/es7000, v2 | Yinghai Lu | 2008-11-17 | 15 | -95/+110 | |
| | * | | | | sparse irqs: add irqnr.h to the user headers list | Ingo Molnar | 2008-12-12 | 1 | -0/+1 | |
| | * | | | | sparse irqs: handle !GENIRQ platforms | Ingo Molnar | 2008-12-12 | 3 | -4/+13 | |
| | * | | | | sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ build | Yinghai Lu | 2008-12-09 | 1 | -1/+1 | |
| | * | | | | sparseirq: fix Alpha build failure | Yinghai Lu | 2008-12-09 | 3 | -19/+29 | |
| | * | | | | sparseirq: fix typo in !CONFIG_IO_APIC case | Ingo Molnar | 2008-12-08 | 1 | -5/+2 | |
| | * | | | | x86, MSI: pass irq_cfg and irq_desc | Yinghai Lu | 2008-12-08 | 3 | -154/+222 | |
| | * | | | | x86: MSI start irq numbering from nr_irqs_gsi | Yinghai Lu | 2008-12-08 | 3 | -9/+19 | |
| | * | | | | x86: use NR_IRQS_LEGACY | Yinghai Lu | 2008-12-08 | 5 | -10/+12 | |
| | * | | | | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 2008-12-08 | 23 | -163/+649 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 2008-12-12 | 166 | -1646/+2889 | |
| |\ \ \ \ | ||||||
| | * | | | | sched: add missing arch_update_cpu_topology() call | Heiko Carstens | 2008-12-12 | 1 | -2/+6 | |
| | * | | | | sched: let arch_update_cpu_topology indicate if topology changed | Heiko Carstens | 2008-12-12 | 3 | -4/+11 | |
| | * | | | | Merge commit 'v2.6.28-rc8' into sched/core | Ingo Molnar | 2008-12-12 | 364 | -3086/+5447 | |
| | |\ \ \ \ | ||||||
| | * | | | | | sched: idle_balance() does not call load_balance_newidle() | Vaidyanathan Srinivasan | 2008-12-08 | 1 | -1/+1 | |
| | * | | | | | sched: fix sd_parent_degenerate on non-numa smp machine | Ken Chen | 2008-12-08 | 1 | -0/+2 | |
| | * | | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2008-12-08 | 208 | -2284/+4527 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | sched: add uid information to sched_debug for CONFIG_USER_SCHED | Arun R Bharadwaj | 2008-12-01 | 4 | -1/+18 | |
| | * | | | | | | sched: move double_unlock_balance() higher | Alexey Dobriyan | 2008-11-28 | 2 | -38/+33 | |
| | * | | | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2008-11-28 | 1 | -2/+3 | |
| | |\ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ | Merge branch 'tracing/fastboot' into cpus4096 | Ingo Molnar | 2008-12-12 | 185 | -2970/+5800 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tracing/fastboot: include missing headers | Frederic Weisbecker | 2008-12-12 | 1 | -0/+4 | |
| | * | | | | | | | | tracing/fastboot: fix len of func buffer | Stephen Rothwell | 2008-12-12 | 1 | -2/+2 | |
| | * | | | | | | | | Merge branches 'tracing/function-graph-tracer' and 'tracing/ring-buffer' into... | Ingo Molnar | 2008-12-12 | 1 | -4/+6 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | ring_buffer: fix comments | Lai Jiangshan | 2008-12-08 | 1 | -4/+6 | |
| | * | | | | | | | | | tracing/function-graph-tracer: fix 'flags' variable mismatch | Ingo Molnar | 2008-12-08 | 1 | -3/+3 | |
| | * | | | | | | | | | tracing/function-graph-tracer: append the tracing_graph_flag | Frederic Weisbecker | 2008-12-08 | 5 | -14/+26 | |
| | * | | | | | | | | | tracing/function-graph-tracer: turn tracing_selftest_running into an int | Frederic Weisbecker | 2008-12-08 | 1 | -5/+7 | |
| | * | | | | | | | | | tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia... | Frederic Weisbecker | 2008-12-08 | 7 | -15/+21 | |
| | * | | | | | | | | | tracing/function-graph-tracer: implement a print_headers function | Frederic Weisbecker | 2008-12-08 | 1 | -4/+29 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | ftrace: use init_struct_pid as swapper pid | Steven Rostedt | 2008-12-05 | 1 | -1/+1 | |
| | * | | | | | | | | tracing/ftrace: provide the macro task_curr_ret_stack() | Frederic Weisbecker | 2008-12-05 | 2 | -7/+12 | |
| | * | | | | | | | | tracing/ftrace: fix the check of ftrace_trace_task | Frederic Weisbecker | 2008-12-05 | 1 | -1/+1 | |
| | * | | | | | | | | tracing/ftrace: don't insert TRACE_PRINT during selftests | Frederic Weisbecker | 2008-12-05 | 1 | -1/+12 | |
| | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing... | Ingo Molnar | 2008-12-05 | 124 | -1129/+1735 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | tracing/function-graph-tracer: handle ftrace_printk entries | Frederic Weisbecker | 2008-12-04 | 4 | -9/+97 | |
| | * | | | | | | | | | | ftrace: avoid duplicated function when writing set_graph_function | Liming Wang | 2008-12-04 | 1 | -2/+8 |