aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-04-21dlm: move plock code from gfs2David Teigland3-42/+51
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds1-33/+15
2008-04-21block: fix memory hotplug and bouncing in block layerAndi Kleen1-1/+6
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori1-0/+2
2008-04-21block: convert bio_copy_user to bio_copy_user_iovFUJITA Tomonori1-0/+2
2008-04-21cdrom: make unregister_cdrom() return voidAkinobu Mita1-1/+1
2008-04-21cdrom: use list_head for cdrom_device_info listAkinobu Mita1-1/+2
2008-04-21jiffies: add time_is_after_jiffies and others which compare with jiffiesDave Young1-0/+16
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-1/+4
2008-04-20PCI: Expose PCI VPD through sysfsBen Hutchings1-0/+3
2008-04-20PCI: add generic pci_enable_resources()Bjorn Helgaas1-0/+1
2008-04-20PCI: add PCI Express ASPM supportShaohua Li3-0/+69
2008-04-20PCI: #if 0 pci_cleanup_aer_correct_error_status()Adrian Bunk1-5/+0
2008-04-20PCI: remove global list of PCI devicesGreg Kroah-Hartman1-3/+0
2008-04-20PCI: add is_added flag to struct pci_devGreg Kroah-Hartman1-0/+1
2008-04-20PCI: clean up search.c a lotGreg Kroah-Hartman1-2/+2
2008-04-20PCI: remove pci_get_device_reverseGreg Kroah-Hartman1-10/+0
2008-04-20PCI: remove pci_find_presentGreg Kroah-Hartman1-2/+0
2008-04-20PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk1-1/+0
2008-04-21[CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior1-7/+0
2008-04-20skbuff: fix missing kernel-doc notationRandy Dunlap1-0/+1
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones6-30/+31
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman1-1/+1
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki4-41/+3
2008-04-19Firmware: add iSCSI iBFT SupportKonrad Rzeszutek1-0/+50
2008-04-19Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman1-2/+1
2008-04-19PM: Convert wakeup flag accessors to inline functionsAlan Stern3-45/+94
2008-04-19PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern1-15/+21
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki1-0/+1
2008-04-19sysfs: small header file cleanup for SYSFS=nDavid Rientjes1-7/+2
2008-04-19driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches2-14/+7
2008-04-19driver core: memory: semaphore to mutexDaniel Walker1-3/+2
2008-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen1-0/+22
2008-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen1-0/+252
2008-04-19make nfs_automount_list staticAdrian Bunk1-1/+0
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust1-0/+8
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust3-0/+5
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust1-2/+0
2008-04-19NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust1-0/+1
2008-04-19NFSv4: Only increment the sequence id if the server saw itTrond Myklebust1-2/+8
2008-04-19NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust1-2/+2
2008-04-19SUNRPC: Fix up xprt_write_space()Trond Myklebust1-1/+1
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2-0/+4
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra1-0/+1
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra1-0/+1
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-1/+22
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra1-0/+3
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani1-1/+1
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis1-4/+11
2008-04-19cpumask: add show cpu map functionsMike Travis1-6/+11