aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-12-18Merge branch 'akpm' (more patches from Andrew)Linus Torvalds
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa
2012-12-18slub: slub-specific propagation changesGlauber Costa
2012-12-18slab: propagate tunable valuesGlauber Costa
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa
2012-12-18memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa
2012-12-18memcg: destroy memcg cachesGlauber Costa
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa
2012-12-18memcg: infrastructure to match an allocation to the right cacheGlauber Costa
2012-12-18memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa
2012-12-18slab/slub: struct memcg_paramsGlauber Costa
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa
2012-12-18memcg: use static branches when code not in useGlauber Costa
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Glauber Costa
2012-12-18mm: allocate kernel pages to the right memcgGlauber Costa
2012-12-18memcg: kmem controller infrastructureGlauber Costa
2012-12-18mm: add a __GFP_KMEMCG flagGlauber Costa
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-12-18Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s...Linus Torvalds
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds
2012-12-18Merge branch 'slab/next' into slab/for-linusPekka Enberg
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17xen: Add EVTCHNOP_reset in Xen interface header files.Wei Liu
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita
2012-12-17random32: rename random32 to prandomAkinobu Mita
2012-12-17linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett
2012-12-17pidns: remove unused is_container_init()Gao feng
2012-12-17exec: use -ELOOP for max recursion depthKees Cook
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov
2012-12-17kstrto*: add documentationEldad Zack
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas
2012-12-17percpu_rw_semaphore: add lockdep annotationsOleg Nesterov
2012-12-17percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov
2012-12-17percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov
2012-12-17string: introduce helper to get base file name from given pathAndy Shevchenko
2012-12-17backlight: add of_find_backlight_by_node()Thierry Reding
2012-12-17drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo
2012-12-17asm-generic: io: don't perform swab during {in,out} string functionsWill Deacon
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton