aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-01-24kobject: convert /sys/hypervisor to use kobject_createGreg Kroah-Hartman1-2/+2
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-2/+2
2008-01-24kset: remove decl_subsys_nameGreg Kroah-Hartman1-5/+0
2008-01-24kset: convert pci hotplug to use kset_create_and_addGreg Kroah-Hartman1-1/+1
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman1-1/+1
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman1-3/+1
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-1/+0
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman1-0/+3
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman1-1/+3
2008-01-24kobject: remove kobj_set_kset_s as no one is using it anymoreGreg Kroah-Hartman1-18/+0
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-11/+4
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman1-0/+5
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman1-0/+3
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman1-0/+1
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman1-2/+0
2008-01-24driver core: Make the dev_*() family of macros in device.h completeEmil Medve1-9/+15
2008-01-24tifm: Convert from class_device to device for TI flash mediaTony Jones1-1/+1
2008-01-24pktcdvd: Convert from class_device to device for block/pktcdvdTony Jones1-1/+1
2008-01-24DMA: Convert from class_device to device for DMA engineTony Jones1-1/+2
2008-01-24kref: add kref_set()Evgeniy Polyakov1-0/+1
2008-01-24PM: Acquire device locks on suspendRafael J. Wysocki1-0/+8
2008-01-25security/selinux: constify function pointer tables and fieldsJan Engelhardt1-1/+1
2008-01-25security: add a secctx_to_secid() hookDavid Howells1-0/+13
2008-01-25security: remove security_sb_post_mountroot hookH. Peter Anvin1-8/+0
2008-01-25Security: remove security.h include from mm.hJames Morris1-1/+2
2008-01-25Security: add get, set, and cloning of superblock security informationEric Paris1-0/+36
2008-01-24sony-laptop: add Type4 modelMattia Dongili1-0/+2
2008-01-24Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras1-29/+22
2008-01-23ACPI: make _OSI(Linux) console messages smarterLen Brown1-2/+5
2008-01-23DMI: create dmi_get_slot()Len Brown1-0/+2
2008-01-23DMI: move dmi_available declaration to linux/dmi.hLen Brown1-0/+2
2008-01-23phy/fixed.c: rework to not duplicate PHY layer functionalityVitaly Bordug1-29/+22
2008-01-24Merge branch 'linux-2.6'Paul Mackerras22-49/+66
2008-01-23[SCSI] sysfs: add filter function to groupsJames Bottomley1-0/+2
2008-01-23[SCSI] attribute_container: update to use the group interfaceJames Bottomley1-0/+1
2008-01-23ata_generic: Cenatek supportAlan Cox1-0/+3
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo1-0/+3
2008-01-23libata annotations and fixesAl Viro1-2/+2
2008-01-23libata: make ata_port_queue_task() an internal functionJeff Garzik1-2/+0
2008-01-23libata: make qc->nbytes include extra buffersTejun Heo1-1/+2
2008-01-23libata: convert to chained sgTejun Heo1-34/+8
2008-01-23libata: kill non-sg DMA interfaceTejun Heo1-6/+1
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo1-5/+6
2008-01-23libata: add ATAPI_* cmd types and implement atapi_cmd_type()Tejun Heo1-0/+28
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-6/+6
2008-01-23cdrom: add more GPCMD_* constantsTejun Heo1-0/+3
2008-01-23libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo1-3/+7
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo1-4/+1
2008-01-23libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()Tejun Heo1-0/+25
2008-01-23libata: add ATA_CBL_PATA_IGNTejun Heo2-3/+5