summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix rmmod/read/write races in /proc entriesAlexey Dobriyan2007-07-161-0/+13
* split mmapMiklos Szeredi2007-07-161-0/+4
* slob: initial NUMA supportPaul Mundt2007-07-164-65/+117
* kill vmalloc_earlyreserveJan Beulich2007-07-161-1/+0Star
* invalidate_mapping_pages(): add cond_reschedAndrew Morton2007-07-161-0/+3
* Remove the deprecated "kmem_cache_t" typedef from slab.h.Robert P. J. Day2007-07-161-2/+0Star
* change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki2007-07-161-0/+5
* serial: convert early_uart to earlycon for 8250Yinghai Lu2007-07-163-6/+6
* lib: add idr_remove_allKristian Hoegsberg2007-07-161-0/+1
* lib: add idr_for_each()Kristian Hoegsberg2007-07-161-0/+2
* LZO1X: fix lzo1x_worst_compressNitin Gupta2007-07-161-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-167-27/+46
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6David S. Miller2007-07-151-20/+0Star
| |\
| | * [CRYPTO] cipher: Remove obsolete fields from cipher_tfmHerbert Xu2007-07-111-20/+0Star
| * | [NETFILTER]: x_tables: add connlimit matchJan Engelhardt2007-07-151-0/+17
| * | [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2007-07-151-0/+1
| * | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2007-07-151-0/+11
| |\ \
| | * | [PATCH] mac80211: ERP IE handling improvementsDaniel Drake2007-07-121-0/+11
| * | | [NET]: Add macvlan driverPatrick McHardy2007-07-152-0/+11
| * | | [VLAN]: Use multicast list synchronization helpersPatrick McHardy2007-07-151-5/+0Star
| * | | [VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy2007-07-151-2/+0Star
| * | | [NET]: dev_mcast: add multicast list synchronization helpersPatrick McHardy2007-07-151-0/+3
| * | | [NET]: Add net_device change_rx_mode callbackPatrick McHardy2007-07-151-0/+3
* | | | fix return type of skb_checksum_complete()Al Viro2007-07-161-1/+1
|/ / /
* | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-07-1416-92/+96
|\ \ \
| * | | NLM: fix source address of callback to clientFrank van Maarseveen2007-07-111-0/+1
| * | | SUNRPC client: add interface for binding to a local addressFrank van Maarseveen2007-07-112-0/+2
| * | | SUNRPC server: record the destination address of a requestFrank van Maarseveen2007-07-111-0/+1
| * | | SUNRPC: cleanup transport creation argument passingFrank van Maarseveen2007-07-111-4/+11
| * | | NFS: Add the mount option "nosharecache"Trond Myklebust2007-07-112-1/+3
| * | | NFS: Add support for mounting NFSv4 file systems with string optionsChuck Lever2007-07-111-1/+1
| * | | NFS: Remake nfsroot_mount as a permanent part of NFS clientChuck Lever2007-07-111-3/+2Star
| * | | SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-111-1/+1
| * | | SUNRPC: Rename rpcb_getport_external routineChuck Lever2007-07-111-5/+2Star
| * | | NFS: Add a new NFS debugging flag just for mount processingChuck Lever2007-07-111-0/+1
| * | | NFS: Clean-up: Define macros for maximum host and export path name lengthsChuck Lever2007-07-111-1/+1
| * | | NFS: Clean up nfs_size_to_loff_t()Chuck Lever2007-07-111-5/+3Star
| * | | NFSv4: Defer inode revalidation when setting up a delegationTrond Myklebust2007-07-111-0/+1
| * | | NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust2007-07-112-4/+5
| * | | NFSv4: Don't reuse expired nfs4_state_owner structsTrond Myklebust2007-07-111-2/+0Star
| * | | NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust2007-07-111-1/+0Star
| * | | SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-111-1/+0Star
| * | | SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust2007-07-111-0/+1
| * | | SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-111-3/+3
| * | | SUNRPC: Give credential cache a local spinlockTrond Myklebust2007-07-111-0/+3
| * | | SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-111-0/+3
| * | | SUNRPC: cleanup rpc credential cache garbage collectionTrond Myklebust2007-07-111-0/+1
| * | | SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-111-5/+5
| * | | SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-112-5/+1Star
| * | | SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-112-10/+7Star