summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86_64: Add idle notifiersAndi Kleen2006-01-111-0/+14
* [PATCH] x86_64: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-111-0/+6
* [PATCH] i386: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-111-0/+5
* [PATCH] x86_64: "extern inline" -> "static inline" in pgtable.hAdrian Bunk2006-01-111-16/+16
* [PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2006-01-112-0/+6
* [PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai2006-01-111-5/+8
* [PATCH] x86_64: Handle unknown node (-1) in alloc_pages_nodeAndi Kleen2006-01-111-0/+4
* [PATCH] x86_64: Fix 64bit FXSAVE encodingJan Beulich2006-01-111-10/+48
* [PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen2006-01-113-1/+14
* [PATCH] x86_64: fls in asm for x86_64Stephen Hemminger2006-01-111-3/+16
* [PATCH] x86_64: don't save eflags in x86-64 switch_to()Benjamin LaHaise2006-01-111-2/+2
* [PATCH] x86_64/i386: Remove preempt disable calls in lowlevel IPIZwane Mwaikambo2006-01-111-3/+1
* [PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich2006-01-114-11/+19
* [PATCH] i386/x86-64: Update AMD CPUID flagsAndi Kleen2006-01-111-3/+5
* [PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flagAndi Kleen2006-01-111-0/+1
* [PATCH] x86_64: Remove enable/disable_hltAndi Kleen2006-01-111-7/+0
* [PATCH] i386/x86-64: Use input/output dependencies for bitopsAndi Kleen2006-01-112-24/+24
* [PATCH] x86_64: Minor GFP_DMA32 comment fixAndi Kleen2006-01-111-1/+1
* [PATCH] x86_64: make trap information available to die notification handlersJan Beulich2006-01-111-3/+10
* [PATCH] x86_64: Separate CONFIG_UNWIND_INFO from CONFIG_DEBUG_INFOJan Beulich2006-01-111-1/+1
* [PATCH] x86_64: More CFI fixes for 32bit entry codeJan Beulich2006-01-111-0/+2
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-113-4/+4
* [PATCH] uninline capable()Ingo Molnar2006-01-111-12/+1
* [PATCH] kprobes: fix unloading of self probed moduleKeshavamurthy Anil S2006-01-111-0/+3
* [PATCH] include/asm-h8300/page.h: remove unused KTHREAD_SIZE #defineAdrian Bunk2006-01-111-6/+0
* [PATCH] mm: gfp_atomic commentsPaul Jackson2006-01-111-0/+1
* Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h)Linus Torvalds2006-01-113-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-116-5/+92
|\
| * powerpc/32: Fix compile error caused by pud_t/pgt_t confusionPaul Mackerras2006-01-111-1/+1
| * [PATCH] powerpc/64: per cpu data optimisationsAnton Blanchard2006-01-112-0/+57
| * [PATCH] powerpc: parallel port init fixMichael Neuling2006-01-111-2/+26
| * [PATCH] powerpc: Make early debugging configurable via KconfigMichael Ellerman2006-01-112-2/+8
* | [PATCH] fix/simplify mutex debugging codeDavid Woodhouse2006-01-113-3/+3
* | [MUTEX]: linux/mutex.h needs linux/linkage.h tooDavid S. Miller2006-01-111-0/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-01-107-16/+30
|\ \
| * | [PARISC] Use C99 initializers in asm-parisc/processor.hAlexey Dobriyan2006-01-101-9/+9
| * | [PARISC] Make PCI_HOST_ADDR and PCI_BUS_ADDR symmetricalGrant Grundler2006-01-101-1/+7
| * | [PARISC] Add __iomem to __raw_check_addr()Alexey Dobriyan2006-01-101-1/+1
| * | [PARISC] Add some defines for HugeTLB pagesHelge Deller2006-01-101-0/+7
| * | [PARISC] Make local cache flushes take a void *Matthew Wilcox2006-01-102-4/+5
| * | [PARISC] Add __read_mostly section for pariscHelge Deller2006-01-101-1/+1
| |/
* | asm-powerpc: header included twiceNicolas Kaiser2006-01-111-1/+0
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-103-9/+7
|\
| * [NETFILTER]: Remove unused function from NAT protocol helpersPatrick McHardy2006-01-101-7/+0
| * [NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy2006-01-101-0/+5
| * [INET]: congestion and af_ops can be constStephen Hemminger2006-01-101-2/+2
* | [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXESIngo Molnar2006-01-101-2/+14
|/
* [PATCH] m68knommu: save reg a5 on context changeGreg Ungerer2006-01-101-0/+1
* [PATCH] m68knommu: fix find_next_zero_bit in bitops.hGreg Ungerer2006-01-101-1/+1
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-01-1029-58/+128
|\
OpenPOWER on IntegriCloud