| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-10-04 | 1 | -5/+7 |
|\ |
|
| * | swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULL | Suresh Jayaraman | 2009-10-01 | 1 | -5/+7 |
* | | memcg: reduce check for softlimit excess | KAMEZAWA Hiroyuki | 2009-10-01 | 1 | -16/+15 |
* | | memcg: some modification to softlimit under hierarchical memory reclaim. | KAMEZAWA Hiroyuki | 2009-10-01 | 1 | -63/+50 |
* | | memcg: fix refcnt going negative | KAMEZAWA Hiroyuki | 2009-10-01 | 1 | -1/+2 |
* | | mm/rmap.c: fix comment | Huang Shijie | 2009-10-01 | 1 | -2/+2 |
* | | percpu: make allocation failures more verbose | Tejun Heo | 2009-09-29 | 1 | -2/+18 |
* | | percpu: make pcpu_setup_first_chunk() failures more verbose | Tejun Heo | 2009-09-29 | 1 | -11/+26 |
* | | percpu: make embedding first chunk allocator check vmalloc space size | Tejun Heo | 2009-09-29 | 1 | -2/+18 |
* | | percpu: make pcpu_build_alloc_info() clear static buffers | Tejun Heo | 2009-09-29 | 1 | -0/+4 |
* | | percpu: fix unit_map[] verification in pcpu_setup_first_chunk() | Tejun Heo | 2009-09-29 | 1 | -3/+3 |
|/ |
|
* | const: mark struct vm_struct_operations | Alexey Dobriyan | 2009-09-27 | 6 | -7/+7 |
* | x86: Fix hwpoison code related build failure on 32-bit NUMAQ | Linus Torvalds | 2009-09-27 | 1 | -1/+3 |
* | writeback: pass in super_block to bdi_start_writeback() | Jens Axboe | 2009-09-26 | 1 | -1/+1 |
* | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-25 | 3 | -19/+24 |
|\ |
|
| * | writeback: get rid to incorrect references to pdflush in comments | Jens Axboe | 2009-09-25 | 3 | -10/+11 |
| * | writeback: stop background writeback when below background threshold | Wu Fengguang | 2009-09-25 | 1 | -3/+3 |
| * | writeback: balance_dirty_pages() shall write more than dirtied pages | Wu Fengguang | 2009-09-25 | 1 | -6/+10 |
* | | NOMMU: Ignore mmap() address param as it is a hint | David Howells | 2009-09-24 | 1 | -4/+4 |
* | | NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directly | David Howells | 2009-09-24 | 1 | -22/+12 |
* | | procfs: disable per-task stack usage on NOMMU | Andrew Morton | 2009-09-24 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-09-24 | 5 | -102/+70 |
|\ \ |
|
| * | | truncate: new helpers | npiggin@suse.de | 2009-09-24 | 5 | -102/+70 |
* | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | 15 | -52/+1067 |
|\ \ \ |
|
| * | | | HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs | Andi Kleen | 2009-09-16 | 3 | -0/+46 |
| * | | | HWPOISON: Add madvise() based injector for hardware poisoned pages v4 | Andi Kleen | 2009-09-16 | 1 | -0/+30 |
| * | | | HWPOISON: Enable .remove_error_page for migration aware file systems | Andi Kleen | 2009-09-16 | 1 | -0/+1 |
| * | | | HWPOISON: The high level memory error handler in the VM v7 | Andi Kleen | 2009-09-16 | 5 | -1/+853 |
| * | | | HWPOISON: shmem: call set_page_dirty() with locked page | Wu Fengguang | 2009-09-16 | 2 | -2/+9 |
| * | | | HWPOISON: Define a new error_remove_page address space op for async truncation | Andi Kleen | 2009-09-16 | 1 | -0/+17 |
| * | | | HWPOISON: Add invalidate_inode_page | Wu Fengguang | 2009-09-16 | 1 | -6/+20 |
| * | | | HWPOISON: Refactor truncate to allow direct truncating of page v2 | Nick Piggin | 2009-09-16 | 1 | -14/+15 |
| * | | | HWPOISON: check and isolate corrupted free pages v2 | Wu Fengguang | 2009-09-16 | 1 | -1/+19 |
| * | | | HWPOISON: Handle hardware poisoned pages in try_to_unmap | Andi Kleen | 2009-09-16 | 1 | -1/+8 |
| * | | | HWPOISON: Use bitmask/action code for try_to_unmap behaviour | Andi Kleen | 2009-09-16 | 3 | -20/+24 |
| * | | | HWPOISON: Add poison check to page fault handling | Andi Kleen | 2009-09-16 | 1 | -0/+6 |
| * | | | HWPOISON: Add basic support for poisoned pages in fault handler v3 | Andi Kleen | 2009-09-16 | 1 | -3/+15 |
| * | | | HWPOISON: Add support for poison swap entries v2 | Andi Kleen | 2009-09-16 | 1 | -2/+2 |
| * | | | HWPOISON: Export some rmap vma locking to outside world | Andi Kleen | 2009-09-16 | 1 | -2/+2 |
* | | | | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 4 | -30/+30 |
* | | | | memcg: show swap usage in stat file | Daisuke Nishimura | 2009-09-24 | 1 | -3/+14 |
* | | | | memcg: improve resource counter scalability | Balbir Singh | 2009-09-24 | 1 | -21/+100 |
* | | | | memory controller: soft limit reclaim on contention | Balbir Singh | 2009-09-24 | 2 | -15/+256 |
* | | | | memory controller: soft limit refactor reclaim flags | Balbir Singh | 2009-09-24 | 1 | -6/+19 |
* | | | | memory controller: soft limit organize cgroups | Balbir Singh | 2009-09-24 | 1 | -43/+257 |
* | | | | memory controller: soft limit interface | Balbir Singh | 2009-09-24 | 1 | -0/+20 |
* | | | | memcg: add comments explaining memory barriers | KAMEZAWA Hiroyuki | 2009-09-24 | 1 | -0/+7 |
* | | | | memcg: remove the overhead associated with the root cgroup | Balbir Singh | 2009-09-24 | 1 | -14/+40 |
* | | | | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time | Ben Blum | 2009-09-24 | 1 | -1/+2 |
* | | | | ksm: change default values to better fit into mainline kernel | Izik Eidus | 2009-09-24 | 1 | -3/+11 |
| |/ /
|/| | |
|