summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | [ARM] 4473/2: Take the HWCAP definitions out of the elf.h fileCatalin Marinas2007-07-123-22/+31
| | | | | | | * | | [ARM] 4453/1: Fully Decode ARM instruction set state in show_regs() tombstoneGeorge G. Davis2007-07-121-0/+4
| | | | | |_|/ / / | | | | |/| | | |
| | | | | | * | | [ARM] 4377/1: KS8695: GPIO driverAndrew Victor2007-07-121-0/+79
| | | | | |/ / / | | | | |/| | |
| | | | | * | | [ARM] 4426/2: Netgear WG302 v2 and WAG302 v2 supportImre Kaloz2007-07-121-1/+1
| | | | | * | | [ARM] 4425/2: Gateway 7001 series supportImre Kaloz2007-07-121-2/+3
| | | | | * | | [ARM] 4385/2: ixdp425: NAND supportVladimir Barinov2007-07-121-0/+4
| | | | |/ / /
| | | * | | | [ARM] 4373/1: i.MX/MX1 GPIO support implementationPavel Pisa2007-07-122-0/+104
| | | |/ / /
| | * | | | [ARM] 4432/5: davinci: pin mux supportVladimir Barinov2007-07-121-0/+55
| | * | | | [ARM] 4457/2: davinci: GPIO supportVladimir Barinov2007-07-122-0/+194
| | * | | | [ARM] 4430/1: davinci: clock control supportVladimir Barinov2007-07-121-0/+22
| | |/ / /
| * | | | [ARM] 4428/1: modify at91 includes to handle non-MMU at91x40 familyGreg Ungerer2007-07-121-1/+16
| * | | | [ARM] 4427/1: base Atmel at91x40 architecture definesGreg Ungerer2007-07-123-0/+65
| * | | | [ARM] 4391/1: make at91 debug unit support optionalGreg Ungerer2007-07-122-3/+14
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-07-121-5/+12
|\ \ \ \
| * | | | security: Protection for exploiting null dereference using mmapEric Paris2007-07-111-5/+12
| | |_|/ | |/| |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-123-0/+22
|\ \ \ \
| * | | | [IA64] Support multiple CPUs going through OS_MCARuss Anderson2007-07-111-0/+1
| * | | | [IA64] add sn_register_pmi_handler oemcallDean Nelson2007-07-111-0/+20
| * | | | [IA64] SN: Correct ROM resource length for BIOS copyJohn Keller2007-07-091-0/+1
| | |/ / | |/| |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-1225-396/+33
|\ \ \ \
| * | | | PCI: add pci_try_set_mwiRandy Dunlap2007-07-111-0/+1
| * | | | PCI: remove pci_dac_dma_... APIsJan Beulich2007-07-1119-252/+0
| * | | | PCI: Fix typo in include/linux/pci.hRolf Eike Beer2007-07-111-1/+1
| * | | | PCI: pci_ids, remove double or more empty linesJiri Slaby2007-07-111-48/+0
| * | | | PCI: pci_ids, add atheros and 3com_2 vendorsJiri Slaby2007-07-111-0/+4
| * | | | PCI: pci_ids, reorder some entriesJiri Slaby2007-07-111-8/+8
| * | | | PCI: i386: traps, change VENDOR to DEVICEJiri Slaby2007-07-111-1/+1
| * | | | PCI: ATM: lanai, change VENDOR to DEVICEJiri Slaby2007-07-111-2/+2
| * | | | PCI: read revision ID by defaultAuke Kok2007-07-111-0/+1
| * | | | PCI: remove useless pci driver methodDavid Brownell2007-07-111-1/+0
| * | | | PCI aer: add pci_cleanup_aer_correct_aer_statusStephen Hemminger2007-07-111-0/+2
| * | | | PCI aer: fix stub return valuesStephen Hemminger2007-07-111-4/+4
| * | | | + pci_find_slot-mark-deprecated.patch added to -mm treeAlan Cox2007-07-111-1/+1
| * | | | PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman2007-07-111-1/+1
| * | | | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman2007-07-1121-77/+2
| * | | | PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba2007-07-111-1/+6
| | |/ / | |/| |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-128-31/+80
|\ \ \ \
| * | | | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+4
| * | | | sysfs: make directory dentries and inodes reclaimableTejun Heo2007-07-111-1/+0
| * | | | sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-112-12/+16
| * | | | sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2007-07-111-0/+1
| * | | | sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo2007-07-111-0/+3
| * | | | driver-core: make devt_attr and uevent_attr staticTejun Heo2007-07-111-5/+0
| * | | | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-112-6/+9
| * | | | sysfs: add sysfs_dirent->s_nameTejun Heo2007-07-111-0/+1
| * | | | ida: implement idr based id allocatorTejun Heo2007-07-111-0/+29
| * | | | PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki2007-07-111-1/+0
| * | | | PM: Remove saved_state from struct dev_pm_infoRafael J. Wysocki2007-07-111-1/+0
| * | | | PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki2007-07-111-3/+0
| * | | | DMI-based module autoloadingLennart Poettering2007-07-111-0/+8
OpenPOWER on IntegriCloud