Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | | | | | | | | | | | | * | | | | | | x86_64: add workaround for no %gs-based percpu | Jeremy Fitzhardinge | 2008-07-16 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | x86_64: unstatic get_local_pda | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | x86: use __page_aligned_data/bss | Jeremy Fitzhardinge | 2008-07-16 | 2 | -7/+4 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | x86: clean up formatting of __switch_to | Jeremy Fitzhardinge | 2008-07-16 | 1 | -28/+28 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | x86_64: there's no need to preallocate level1_fixmap_pgt | Jeremy Fitzhardinge | 2008-07-16 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | pvops-64: call paravirt_post_allocator_init() on setup_arch() | Eduardo Habkost | 2008-07-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | x86/paravirt: call paravirt_pagetable_setup_{start, done} | Eduardo Habkost | 2008-07-16 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | i386/xen: add proper unwind annotations to xen_sysenter_target | Jan Beulich | 2008-07-18 | 1 | -0/+1 | |
| | | | | | | | | | |_|_|_|_|_|_|_|/ / / / / / / | | | | | | | | | |/| | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | * | | | | | | | x86 BIOS interface for RTC on SGI UV | Russ Anderson | 2008-07-18 | 3 | -0/+72 | |
| | | | | | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | * | | | | | | | | Merge branch 'linus' into x86/step | Ingo Molnar | 2008-07-18 | 8 | -13/+67 | |
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | |_|_|_|_|_|/ / / / / / / / | | | | | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | * | | | | | | | | x86 ptrace: user-sets-TF nits | Roland McGrath | 2008-07-16 | 2 | -0/+23 | |
| | | | | | | | | | | | | | | * | | | | | | | | x86 ptrace: unify syscall tracing | Roland McGrath | 2008-07-16 | 3 | -112/+62 | |
| | | | | | | | | | | | | | | * | | | | | | | | x86 ptrace: unify TIF_SINGLESTEP | Roland McGrath | 2008-07-16 | 3 | -16/+0 | |
| | | | | | | | | | | | | | | * | | | | | | | | x86 ptrace: block-step fix | Roland McGrath | 2008-07-16 | 1 | -6/+16 | |
| | | | | | | | | | | | | | | | |/ / / / / / | | | | | | | | | | | | | | | |/| | | | | | | ||||||
| | | | | | | | | | | | | | * | | | | | | | | x86: unify and correct the GDT_ENTRY() macro | H. Peter Anvin | 2008-07-17 | 1 | -9/+1 | |
| | | | | | | | | | |_|_|_|/ / / / / / / / | | | | | | | | | |/| | | | | | | | | | | | ||||||
| | | | | | | | | | | | | * | | | | | | | | x86 reboot quirks: add Dell Precision WorkStation T5400 | Ingo Molnar | 2008-07-17 | 1 | -0/+8 | |
| | | | | | | | | | | | | |/ / / / / / / | ||||||
| | | | | | | | | | | | * | | | | | | | | x86: Add a arch directory for x86 under debugfs | venkatesh.pallipadi@intel.com | 2008-07-18 | 1 | -0/+8 | |
| | | | | | | |_|_|_|_|/ / / / / / / / | | | | | | |/| | | | | | | | | | | | | ||||||
| | | | | | | | | | | * | | | | | | | | x86: add unknown_nmi_panic kernel parameter | Simon Arlott | 2008-07-20 | 1 | -0/+7 | |
| | | | | | | | | | |/ / / / / / / / | | | | | | | | | |/| | | | | | | | | ||||||
| | | | | | | | | | * | | | | | | | | x86, 64-bit: patch paravirt inline replacements when loading modules | Anders H Kaseorg | 2008-06-30 | 1 | -1/+9 | |
| | | | | | | | * | | | | | | | | | | Merge branch 'linus' into x86/kprobes | Ingo Molnar | 2008-07-16 | 23 | -222/+83 | |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | |_|/ / / / / / / | | | | | | | | | |/| | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | | Kprobe smoke test lockdep warning | Peter Zijlstra | 2008-07-15 | 1 | -1/+0 | |
| | | | | | | |/ / / / / / / / / / | | | | | | |/| | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | x86: remove ifdef CONFIG_SWIOTLB in pci-dma.c | FUJITA Tomonori | 2008-07-11 | 1 | -2/+0 | |
| | | | | | | * | | | | | | | | | | x86: remove ifdef CONFIG_CALGARY_IOMMU in pci-dma.c | FUJITA Tomonori | 2008-07-11 | 1 | -4/+0 | |
| | | | | | | * | | | | | | | | | | x86: remove ifdef CONFIG_GART_IOMMU in pci-dma.c | FUJITA Tomonori | 2008-07-11 | 1 | -6/+0 | |
| | | | | | | * | | | | | | | | | | x86: make only GART code include gart.h | FUJITA Tomonori | 2008-07-11 | 10 | -11/+10 | |
| | | | | * | | | | | | | | | | | | x86: consolidate the definition of the force_mwait variable | Thomas Petazzoni | 2008-07-18 | 2 | -2/+1 | |
| | | | | | |_|_|/ / / / / / / / | | | | | |/| | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | x86: remove extra calling to get ext cpuid level | Yinghai Lu | 2008-07-21 | 1 | -1/+0 | |
| | | | * | | | | | | | | | | | | x86: use setup_clear_cpu_cap() when disabling the lapic | Yinghai Lu | 2008-07-21 | 3 | -9/+2 | |
| | | | * | | | | | | | | | | | | x86: introducing asm-x86/traps.h | Jaswinder Singh | 2008-07-18 | 2 | -41/+2 | |
| | | | * | | | | | | | | | | | | x86: traps_xx: modify x86_64 to use _log_lvl variants | Alexander van Heukelum | 2008-07-18 | 2 | -9/+17 | |
| | | | * | | | | | | | | | | | | x86: traps_xx: refactor die() like in x86_64 | Alexander van Heukelum | 2008-07-18 | 2 | -45/+52 | |
| | | | |/ / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | x86: add ->pre_time_init to x86_quirks | Yinghai Lu | 2008-07-20 | 3 | -8/+8 | |
| | | * | | | | | | | | | | | | x86: extend and use x86_quirks to clean up NUMAQ code | Yinghai Lu | 2008-07-20 | 2 | -181/+200 | |
| | | * | | | | | | | | | | | | x86: introduce x86_quirks | Yinghai Lu | 2008-07-20 | 4 | -41/+31 | |
| | | * | | | | | | | | | | | | x86: improve debug printout: add target bootmem range in early_res_to_bootmem() | Yinghai Lu | 2008-07-20 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | x86: remove arch_get_ram_range | Yinghai Lu | 2008-07-18 | 1 | -21/+0 | |
| | | * | | | | | | | | | | | | x86: reduce force_mwait visibility | Jan Beulich | 2008-07-18 | 2 | -2/+1 | |
| | | * | | | | | | | | | | | | x86: reduce forbid_dac's visibility | Jan Beulich | 2008-07-18 | 1 | -2/+1 | |
| | | * | | | | | | | | | | | | arch/x86/kernel/cpu/common_64.c: remove double inclusions | Alexander Beregalov | 2008-07-18 | 1 | -3/+0 | |
| | | * | | | | | | | | | | | | x86_32: remove redundant KERN_INFO | Hiroshi Shimamoto | 2008-07-18 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | x86 setup.c: cleanup includes | Alexander Beregalov | 2008-07-18 | 1 | -5/+0 | |
| | | * | | | | | | | | | | | | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2008-07-18 | 114 | -9192/+13164 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | x86: smpboot maxcpus - add checking for NULL early param | Cyrill Gorcunov | 2008-07-09 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | x86: io delay - add checking for NULL early param | Cyrill Gorcunov | 2008-07-09 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | x86: idle process - add checking for NULL early param | Cyrill Gorcunov | 2008-07-09 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | x86: I/O APIC: Always report how the timer has been set up | Maciej W. Rozycki | 2008-07-18 | 2 | -35/+44 | |
| | * | | | | | | | | | | | | | x86: APIC: Make apic_verbosity unsigned | Maciej W. Rozycki | 2008-07-18 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | x86: I/O APIC: Include <asm/i8259.h> required by some code | Maciej W. Rozycki | 2008-07-18 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | x86: apic_32 - introduce calibrate_APIC_clock | Cyrill Gorcunov | 2008-07-18 | 1 | -43/+50 | |
| | * | | | | | | | | | | | | | x86: apic_64 - make calibrate_APIC_clock to return error code | Cyrill Gorcunov | 2008-07-18 | 1 | -9/+13 |