| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | burying unused conditionals | Al Viro | 2013-02-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make do_sigaltstack() static | Al Viro | 2013-02-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | take sys_rt_sigsuspend() prototype to linux/syscalls.h | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new helper: sigsp() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new helper: signal_setup_done() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new helper: get_signal() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switch compat_sys_open* to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic sys_sigaction() and compat_sys_sigaction() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic sys_compat_rt_sigaction() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consolidate kernel-side struct sigaction declarations | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consolidate declarations of k_sigaction | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | old sigsuspend variants in kernel/signal.c | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic compat_sys_rt_sigqueueinfo() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic compat_sys_rt_sigpending() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic compat_sys_rt_sigprocmask() | Al Viro | 2013-02-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sanitize rt_sigaction() situation a bit | Al Viro | 2013-02-03 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2013-02-23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm,ksm: FOLL_MIGRATION do migration_entry_wait | Hugh Dickins | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: accelerate mm_populate() treatment of THP pages | Michel Lespinasse | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: use long type for page counts in mm_populate() and get_user_pages() | Michel Lespinasse | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vmscan: change type of vm_total_pages to unsigned long | Zhang Yanfei | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: fix return type for functions nr_free_*_pages | Zhang Yanfei | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate. | Cody P Schafer | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: add zone_is_empty() and zone_is_initialized() | Cody P Schafer | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: add & use zone_end_pfn() and zone_spans_pfn() | Cody P Schafer | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: add SECTION_IN_PAGE_FLAGS | Cody P Schafer | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: refactor inactive_file_is_low() to use get_lru_size() | Johannes Weiner | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: remove offlining arg to migrate_pages | Hugh Dickins | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ksm: remove old stable nodes more thoroughly | Hugh Dickins | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: rename page struct field helpers | Mel Gorman | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: uninline page_xchg_last_nid() | Mel Gorman | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page-writeback.c: subtract min_free_kbytes from dirtyable memory | Paul Szabo | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() | Konstantin Khlebnikov | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swap: add per-partition lock for swapfile | Shaohua Li | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swap: make each swap partition have one address_space | Shaohua Li | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: don't inline page_mapping() | Shaohua Li | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: fold page->_last_nid into page->flags where possible | Peter Zijlstra | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: move page flags layout to separate header | Peter Zijlstra | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA... | Mel Gorman | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: numa: fix minor typo in numa_next_scan | Mel Gorman | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: remove unused memclear_highpage_flush() | Kirill A. Shutemov | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pm / runtime: introduce pm_runtime_set_memalloc_noio() | Ming Lei | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: teach mm by current context info to not do I/O during memory allocation | Ming Lei | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: don't wait on congested zones in balance_pgdat() | Zlatko Calusic | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-failure: use num_poisoned_pages instead of mce_bad_pages | Xishi Qiu | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: remove MIGRATE_ISOLATE check in hotpath | Minchan Kim | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i... | Tang Chen | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi, memory-hotplug: support getting hotplug info from SRAT | Tang Chen | 2013-02-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi, memory-hotplug: extend movablemem_map ranges to the end of node | Tang Chen | 2013-02-23 | |
