| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, apic: refactor ->apic_id_mask & APIC_ID_MASK | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86: refactor ->enable_apic_mode() subarch methods | Ingo Molnar | 2009-01-28 | 1 | -1/+2 |
* | x86, apic: clean up ->setup_apic_routing() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: clean up ->init_apic_ldr() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86: rename ->ESR_DISABLE to ->disable_esr | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86: clean up esr_disable() methods | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86: clean up apic->apic_id_registered() methods | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86: move apic variables to apic.c | Brian Gerst | 2009-01-27 | 1 | -0/+18 |
* | Merge branch 'cpus4096' into core/percpu | Ingo Molnar | 2009-01-21 | 1 | -0/+5 |
|\ |
|
| * | x86: put trigger in to detect mismatched apic versions. | Mike Travis | 2009-01-16 | 1 | -0/+5 |
* | | x86: fully honor "nolapic", fix | Ingo Molnar | 2009-01-19 | 1 | -0/+2 |
* | | x86: make early_per_cpu() a lvalue and use it | Tejun Heo | 2009-01-16 | 1 | -11/+2 |
* | | x86: avoid early crash in disable_local_APIC() | Jan Beulich | 2009-01-15 | 1 | -0/+4 |
* | | x86: fully honor "nolapic" | Jan Beulich | 2009-01-15 | 1 | -1/+6 |
|/ |
|
* | x86: fix apic.c build error on latest git | Jaswinder Singh Rajput | 2009-01-12 | 1 | -0/+1 |
*-. | Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8... | Ingo Molnar | 2009-01-06 | 1 | -10/+8 |
|\ \ |
|
| | * | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 1 | -2/+2 |
| | |\
| |/ /
|/| | |
|
| | * | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids | Mike Travis | 2009-01-03 | 1 | -2/+2 |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 2009-01-03 | 1 | -17/+5 |
| | |\ |
|
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-30 | 1 | -84/+59 |
| | | |\ |
|
| * | | | | x86: apic.c fix style problems | Jaswinder Singh Rajput | 2009-01-04 | 1 | -8/+6 |
|/ / / / |
|
* | | | | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2009-01-02 | 1 | -16/+18 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -16/+18 |
| |\ \ \ \
| | |/ / /
| | | | /
| | |_|/
| |/| | |
|
| | * | | x86: fix lguest used_vectors breakage, -v2 | Yinghai Lu | 2008-12-23 | 1 | -2/+0 |
| | * | | x86: use possible_cpus=NUM to extend the possible cpus allowed | Mike Travis | 2008-12-18 | 1 | -8/+12 |
| | * | | Merge branch 'x86/apic' into cpus4096 | Ingo Molnar | 2008-12-18 | 1 | -67/+54 |
| | |\ \ |
|
| | * | | | x86: Use cpumask accessors code for possible/present maps. | Mike Travis | 2008-12-16 | 1 | -2/+2 |
| | * | | | x86: prepare for cpumask iterators to only go to nr_cpu_ids | Mike Travis | 2008-12-16 | 1 | -1/+1 |
| | * | | | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers | Mike Travis | 2008-12-16 | 1 | -3/+3 |
| | | |/
| | |/| |
|
| | * | | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 | 1 | -4/+4 |
* | | | | x86: apic.c: xapic_icr_read and x2apic_icr_read should be static | Jaswinder Singh Rajput | 2008-12-30 | 1 | -2/+2 |
* | | | | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2008-12-29 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-12-28 | 1 | -1/+2 |
| |\ \ \ |
|
| | * | | | tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt | Frederic Weisbecker | 2008-12-12 | 1 | -1/+2 |
| | |/ / |
|
* | | | | x86: apic.c x2apic_preenabled and disable_x2apic should be static | Jaswinder Singh | 2008-12-27 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge branch 'x86/irq' into x86/core | Ingo Molnar | 2008-12-23 | 1 | -10/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/apic' into x86/irq | Ingo Molnar | 2008-12-23 | 1 | -67/+54 |
| |\ \ \ |
|
| * | | | | x86: hardirq: introduce inc_irq_stat() | Hiroshi Shimamoto | 2008-12-12 | 1 | -10/+3 |
| | |/ /
| |/| | |
|
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*---. \ \ \ | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 2008-12-23 | 1 | -73/+54 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | / /
| | |_|/ /
| |/| | | |
|
| | | * | | x86: kill #ifdef for exit_idle() | Hiroshi Shimamoto | 2008-12-12 | 1 | -6/+0 |
| |_|/ /
|/| | | |
|
| * | | | Merge commit 'v2.6.28-rc9' into x86/apic | Ingo Molnar | 2008-12-23 | 1 | -1/+1 |
| |\ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | x86: apic reset counter on shutdown | Thomas Gleixner | 2008-11-11 | 1 | -0/+1 |
| * | | x86: apic - use pr_ macros for logging | Cyrill Gorcunov | 2008-11-10 | 1 | -63/+53 |
| * | | x86: apic - calibrate_APIC_clock remove redundant irq-enable-disable | Cyrill Gorcunov | 2008-11-10 | 1 | -4/+0 |
| |/ |
|
* | | enable_IR_x2apic() needs to be __init | Al Viro | 2008-11-30 | 1 | -1/+1 |
|/ |
|
* | x86: apic - unify APIC_DIVISOR | Cyrill Gorcunov | 2008-10-16 | 1 | -6/+2 |
* | x86: io-apic - interrupt remapping fix | Cyrill Gorcunov | 2008-10-16 | 1 | -3/+10 |
* | x86: apic - fix unused vars warning in calibrate_APIC_clock | Cyrill Gorcunov | 2008-10-16 | 1 | -34/+47 |
* | x86: apic - skip writting ESR register if we dont have on | Cyrill Gorcunov | 2008-10-16 | 1 | -1/+1 |
* | x86: apic - lapic_setup_esr does not handle esr_disable - fix it | Cyrill Gorcunov | 2008-10-16 | 1 | -30/+33 |