Age | Commit message (Expand) | Author | Files | Lines |
2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 31 | -31/+29 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 1 | -0/+1 |
2012-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 2 | -76/+1201 |
2012-03-24 | seq_file: add seq_set_overflow(), seq_overflow() | KAMEZAWA Hiroyuki | 1 | -10/+26 |
2012-03-24 | proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). | Pravin B Shelar | 1 | -1/+1 |
2012-03-24 | procfs: speed up /proc/pid/stat, statm | KAMEZAWA Hiroyuki | 2 | -56/+84 |
2012-03-24 | procfs: add num_to_str() to speed up /proc/stat | KAMEZAWA Hiroyuki | 2 | -28/+60 |
2012-03-24 | proc: speed up /proc/stat handling | Eric Dumazet | 1 | -2/+5 |
2012-03-24 | fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static | Djalal Harouni | 1 | -2/+4 |
2012-03-24 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 1 | -0/+3 |
2012-03-24 | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 1 | -2/+25 |
2012-03-24 | fat: fix bug in enforcing Long File Name length | Namjae Jeon | 1 | -1/+1 |
2012-03-24 | fat: clean up xlate_to_uni() | Namjae Jeon | 1 | -47/+36 |
2012-03-24 | epoll: remove unneeded variable in reverse_path_check() | Dan Carpenter | 1 | -2/+0 |
2012-03-24 | epoll: comment the funky #ifdef | Steven Rostedt | 1 | -0/+25 |
2012-03-24 | poll: add poll_requested_events() and poll_does_not_wait() functions | Hans Verkuil | 2 | -25/+33 |
2012-03-24 | fs/notify/notification.c: make subsys_initcall function static | H Hartley Sweeten | 1 | -2/+1 |
2012-03-24 | magic.h: move some FS magic numbers into magic.h | Muthu Kumar | 3 | -2/+5 |
2012-03-23 | Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 6 | -230/+234 |
2012-03-23 | Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+22 |
2012-03-23 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 51 | -2250/+1375 |
2012-03-23 | Merge git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 11 | -109/+169 |
2012-03-23 | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 66 | -2074/+3109 |
2012-03-23 | Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2012-03-23 | vfs: tidy up sparse warnings in fs/namei.c | Linus Torvalds | 1 | -3/+3 |
2012-03-23 | vfs: tidy up fs/namei.c byte-repeat word constants | Linus Torvalds | 1 | -9/+4 |
2012-03-23 | fs: fix kernel-doc warnings in dcache.c | Randy Dunlap | 1 | -1/+1 |
2012-03-23 | Fix full_name_hash() behaviour when length is a multiple of 8 | Al Viro | 1 | -1/+1 |
2012-03-23 | sysctl: protect poll() in entries that may go away | Lucas De Marchi | 1 | -1/+16 |
2012-03-22 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 9 | -191/+432 |
2012-03-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+23 |
2012-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw | Linus Torvalds | 19 | -245/+804 |
2012-03-22 | hugetlbfs: return error code when initializing module | Hillf Danton | 1 | -2/+3 |
2012-03-22 | hugetlbfs: fix alignment of huge page requests | Steven Truelove | 1 | -5/+9 |
2012-03-22 | mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warning | David Rientjes | 1 | -1/+5 |
2012-03-22 | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() | David Rientjes | 1 | -1/+1 |
2012-03-22 | hugepages: fix use after free bug in "quota" handling | David Gibson | 1 | -33/+21 |
2012-03-22 | hugetlb: cleanup hugetlb.h | David Gibson | 1 | -0/+19 |
2012-03-22 | hugetlbfs: avoid taking i_mutex from hugetlbfs_read() | Aneesh Kumar K.V | 1 | -16/+9 |
2012-03-22 | procfs: mark thread stack correctly in proc/<pid>/maps | Siddhesh Poyarekar | 4 | -61/+239 |
2012-03-22 | pagemap: introduce data structure for pagemap entry | Naoya Horiguchi | 1 | -31/+38 |
2012-03-22 | pagemap: export KPF_THP | Naoya Horiguchi | 1 | -0/+2 |
2012-03-22 | thp: optimize away unnecessary page table locking | Naoya Horiguchi | 1 | -48/+25 |
2012-03-22 | pagemap: avoid splitting thp when reading /proc/pid/pagemap | Naoya Horiguchi | 1 | -4/+48 |
2012-03-22 | hugetlbfs: fix hugetlb_get_unmapped_area() | Xiao Guangrong | 1 | -4/+11 |
2012-03-22 | seq_file: fix mishandling of consecutive pread() invocations. | Earl Chew | 1 | -13/+15 |
2012-03-22 | fs/namei.c: fix warnings on 32-bit | Andrew Morton | 1 | -0/+6 |
2012-03-22 | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli | 1 | -0/+9 |
2012-03-22 | Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 4 | -5/+25 |
2012-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 144 | -881/+5012 |