summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-08slub: rework sysfs layout for memcg cachesVladimir Davydov2-1/+28
2014-04-08slub: adjust memcg caches when creating cache aliasVladimir Davydov1-0/+13
2014-04-08memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov3-37/+57
2014-04-08memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov2-7/+8
2014-04-08memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov4-95/+111
2014-04-08memcg, slab: cleanup memcg cache creationVladimir Davydov3-51/+52
2014-04-08memcg, slab: never try to merge memcg cachesVladimir Davydov3-30/+18
2014-04-08asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells1-1/+1
2014-04-08asm/system.h: clean asm/system.h from docsDavid Howells3-9/+2
2014-04-08kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza13-21/+34
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König41-59/+59
2014-04-08ipc: use device_initcallDavidlohr Bueso3-3/+3
2014-04-08ipc/compat.c: remove sc_semopm macroDavidlohr Bueso1-3/+0
2014-04-08initramfs: debug detected compression methodDaniel M. Weeks2-0/+4
2014-04-08fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones1-0/+3
2014-04-08x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett1-3/+0
2014-04-08bug: Make BUG() always stop the machineJosh Triplett1-1/+1
2014-04-08bug: when !CONFIG_BUG, make WARN call no_printk to check format and argsJosh Triplett1-0/+1
2014-04-08include/asm-generic/bug.h: style fix: s/while(0)/while (0)/Josh Triplett1-3/+3
2014-04-08bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and familyJosh Triplett1-27/+30
2014-04-08kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett8-6/+25
2014-04-08ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett1-0/+1
2014-04-08ia64: select CONFIG_TTY for use of tty_write_message in unalignedJosh Triplett1-0/+1
2014-04-08cris: cpuinfo_op should depend on CONFIG_PROC_FSGeert Uytterhoeven1-0/+2
2014-04-08cris: make ETRAX_ARCH_V10 select TTY for use in debugportJosh Triplett1-0/+1
2014-04-08drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter1-3/+3
2014-04-08kernel/panic.c: display reason at end + pr_emergFabian Frederick1-7/+6
2014-04-08fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-08affs: add mount option to avoid filename truncatesFabian Frederick5-33/+57
2014-04-08fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick1-10/+18
2014-04-08affs: add __init to init_inodecache ()Fabian Frederick1-1/+1
2014-04-08fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-08hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2-0/+7
2014-04-08rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine10-16/+133
2014-04-08drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine2-33/+82
2014-04-08lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-2/+2
2014-04-08idr: remove dead codeStephen Hemminger2-81/+2
2014-04-08vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao1-2/+0
2014-04-08include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria3-2/+1
2014-04-08wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...Oleg Nesterov1-13/+9
2014-04-08wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parentOleg Nesterov1-13/+16
2014-04-08wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2-4/+4
2014-04-08wait: completely ignore the EXIT_DEAD tasksOleg Nesterov1-5/+6
2014-04-08wait: use EXIT_TRACE only if thread_group_leader(zombie)Oleg Nesterov1-10/+7
2014-04-08wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transitionOleg Nesterov2-29/+22
2014-04-08wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-08exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov4-22/+4
2014-04-08procfs: make /proc/*/pagemap 0400Djalal Harouni1-2/+2
2014-04-08procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni1-6/+6
2014-04-08fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-1/+1