Age | Commit message (Expand) | Author | Files | Lines |
2010-01-11 | percpu: avoid calling __pcpu_ptr_to_addr(NULL) | Andrew Morton | 1 | -1/+3 |
2010-01-07 | maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) | Jason Wessel | 1 | -2/+9 |
2010-01-07 | NOMMU: Use copy_*_user_page() in access_process_vm() | Jie Zhang | 1 | -2/+4 |
2010-01-07 | NOMMU: Avoiding duplicate icache flushes of shared maps | Mike Frysinger | 1 | -3/+8 |
2009-12-31 | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+2 |
2009-12-30 | mm: move sys_mmap_pgoff from util.c | Hugh Dickins | 3 | -44/+65 |
2009-12-28 | SLAB: Fix lockdep annotation breakage | Pekka Enberg | 1 | -2/+2 |
2009-12-25 | Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin... | Linus Torvalds | 1 | -4/+7 |
2009-12-25 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2 | -1/+10 |
2009-12-23 | SYSCTL: Add a mutex to the page_alloc zone order sysctl | Andi Kleen | 1 | -4/+7 |
2009-12-23 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -7/+50 |
2009-12-21 | HWPOISON: Add PROC_FS dependency to hwpoison injector v2 | Andi Kleen | 2 | -1/+10 |
2009-12-19 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2009-12-18 | mm: Add notifier in pageblock isolation for balloon drivers | Robert Jennings | 1 | -7/+50 |
2009-12-18 | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2009-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -0/+1 |
2009-12-18 | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 | Linus Torvalds | 2 | -91/+107 |
2009-12-18 | readahead: add blk_run_backing_dev | Hisashi Hifumi | 1 | -0/+12 |
2009-12-17 | cpumask: avoid deprecated function in mm/slab.c | Rusty Russell | 1 | -1/+1 |
2009-12-17 | Fix breakage in shmem.c | Al Viro | 1 | -0/+2 |
2009-12-17 | x86: Fix checking of SRAT when node 0 ram is not from 0 | Yinghai Lu | 1 | -2/+2 |
2009-12-17 | NOMMU: Optimise away the {dac_,}mmap_min_addr tests | David Howells | 1 | -0/+1 |
2009-12-16 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 8 | -77/+673 |
2009-12-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 4 | -221/+37 |
2009-12-16 | direct I/O fallback sync simplification | Christoph Hellwig | 1 | -14/+1 |
2009-12-16 | make generic_acl slightly more generic | Christoph Hellwig | 3 | -141/+10 |
2009-12-16 | sanitize xattr handler prototypes | Christoph Hellwig | 2 | -67/+30 |
2009-12-16 | Untangling ima mess, part 1: alloc_file() | Al Viro | 1 | -2/+0 |
2009-12-16 | switch alloc_file() to passing struct path | Al Viro | 1 | -6/+8 |
2009-12-16 | switch shmem_file_setup() to alloc_file() | Al Viro | 1 | -12/+9 |
2009-12-16 | memcg: code clean, remove unused variable in mem_cgroup_resize_limit() | Bob Liu | 1 | -3/+1 |
2009-12-16 | memcg: remove memcg_tasklist | Daisuke Nishimura | 1 | -5/+0 |
2009-12-16 | memcg: avoid oom-killing innocent task in case of use_hierarchy | Daisuke Nishimura | 2 | -8/+15 |
2009-12-16 | memcg: cleanup mem_cgroup_move_parent() | Daisuke Nishimura | 1 | -49/+35 |
2009-12-16 | memcg: add mem_cgroup_cancel_charge() | Daisuke Nishimura | 1 | -20/+18 |
2009-12-16 | memcg: make memcg's file mapped consistent with global VM | KAMEZAWA Hiroyuki | 2 | -14/+11 |
2009-12-16 | memcg: coalesce charging via percpu storage | KAMEZAWA Hiroyuki | 1 | -6/+156 |
2009-12-16 | memcg: coalesce uncharge during unmap/truncate | KAMEZAWA Hiroyuki | 3 | -6/+98 |
2009-12-16 | memcg: fix memory.memsw.usage_in_bytes for root cgroup | Kirill A. Shutemov | 1 | -0/+1 |
2009-12-16 | oom-kill: fix NUMA constraint check with nodemask | KAMEZAWA Hiroyuki | 2 | -19/+49 |
2009-12-16 | oom-kill: show virtual size and rss information of the killed process | KOSAKI Motohiro | 1 | -3/+13 |
2009-12-16 | HWPOISON: Remove stray phrase in a comment | Andi Kleen | 1 | -1/+0 |
2009-12-16 | HWPOISON: Try to allocate migration page on the same node | Andi Kleen | 1 | -1/+2 |
2009-12-16 | HWPOISON: Don't do early filtering if filter is disabled | Andi Kleen | 1 | -0/+3 |
2009-12-16 | HWPOISON: Add a madvise() injector for soft page offlining | Andi Kleen | 1 | -3/+12 |
2009-12-16 | HWPOISON: Add soft page offline support | Andi Kleen | 2 | -6/+190 |
2009-12-16 | HWPOISON: Undefine short-hand macros after use to avoid namespace conflict | Andi Kleen | 1 | -0/+13 |
2009-12-16 | HWPOISON: Use new shake_page in memory_failure | Andi Kleen | 1 | -1/+8 |
2009-12-16 | HWPOISON: mention HWPoison in Kconfig entry | Andi Kleen | 1 | -1/+1 |
2009-12-16 | HWPOISON: Use get_user_page_fast in hwpoison madvise | Andi Kleen | 1 | -2/+1 |