summaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu1-1/+1
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateHerbert Xu1-0/+2
2011-08-15crypto: n2 - Fix a get/put_cpu() imbalanceThomas Meyer1-2/+2
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause5-0/+819
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause2-4/+8
2011-08-10crypto: picoxcell - fix possible invalid pointer dereferenceJamie Iles1-1/+1
2011-08-10crypto: picoxcell - support for device tree matchingJamie Iles2-6/+53
2011-08-10crypto: picoxcell - add connection ID to the clock nameJamie Iles1-1/+1
2011-08-10crypto: picoxcell - convert to platform ID tableJamie Iles1-60/+33
2011-08-03crypto: padlock-aes - Make module loading even quieter when hardware is missingJonathan Nieder1-3/+1
2011-08-02oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov1-1/+3
2011-08-01ext4: prevent memory leaks from ext4_mb_init_backend() on error pathYu Jian1-6/+6
2011-08-01ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #Yu Jian1-1/+5
2011-08-01ext4: use ext4_msg() instead of printk in mballocTheodore Ts'o1-37/+42
2011-08-01kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel1-8/+20
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel4-7/+3
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel4-21/+29
2011-08-01kdb: cleanup unused variables missed in the original kdb mergeJason Wessel3-8/+3
2011-08-01CIFS: Cleanup demupltiplex thread exiting codePavel Shilovsky1-77/+96
2011-08-01CIFS: Move mid search to a separate functionPavel Shilovsky1-65/+61
2011-08-01CIFS: Move RFC1002 check to a separate functionPavel Shilovsky1-49/+67
2011-08-01CIFS: Simplify socket reading in demultiplex threadPavel Shilovsky1-83/+71
2011-08-01ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_infoTheodore Ts'o3-13/+15
2011-08-01ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()Theodore Ts'o2-18/+39
2011-08-01CIFS: Move buffer allocation to a separate functionPavel Shilovsky1-37/+55
2011-08-01gpio_msm: Move Qualcomm MSM v2 gpio driver into driversDavid Brown5-8/+12
2011-08-01gpio_msm: Move Qualcomm v6 MSM driver into driversDavid Brown5-5/+14
2011-08-01msm: gpio: Fold register defs into C fileDavid Brown2-273/+250
2011-08-01msm: gpiomux: Move public API to public headerDavid Brown3-17/+40
2011-08-01msm: gpio: Remove ifdefs on gpio chip registersDavid Brown1-7/+26
2011-08-01msm: gpio: Remove chip-specific register definitionsDavid Brown2-226/+220
2011-08-01msm: Remove chip-ifdefs for GPIO io mappingsDavid Brown5-24/+20
2011-08-01msm: gpio: Remove unsupported devicesDavid Brown1-7/+0
2011-08-01OMAP: DSS2: HDMI: fix hdmi clock nameTomi Valkeinen1-2/+2
2011-08-01HACK: OMAP: DSS2: clk hack for OMAP2/3Tomi Valkeinen5-3/+19
2011-08-01ext4: use the correct error exit path in ext4_init_inode_table()Yongqiang Yang1-1/+1
2011-08-01xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf1-1/+4
2011-08-01VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lockDavid Howells1-17/+5
2011-08-01VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()David Howells1-24/+24
2011-08-01VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()David Howells1-3/+0
2011-08-01switch posix_acl_chmod() to umode_tAl Viro2-3/+3
2011-08-01switch posix_acl_from_mode() to umode_tAl Viro2-2/+2
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro14-32/+15
2011-08-01switch posix_acl_create() to umode_t *Al Viro22-53/+35
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy1-0/+1
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet1-1/+2
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet2-4/+11
2011-08-01vfs: conditionally call inode_wb_list_del()Eric Dumazet1-1/+3
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells1-9/+15
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik1-2/+45