summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-25fs: simplify iget & friendsChristoph Hellwig1-179/+83
2011-03-25fs: pull inode->i_lock up out of writeback_single_inodeDave Chinner1-7/+11
2011-03-25fs: rename inode_lock to inode_hash_lockDave Chinner6-56/+63
2011-03-25fs: move i_wb_list out from under inode_lockDave Chinner8-48/+70
2011-03-25fs: move i_sb_list out from under inode_lockDave Chinner6-56/+67
2011-03-25fs: remove inode_lock from iput_final and prune_icacheDave Chinner5-22/+17
2011-03-25fs: Lock the inode LRU list separatelyDave Chinner1-9/+30
2011-03-25fs: factor inode disposalDave Chinner1-63/+41
2011-03-25fs: protect inode->i_state with inode->i_lockDave Chinner11-74/+174
2011-03-25lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes14-21/+15
2011-03-24SLUB: Write to per cpu data when allocating itChristoph Lameter1-1/+1
2011-03-24slub: Fix debugobjects with lockless fastpathThomas Gleixner1-2/+2
2011-03-24autofs4: Do not potentially dereference NULL pointer returned by fget() in au...Jesper Juhl1-0/+4
2011-03-24autofs4 - remove autofs4_lockIan Kent4-31/+20
2011-03-24autofs4 - fix d_manage() return on rcu-walkIan Kent1-0/+2
2011-03-24autofs4 - fix autofs4_expire_indirect() traversalIan Kent1-1/+51
2011-03-24autofs4 - fix dentry leak in autofs4_expire_direct()Ian Kent1-4/+3
2011-03-24autofs4 - reinstate last used update on accessIan Kent2-34/+14
2011-03-24vfs - check non-mountpoint dentry might block in __follow_mount_rcu()Ian Kent1-5/+18
2011-03-24mmc: Add MMC_PROGRESS_*Simon Horman4-11/+17
2011-03-24mmc, ARM: Rename SuperH Mobile ARM zboot helpersSimon Horman4-22/+21
2011-03-24UBIFS: fix assertion warning and refine commentsArtem Bityutskiy1-4/+7
2011-03-24UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKSArtem Bityutskiy1-9/+0
2011-03-24UBIFS: use GFP_NOFS properlyArtem Bityutskiy4-5/+5
2011-03-24UBI: use GFP_NOFS properlyArtem Bityutskiy1-2/+2
2011-03-24drm/vblank: update recently added vbl interface to be more future proof.Dave Airlie2-4/+5
2011-03-24drm radeon: Return -EINVAL on wrong pm sysfs accessThomas Renninger1-3/+5
2011-03-24drm/radeon/kms: fix hardcoded EDID handlingAlex Deucher3-7/+45
2011-03-24Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2-0/+7
2011-03-24sh: Fix build alloc_thread_info_node functionNobuhiro Iwamatsu1-2/+2
2011-03-24spi/pl022: Add loopback support for the SPI on 5500Philippe Langlais1-1/+19
2011-03-24crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering16-135/+37
2011-03-24remove dma64_addr_tFUJITA Tomonori11-80/+0
2011-03-24taskstats: use appropriate printk priority levelMandeep Singh Baines1-1/+1
2011-03-24userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn30-44/+47
2011-03-24userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn3-7/+40
2011-03-24userns: user namespaces: convert several capable() callsSerge E. Hallyn13-45/+75
2011-03-24userns: add a user namespace owner of ipc nsSerge E. Hallyn4-2/+16
2011-03-24userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn1-26/+49
2011-03-24userns: make has_capability* into real functionsSerge E. Hallyn2-30/+58
2011-03-24userns: allow ptrace from non-init user namespacesSerge E. Hallyn3-20/+49
2011-03-24userns: allow killing tasks in your own or child usernsSerge E. Hallyn1-8/+22
2011-03-24userns: allow sethostname in a containerSerge E. Hallyn4-15/+12
2011-03-24userns: security: make capabilities relative to the user namespaceSerge E. Hallyn10-46/+144
2011-03-24userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn5-2/+20
2011-03-24procfs: kill the global proc_mnt variableOleg Nesterov3-6/+4
2011-03-24pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman3-26/+16
2011-03-24pid: remove the child_reaper special case in init/main.cEric W. Biederman3-10/+12
2011-03-24sysctl: restrict write access to dmesg_restrictRichard Weinberger1-1/+17
2011-03-24sysctl: add some missing input constraint checksPetr Holasek2-5/+18