summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: fix missing x86_64 register definitionsJeff Dike2006-09-271-0/+3
* [PATCH] m32r: revise __raw_read_trylock()Hirokazu Takata2006-09-271-1/+8
* [PATCH] m32r: Fix "value computed not used" warningsHirokazu Takata2006-09-271-2/+2
* [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells2006-09-271-1/+1
* [PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells2006-09-271-0/+2
* [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells2006-09-271-0/+2
* [PATCH] Mark __remove_vm_area() staticRolf Eike Beer2006-09-271-1/+0Star
* [PATCH] do_no_pfn()Jes Sorensen2006-09-271-0/+7
* [PATCH] Add node to zone for the NUMA caseChristoph Lameter2006-09-272-1/+6
* [PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter2006-09-271-0/+5
* [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter2006-09-271-0/+7
* [PATCH] own header file for struct pageHeiko Carstens2006-09-273-61/+73
* [PATCH] vm: add per-zone writeout counterAndrew Morton2006-09-271-0/+1
* [PATCH] Allow an arch to expand node boundariesMel Gorman2006-09-271-0/+2
* [PATCH] Account for memmap and optionally the kernel image as holesMel Gorman2006-09-271-0/+1
* [PATCH] Have ia64 use add_active_range() and free_area_init_nodesMel Gorman2006-09-271-0/+1
* [PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman2006-09-272-5/+2Star
* [PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2006-09-272-1/+56
* [PATCH] fix x86_64-mm-spinlock-cleanupAndrew Morton2006-09-271-0/+1
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-271-2/+2
* [PATCH] ext3: Fix sparse warningsDave Kleikamp2006-09-271-1/+1
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-273-7/+7
* [PATCH] JBD: 16T fixesEric Sandeen2006-09-271-2/+2
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-272-33/+33
* [PATCH] fix "cpu to node relationship fixup: map cpu to node"KAMEZAWA Hiroyuki2006-09-271-0/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds2006-09-274-48/+1Star
|\
| * i2c: Drop unimplemented slave functionsJean Delvare2006-09-271-12/+0Star
| * i2c: Let drivers constify i2c_algorithm dataDavid Brownell2006-09-271-1/+1
| * i2c-algo-pcf: Discard the mdelay data struct memberAdrian Bunk2006-09-271-1/+0Star
| * i2c-algo-bit: Discard the mdelay data struct memberJean Delvare2006-09-271-1/+0Star
| * i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare2006-09-271-33/+0Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-09-275-2/+36
|\ \
| * | PCI: add pci_stop_bus_deviceSatoru Takeuchi2006-09-271-0/+1
| * | PCI: Multiprobe sanitizerAlan Cox2006-09-271-0/+2
| * | PCI: fix __must_check warningsGreg Kroah-Hartman2006-09-271-1/+1
| * | PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin2006-09-272-0/+30
| * | MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capabilityBrice Goglin2006-09-271-0/+1
| * | MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin2006-09-271-1/+1
* | | [MIPS] s/__ASSEMBLER__/__ASSEMBLY__/ for clarity sake.Ralf Baechle2006-09-274-6/+6
* | | [MIPS] Have headers_install install <asm/cachectl.h> and <asm/sysmips.h>.Ralf Baechle2006-09-271-1/+1
* | | [MIPS] fstatat syscall namesRichard Sandiford2006-09-271-3/+3
* | | [MIPS] Remove EV96100 as previously announced.Ralf Baechle2006-09-275-480/+3Star
* | | [MIPS] Cleanup hazard handling.Ralf Baechle2006-09-271-236/+126Star
* | | [MIPS] Fix USER_PTRS_PER_PGD for 64K page size.Peter Watkins2006-09-271-1/+5
* | | [MIPS] Move excite_fpga.h to include/asm-mips/mach-excitethomas@koeller.dyndns.org2006-09-271-0/+80
* | | [MIPS] Reformat missformated SMTC bits.Ralf Baechle2006-09-271-4/+4
* | | [MIPS] Qemu does not have D-cache aliasesAtsushi Nemoto2006-09-271-1/+1
* | | [MIPS] Remove F_SETSIG and F_GETSIG in favor of the asm-generic definitions.Yoichi Yuasa2006-09-271-2/+0Star
* | | [MIPS] Move definition of IRIX compat constant into IRIX compat code.Ralf Baechle2006-09-271-2/+0Star
* | | [MIPS] Use common definitions from asm-generic/signal.hYoichi Yuasa2006-09-271-8/+1Star