| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: print the continous part of fixed mtrrs together | Yinghai Lu | 2009-03-14 | 1 | -10/+48 |
* | x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=y | Yinghai Lu | 2009-03-14 | 1 | -6/+14 |
* | x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs | Andreas Herrmann | 2009-03-13 | 1 | -21/+30 |
* | x86: separate mtrr cleanup/mtrr_e820 trim to separate file | Yinghai Lu | 2009-03-13 | 4 | -1055/+1094 |
* | x86: print out mtrr_range_state when user specify size | Yinghai Lu | 2009-03-13 | 1 | -0/+2 |
* | x86: more MTRR debug printouts | Yinghai Lu | 2009-03-13 | 1 | -44/+51 |
*-. | Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an... | Ingo Molnar | 2009-03-12 | 3 | -4/+789 |
|\ \ |
|
| * | | x86: cpu architecture debug code, build fix, cleanup | Jaswinder Singh Rajput | 2009-03-11 | 1 | -1/+2 |
| * | | x86: cpu architecture debug code | Jaswinder Singh Rajput | 2009-03-10 | 2 | -0/+786 |
| * | | x86: BUG to BUG_ON changes | Stoyan Gaydarov | 2009-03-10 | 1 | -4/+2 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/core | Ingo Molnar | 2009-03-11 | 10 | -165/+718 |
|\ \ \ \ \
| | |_|/ /
| |/| | /
| | | |/ |
|
| | | * | Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." | Dave Jones | 2009-03-09 | 1 | -1/+0 |
| | * | | x86, mce: use round_jiffies() instead round_jiffies_relative() | KOSAKI Motohiro | 2009-03-10 | 1 | -2/+2 |
| * | | | x86: remove smp_apply_quirks()/smp_checks() | Yinghai Lu | 2009-03-08 | 2 | -0/+77 |
| * | | | Merge branch 'x86/mce2' into x86/core | Ingo Molnar | 2009-03-05 | 6 | -163/+640 |
| |\| | |
|
| | * | | x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c | Ingo Molnar | 2009-03-04 | 1 | -3/+7 |
| | * | | Merge branch 'x86/core' into x86/mce2 | H. Peter Anvin | 2009-02-24 | 11 | -209/+230 |
| | |\ \ |
|
| | * | | | x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-24 | 1 | -5/+5 |
| | * | | | x86, mce, cmci: add CMCI support | Andi Kleen | 2009-02-24 | 2 | -3/+218 |
| | * | | | x86, mce, cmci: use polled banks bitmap in machine check poller | Andi Kleen | 2009-02-24 | 2 | -5/+14 |
| | * | | | x86, mce: replace machine check events logged interval with ratelimit | Andi Kleen | 2009-02-24 | 1 | -6/+5 |
| | * | | | x86, mce, cmci: avoid potential reentry of threshold interrupt | Andi Kleen | 2009-02-24 | 1 | -1/+2 |
| | * | | | x86, mce, cmci: factor out threshold interrupt handler | Andi Kleen | 2009-02-24 | 3 | -9/+31 |
| | * | | | x86, mce, cmci: export MAX_NR_BANKS | Andi Kleen | 2009-02-24 | 1 | -6/+0 |
| | * | | | Merge branch 'x86/urgent' into x86/mce2 | H. Peter Anvin | 2009-02-23 | 5 | -26/+33 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | x86, mce: remove invalid __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-23 | 1 | -3/+3 |
| | * | | | x86, mce: use %ll instead of %L for 64-bit numbers | H. Peter Anvin | 2009-02-19 | 1 | -4/+4 |
| | * | | | x86, mce: separate correct machine check poller and fatal exception handler | Andi Kleen | 2009-02-19 | 2 | -22/+109 |
| | * | | | x86, mce: factor out duplicated struct mce setup into one function | Andi Kleen | 2009-02-19 | 3 | -13/+16 |
| | * | | | x86, mce: implement dynamic machine check banks support | Andi Kleen | 2009-02-19 | 1 | -32/+115 |
| | * | | | x86, mce: fix a race condition in mce_read() | Huang Ying | 2009-02-17 | 1 | -17/+24 |
| | * | | | x86, mce: disable machine checks on offlined CPUs | Andi Kleen | 2009-02-17 | 1 | -0/+23 |
| | * | | | x86, mce: don't set up mce sysdev devices with mce=off | Andi Kleen | 2009-02-17 | 1 | -4/+4 |
| | * | | | x86, mce: switch machine check polling to per CPU timer | Andi Kleen | 2009-02-17 | 1 | -23/+45 |
| | * | | | x86, mce: always use separate work queue to run trigger | Andi Kleen | 2009-02-17 | 1 | -7/+18 |
| | * | | | x86, mce: don't disable machine checks during code patching | Andi Kleen | 2009-02-17 | 2 | -28/+0 |
| | * | | | x86, mce: disable machine checks on suspend | Andi Kleen | 2009-02-17 | 1 | -0/+25 |
| * | | | | Merge branch 'x86/core' into core/percpu | Ingo Molnar | 2009-03-04 | 1 | -18/+2 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 2009-02-24 | 1 | -1/+1 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | alloc_percpu: change percpu_ptr to per_cpu_ptr | Rusty Russell | 2009-02-20 | 1 | -1/+1 |
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*-----. \ \ \ \ | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 2009-03-04 | 1 | -18/+2 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | /
| | | | | |_|/
| | | | |/| | |
|
| * | | | | | | x86: remove double copy of show_cpuinfo_core for 32 and 64 bit | Jaswinder Singh Rajput | 2009-02-28 | 1 | -18/+2 |
| | | | | | | | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
| \ \ \ \ \ \ | |
*-----. \ \ \ \ \ \ | Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '... | Ingo Molnar | 2009-02-24 | 13 | -226/+269 |
|\ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / /
| | |/| | / / / / /
| | | | |/ / / / /
| | | |/| | / / /
| | | | | |/ / /
| | | | |/| | | |
|
| | | | | | | | | |
| | | | \ \ \ \ | |
| | | *-. \ \ \ \ | Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core | Ingo Molnar | 2009-02-20 | 5 | -13/+13 |
| | | |\ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | | |
|
| | | | * | | | | | x86: use symbolic constants for MSR_IA32_MISC_ENABLE bits | Vegard Nossum | 2009-02-20 | 5 | -13/+13 |
| | | |/ / / / /
| | |/| | | | | |
|
| | | * | | | | | Merge branch 'x86/urgent' into x86/core | Ingo Molnar | 2009-02-20 | 2 | -7/+10 |
| | | |\ \ \ \ \ |
|
| * | | \ \ \ \ \ | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 4 | -11/+14 |
| |\ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | / / / /
| | | |_|/ / / /
| | |/| | | | | |
|
| | * | | | | | | x86, mce: remove incorrect __cpuinit for mce_cpu_features() | H. Peter Anvin | 2009-02-20 | 3 | -4/+4 |
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-02-19 | 1 | -2/+3 |
| | |\ \ \ \ \
| | | | |_|_|/
| | | |/| | | |
|
| | | * | | | | x86, mce: use force_sig_info to kill process in machine check | Andi Kleen | 2009-02-17 | 1 | -2/+2 |