summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2010-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-09-19workqueue: implement flush[_delayed]_work_sync()Tejun Heo
2010-09-19workqueue: cleanup flush/cancel functionsTejun Heo
2010-09-19workqueue: implement alloc_ordered_workqueue()Tejun Heo
2010-09-19ARM: 6373/1: tc35892-gpio: add setup/remove callbacksRabin Vincent
2010-09-18futex: Mark restart_block.futex.uaddr[2] __userNamhyung Kim
2010-09-17netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu
2010-09-17ethtool: Add comments for valid use of flow typesBen Hutchings
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings
2010-09-17stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO
2010-09-17stmmac: add CSR Clock range selectionGiuseppe CAVALLARO
2010-09-17nfs: make sillyrename an async operationJeff Layton
2010-09-17nfs: move nfs_sillyrename to unlink.cJeff Layton
2010-09-17nfs: standardize the rename response containerJeff Layton
2010-09-17nfs: standardize the rename args containerJeff Layton
2010-09-17NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust
2010-09-17NFS: Clean up nfs4_proc_create()Trond Myklebust
2010-09-17NFSv4: Clean up nfs4_atomic_openTrond Myklebust
2010-09-17SUNRPC: Remove rpcb_getport_sync()Chuck Lever
2010-09-17NFS: Use super.c for NFSROOT mount option parsingChuck Lever
2010-09-17ipvs: extend connection flags to 32 bitsJulian Anastasov
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra
2010-09-17perf: Complete software pmu groupingPeter Zijlstra
2010-09-16net: shrinks struct net_deviceEric Dumazet
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-16libfs: use generic_file_llseek for simple_attrArnd Bergmann
2010-09-16blkio: Core implementation of throttle policyVivek Goyal
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet
2010-09-15Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont
2010-09-15net: add rtnl_dereference()Eric Dumazet
2010-09-15ethtool: Remove unimplemented flow specification typesBen Hutchings
2010-09-15ethtool: Complete kernel-doc comments for RX flow filter and hash controlBen Hutchings
2010-09-15memblock: Fix section mismatch warningsYinghai Lu
2010-09-15block, partition: add partition_meta_info to hd_structWill Drewry
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim
2010-09-15perf events: Clean up pid passingMatt Helsley
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-14Merge ssh://master.kernel.org/home/hpa/tree/secLinus Torvalds
2010-09-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2010-09-14Input: gameport_driver - drop private pointerDmitry Torokhov
2010-09-14Input: gameport_driver - mark description as const pointerDmitry Torokhov
2010-09-14Input: serio_driver - drop private pointerDmitry Torokhov
2010-09-14Input: serio_driver - mark id_table and description as constDmitry Torokhov
2010-09-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-09-13Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-09-13sched: Remove unused PF_ALIGNWARN flagDave Young
2010-09-13workqueue: add documentationTejun Heo