| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() | David Rientjes | 2012-03-22 | 1 | -1/+1 |
* | hugepages: fix use after free bug in "quota" handling | David Gibson | 2012-03-22 | 1 | -33/+21 |
* | hugetlb: cleanup hugetlb.h | David Gibson | 2012-03-22 | 1 | -0/+19 |
* | hugetlbfs: avoid taking i_mutex from hugetlbfs_read() | Aneesh Kumar K.V | 2012-03-22 | 1 | -16/+9 |
* | procfs: mark thread stack correctly in proc/<pid>/maps | Siddhesh Poyarekar | 2012-03-22 | 4 | -61/+239 |
* | pagemap: introduce data structure for pagemap entry | Naoya Horiguchi | 2012-03-22 | 1 | -31/+38 |
* | pagemap: export KPF_THP | Naoya Horiguchi | 2012-03-22 | 1 | -0/+2 |
* | thp: optimize away unnecessary page table locking | Naoya Horiguchi | 2012-03-22 | 1 | -48/+25 |
* | pagemap: avoid splitting thp when reading /proc/pid/pagemap | Naoya Horiguchi | 2012-03-22 | 1 | -4/+48 |
* | hugetlbfs: fix hugetlb_get_unmapped_area() | Xiao Guangrong | 2012-03-22 | 1 | -4/+11 |
* | seq_file: fix mishandling of consecutive pread() invocations. | Earl Chew | 2012-03-22 | 1 | -13/+15 |
* | fs/namei.c: fix warnings on 32-bit | Andrew Morton | 2012-03-22 | 1 | -0/+6 |
* | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli | 2012-03-22 | 1 | -0/+9 |
* | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2012-03-21 | 2 | -0/+4 |
|\ |
|
| * | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2012-03-16 | 2 | -0/+4 |
| |\ |
|
| | * | PM / Sleep: JBD and JBD2 missing set_freezable() | Nigel Cunningham | 2012-03-13 | 2 | -0/+4 |
* | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-03-21 | 53 | -320/+317 |
|\ \ \ |
|
| * | | | udf: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
| * | | | ubifs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
| * | | | squashfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 2 | -6/+6 |
| * | | | reiserfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 2 | -4/+4 |
| * | | | ocfs2: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -8/+8 |
| * | | | ntfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 4 | -32/+32 |
| * | | | nilfs2: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 9 | -114/+114 |
| * | | | nfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 2 | -6/+6 |
| * | | | minix: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
| * | | | logfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 3 | -30/+30 |
| * | | | jbd2: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 3 | -10/+10 |
| * | | | jbd: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 2 | -8/+8 |
| * | | | gfs2: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 3 | -12/+12 |
| * | | | fuse: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 2 | -4/+4 |
| * | | | ext2: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
| * | | | exofs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
| * | | | afs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 2 | -6/+6 |
| * | | | btrfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 7 | -37/+37 |
| * | | | fs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 6 | -33/+30 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-03-21 | 8 | -11/+10 |
|\ \ \ \ |
|
| * | | | | kcore: fix spelling in read_kcore() comment | Laura Vasilescu | 2012-03-20 | 1 | -1/+1 |
| * | | | | writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment header | Fengguang Wu | 2012-03-07 | 1 | -1/+1 |
| * | | | | Typos: change aditional to additional. | Justin P. Mattock | 2012-02-21 | 1 | -2/+2 |
| * | | | | cramfs: Fix typo in inode.c | Masanari Iida | 2012-02-21 | 1 | -3/+3 |
| * | | | | BTRFS: Don't include disk-io.h twice in check-integrity.c | Jesper Juhl | 2012-02-10 | 1 | -1/+0 |
| * | | | | jffs2: Fix typo in compr.c | Masanari Iida | 2012-02-09 | 1 | -1/+1 |
| * | | | | btrfs: Fix typo in free-space-cache.c | Masanari Iida | 2012-02-09 | 1 | -1/+1 |
| * | | | | Merge branch 'master' into for-next | Jiri Kosina | 2012-02-03 | 292 | -4685/+14423 |
| |\ \ \ \ |
|
| * | | | | | ntfs: fix printk typos in mft.c | Masanari Iida | 2012-02-03 | 1 | -2/+2 |
| * | | | | | reiserfs: fix printk typo in lbalance.c | Masanari Iida | 2012-02-03 | 1 | -1/+1 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-21 | 2 | -15/+9 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-19 | 13 | -42/+107 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-09 | 2 | -11/+37 |
| |\ \ \ \ \ \ |
|