summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Don't access the APIC in safe_smp_processor_id when it is not mapped yetAndi Kleen2006-09-261-0/+1
* [PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen2006-09-261-3/+4
* [PATCH] x86: Remove unneeded externs in acpi/boot.cAndi Kleen2006-09-261-0/+2
* [PATCH] Convert x86-64 to early paramAndi Kleen2006-09-264-16/+2Star
* [PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell2006-09-264-18/+13Star
* [PATCH] i386: Clean up spin/rwlocksAndi Kleen2006-09-262-77/+68Star
* [PATCH] Clean up spin/rwlocksAndi Kleen2006-09-262-44/+41Star
* [PATCH] Don't use lock section for mutexes and semaphoresAndi Kleen2006-09-263-45/+24Star
* [PATCH] i386: Remove lock section support in semaphore.hAndi Kleen2006-09-261-32/+17Star
* [PATCH] i386: Remove lock section support in rwsem.hAndi Kleen2006-09-261-50/+12Star
* [PATCH] i386: Remove lock section support in mutex.hAndi Kleen2006-09-261-12/+4Star
* [PATCH] Calgary IOMMU: consolidate per bus data structuresMuli Ben-Yehuda2006-09-261-1/+0Star
* [PATCH] Calgary IOMMU: rearrange 'struct iommu_table' membersMuli Ben-Yehuda2006-09-261-3/+3
* [PATCH] remove int_delivery_destJan Beulich2006-09-262-2/+0Star
* [PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen2006-09-261-1/+1
* [PATCH] Replace mp bus array with bitmap for bus not pciAndi Kleen2006-09-261-7/+1Star
* [PATCH] Move early chipset quirks out to new fileAndi Kleen2006-09-261-1/+1
* [PATCH] Remove obsolete PIC modeAndi Kleen2006-09-262-2/+0Star
* [PATCH] i386: Minor fixes & cleanup to tlb flushAndi Kleen2006-09-261-3/+1Star
* [PATCH] Clean up and minor fixes to TLB flushAndi Kleen2006-09-262-37/+35Star
* [PATCH] Remove all ifdefs for local/io apicAndi Kleen2006-09-266-22/+0Star
* [PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen2006-09-263-0/+36
* [PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S filesAndi Kleen2006-09-261-0/+14
* [PATCH] Add proper alignment to ENTRYAndi Kleen2006-09-261-1/+1
* [PATCH] i386: Remove const case for rwlocksAndi Kleen2006-09-261-36/+2Star
* [PATCH] Clean up read write lock assemblyAndi Kleen2006-09-262-67/+12Star
* [PATCH] Support patchable lock prefix for pure assembly filesAndi Kleen2006-09-261-0/+14
* [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen2006-09-261-4/+0Star
* [PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian2006-09-261-0/+7
* [PATCH] Clean up asm/smp.h includesAndi Kleen2006-09-261-12/+0Star
* [PATCH] x86: Add portable getcpu callAndi Kleen2006-09-262-1/+4
* [PATCH] Add the vgetcpu vsyscallVojtech Pavlik2006-09-264-5/+37
* [PATCH] Add initalization of the RDTSCP auxilliary valuesVojtech Pavlik2006-09-261-0/+1
* [PATCH] Add macros for rdtscpVojtech Pavlik2006-09-261-0/+11
* [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2006-09-262-0/+62
* [PATCH] Fix up panic messages for different NMI panicsAndi Kleen2006-09-261-1/+1
* [PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li2006-09-262-0/+2
* [PATCH] x86: Allow users to force a panic on NMIDon Zickus2006-09-262-0/+2
* [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus2006-09-263-0/+3
* [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus2006-09-262-38/+4Star
* [PATCH] Add ppoll/pselect syscallsAndi Kleen2006-09-261-2/+2
* [PATCH] Add TIF_RESTORE_SIGMASKAndi Kleen2006-09-263-4/+3Star
* [PATCH] x86: Cleanup NMI interrupt pathDon Zickus2006-09-262-2/+10
* [PATCH] i386: Add SMP support on i386 to reservation frameworkDon Zickus2006-09-261-2/+3
* [PATCH] Add SMP support on x86_64 to reservation frameworkDon Zickus2006-09-261-1/+2
* [PATCH] x86: Add performance counter reservation framework for UP kernelsDon Zickus2006-09-262-1/+14
* [PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog supportAndi Kleen2006-09-262-38/+0Star
* [PATCH] i386: Allow to use GENERICARCH for UP kernelsAndi Kleen2006-09-264-37/+66
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-265-62/+54Star
|\
| * [NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore2006-09-262-56/+9Star