summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis...Ingo Molnar2008-12-1717-375/+532
|\
| * x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.cMike Travis2008-12-161-53/+55
| * x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.cMike Travis2008-12-161-22/+19
| * x86: Use cpumask accessors code for possible/present maps.Mike Travis2008-12-161-2/+2
| * x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis2008-12-161-1/+1
| * x86: cosmetic changes apic-related files.Mike Travis2008-12-166-70/+74
| * x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-163-14/+16
| * x86: Update io_apic.c to use new cpumask APIMike Travis2008-12-161-157/+145
| * x86: update add-cpu_mask_to_apicid_and to use struct cpumask*Mike Travis2008-12-164-25/+26
| * x86: Add cpu_mask_to_apicid_andMike Travis2008-12-164-0/+74
| * x86: move and enhance debug printk for nr_cpu_ids etc.Mike Travis2008-12-161-6/+11
| * x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-1611-172/+256
* | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-173-14/+16
|\ \ | |/ |/|
| * x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-143-14/+16
* | x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.Mike Travis2008-12-161-2/+2
* | Merge ../linux-2.6-x86Rusty Russell2008-12-1333-1334/+1921
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar2008-12-1217-317/+531
| |\ \ \ \
| | | | * | x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameterNiels de Vos2008-12-021-4/+0
| | | | * | x86: drop REBOOT_CF9_COND from reboot fallback chainH. Peter Anvin2008-11-241-4/+4
| | | | * | x86: revert default reboot method to REBOOT_KBDH. Peter Anvin2008-11-221-1/+1
| | | | * | x86: attempt reboot via port CF9 if we have standard PCI portsH. Peter Anvin2008-11-111-7/+27
| | | | * | x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera2008-11-113-13/+21
| | | * | | x86: clean up get_smp_config()Yinghai Lu2008-12-082-14/+22
| | | * | | Merge branch 'linus' into x86/quirksIngo Molnar2008-12-0818-96/+167
| | | |\ \ \
| | | * | | | x86: use update_genapic to get rid of ES7000_CLUSTERED_APIC v2Yinghai Lu2008-11-181-4/+13
| | | * | | | x86: fix wakeup_cpu with numaq/es7000, v2, fix #2Ingo Molnar2008-11-181-2/+4
| | | * | | | x86: fix wakeup_cpu with numaq/es7000, v2, fixYinghai Lu2008-11-185-14/+36
| | | * | | | x86: fix wakeup_cpu with numaq/es7000, v2Yinghai Lu2008-11-173-29/+40
| | * | | | | x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-137/+181
| | * | | | | x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu2008-12-082-8/+18
| | * | | | | x86: use NR_IRQS_LEGACYYinghai Lu2008-12-083-7/+7
| | * | | | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-086-113/+197
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-124-27/+30
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | tracing/function-graph-tracer: append the tracing_graph_flagFrederic Weisbecker2008-12-081-1/+4
| * | | | | tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...Frederic Weisbecker2008-12-083-8/+6
| * | | | | ftrace: add checks on ret stack in function graphSteven Rostedt2008-12-031-0/+17
| * | | | | ftrace: function graph return for function entrySteven Rostedt2008-12-033-1/+12
| * | | | | ftrace: print real return in dumpstack for function graphSteven Rostedt2008-12-034-6/+42
| * | | | | ftrace: add ftrace_graph_stop()Steven Rostedt2008-12-031-4/+6
| * | | | | ftrace: have function graph use mcount caller addressSteven Rostedt2008-12-032-0/+2
| * | | | | ftrace: clean up function graph asmSteven Rostedt2008-12-031-16/+4
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar2008-12-0310-592/+417
| |\ \ \ \ \ \
| | | * | | | | x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman2008-10-275-576/+363
| | | * | | | | i386, dumpstack: unify die()Alexander van Heukelum2008-10-222-8/+8
| | | * | | | | i386, dumpstack: use oops_begin/oops_end in die_nmiAlexander van Heukelum2008-10-222-24/+13
| | | * | | | | i386, dumpstack: use x86_64's method to account die_nest_countAlexander van Heukelum2008-10-221-12/+17
| | | * | | | | x86, dumpstack: always call oops_exit from oops_endAlexander van Heukelum2008-10-222-7/+6
| | | * | | | | x86_64, dumpstack: move kexec_crash from __die to oops_endAlexander van Heukelum2008-10-221-5/+4
| | | * | | | | x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum2008-10-222-7/+9
| | | * | | | | i386, dumpstack: move crash_kexec before bust_spinlocks(0) in oops_endAlexander van Heukelum2008-10-221-2/+3
OpenPOWER on IntegriCloud