summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-12-131-1/+1
|\
| * of_i2c: sparc: Allow OF_I2C for sparcAndreas Larsson2012-12-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-135-14/+25
|\ \
| * | bridge: fix icmpv6 endian bug and other sparse warningsstephen hemminger2012-12-131-4/+6
| * | net: ethool: Document struct ethtool_flow_extYan Burman2012-12-131-2/+14
| * | ndisc: Fix padding error in link-layer address option.YOSHIFUJI Hideaki / 吉藤英明2012-12-131-1/+1
| * | tuntap: dont use skb after netif_rx_ni(skb)Eric Dumazet2012-12-131-3/+4
| * | nfc: remove noisy message from llcp_sock_sendmsgDave Jones2012-12-131-4/+0
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-1352-422/+996
|\ \ \
| * | | mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng2012-12-122-9/+0
| * | | mm/memory.c: remove unused code from do_wp_page()Dominik Dingel2012-12-121-6/+1
| * | | asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov2012-12-125-35/+28
| * | | mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi2012-12-121-1/+7
| * | | hwpoison, hugetlbfs: fix RSS-counter warningNaoya Horiguchi2012-12-121-5/+7
| * | | hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi2012-12-121-1/+3
| * | | mm: protect against concurrent vma expansionMichel Lespinasse2012-12-121-0/+28
| * | | memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko2012-12-121-3/+0
| * | | tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins2012-12-121-1/+91
| * | | mm: provide more accurate estimation of pages occupied by memmapJiang Liu2012-12-121-2/+24
| * | | fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong2012-12-121-3/+0
| * | | fs/buffer.c: do not inline exported functionYan Hong2012-12-121-2/+1
| * | | writeback: fix a typo in commentYan Hong2012-12-121-1/+1
| * | | mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-126-23/+121
| * | | mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-123-42/+27
| * | | mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-121-1/+0
| * | | mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-121-42/+7
| * | | memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan2012-12-121-0/+16
| * | | numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-124-0/+21
| * | | mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes2012-12-122-3/+12
| * | | mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton2012-12-121-0/+1
| * | | mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim2012-12-121-0/+4
| * | | res_counter: delete res_counter_write()Greg Thelen2012-12-122-27/+0
| * | | hotplug: update nodemasks managementLai Jiangshan2012-12-123-16/+77
| * | | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-122-19/+25
| * | | vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
| * | | init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
| * | | kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
| * | | vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
| * | | hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-122-13/+13
| * | | mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-6/+6
| * | | mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
| * | | oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
| * | | memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-122-10/+10
| * | | procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-122-3/+3
| * | | cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-123-18/+18
| * | | mm: node_states: introduce N_MEMORYLai Jiangshan2012-12-121-0/+1
| * | | mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski2012-12-121-1/+1
| * | | mm: compaction: Fix compiler warningThierry Reding2012-12-121-54/+54
| * | | thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov2012-12-121-5/+24
| * | | thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov2012-12-123-2/+30