summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-4/+35
2012-12-19Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw...Linus Torvalds2-0/+17
2012-12-19blk: avoid divide-by-zero with zero discard granularityLinus Torvalds1-4/+15
2012-12-19Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds3-2/+28
2012-12-19Merge branch 'akpm' (more patches from Andrew)Linus Torvalds9-9/+285
2012-12-19mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu1-3/+2
2012-12-19memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa1-0/+6
2012-12-19slub: slub-specific propagation changesGlauber Costa1-0/+1
2012-12-19slab: propagate tunable valuesGlauber Costa2-4/+6
2012-12-19memcg: aggregate memcg cache values in slabinfoGlauber Costa2-0/+12
2012-12-19memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa1-0/+5
2012-12-19memcg: destroy memcg cachesGlauber Costa2-1/+11
2012-12-19sl[au]b: allocate objects from memcg cacheGlauber Costa1-1/+4
2012-12-19sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa1-0/+5
2012-12-19memcg: skip memcg kmem allocations in specified code regionsGlauber Costa1-0/+1
2012-12-19memcg: infrastructure to match an allocation to the right cacheGlauber Costa1-0/+41
2012-12-19memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa1-0/+2
2012-12-19slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa2-1/+39
2012-12-19slab/slub: struct memcg_paramsGlauber Costa3-0/+30
2012-12-19fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa1-0/+2
2012-12-19memcg: use static branches when code not in useGlauber Costa1-1/+3
2012-12-19res_counter: return amount of charges after res_counter_uncharge()Glauber Costa1-5/+7
2012-12-19mm: allocate kernel pages to the right memcgGlauber Costa1-0/+3
2012-12-19memcg: kmem controller infrastructureGlauber Costa1-0/+110
2012-12-19mm: add a __GFP_KMEMCG flagGlauber Costa1-0/+2
2012-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-9/+11
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+15
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-8/+21
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-127/+76
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds1-0/+4
2012-12-18Merge branch 'slab/next' into slab/for-linusPekka Enberg3-7/+15
2012-12-18Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds17-122/+135
2012-12-18fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov1-0/+2
2012-12-18fs, epoll: add procfs fdinfo helperCyrill Gorcunov1-0/+3
2012-12-18procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov1-2/+2
2012-12-18prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita1-0/+2
2012-12-18random32: rename random32 to prandomAkinobu Mita1-5/+12
2012-12-18linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett1-0/+2
2012-12-18pidns: remove unused is_container_init()Gao feng1-6/+0
2012-12-18exec: use -ELOOP for max recursion depthKees Cook1-2/+0
2012-12-18ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov1-0/+2
2012-12-18kstrto*: add documentationEldad Zack1-0/+33
2012-12-18compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+3
2012-12-18percpu_rw_semaphore: add lockdep annotationsOleg Nesterov1-1/+9
2012-12-18percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov1-2/+2
2012-12-18percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov1-70/+13
2012-12-18string: introduce helper to get base file name from given pathAndy Shevchenko1-0/+11
2012-12-18backlight: add of_find_backlight_by_node()Thierry Reding1-0/+10
2012-12-18drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo1-7/+2
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton3-10/+10