| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an... | Ingo Molnar | 2009-03-12 | 4 | -6/+790 |
|\ \ |
|
| * | | 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 | 2 | -6/+3 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/core | Ingo Molnar | 2009-03-11 | 34 | -383/+1887 |
|\ \ \ \ \
| | | | |/
| | | |/| |
|
| | | * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-03-09 | 1 | -1/+0 |
| | | |\ \ |
|
| | | | * | | 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, kexec: x86_64: add kexec jump support for x86_64 | Huang Ying | 2009-03-10 | 3 | -37/+189 |
| * | | | | | x86, kexec: x86_64: add identity map for pages at image->start | Huang Ying | 2009-03-10 | 1 | -0/+42 |
| * | | | | | x86, kexec: fix kexec x86 coding style | Huang Ying | 2009-03-10 | 4 | -30/+50 |
| | |_|_|/
| |/| | | |
|
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ... | Ingo Molnar | 2009-03-10 | 3 | -25/+53 |
| |\ \ \ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | | | * | | | x86: UV: remove uv_flush_tlb_others() WARN_ON | Cliff Wickman | 2009-03-08 | 1 | -2/+0 |
| | | | * | | | x86, percpu: setup reserved percpu area for x86_64 | Tejun Heo | 2009-03-06 | 1 | -9/+28 |
| | | | * | | | percpu, module: implement reserved allocation and use it for module percpu va... | Tejun Heo | 2009-03-06 | 1 | -4/+4 |
| | | | * | | | x86: make embedding percpu allocator return excessive free space | Tejun Heo | 2009-03-06 | 1 | -16/+28 |
| | | | * | | | percpu: use negative for auto for pcpu_setup_first_chunk() arguments | Tejun Heo | 2009-03-06 | 1 | -1/+1 |
| | | * | | | | x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs() | Markus Metzger | 2009-03-06 | 1 | -1/+1 |
| | | * | | | | x86, bts: remove bad warning | Markus Metzger | 2009-03-06 | 1 | -1/+0 |
| * | | | | | | x86: remove smp_apply_quirks()/smp_checks() | Yinghai Lu | 2009-03-08 | 3 | -78/+77 |
| |/ / / / / |
|
| * | | | | | Merge branch 'x86/uv' into x86/core | Ingo Molnar | 2009-03-05 | 6 | -1/+436 |
| |\ \ \ \ \ |
|
| | * | | | | | x86: UV, SGI RTC: fix uv_time.c for UP | Dimitri Sivanich | 2009-03-05 | 1 | -1/+3 |
| | * | | | | | x86: UV, SGI RTC: add UV RTC clocksource/clockevents | Dimitri Sivanich | 2009-03-04 | 2 | -1/+392 |
| | * | | | | | x86: UV, SGI RTC: add generic system vector | Dimitri Sivanich | 2009-03-04 | 4 | -0/+42 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'x86/mm' into x86/core | Ingo Molnar | 2009-03-05 | 2 | -4/+25 |
| |\ \ \ \ \ |
|
| | * | | | | | x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state tests | Jeremy Fitzhardinge | 2009-03-05 | 1 | -1/+3 |
| | * | | | | | x86: reserve exact size of mptable | Yinghai Lu | 2009-03-04 | 1 | -2/+2 |
| | * | | | | | x86: ioremap mptable | Yinghai Lu | 2009-03-04 | 1 | -1/+20 |
| | * | | | | | Merge branch 'x86/urgent' into x86/mm | Ingo Molnar | 2009-03-04 | 3 | -21/+12 |
| | |\ \ \ \ \ |
|
| * | \ \ \ \ \ | Merge branch 'x86/mce2' into x86/core | Ingo Molnar | 2009-03-05 | 8 | -169/+666 |
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | | |
|
| | * | | | | | | 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-03-03 | 3 | -36/+30 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'x86/core' into x86/mce2 | H. Peter Anvin | 2009-02-24 | 105 | -4120/+5221 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86, mce, cmci: recheck CMCI banks after APIC has been enabled on CPU #0 | Andi Kleen | 2009-02-24 | 1 | -0/+7 |
| | * | | | | | | | | x86, mce, cmci: disable CMCI on rebooting | Andi Kleen | 2009-02-24 | 1 | -0/+8 |
| | * | | | | | | | | 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 | 12 | -61/+74 |
| | |\ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|/
| | | |/| | | | | | |
|
| | * | | | | | | | | 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 |