summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-01-13memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki
2012-01-13mm: memcg: remove unused node/section info from pc->flagsJohannes Weiner
2012-01-13mm: make per-memcg LRU lists exclusiveJohannes Weiner
2012-01-13mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-13mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner
2012-01-13memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki
2012-01-13epoll: limit pathsJason Baron
2012-01-13mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCALHeiko Carstens
2012-01-13include/linux/linkage.h: remove unused ATTRIB_NORET macroJoe Perches
2012-01-13treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches
2012-01-13treewide: remove useless NORET_TYPE macro and usesJoe Perches
2012-01-13include/linux/linkage.h: remove unused NORET_AND macroJoe Perches
2012-01-13kernel.h: neaten panic prototypeJoe Perches
2012-01-13net_sched: sfq: add optional RED on top of SFQEric Dumazet
2012-01-12phylib: introduce mdiobus_alloc_size()Timur Tabi
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-01-12Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2012-01-12Merge branch 'topic/hda' into for-linusTakashi Iwai
2012-01-12Merge branch 'topic/misc' into for-linusTakashi Iwai
2012-01-12Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-01-12Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah
2012-01-12virtio: support unlocked queue kickRusty Russell
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2012-01-12virtio: document functions better.Rusty Russell
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell
2012-01-12Merge branch 'sh/nommu' into sh-latestPaul Mundt
2012-01-12Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-12Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-12Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-12Merge git://git.infradead.org/battery-2.6Linus Torvalds
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-11inet_diag: Rename inet_diag_req_compat into inet_diag_reqPavel Emelyanov
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov
2012-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-01-11Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2012-01-11Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...Linus Torvalds
2012-01-11Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-11Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds
2012-01-11workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo
2012-01-11procfs: add hidepid= and gid= mount optionsVasiliy Kulikov
2012-01-11procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov
2012-01-11procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov
2012-01-11signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming
2012-01-11leds: add driver for TCA6507 LED controllerNeilBrown
2012-01-11mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro