summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * | | powerpc: Move most remaining ppc64 files over to arch/powerpcPaul Mackerras2005-11-141-328/+0
| * | | powerpc: Move a bunch of ppc64 headers to include/asm-powerpcPaul Mackerras2005-11-1411-640/+42
| * | | [PATCH] powerpc: vdso fixes (take #2)Benjamin Herrenschmidt2005-11-141-1/+1
| * | | [PATCH] powerpc: Export htab start/end via device treeMichael Ellerman2005-11-141-0/+1
| * | | [PATCH] powerpc: Turn cpu_irq_down into kexec_cpu_downMichael Ellerman2005-11-141-1/+3
| * | | [PATCH] powerpc: Merge page.hMichael Ellerman2005-11-143-0/+391
* | | | [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-141-1/+0
* | | | [NETFILTER] nfnetlink: skip size check if size not specified (== 0)Pablo Neira Ayuso2005-11-141-1/+4
|/ / /
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-132-0/+3
|\ \ \
| * | | [ARM] 3160/1: SharpSL: Add driver for Akita specific GPIOsRichard Purdie2005-11-131-0/+1
| * | | [ARM] 3149/1: SharpSL: Add Akita (SL-C1000) machine supportRichard Purdie2005-11-121-0/+2
* | | | [PATCH] DocBook: allow to mark structure members privateMartin Waitz2005-11-131-3/+3
* | | | [PATCH] v4l: (945) adds a new include for internal v4l2 ioctls and apiHans Verkuil2005-11-131-0/+110
* | | | [PATCH] v4l:: (936) Support for sabrent bt848 versionBill Pechter2005-11-131-0/+1
OpenPOWER on IntegriCloud