aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris2-55/+11
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp1-1/+1
2009-01-06vlan: Add GRO interfacesHerbert Xu1-0/+19
2009-01-06gro: Add internal interfaces for VLANHerbert Xu1-0/+6
2009-01-06uio: make uio_info's name and version constStephen Rothwell1-2/+2
2009-01-06UIO: Pass information about ioports to userspace (V2)Hans J. Koch1-0/+26
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06driver core: add root_device_register()Mark McLoughlin1-0/+11
2009-01-06Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUGCornelia Huck2-8/+8
2009-01-06driver core: move knode_bus into private structureGreg Kroah-Hartman1-1/+0
2009-01-06driver core: move knode_driver into private structureGreg Kroah-Hartman1-1/+0
2009-01-06driver core: move klist_children into private structureGreg Kroah-Hartman1-2/+0
2009-01-06driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+3
2009-01-06driver core: Remove completion from struct klist_nodeMatthew Wilcox1-2/+0
2009-01-06driver core: Rearrange struct device for better packingMatthew Wilcox1-2/+3
2009-01-06Fix misspellings in pm.h macrosAlan Stern1-6/+6
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki4-57/+29
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams1-0/+4
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams1-3/+16
2009-01-06dmaengine: kill enum dma_state_clientDan Williams1-14/+3
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams1-7/+0
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-49/+1
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-2/+2
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2-46/+23
2009-01-06dmatest: convert to dma_request_channelDan Williams1-0/+6
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams1-0/+16
2009-01-06net_dma: convert to dma_find_channelDan Williams1-3/+0
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams2-1/+2
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams1-0/+3
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-21/+0
2009-01-06NLM: Rewrite IPv4 privileged requester's checkChuck Lever1-2/+5
2009-01-06NLM: nlm_privileged_requester() doesn't recognize mapped loopback addressChuck Lever1-2/+8
2009-01-06NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever1-10/+0
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever3-16/+2
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever1-3/+3
2009-01-06NSM: Add nsm_lookup() functionChuck Lever1-0/+1
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever1-4/+4
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever1-2/+1
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever3-1/+7
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever1-0/+6
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever1-9/+0
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever1-20/+0
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever2-1/+1
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever1-1/+0
2009-01-06NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever2-1/+4
2009-01-06NSM: Support IPv6 version of mon_nameChuck Lever1-0/+1
2009-01-06NSM: Use modern style for sm_name field in nsm_handleChuck Lever1-1/+1
2009-01-06NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever1-1/+9
2009-01-06NLM: Remove address eye-catcher buffers from nlm_hostChuck Lever1-3/+1
2009-01-06NLM: Use modern style for pointer fields in nlm_hostChuck Lever1-3/+3