summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into xen-64bitIngo Molnar2008-07-211-1/+1
|\
| * x86: KVM guest: make kvm_smp_prepare_boot_cpu() staticAdrian Bunk2008-07-201-1/+1
* | Merge branch 'linus' into xen-64bitIngo Molnar2008-07-178-13/+67
|\ \ | |/
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-171-1/+1
| |\
| | * x86: fix numaq_tsc_disableYinghai Lu2008-07-171-1/+1
| * | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-171-2/+1
| |\ \
| | * | ftrace: fix merge bugletIngo Molnar2008-07-171-2/+1
| | |/
| * | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-164-9/+32
| |\ \
| | * | x86/PCI: fixup early quirk probingJesse Barnes2008-06-161-5/+21
| | * | Suspend-related patches for 2.6.27Rafael J. Wysocki2008-06-121-0/+2
| | * | PCI/x86: early dump pci conf space v2Yinghai Lu2008-06-101-0/+5
| | * | Introduce new top level suspend and hibernation callbacksRafael J. Wysocki2008-06-101-4/+4
| * | | ACPI : Create "idle=nomwait" bootparamZhao Yakui2008-07-161-0/+11
| * | | ACPI: Create "idle=halt" bootparamZhao Yakui2008-07-161-1/+16
| * | | ACPI: Disable the C2C3_FFH access mode HW has no MWAIT supportZhao Yakui2008-07-161-0/+6
| | |/ | |/|
* | | x86_64: adjust exception frame on paranoid exceptionsJeremy Fitzhardinge2008-07-161-0/+6
* | | x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge2008-07-162-3/+2
* | | Revert "x86_64: there's no need to preallocate level1_fixmap_pgt"Ingo Molnar2008-07-161-0/+6
* | | xen64: implement failsafe callbackJeremy Fitzhardinge2008-07-161-7/+9
* | | xen64: add hypervisor callbacks for events, etcJeremy Fitzhardinge2008-07-161-0/+98
* | | xen64: add asm-offsetsJeremy Fitzhardinge2008-07-161-0/+8
* | | xen64: add xen-head code to head_64.SJeremy Fitzhardinge2008-07-162-0/+4
* | | x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge2008-07-161-3/+8
* | | x86_64: unstatic get_local_pdaJeremy Fitzhardinge2008-07-161-1/+1
* | | x86: use __page_aligned_data/bssJeremy Fitzhardinge2008-07-162-7/+4
* | | x86: clean up formatting of __switch_toJeremy Fitzhardinge2008-07-161-28/+28
* | | x86_64: there's no need to preallocate level1_fixmap_pgtJeremy Fitzhardinge2008-07-161-6/+0
* | | pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost2008-07-161-0/+1
* | | x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost2008-07-162-0/+6
|/ /
* | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2008-07-151-0/+2
|\ \
| * | x86: fix TSC build error on 32bitThomas Gleixner2008-07-151-0/+2
* | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-1519-216/+53
|\ \ \ | |/ / |/| |
| * | generic-ipi: fixletJens Axboe2008-07-061-1/+1
| * | fix "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-271-1/+1
| * | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-2610-15/+15
| * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-267-8/+8
| * | x86: convert to generic helpers for IPI function callsJens Axboe2008-06-266-196/+33
* | | Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2008-07-151-0/+2
|\ \ \
| * | | x86: add PCI ID for 6300ESB force hpetJoe Buehler2008-07-141-0/+2
| * | | x86: add another PCI ID for ICH6 force-hpetKrzysztof Oledzki2008-07-141-0/+2
* | | | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-151-0/+2
|\ \ \ \
| * | | | stacktrace: fix modular build, export print_stack_trace and save_stack_traceIngo Molnar2008-06-301-0/+2
* | | | | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-15116-9150/+13147
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-141-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-141-2/+2
| | |\ \ \ \ \
| | | * | | | | x86 microcode: firmware data is constGreg Kroah-Hartman2008-07-101-2/+2
| * | | | | | | Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-142-11/+7
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into core/rodataIngo Molnar2008-06-1620-61/+173
| | |\ \ \ \ \ \ \
| | * | | | | | | | move BUG_TABLE into RODATAJan Beulich2008-05-252-11/+7
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-141-1/+1
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud