aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju4-12/+12
2013-09-12memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju1-1/+1
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner5-49/+140
2013-09-12mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner1-37/+46
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner5-12/+88
2013-09-12x86: finish user fault error path with fatal signalJohannes Weiner1-18/+17
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner29-64/+135
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner6-22/+26
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner3-17/+0
2013-09-12memcg: trivial cleanupsAndrew Morton2-21/+21
2013-09-12memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko1-2/+17
2013-09-12memcg: track all children over limit in the rootMichal Hocko1-0/+9
2013-09-12memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko2-2/+8
2013-09-12memcg: track children in soft limit excess to improve soft limitMichal Hocko1-0/+71
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko3-32/+103
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko3-9/+15
2013-09-12memcg: get rid of soft-limit tree infrastructureMichal Hocko1-263/+2
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko3-175/+60
2013-09-12memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan1-7/+1
2013-09-11Bye, bye, WfW flagLinus Torvalds2-881/+1602
2013-09-11lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2-8/+8
2013-09-11ipc: drop ipc_lock_checkDavidlohr Bueso2-17/+0
2013-09-11ipc, shm: drop shm_lock_checkDavidlohr Bueso1-11/+0
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-09-11ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-09-11ipc: document general ipc locking schemeDavidlohr Bueso1-0/+8
2013-09-11ipc,msg: drop msg_unlockDavidlohr Bueso1-3/+2
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso7-69/+69
2013-09-11ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-09-11ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-09-11ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-09-11ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-09-11ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39
2013-09-11ipc: drop ipcctl_pre_downDavidlohr Bueso2-23/+4
2013-09-11ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso1-4/+6
2013-09-11ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+20
2013-09-11initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley2-4/+15
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley2-2/+12
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley5-33/+36
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley1-6/+19
2013-09-11initmpfs: replace MS_NOUSER in initramfsRob Landley1-1/+6
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara7-8/+46
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han1-4/+8
2013-09-11memstick: add support for legacy memorysticksMaxim Levitsky5-1/+2693
2013-09-11drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches1-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches1-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches1-6/+8