| Commit message (Expand) | Author | Files | Lines |
2011-08-03 | APEI GHES: 32-bit buildfix | Len Brown | 1 | -2/+3 |
2011-08-03 | ACPI: APEI build fix | Len Brown | 2 | -2/+4 |
2011-08-03 | ACPI, APEI, GHES: Add hardware memory error recovery support | Huang Ying | 2 | -7/+24 |
2011-08-03 | HWPoison: add memory_failure_queue() | Huang Ying | 2 | -0/+93 |
2011-08-03 | ACPI, APEI, GHES, Error records content based throttle | Huang Ying | 1 | -7/+177 |
2011-08-03 | ACPI, APEI, GHES, printk support for recoverable error via NMI | Huang Ying | 2 | -18/+193 |
2011-08-03 | lib, Make gen_pool memory allocator lockless | Huang Ying | 4 | -65/+272 |
2011-08-03 | lib, Add lock-less NULL terminated single list | Huang Ying | 4 | -0/+260 |
2011-08-03 | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG | Huang Ying | 13 | -0/+15 |
2011-08-02 | oom: task->mm == NULL doesn't mean the memory was freed | Oleg Nesterov | 1 | -1/+3 |
2011-08-01 | ext4: prevent memory leaks from ext4_mb_init_backend() on error path | Yu Jian | 1 | -6/+6 |
2011-08-01 | ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # | Yu Jian | 1 | -1/+5 |
2011-08-01 | ext4: use ext4_msg() instead of printk in mballoc | Theodore Ts'o | 1 | -37/+42 |
2011-08-01 | kdb,kgdb: Allow arbitrary kgdb magic knock sequences | Jason Wessel | 1 | -8/+20 |
2011-08-01 | kdb: Remove all references to DOING_KGDB2 | Jason Wessel | 4 | -7/+3 |
2011-08-01 | kdb,kgdb: Implement switch and pass buffer from kdb -> gdb | Jason Wessel | 4 | -21/+29 |
2011-08-01 | kdb: cleanup unused variables missed in the original kdb merge | Jason Wessel | 3 | -8/+3 |
2011-08-01 | CIFS: Cleanup demupltiplex thread exiting code | Pavel Shilovsky | 1 | -77/+96 |
2011-08-01 | CIFS: Move mid search to a separate function | Pavel Shilovsky | 1 | -65/+61 |
2011-08-01 | CIFS: Move RFC1002 check to a separate function | Pavel Shilovsky | 1 | -49/+67 |
2011-08-01 | CIFS: Simplify socket reading in demultiplex thread | Pavel Shilovsky | 1 | -83/+71 |
2011-08-01 | ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info | Theodore Ts'o | 3 | -13/+15 |
2011-08-01 | ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() | Theodore Ts'o | 2 | -18/+39 |
2011-08-01 | CIFS: Move buffer allocation to a separate function | Pavel Shilovsky | 1 | -37/+55 |
2011-08-01 | gpio_msm: Move Qualcomm MSM v2 gpio driver into drivers | David Brown | 5 | -8/+12 |
2011-08-01 | gpio_msm: Move Qualcomm v6 MSM driver into drivers | David Brown | 5 | -5/+14 |
2011-08-01 | msm: gpio: Fold register defs into C file | David Brown | 2 | -273/+250 |
2011-08-01 | msm: gpiomux: Move public API to public header | David Brown | 3 | -17/+40 |
2011-08-01 | msm: gpio: Remove ifdefs on gpio chip registers | David Brown | 1 | -7/+26 |
2011-08-01 | msm: gpio: Remove chip-specific register definitions | David Brown | 2 | -226/+220 |
2011-08-01 | msm: Remove chip-ifdefs for GPIO io mappings | David Brown | 5 | -24/+20 |
2011-08-01 | msm: gpio: Remove unsupported devices | David Brown | 1 | -7/+0 |
2011-08-01 | OMAP: DSS2: HDMI: fix hdmi clock name | Tomi Valkeinen | 1 | -2/+2 |
2011-08-01 | HACK: OMAP: DSS2: clk hack for OMAP2/3 | Tomi Valkeinen | 5 | -3/+19 |
2011-08-01 | ext4: use the correct error exit path in ext4_init_inode_table() | Yongqiang Yang | 1 | -1/+1 |
2011-08-01 | xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set | Markus Trippelsdorf | 1 | -1/+4 |
2011-08-01 | VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock | David Howells | 1 | -17/+5 |
2011-08-01 | VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() | David Howells | 1 | -24/+24 |
2011-08-01 | VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() | David Howells | 1 | -3/+0 |
2011-08-01 | switch posix_acl_chmod() to umode_t | Al Viro | 2 | -3/+3 |
2011-08-01 | switch posix_acl_from_mode() to umode_t | Al Viro | 2 | -2/+2 |
2011-08-01 | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 14 | -32/+15 |
2011-08-01 | switch posix_acl_create() to umode_t * | Al Viro | 22 | -53/+35 |
2011-08-01 | block: initialise bd_super in bdget() | Lachlan McIlroy | 1 | -0/+1 |
2011-08-01 | vfs: avoid call to inode_lru_list_del() if possible | Eric Dumazet | 1 | -1/+2 |
2011-08-01 | vfs: avoid taking inode_hash_lock on pipes and sockets | Eric Dumazet | 2 | -4/+11 |
2011-08-01 | vfs: conditionally call inode_wb_list_del() | Eric Dumazet | 1 | -1/+3 |
2011-08-01 | VFS: Fix automount for negative autofs dentries | David Howells | 1 | -9/+15 |
2011-08-01 | Btrfs: load the key from the dir item in readdir into a fake dentry | Josef Bacik | 1 | -2/+45 |
2011-08-01 | NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1 | Trond Myklebust | 2 | -2/+2 |