summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2008-01-24kobject: convert /sys/hypervisor to use kobject_createGreg Kroah-Hartman
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman
2008-01-24kset: remove decl_subsys_nameGreg Kroah-Hartman
2008-01-24kset: convert pci hotplug to use kset_create_and_addGreg Kroah-Hartman
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman
2008-01-24kobject: remove kobj_set_kset_s as no one is using it anymoreGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman
2008-01-24driver core: Make the dev_*() family of macros in device.h completeEmil Medve
2008-01-24tifm: Convert from class_device to device for TI flash mediaTony Jones
2008-01-24pktcdvd: Convert from class_device to device for block/pktcdvdTony Jones
2008-01-24DMA: Convert from class_device to device for DMA engineTony Jones
2008-01-24kref: add kref_set()Evgeniy Polyakov
2008-01-24PM: Acquire device locks on suspendRafael J. Wysocki
2008-01-25security/selinux: constify function pointer tables and fieldsJan Engelhardt
2008-01-25security: add a secctx_to_secid() hookDavid Howells
2008-01-25security: remove security_sb_post_mountroot hookH. Peter Anvin
2008-01-25Security: remove security.h include from mm.hJames Morris
2008-01-25Security: add get, set, and cloning of superblock security informationEric Paris
2008-01-24sony-laptop: add Type4 modelMattia Dongili
2008-01-24Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras
2008-01-23ACPI: make _OSI(Linux) console messages smarterLen Brown
2008-01-23DMI: create dmi_get_slot()Len Brown
2008-01-23DMI: move dmi_available declaration to linux/dmi.hLen Brown
2008-01-23phy/fixed.c: rework to not duplicate PHY layer functionalityVitaly Bordug
2008-01-24Merge branch 'linux-2.6'Paul Mackerras
2008-01-23[SCSI] sysfs: add filter function to groupsJames Bottomley
2008-01-23[SCSI] attribute_container: update to use the group interfaceJames Bottomley
2008-01-23ata_generic: Cenatek supportAlan Cox
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo
2008-01-23libata annotations and fixesAl Viro
2008-01-23libata: make ata_port_queue_task() an internal functionJeff Garzik
2008-01-23libata: make qc->nbytes include extra buffersTejun Heo
2008-01-23libata: convert to chained sgTejun Heo
2008-01-23libata: kill non-sg DMA interfaceTejun Heo
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo
2008-01-23libata: add ATAPI_* cmd types and implement atapi_cmd_type()Tejun Heo
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo
2008-01-23cdrom: add more GPCMD_* constantsTejun Heo
2008-01-23libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo
2008-01-23libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()Tejun Heo
2008-01-23libata: add ATA_CBL_PATA_IGNTejun Heo