summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")Linus Torvalds2012-01-1321-165/+197
|\
| * c/r: prctl: add PR_SET_MM codes to set up mm_struct entriesCyrill Gorcunov2012-01-131-0/+12
| * radix_tree: remove radix_tree_indirect_to_ptr()Xiao Guangrong2012-01-131-3/+0Star
| * vfs: cache request_queue in struct block_deviceAndi Kleen2012-01-131-0/+2
| * include/linux/crash_dump.h needs elf.hFabio Estevam2012-01-131-0/+1
| * kexec: remove KMSG_DUMP_KEXECWANG Cong2012-01-131-1/+0Star
| * mm: remove del_page_from_lru, add page_off_lruHugh Dickins2012-01-131-6/+9
| * mm: enum lru_list lruHugh Dickins2012-01-132-21/+21
| * mm: fewer underscores in ____pagevec_lru_addHugh Dickins2012-01-131-5/+5
| * mm: take pagevecs off reclaim stackHugh Dickins2012-01-131-2/+0Star
| * mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-132-7/+22
| * mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-01-131-0/+2
| * mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-132-4/+7
| * vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma2012-01-131-8/+14
| * thp: add tlb_remove_pmd_tlb_entryShaohua Li2012-01-132-1/+15
| * memcg: simplify LRU handling by new ruleKAMEZAWA Hiroyuki2012-01-131-8/+0Star
| * memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki2012-01-131-0/+5
| * page_cgroup: add helper function to get swap_cgroupBob Liu2012-01-131-2/+2
| * mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-133-11/+11
| * memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki2012-01-131-3/+2Star
| * mm: memcg: remove unused node/section info from pc->flagsJohannes Weiner2012-01-131-33/+0Star
| * mm: make per-memcg LRU lists exclusiveJohannes Weiner2012-01-133-43/+30Star
| * mm: collect LRU list heads into struct lruvecJohannes Weiner2012-01-132-5/+7
| * mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner2012-01-131-0/+24
| * memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki2012-01-131-0/+6
| * epoll: limit pathsJason Baron2012-01-132-0/+2
| * mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens2012-01-131-5/+4Star
| * include/linux/linkage.h: remove unused ATTRIB_NORET macroJoe Perches2012-01-131-2/+0Star
| * treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-131-3/+3
| * treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-133-5/+4Star
| * include/linux/linkage.h: remove unused NORET_AND macroJoe Perches2012-01-131-1/+0Star
| * kernel.h: neaten panic prototypeJoe Perches2012-01-131-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-135-11/+37
|\ \
| * | net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-132-1/+22
| * | phylib: introduce mdiobus_alloc_size()Timur Tabi2012-01-131-1/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-121-2/+2
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-2/+2
| | |\ \
| | | * | Bluetooth: Rename extfeaturesAndre Guedes2012-01-031-2/+2
| * | | | inet_diag: Rename inet_diag_req_compat into inet_diag_reqPavel Emelyanov2012-01-111-1/+1
| * | | | inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-111-6/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-121-1/+15
|\ \ \ \ \
| * | | | | FUSE: Notifying the kernel of deletion.John Muir2011-12-131-0/+9
| * | | | | fuse: support ioctl on directoriesMiklos Szeredi2011-12-131-1/+6
* | | | | | Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-122-61/+15Star
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah2012-01-121-0/+5
| * | | | | virtio: support unlocked queue kickRusty Russell2012-01-121-0/+4
| * | | | | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-15/+6Star
| * | | | | virtio: document functions better.Rusty Russell2012-01-121-47/+0Star
| * | | | | virtio: harsher barriers for rpmsg.Rusty Russell2012-01-121-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2012-01-1216-71/+960
|\ \ \ \ \ \