summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/signal' into core/signalIngo Molnar2008-09-23292-1017/+1939
|\
| * x86_32: signal: introduce signal_fault()Hiroshi Shimamoto2008-09-061-2/+2
| * Merge branch 'x86/cleanups' into x86/signalIngo Molnar2008-09-064-7/+11
| |\
| | * Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-2525-31/+122
| | |\
| | * \ Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-08-255-5/+4
| | |\ \
| | * | | x86_64: use save/loadsegment in ia32 compatJeremy Fitzhardinge2008-08-201-2/+3
| | * | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-20331-21711/+1462
| | |\ \ \
| | * | | | x86: <asm/asm.h> consistency cleanupsH. Peter Anvin2008-08-182-2/+7
| | * | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-112779-236329/+5328
| | |\ \ \ \
| | * | | | | x86: mmconf: fix section mismatch warningMarcin Slusarz2008-08-101-1/+1
| | * | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-07-26431-9116/+2559
| | |\ \ \ \ \
| | * | | | | | x86: fix up a comment in ack_APIC_irq()Maciej W. Rozycki2008-07-241-3/+1
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar2008-09-06292-1011/+1935
| |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-143176-245195/+8984
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | X86_SMP: tlb_XX.c declare smp_invalidate_interrupt before they get usedJaswinder Singh2008-07-251-0/+5
| | | | * | | | | | | | X86_SMP: smp.c declare functions before they get usedJaswinder Singh2008-07-251-0/+5
| | | | * | | | | | | | x86_64: Declare new_utsname in asm-x86/syscalls.hJaswinder Singh2008-07-251-1/+1
| | | | * | | | | | | | x86: mm/pgtable_32.c declare set_pmd_pfn before they get usedJaswinder Singh2008-07-231-0/+1
| | | | * | | | | | | | x86: mm/pageattr.c declare arch_report_meminfo before they get usedJaswinder Singh2008-07-231-0/+2
| | | | * | | | | | | | x86: mm/fault.c declare do_page_fault before they get usedJaswinder Singh2008-07-231-0/+4
| | | | * | | | | | | | x86: mm/init_XX.c declare functions before they get usedJaswinder Singh2008-07-232-0/+2
| | | | * | | | | | | | x86: vm86_32.c declare functions before they get usedJaswinder Singh2008-07-231-1/+4
| | | | * | | | | | | | x86: apic_XX.c declare functions before they get usedJaswinder Singh2008-07-232-0/+15
| | | | * | | | | | | | x86: common.c declare idle_regs before they get usedJaswinder Singh2008-07-221-0/+2
| | | | * | | | | | | | x86: proc.c declare cpuinfo_op before they get usedJaswinder Singh2008-07-221-0/+2
| | | | * | | | | | | | x86: ptrace.c declare functions before they get usedJaswinder Singh2008-07-221-0/+3
| | | | * | | | | | | | x86: i387.c declare dump_fpu() before they get usedJaswinder Singh2008-07-221-0/+1
| | | | * | | | | | | | x86: pci-nommu.c declare nommu_dma_ops before they get usedJaswinder Singh2008-07-221-0/+1
| | | | * | | | | | | | x86: pci-dma.c declare iommu_bio_merge before they get usedJaswinder Singh2008-07-222-1/+2
| | | | * | | | | | | | x86: e820.c declare pci_mem_start before they get usedJaswinder Singh2008-07-221-0/+1
| | | | * | | | | | | | x86: setup.c declare saved_video_mode before they get usedJaswinder Singh2008-07-221-0/+1
| | | | * | | | | | | | x86: time_XX.c declare functions before they get usedJaswinder Singh2008-07-222-1/+6
| | | | * | | | | | | | x86: signal_XX.c declare do_notify_resume before they get usedJaswinder Singh2008-07-221-0/+3
| | | | * | | | | | | | x86: process_32.c declare cpu_number before they get usedJaswinder Singh2008-07-221-1/+3
| | | | * | | | | | | | x86: Introducing asm/syscalls.hJaswinder Singh2008-07-221-0/+90
| | | * | | | | | | | | Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-04321-20904/+784
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | x86: cpufeature: fix SMX flagH. Peter Anvin2008-08-271-1/+1
| | | | * | | | | | | | | x86: <asm/cpufeature.h>: clean up overlong lines, whitespaceH. Peter Anvin2008-08-271-5/+6
| | | | * | | | | | | | | x86: cpufeature: add Intel features from CPUID and AVX specsH. Peter Anvin2008-08-271-0/+12
| | | | * | | | | | | | | x86: generate names for /proc/cpuinfo from <asm/cpufeature.h>H. Peter Anvin2008-08-271-32/+54
| | | | * | | | | | | | | Merge branch 'x86/urgent' into x86/cpuH. Peter Anvin2008-08-27213-16286/+455
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|/ | | | | | |/| | | | | | |
| | | | * | | | | | | | | x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin2008-08-182-6/+13
| | | | * | | | | | | | | x86: configuration options to compile out x86 CPU support codeThomas Petazzoni2008-08-181-0/+5
| | | | * | | | | | | | | Merge branch 'linus' into x86/cpuIngo Molnar2008-08-152784-240957/+4117
| | | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/cpuIngo Molnar2008-07-28673-10780/+7068
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | x86, cyrix: debugIngo Molnar2008-07-221-0/+8
| | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar2008-08-142162-203636/+2794
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | x86: fix xsave build errorIngo Molnar2008-08-131-3/+3
| | | * | | | | | | | | | | x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin2008-07-301-7/+11
| | | * | | | | | | | | | | x86, xsave: add <asm/xcr.h> header file for XCR registersH. Peter Anvin2008-07-301-0/+49
OpenPOWER on IntegriCloud