summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Fix documentation typos.Arnaud Giersch2005-11-171-6/+8
* [MIPS] Add const qualifier to writes##bwlq.Arnaud Giersch2005-11-171-3/+3
* [MIPS] IP32: Fix sparse warnings.Arnaud Giersch2005-11-172-2/+2
* [MIPS] IP32 Fix and complete IP32 parport definitionsArnaud Giersch2005-11-171-16/+26
* [MIPS] JMR3927: Undo accidental rename.Ralf Baechle2005-11-171-0/+0
* [MIPS] IP32: No need to include <asm/io.h>.Ralf Baechle2005-11-171-3/+4
* Add definitions for the Dallas DS1742 RTC / non-volatile memory.Ralf Baechle2005-11-171-0/+53
* Add definitions for the Dallas DS17287 RTC.Ralf Baechle2005-11-171-0/+67
* [MIPS] Add missing arch defines for the Alchemy MTD driver.Ralf Baechle2005-11-174-0/+19
* Add GT64111 PCI ID backYoichi Yuasa2005-11-171-0/+1
* [MIPS] Delete duplicate definitions of break codes.Ralf Baechle2005-11-171-21/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-11-161-0/+67
|\
| * [DVB]: Add compat ioctl handling.David S. Miller2005-11-161-0/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-164-7/+12
|\ \ | |/ |/|
| * [PATCH] powerpc: Make the vDSO functions set error code (#2)Benjamin Herrenschmidt2005-11-161-1/+1
| * [PATCH] powerpc: replace page_to_virt() with lowmem_page_address() for Book-EKumar Gala2005-11-161-1/+1
| * [PATCH] powerpc: pci_64 fixes & cleanupsBenjamin Herrenschmidt2005-11-162-5/+10
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-152-3/+3
|\ \ | |/ |/|
| * [TCP]: More spelling fixes.Stephen Hemminger2005-11-151-2/+2
| * [LLC]: Fix typoJochen Friedrich2005-11-141-1/+1
* | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-151-0/+14
|\ \
| * | [libata] minor fixes, new helpersJeff Garzik2005-11-141-0/+14
* | | [PATCH] v850: use generic hardirq codeChristoph Hellwig2005-11-151-0/+2
* | | [PATCH] v850: Add missing include in hardirq.hMiles Bader2005-11-151-0/+2
* | | [PATCH] Make sysctl.h (again) usable from userspaceHarald Welte2005-11-151-1/+1
| |/ |/|
* | Merge x86-64 update from AndiLinus Torvalds2005-11-1429-341/+126
|\ \
| * | [PATCH] x86_64: Increase the maximum number of local APICs to the maximumAndi Kleen2005-11-141-2/+2
| * | [PATCH] x86_64: Use common sys_time64Paolo 'Blaisorblade' Giarrusso2005-11-141-1/+2
| * | [PATCH] x86_64: Set ____cacheline_maxaligned_in_smp alignment to 128 bytesPaolo 'Blaisorblade' Giarrusso2005-11-141-1/+1
| * | [PATCH] x86_64: Remove asm-x86_64/rwsem.hAndi Kleen2005-11-141-283/+0
| * | [PATCH] x86_64: Reduce number of retries for reset through keyboard controllerAndi Kleen2005-11-141-1/+1
| * | [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-143-2/+16
| * | [PATCH] x86_64: Fix NUMA node lookup debug code which had bitrottedAndi Kleen2005-11-141-3/+2
| * | [PATCH] x86_64: Formatting fixes for arch/x86_64/kernel/process.cAndi Kleen2005-11-141-1/+1
| * | [PATCH] x86_64: Allow modular build of ia32 aout loaderAndi Kleen2005-11-141-0/+5
| * | [PATCH] x86_64: New heuristics to find out hotpluggable CPUs.Andi Kleen2005-11-141-0/+2
| * | [PATCH] x86_64: Use int operations in spinlocks to support more than 128 CPUs...Andi Kleen2005-11-141-6/+6
| * | [PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen2005-11-141-0/+1
| * | [PATCH] x86_64: Don't apply __PHYSICAL_MASK to page frame numbersAndi Kleen2005-11-142-3/+3
| * | [PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B2005-11-143-1/+3
| * | [PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen2005-11-144-0/+7
| * | [PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen2005-11-142-9/+3
| * | [PATCH] x86_64: Fix up outdated pfn_to_page commentAndi Kleen2005-11-141-3/+1
| * | [PATCH] i386/x86-64: Share interrupt vectors when there is a large number of ...James Cleverdon2005-11-142-1/+5
| * | [PATCH] x86_64: Support for AMD specific MCE Threshold.Jacob Shin2005-11-143-1/+13
| * | [PATCH] x86_64: Adjust, correct, and complete the HPET definitions for x86-64.Jan Beulich2005-11-141-14/+21
| * | [PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2005-11-144-9/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-1418-971/+440
|\ \ \
| * | | powerpc: Remove an extraneous and incorrect declaration of pmac_nvram_init.Paul Mackerras2005-11-151-1/+0
| * | | powerpc: Fix 32-bit compile: PPC_MEMSTART was undeclaredPaul Mackerras2005-11-141-0/+2
OpenPOWER on IntegriCloud