summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro3-3/+3
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro1-0/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro2-2/+3
2011-07-20lockless get_write_access/deny_write_accessAl Viro2-3/+52
2011-07-20kill file_permission() completelyAl Viro1-1/+0
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro1-0/+1
2011-07-20new helper: iterate_supers_type()Al Viro1-0/+2
2011-07-20fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik1-0/+7
2011-07-20rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney1-0/+3
2011-07-20bcma: allow enabling PLLRafał Miłecki1-0/+2
2011-07-20bcma: allow setting FAST clockmode for a coreRafał Miłecki1-1/+7
2011-07-20bcma: trivial: add helpers for masking/settingRafał Miłecki1-0/+8
2011-07-20bcma: move define of BCMA_CLKCTLST registerRafał Miłecki2-9/+20
2011-07-20cfg80211: allow userspace to control supported rates in scanJohannes Berg1-0/+7
2011-07-20bcma: define IO status registerRafał Miłecki1-1/+7
2011-07-20ieee80211: add few wmm tspec valuesKalle Valo1-0/+37
2011-07-20bcma: handle alternative SPROM locationRafał Miłecki1-1/+2
2011-07-19netfilter: nfnetlink_queue: batch verdict supportFlorian Westphal1-0/+1
2011-07-19IB/mlx4: Use flow counters on IBoE portsOr Gerlitz1-1/+2
2011-07-19mlx4_core: Add network flow countersOr Gerlitz2-1/+20
2011-07-19mlx4_core: Fix location of counter index in QP context structOr Gerlitz1-3/+2
2011-07-19mlx4_core: Read extended capabilities into the flags fieldOr Gerlitz1-6/+6
2011-07-19mlx4_core: Extend capability flags to 64 bitsOr Gerlitz1-17/+17
2011-07-19dt: include linux/errno.h in linux/of_address.hGrant Likely1-0/+1
2011-07-19of/address: Add of_find_matching_node_by_address helperGrant Likely1-0/+4
2011-07-18connector: add an event for monitoring process tracersVladimir Zapolskiy1-0/+13
2011-07-18ssb: SPROM: add LED duty cycle fieldsRafał Miłecki1-0/+2
2011-07-18include/linux/sdla.h: remove the prototype of sdla()WANG Cong1-5/+1
2011-07-18stmmac: Allow SOCs to use Store forward mode eventhough tx_coe is 0. (V2)Srinivas Kandagatla1-0/+1
2011-07-18evm: add evm_inode_setattr to prevent updating an invalid security.evmMimi Zohar1-0/+6
2011-07-18evm: additional parameter to pass integrity cache entry 'iint'Dmitry Kasatkin1-2/+6
2011-07-18evm: add evm_inode_init_security to initialize new filesMimi Zohar1-0/+11
2011-07-18evm: imbed evm_inode_post_setattrMimi Zohar1-0/+6
2011-07-18evm: evm_inode_post_removexattrMimi Zohar1-0/+9
2011-07-18security: imbed evm calls in security hooksMimi Zohar1-0/+56
2011-07-18evm: add support for different security.evm data typesDmitry Kasatkin1-0/+1
2011-07-18evm: re-releaseMimi Zohar2-0/+10
2011-07-18xattr: define vfs_getxattr_alloc and vfs_xattr_cmpMimi Zohar1-1/+4
2011-07-18integrity: move ima inode integrity data managementMimi Zohar2-13/+30
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar2-5/+18
2011-07-18netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Eric Dumazet1-0/+3
2011-07-18nfsd: turn on reply cache for NFSv4J. Bruce Fields1-0/+1
2011-07-18Avoid duplicate _count variables in page_structChristoph Lameter1-18/+19
2011-07-18Revert "SLUB: Fix build breakage in linux/mm_types.h"Pekka Enberg1-10/+15
2011-07-18SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust1-1/+0
2011-07-18SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust1-0/+4
2011-07-18SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust1-2/+7
2011-07-18SUNRPC: Clean up the slot table allocationTrond Myklebust1-2/+0
2011-07-18SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust1-3/+3
2011-07-17Merge branches 'omap/prcm' and 'omap/mfd' of git+ssh://master.kernel.org/pub/...Arnd Bergmann4-14/+282