- b012508 lib: add lib/glob.c by George Spelvin · 10 years ago
- 62e7ca5 zlib: clean up some dead code by Sergey Senozhatsky · 10 years ago
- 0f9859c klist: use same naming scheme as hlist for klist_add_after() by Ken Helias · 10 years ago
- 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
- bc18dd3 list: make hlist_add_after() argument names match hlist_add_after_rcu() by Ken Helias · 10 years ago
- d25d9fe kernel/printk/printk.c: fix bool assignements by Neil Zhang · 10 years ago
- 5874af2 printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 10 years ago
- 249771b printk: miscellaneous cleanups by Alex Elder · 10 years ago
- e99aa46 printk: use a clever macro by Alex Elder · 10 years ago
- 0b90fec printk: fix some comments by Alex Elder · 10 years ago
- 42a9dc0 printk: rename DEFAULT_MESSAGE_LOGLEVEL by Alex Elder · 10 years ago
- e97e126 printk: tweak do_syslog() to match comments by Alex Elder · 10 years ago
- 23b2899 printk: allow increasing the ring buffer depending on the number of CPUs by Luis R. Rodriguez · 10 years ago
- f540517 printk: make dynamic units clear for the kernel ring buffer by Luis R. Rodriguez · 10 years ago
- c0a318a printk: move power of 2 practice of ring buffer size to a helper by Luis R. Rodriguez · 10 years ago
- 7030017 printk: make dynamic kernel ring buffer alignment explicit by Luis R. Rodriguez · 10 years ago
- 90a8564 include/linux/byteorder/generic.h: minor comment fix by Geoff Levand · 10 years ago
- 68be302 fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon definition and use by Joe Perches · 10 years ago
- 6910231 ./Makefile: tell gcc optimizer to never introduce new data races by Jiri Kosina · 10 years ago
- 12d79d6 mm/zpool: update zswap to use zpool by Dan Streetman · 10 years ago
- c795779 mm/zpool: zbud/zsmalloc implement zpool by Dan Streetman · 10 years ago
- af8d417 mm/zpool: implement common zpool api to zbud/zsmalloc by Dan Streetman · 10 years ago
- 99eef8e mm/zbud: change zbud_alloc size type to size_t by Dan Streetman · 10 years ago
- d2d5e76 zram: replace global tb_lock with fine grain lock by Weijie Yang · 10 years ago
- 023b409 zram: use size_t instead of u16 by Minchan Kim · 10 years ago
- a830eff zram: remove unused SECTOR_SIZE define by Sergey Senozhatsky · 10 years ago
- cb8f2ee zram: rename struct `table' to `zram_table_entry' by Sergey Senozhatsky · 10 years ago
- 15de36a mm/highmem: make kmap cache coloring aware by Max Filippov · 10 years ago
- b972216 mmu_notifier: add call_srcu and sync function for listener to delay call and sync by Peter Zijlstra · 10 years ago
- 1d352bf mm: BUG when __kmap_atomic_idx equals KM_TYPE_NR by Chintan Pandya · 10 years ago
- 61e02c7 mm: memcontrol: clean up reclaim size variable use in try_charge() by Johannes Weiner · 10 years ago
- 618fde87 kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path by Sasha Levin · 10 years ago
- dbffcd0 mm: change confusing #ifdef use in __access_remote_vm by Rik van Riel · 10 years ago
- 68b5a65 mm: softdirty: respect VM_SOFTDIRTY in PTE holes by Peter Feiner · 10 years ago
- 3a91053 mm: mark fault_around_bytes __read_mostly by Kirill A. Shutemov · 10 years ago
- aecd6f4 mm: close race between do_fault_around() and fault_around_bytes_set() by Kirill A. Shutemov · 10 years ago
- 2ab051e memcg, vmscan: Fix forced scan of anonymous pages by Jerome Marchand · 10 years ago
- 7c0db9e mm, vmscan: fix an outdated comment still mentioning get_scan_ratio by Jerome Marchand · 10 years ago
- fb794bc mm, oom: remove unnecessary exit_state check by David Rientjes · 10 years ago
- d017763 mm: fix potential infinite loop in dissolve_free_huge_pages() by Li Zhong · 10 years ago
- 8fe7804 mm, thp: restructure thp avoidance of light synchronous migration by David Rientjes · 10 years ago
- e972a07 mm, oom: rename zonelist locking functions by David Rientjes · 10 years ago
- 8d060bf mm, oom: ensure memoryless node zonelist always includes zones by David Rientjes · 10 years ago
- 6e90b58 memory-hotplug: sh: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
- f51202d memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
- ed562ae memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
- 03d4be6 memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
- 9bfc411 memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
- 6326440 memory-hotplug: add zone_for_memory() for selecting zone for new memory by Wang Nan · 10 years ago
- aee52ca slub: remove kmemcg id from create_unique_id by Vladimir Davydov · 10 years ago
- 9ef0a0f mm, writeback: prevent race when calculating dirty limits by David Rientjes · 10 years ago
- 14a4e21 mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_mode by David Rientjes · 10 years ago
- fed400a mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache() by Wang Sheng-Hui · 10 years ago
- 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
- 4ffeaf3 mm: page_alloc: reduce cost of the fair zone allocation policy by Mel Gorman · 10 years ago
- f7b5d64 mm: page_alloc: abort fair zone allocation policy when remotes nodes are encountered by Mel Gorman · 10 years ago
- bb0b6df mm: vmscan: only update per-cpu thresholds for online CPU by Mel Gorman · 10 years ago
- 0d5d823 mm: move zone->pages_scanned into a vmstat counter by Mel Gorman · 10 years ago
- 3484b2d mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim lines by Mel Gorman · 10 years ago
- 24b7e58 mm: pagemap: avoid unnecessary overhead when tracepoints are deactivated by Mel Gorman · 10 years ago
- 2c51856 mm: trace-vmscan-postprocess.pl: report the number of file/anon pages respectively by Chen Yucong · 10 years ago
- d0480be mm: update the description for vm_total_pages by Wang Sheng-Hui · 10 years ago
- 9aed861 mm/memory.c: don't forget to set softdirty on file mapped fault by Cyrill Gorcunov · 10 years ago
- f0093ed drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory range by Yasuaki Ishimatsu · 10 years ago
- 49c8b24 drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_entry_bootmem() by Yasuaki Ishimatsu · 10 years ago
- f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
- 21bda26 mm: make copy_pte_range static again by Jerome Marchand · 10 years ago
- ed4d490 mm, hugetlb: remove hugetlb_zero and hugetlb_infinity by David Rientjes · 10 years ago
- 238d3c1 mm, hugetlb: generalize writes to nr_hugepages by David Rientjes · 10 years ago
- f37d429 hwpoison: fix race with changing page during offlining by Andi Kleen · 10 years ago
- ad4404a mm,hugetlb: simplify error handling in hugetlb_cow() by Davidlohr Bueso · 10 years ago
- 2f4612a mm,hugetlb: make unmap_ref_private() return void by Davidlohr Bueso · 10 years ago
- eb39d61 mm: replace init_page_accessed by __SetPageReferenced by Hugh Dickins · 10 years ago
- c2ea218 mm/hwpoison-inject.c: remove unnecessary null test before debugfs_remove_recursive by Fabian Frederick · 10 years ago
- cc7452b mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces by Rafael Aquini · 10 years ago
- 82f71ae mm: catch memory commitment underflow by Konstantin Khlebnikov · 10 years ago
- 7714251 shmem: update memory reservation on truncate by Konstantin Khlebnikov · 10 years ago
- 66ee4b8 shmem: fix double uncharge in __shmem_file_setup() by Konstantin Khlebnikov · 10 years ago
- ef6b571 include/linux/mmdebug.h: add VM_WARN_ONCE() by Andrew Morton · 10 years ago
- 930f036 mm, vmalloc: constify allocation mask by David Rientjes · 10 years ago
- 660654f mm/vmalloc.c: add a schedule point to vmalloc() by Eric Dumazet · 10 years ago
- 54980b9 mm: update the description for madvise_remove by Wang Sheng-Hui · 10 years ago
- 4a262d2 mm tracing: tell mm_migrate_pages event about numa_misplaced by Max Asbock · 10 years ago
- ee814fe mm: vmscan: clean up struct scan_control by Johannes Weiner · 10 years ago
- 0269517 mm: vmscan: move swappiness out of scan_control by Johannes Weiner · 10 years ago
- 2344d7e mm: vmscan: remove all_unreclaimable() by Johannes Weiner · 10 years ago
- 0b06496 mm: vmscan: rework compaction-ready signaling in direct reclaim by Johannes Weiner · 10 years ago
- 8d07429 mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimable by Johannes Weiner · 10 years ago
- 1a4dc5b mem-hotplug: improve zone_movable_is_highmem logic by Wang Nan · 10 years ago
- b69deb2 mm/mem-hotplug: replace simple_strtoull() with kstrtoull() by Zhang Zhen · 10 years ago
- a840cda mm: memcontrol: do not acquire page_cgroup lock for kmem pages by Johannes Weiner · 10 years ago
- 9a2385e mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed by Johannes Weiner · 10 years ago
- 05b8430 mm: memcontrol: use root_mem_cgroup res_counter by Johannes Weiner · 10 years ago
- 692e7c4 mm: memcontrol: catch root bypass in move precharge by Johannes Weiner · 10 years ago
- 9476db9 mm: memcontrol: simplify move precharge function by Johannes Weiner · 10 years ago
- 0029e19 mm: memcontrol: remove explicit OOM parameter in charge path by Michal Hocko · 10 years ago
- 9b13061 mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL charges by Johannes Weiner · 10 years ago
- d51d885bb mm: huge_memory: use GFP_TRANSHUGE when charging huge pages by Johannes Weiner · 10 years ago
- 28c34c2 mm: memcontrol: reclaim at least once for __GFP_NORETRY by Johannes Weiner · 10 years ago
- 06b078f mm: memcontrol: rearrange charging fast path by Johannes Weiner · 10 years ago