| Commit message (Expand) | Author | Age |
* | x86: remove cpu from maps | Glauber Costa | 2008-07-08 |
* | x86: change naming to match x86_64 | Glauber Costa | 2008-07-08 |
* | x86: provide connect_bsp_APIC for x86_64 | Glauber Costa | 2008-07-08 |
* | x86: change __setup_vector_irq with setup_vector_irq | Glauber Costa | 2008-07-08 |
* | x86: remove ifdef from stepping | Glauber Costa | 2008-07-08 |
* | x86: clearing io_apic harmless for x86_64 | Glauber Costa | 2008-07-08 |
* | x86: boot secondary cpus through initial_code | Glauber Costa | 2008-07-08 |
* | x86: use initial_code for i386 | Glauber Costa | 2008-07-08 |
* | x86: move x86_64 gdt closer to i386 | Glauber Costa | 2008-07-08 |
* | x86: don't use gdt_page openly. | Glauber Costa | 2008-07-08 |
* | x86: use stack_start in x86_64 | Glauber Costa | 2008-07-08 |
* | build: add __page_aligned_data and __page_aligned_bss | Jeremy Fitzhardinge | 2008-07-08 |
* | x86: unify crashkernel reservation for 32 and 64 bit | Bernhard Walle | 2008-07-08 |
* | Merge branch 'x86/fixmap' into x86/devel | Ingo Molnar | 2008-07-08 |
|\ |
|
| * | Merge branch 'linus' into x86/fixmap | Ingo Molnar | 2008-06-25 |
| |\ |
|
| * | | x86: unify __set_fixmap, fix | Ingo Molnar | 2008-06-20 |
| * | | x86/paravirt/xen: add set_fixmap pv_mmu_ops | Jeremy Fitzhardinge | 2008-06-20 |
| * | | x86: implement set_pte_vaddr | Jeremy Fitzhardinge | 2008-06-20 |
| * | | x86: unify __set_fixmap | Jeremy Fitzhardinge | 2008-06-20 |
| * | | x86: unify asm-x86/fixmap*.h | Jeremy Fitzhardinge | 2008-06-20 |
* | | | Merge branch 'x86/uv' into x86/devel | Ingo Molnar | 2008-07-08 |
|\ \ \ |
|
| * | | | x86, SGI UV: uv_ptc_proc_write fix | Cliff Wickman | 2008-07-08 |
| * | | | x86, SGI UV: TLB shootdown using broadcast assist unit, v6 | Cliff Wickman | 2008-07-08 |
| * | | | x86: increase MAX_APICS for very large x86-64 configs | Jack Steiner | 2008-07-08 |
| * | | | x86: fix stack overflow for large values of MAX_APICS | Jack Steiner | 2008-07-08 |
| * | | | SGI UV: TLB shootdown using broadcast assist unit, fix | Ingo Molnar | 2008-07-08 |
| * | | | SGI UV: clean up arch/x86/kernel/tlb_uv.c | Ingo Molnar | 2008-07-08 |
| * | | | SGI UV: TLB shootdown using broadcast assist unit | Ingo Molnar | 2008-07-08 |
| * | | | SGI UV: TLB shootdown using broadcast assist unit, cleanups | Cliff Wickman | 2008-07-08 |
| * | | | x86 atomic operations: atomic_or_long() atomic_inc_short() | Cliff Wickman | 2008-07-08 |
| * | | | x86, SGI UV: TLB shootdown using broadcast assist unit | Cliff Wickman | 2008-07-08 |
| * | | | Merge branch 'linus' into x86/irq | Ingo Molnar | 2008-07-08 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'x86/nmi' into x86/devel | Ingo Molnar | 2008-07-08 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'linus' into x86/nmi | Ingo Molnar | 2008-06-25 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | x86: fix typo CONFIX -> CONFIG | Glauber Costa | 2008-06-19 |
| * | | | | | Merge branch 'linus' into x86/nmi | Ingo Molnar | 2008-06-16 |
| |\ \ \ \ \ |
|
| * | | | | | | x86: touch_nmi_watchdog(): reset alert counters for supported nmi_watchdog mo... | Cyrill Gorcunov | 2008-06-12 |
| * | | | | | | x86, nmi: fix build | mingo@elte.hu | 2008-06-05 |
| * | | | | | | x86: watchdog - check for CPU is being supported | Cyrill Gorcunov | 2008-06-05 |
| * | | | | | | x86: nmi - consolidate nmi_watchdog_default for 32bit mode | Cyrill Gorcunov | 2008-06-05 |
| * | | | | | | x86: fix nmi.c build bug | Ingo Molnar | 2008-06-02 |
| * | | | | | | x86: coding style fixes for nmi.c | Hiroshi Shimamoto | 2008-06-02 |
| * | | | | | | - fix typo in include/asm-x86/nmi.h | Ingo Molnar | 2008-05-30 |
| * | | | | | | x86: nmi - fix incorrect NMI watchdog used by default | Cyrill Gorcunov | 2008-05-28 |
| * | | | | | | x86: nmi_32/64.c - merge down nmi_32.c and nmi_64.c to nmi.c | Cyrill Gorcunov | 2008-05-25 |
| * | | | | | | x86: nmi_32/64.c - add helper functions to hide arch specific data | Cyrill Gorcunov | 2008-05-25 |
| * | | | | | | x86: nmi_32.c cleanup - use for_each_online_cpu helper | Cyrill Gorcunov | 2008-05-25 |
| * | | | | | | x86: nmi_64.c - use for_each_possible_cpu helper | Cyrill Gorcunov | 2008-05-25 |
| * | | | | | | x86: nmi_32.c - unknown_nmi_panic_callback should always panic | Cyrill Gorcunov | 2008-05-25 |
| * | | | | | | x86: nmi_32/64.c - use apic_write_around instead of apic_write | Cyrill Gorcunov | 2008-05-25 |