aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-01-07PCI: add interface to set visible size of VPDStephen Hemminger1-0/+1
2009-01-07PCI: revise VPD access interfaceStephen Hemminger1-0/+4
2009-01-07PCI: add pci_common_swizzle() for INTx swizzlingBjorn Helgaas1-0/+1
2009-01-07PCI hotplug: introduce functions for ACPI slot detectionKenji Kaneshige2-0/+11
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao1-13/+24
2009-01-07PCI: remove unnecessary arg of pci_update_resource()Yu Zhao1-1/+1
2009-01-07PCI: uninline pci_ioremap_bar()Andrew Morton1-14/+1
2009-01-07PCI: add pci_swizzle_interrupt_pin()Bjorn Helgaas1-0/+1
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven2-3/+11
2009-01-07ACPI/PCI: remove obsolete _OSC capability support functionsAndrew Patterson1-11/+0
2009-01-07ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge addedAndrew Patterson1-0/+5
2009-01-07ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson1-0/+9
2009-01-07ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson1-0/+2
2009-01-07ACPI/PCI: call _OSC support during root bridge discoveryAndrew Patterson1-0/+1
2009-01-07ACPI/PCI: include missing acpi.h file in pci-acpi.h.Andrew Patterson1-0/+2
2009-01-07PCI: add PCI Advanced Feature Capability definesSheng Yang1-0/+12
2009-01-06Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds1-1/+1
2009-01-06byteorder: remove the now unused byteorder.hHarvey Harrison2-373/+0
2009-01-06byteorder: only use linux/swab.hHarvey Harrison6-388/+27
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-1/+22
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-11/+47
2009-01-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+4
2009-01-06Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+6
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-17/+12
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds8-82/+89
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-31/+90
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-107/+65
2009-01-06fs/exec.c: make do_coredump() voidWANG Cong1-1/+1
2009-01-06rapidio: remove excess kernel-doc notationRandy Dunlap1-1/+0
2009-01-06twl4030-gpio: cleanup debounceDavid Brownell1-6/+3
2009-01-06autofs4: make autofs type usage explicitIan Kent1-4/+58
2009-01-06autofs4: improve parameter usageIan Kent1-4/+71
2009-01-06kprobes: support probing module __exit functionMasami Hiramatsu1-3/+11
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-1/+0
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu1-0/+12
2009-01-06spi_gpio driverDavid Brownell1-0/+60
2009-01-06binfmts.h: include list.hHiroshi Shimamoto1-0/+1
2009-01-06include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl1-1/+0
2009-01-06percpu_counter: FBC_BATCH should be a variableEric Dumazet1-6/+2
2009-01-06poll: allow f_op->poll to sleepTejun Heo1-3/+12
2009-01-06Create a DIV_ROUND_CLOSEST macro to do division with roundingDarrick J. Wong1-0/+6
2009-01-06Remove remaining unwinder codeAlexey Dobriyan2-71/+0
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-0/+10
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov1-0/+3
2009-01-06fs: sys_sync fixNick Piggin1-1/+0
2009-01-06fs: remove WB_SYNC_HOLDNick Piggin1-1/+0
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-1/+1
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins1-9/+3
2009-01-06badpage: simplify page_alloc flag check+clearHugh Dickins1-17/+8