summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-3112-268/+575
|\
| * Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-307-249/+527
| |\
| | *---. Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-2526-370/+700
| | |\ \ \
| | | * | | sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2008-12-191-1/+1
| | | * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-1/+141
| | | * | | 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 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-302-3/+6
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-----. \ \ \ \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-252-3/+6
| | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | | * | | | | x86: make sure we really have an hpet mapping before using itJeremy Fitzhardinge2008-12-161-2/+3
| | | | * | | | | x86: enable HPET on Fujitsu u9200Janne Kulmala2008-12-162-1/+3
| | | | |/ / / /
| * | | | | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-303-10/+35
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar2008-12-253-10/+35
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | / / / / | | | | |_|_|_|/ / / / | | | |/| | | | | | / | | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | * | | | | | x86/swiotlb: add default swiotlb_arch_range_needs_mappingIan Campbell2008-12-171-0/+5
| | | | * | | | | | x86/swiotlb: add default phys<->bus conversionIan Campbell2008-12-171-0/+10
| | | | * | | | | | x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge2008-12-173-3/+8
| | | | * | | | | | x86: add swiotlb allocation functionsJeremy Fitzhardinge2008-12-171-0/+12
| | | | * | | | | | x86: remove unused iommu_nr_pagesJeremy Fitzhardinge2008-12-161-7/+0
| | | | | |_|/ / / | | | | |/| | | |
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-3083-4356/+4603
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-2823-923/+1465
| |\ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/rin...Ingo Molnar2008-12-2512-57/+138
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / /
| | | | * | | | | | | | | Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar2008-12-246-14/+30
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| | | | | | |
| | | | * | | | | | | | | x86, bts: memory accountingMarkus Metzger2008-12-201-11/+34
| | | | * | | | | | | | | x86, bts: add fork and exit handlingMarkus Metzger2008-12-204-32/+69
| | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3Frederic Weisbecker2008-12-252-1/+6
| | | |/ / / / / / / /
| | * | | | | | | | | Merge branch 'x86/tsc' into tracing/coreIngo Molnar2008-12-254-4/+33
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-197-41/+46
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | Merge branches 'tracing/ftrace' and 'tracing/hw-branch-tracing' into tracing/...Ingo Molnar2008-12-181-33/+28
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | x86, bts: correctly report invalid bts recordsMarkus Metzger2008-12-161-0/+3
| | | * | | | | | | | | x86, bts: remove recursion from get_contextMarkus Metzger2008-12-161-33/+25
| | * | | | | | | | | | x86: entry_64 - introduce FTRACE_ frame macro v2Cyrill Gorcunov2008-12-171-50/+7
| | |/ / / / / / / / /
| | | | | | | | | | |
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-...Ingo Molnar2008-12-169-731/+664
| | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | x86, bts: fix build errorIngo Molnar2008-12-121-1/+1
| | | | * | | | | | | | | x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger2008-12-125-729/+657
| | | | * | | | | | | | | x86, bts: turn BUG_ON into WARN_ON_ONCEMarkus Metzger2008-12-122-4/+5
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | tracing/function-graph-tracer: add a new .irqentry.text section, fixIngo Molnar2008-12-121-0/+1
| | | * | | | | | | | | tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interruptFrederic Weisbecker2008-12-122-2/+4
| | | * | | | | | | | | tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker2008-12-121-0/+1
| | |/ / / / / / / / /
| | * | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | * | | | | | | | | | tracing/function-graph-tracer: support for x86-64Frederic Weisbecker2008-12-023-1/+85
OpenPOWER on IntegriCloud