aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, um: get rid of uml highmem.hAl Viro2008-10-224-17/+14
* x86, um: get rid of uml unistd.hAl Viro2008-10-225-41/+4
* x86, um: get rid of system.h -> system.h includeAl Viro2008-10-227-55/+266
* x86, um: uml atomic.h is not needed anymoreAl Viro2008-10-221-11/+0
* x86, um: untangle uml ldt.hAl Viro2008-10-229-9/+9
* x86, um: get rid of more uml asm/arch usesAl Viro2008-10-223-3/+3
* x86, um: remove dead header (uml module-generic.h; never used these days)Al Viro2008-10-221-6/+0
* x86, um: get rid of uml signal.hAl Viro2008-10-223-30/+2
* x86, um: sanitize uml sigcontext.h usesAl Viro2008-10-227-71/+2
* x86, um: now we can get rid of trivial uml headersAl Viro2008-10-2260-371/+2
* x86, um: ... and asm-x86 moveAl Viro2008-10-22340-11/+11
* x86, um: initial part of asm-um moveAl Viro2008-10-22145-8/+9
* x86, um: take arch/um/include/* out of the wayAl Viro2008-10-2279-27/+26
* binfmt_elf_fdpic: Update for cputime changes.Paul Mundt2008-10-201-12/+7
* mm: remove duplicated #include'sHuang Weiyi2008-10-202-3/+0
* Export tiny shmem_file_setup for DRM-GEMHugh Dickins2008-10-202-1/+2
* misc: replace remaining __FUNCTION__ with __func__Harvey Harrison2008-10-205-8/+8
* fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.cThomas Gleixner2008-10-201-2/+3
* fix WARN() for PPCArjan van de Ven2008-10-201-1/+1
* kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony2008-10-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2008-10-20138-318/+457
|\
| * parisc: convert to generic compat_sys_ptraceHelge Deller2008-10-173-258/+183
| * parisc: add rtc platform driverKyle McMartin2008-10-105-1/+141
| * parisc: initialize unwinder much earlierJames Bottomley2008-10-103-3/+5
| * parisc: add new syscallsKyle McMartin2008-10-102-2/+14
| * parisc: hijack jump to start_kernelKyle McMartin2008-10-102-2/+27
| * parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlockedKyle McMartin2008-10-102-21/+46
| * parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin2008-10-10123-0/+0
| * parisc: move pdc_result to real2.SKyle McMartin2008-10-104-2/+20
| * parisc: unify CCIO_COLLECT_STATS implementationKyle McMartin2008-10-101-26/+17
| * parisc: add arch/parisc/kernel/.gitignoreKyle McMartin2008-10-101-0/+1
| * parisc: ropes.h - fix <asm-parisc/*> -> <asm/*>Kyle McMartin2008-10-101-1/+1
| * parisc: parisc-agp - fix <asm-parisc/*> -> <asm/*>Kyle McMartin2008-10-101-2/+2
* | USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.cLinus Torvalds2008-10-201-1/+1
* | i915: cleanup coding horrors in i915_gem_gtt_pwrite()Linus Torvalds2008-10-201-23/+36
* | Fix sprintf format warnings in drm_proc.cLinus Torvalds2008-10-201-2/+2
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-10-201-6/+8
|\ \
| * | UIO: BKL removalJonathan Corbet2008-10-161-6/+8
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-2047-679/+1024
|\ \ \
| * | | PCI: fix pci_ioremap_bar() on s390Heiko Carstens2008-10-201-0/+2
| * | | PCI: fix AER capability checkYu Zhao2008-10-204-12/+5
| * | | PCI: use pci_find_ext_capability everywhereJesse Barnes2008-10-205-65/+20
| * | | PCI: remove #ifdef DEBUG around dev_dbg callJesse Barnes2008-10-201-2/+0
| * | | PCI hotplug: fix get_##name return value problemKenji Kaneshige2008-10-201-1/+1
| * | | PCI: document the pcie_aspm kernel parameterChuck Ebbert2008-10-201-0/+6
| * | | PCI: introduce an pci_ioremap(pdev, barnr) functionArjan van de Ven2008-10-201-0/+13
| * | | powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt2008-10-203-1/+153
| * | | PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt2008-10-205-82/+102
| * | | PCI: probing debug message uniformizationVincent Legoll2008-10-202-16/+15
| * | | PCI: support PCIe ARI capabilityYu Zhao2008-10-205-0/+62