summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-13MIPS: kdump: Add supportRalf Baechle11-9/+396
2012-12-13microblaze: Fix intc_enable_or_unmask functionMichal Simek1-1/+2
2012-12-13microblaze: Do not initialized regs->r1 twice in ELF_PLAT_INITMichal Simek1-1/+1
2012-12-13microblaze: Remove passing the second arg to schedule_tailMichal Simek1-1/+0
2012-12-13UAPI: (Scripted) Disintegrate arch/microblaze/include/asmDavid Howells38-552/+649
2012-12-13microblaze: uaccess.h: Fix timerfd syscallMichal Simek1-2/+1
2012-12-13microblaze: Remove BIP from childregsMichal Simek1-1/+0
2012-12-13Merge tag 'omapdss-for-3.8' of git://gitorious.org/linux-omap-dss2/linux into...Tomi Valkeinen62-3021/+2860
2012-12-13OMAPDSS: fix TV-out issue with DSI PLLTomi Valkeinen1-0/+16
2012-12-13Revert "OMAPFB: simplify locking"Tomi Valkeinen4-79/+132
2012-12-13OMAPFB: remove silly loop in fb2display()Tomi Valkeinen1-6/+6
2012-12-13OMAPFB: fix error handling in omapfb_find_best_mode()Tomi Valkeinen1-0/+6
2012-12-13OMAPFB: use devm_kzalloc to allocate omapfb2_deviceTomi Valkeinen1-2/+2
2012-12-13target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou1-1/+1
2012-12-13sbp-target: fix error path in sbp_make_tpg()Chris Boot1-7/+10
2012-12-13sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot1-3/+4
2012-12-13pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov1-1/+3
2012-12-13pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg1-2/+16
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1353-34453/+82808
2012-12-13Merge tag 'for-linus-20121212' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-136/+234
2012-12-13mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng2-9/+0
2012-12-13mm/memory.c: remove unused code from do_wp_page()Dominik Dingel1-6/+1
2012-12-13asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov5-35/+28
2012-12-13mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi1-1/+7
2012-12-13hwpoison, hugetlbfs: fix RSS-counter warningNaoya Horiguchi1-5/+7
2012-12-13hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi1-1/+3
2012-12-13mm: protect against concurrent vma expansionMichel Lespinasse1-0/+28
2012-12-13memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko1-3/+0
2012-12-13tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins1-1/+91
2012-12-13mm: provide more accurate estimation of pages occupied by memmapJiang Liu1-2/+24
2012-12-13fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong1-3/+0
2012-12-13fs/buffer.c: do not inline exported functionYan Hong1-2/+1
2012-12-13writeback: fix a typo in commentYan Hong1-1/+1
2012-12-13mm: introduce new field "managed_pages" to struct zoneJiang Liu6-23/+121
2012-12-13mm, oom: remove statically defined arch functions of same nameDavid Rientjes3-42/+27
2012-12-13mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes1-1/+0
2012-12-13mm, oom: cleanup pagefault oom handlerDavid Rientjes1-42/+7
2012-12-13memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan1-0/+16
2012-12-13numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan4-0/+21
2012-12-13mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes2-3/+12
2012-12-13mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton1-0/+1
2012-12-13mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim1-0/+4
2012-12-13res_counter: delete res_counter_write()Greg Thelen2-27/+0
2012-12-13hotplug: update nodemasks managementLai Jiangshan3-16/+77
2012-12-13page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2-19/+25
2012-12-13vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-13init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-13kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-13vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-13hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2-13/+13