summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* USB: additional structure from cdc specOliver Neukum2007-04-271-0/+11
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-04-277-35/+99
|\
| * dev_dbg: check dev_dbg() argumentsDan Williams2007-04-271-1/+5
| * s2ram: add arch irq disable/enable hooksJohannes Berg2007-04-271-0/+18
| * define platform wakeup hook, use in pci_enable_wake()David Brownell2007-04-271-0/+19
| * security: prevent permission checking of file removal via sysfs_remove_group()James Morris2007-04-271-0/+1
| * device_schedule_callback() needs a module referenceAlan Stern2007-04-272-4/+8
| * debugfs: Add debugfs_create_u64()Michael Ellerman2007-04-271-0/+9
| * the overdue removal of the mount/umount ueventsAdrian Bunk2007-04-271-5/+3Star
| * kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman2007-04-271-2/+0Star
| * Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2007-04-271-0/+2
| * Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-271-1/+0Star
| * driver core: per-subsystem multithreaded probingCornelia Huck2007-04-272-4/+1Star
| * Driver core: add name to device_typeKay Sievers2007-04-271-0/+10
| * driver core: Use attribute groups in struct device_typeDmitry Torokhov2007-04-271-1/+1
| * Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-271-15/+19
| * driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-272-2/+3
* | make SysRq-T show all tasks againIngo Molnar2007-04-271-2/+2
* | seqlocks: trivial remove weird whitespaceDaniel Walker2007-04-271-4/+4
* | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2007-04-275-0/+726
|\ \
| * | UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-275-0/+726
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-04-271-2/+7
|\ \ \ | |_|/ |/| |
| * | [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh2007-04-271-2/+7
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-2721-224/+106Star
|\ \
| * | [SPARC64]: Convert PCI over to generic struct iommu/strbuf.David S. Miller2007-04-271-83/+7Star
| * | [SPARC64]: Add generic iommu and strbuf structs to iommu.hDavid S. Miller2007-04-261-0/+29
| * | [SPARC64]: Consolidate {sbus,pci}_iommu_arena.David S. Miller2007-04-262-15/+15
| * | [SPARC]: Make device_node name and type constStephen Rothwell2007-04-262-4/+4
| * | [SPARC64]: constify some paramaters of OF routinesStephen Rothwell2007-04-261-4/+6
| * | [SPARC64]: Add proper header file extern for cmdline_memory_size.David S. Miller2007-04-261-0/+2
| * | [SPARC64]: Privatize sun4u_get_pte() and fix name.David S. Miller2007-04-261-14/+0Star
| * | [SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41.David S. Miller2007-04-261-2/+2
| * | [SPARC64]: Use SPARSEMEM_STATICDavid S. Miller2007-04-261-3/+3
| * | [SPARC64]: Use DECLARE_BITMAP in struct pci_iommu.David S. Miller2007-04-261-1/+1
| * | [SPARC64]: Const'ify pci_iommu_ops.David S. Miller2007-04-261-1/+1
| * | [SPARC64]: Kill pbm->pci_first_slot.David S. Miller2007-04-261-3/+0Star
| * | [SPARC64]: Kill pci_controller->pbms_same_domainDavid S. Miller2007-04-261-3/+0Star
| * | [SPARC64]: Kill pci_controller->base_address_update().David S. Miller2007-04-261-1/+0Star
| * | [SPARC64]: Kill pci_controller->resource_adjust()David S. Miller2007-04-261-1/+0Star
| * | [SPARC64]: Kill PBM ranges software state.David S. Miller2007-04-261-2/+0Star
| * | [SPARC64]: Kill PBM intmap software state.David S. Miller2007-04-261-3/+0Star
| * | [SPARC64]: Internalize pci_memspace_mask.David S. Miller2007-04-261-8/+0Star
| * | [SPARC64]: Probe PCI bus using OF device tree.David S. Miller2007-04-262-24/+17Star
| * | [SPARC64] isa: Convert to use pci_device_to_OF_node().David S. Miller2007-04-261-2/+0Star
| * | [SPARC64] ebus: Convert to use pci_device_to_OF_node().David S. Miller2007-04-261-2/+0Star
| * | [STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller2007-04-264-7/+6Star
| * | [SPARC]: constify some paramaters of OF routinesStephen Rothwell2007-04-261-4/+6
| * | [SPARC/64]: constify of_get_property returnStephen Rothwell2007-04-262-3/+3
| * | [SPARC64] constify of_get_property return: includeStephen Rothwell2007-04-262-3/+3
| * | [SPARC64]: Add clocksource/clockevents support.David S. Miller2007-04-261-10/+7Star