summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-70/+71
2007-05-05Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds4-30/+72
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds5-40/+32
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-12/+27
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+232
2007-05-05Convert non-highmem kmap_atomic() to static inline functionGeert Uytterhoeven1-2/+8
2007-05-05NuBus header updateFinn Thain1-51/+75
2007-05-05lockdep: Add missing disable/enable irq variantRoman Zippel1-1/+5
2007-05-05m68k: Atari keyboard and mouse support.Michael Schmitz1-0/+1
2007-05-05Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds5-23/+150
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+0
2007-05-04[XFRM] SPD info TLV aggregationJamal Hadi Salim1-23/+16
2007-05-04[XFRM] SAD info TLV aggregationxJamal Hadi Salim1-14/+7
2007-05-04[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-2/+24
2007-05-04[BNX2]: Add support for 5709 Serdes.Michael Chan1-0/+1
2007-05-04[ETHTOOL]: Add 2.5G bit definitions.Michael Chan1-0/+2
2007-05-03[NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy1-9/+16
2007-05-03[NETFILTER]: nf_nat_proto_gre: do not modify/corrupt GREv0 packets through NATJorge Boncompte1-18/+0
2007-05-03[NET]: Add __dev_getfirstbyhwtypePatrick McHardy1-0/+1
2007-05-03[NET] skbuff: fix kernel-docRandy Dunlap1-1/+1
2007-05-03[AFS]: Make the match_*() functions take const options.David Howells1-4/+4
2007-05-03PCI: the overdue removal of pci_module_init()Adrian Bunk1-6/+0
2007-05-03PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk1-1/+0
2007-05-03MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman1-0/+1
2007-05-03MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman1-0/+1
2007-05-03MSI: Remove dev->first_msi_irqMichael Ellerman1-1/+0
2007-05-03MSI: Use a list instead of the custom link structureMichael Ellerman2-4/+5
2007-05-03PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman1-0/+2
2007-05-03MSI: Add an arch_msi_check_device()Michael Ellerman1-0/+1
2007-05-03PCI: define pci_request/release_regions() for CONFIG_PCI=nSergei Shtylyov1-0/+3
2007-05-03pci: New PCI-E reset APIBrian King1-0/+14
2007-05-03remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman5-40/+32
2007-05-02[CRYPTO] api: Add ablkcipher_request_set_tfmHerbert Xu1-1/+7
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu1-0/+22
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu1-0/+9
2007-05-02[CRYPTO] api: Add async block cipher interfaceHerbert Xu1-4/+195
2007-05-02i2c: Bitbanging I2C bus driver using the GPIO APIHaavard Skinnemoen1-0/+38
2007-05-02i2c: Restore i2c_smbus_read_block_dataJean Delvare1-0/+3
2007-05-02i2c-algo-bit: Implement a 50/50 SCL duty cycleJean Delvare1-2/+4
2007-05-02i2c: Blackfin Two Wire Interface driverBryan Wu1-1/+2
2007-05-02i2c: Make i2c_del_driver a void functionJean Delvare1-1/+1
2007-05-02i2c: Move i2c-isa-only exported symbol declarationsJean Delvare1-4/+0
2007-05-02i2c: Add i2c_new_probed_device()Jean Delvare1-0/+9
2007-05-02i2c-algo-bit: Add i2c_bit_add_numbered_busJean Delvare1-0/+1
2007-05-02i2c: Add i2c_add_numbered_adapter()David Brownell1-0/+1
2007-05-02i2c: Add i2c_board_info and i2c_new_device()David Brownell1-0/+62
2007-05-02i2c: i2c stack can remove()David Brownell1-0/+1
2007-05-02i2c: i2c stack can probe()David Brownell1-2/+11
2007-05-02i2c-nforce2: Add support for the MCP61 and MCP65Jean Delvare1-0/+2
2007-05-02i2c: Emulate SMBus block read over I2CJean Delvare1-0/+1