Age | Commit message (Expand) | Author | Files | Lines |
2013-09-12 | arch: mm: do not invoke OOM killer on kernel fault OOM | Johannes Weiner | 6 | -22/+26 |
2013-09-12 | arch: mm: remove obsolete init OOM protection | Johannes Weiner | 3 | -17/+0 |
2013-09-12 | memcg: trivial cleanups | Andrew Morton | 2 | -21/+21 |
2013-09-12 | memcg, vmscan: do not fall into reclaim-all pass too quickly | Michal Hocko | 1 | -2/+17 |
2013-09-12 | memcg: track all children over limit in the root | Michal Hocko | 1 | -0/+9 |
2013-09-12 | memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything | Michal Hocko | 2 | -2/+8 |
2013-09-12 | memcg: track children in soft limit excess to improve soft limit | Michal Hocko | 1 | -0/+71 |
2013-09-12 | memcg: enhance memcg iterator to support predicates | Michal Hocko | 3 | -32/+103 |
2013-09-12 | vmscan, memcg: do softlimit reclaim also for targeted reclaim | Michal Hocko | 3 | -9/+15 |
2013-09-12 | memcg: get rid of soft-limit tree infrastructure | Michal Hocko | 1 | -263/+2 |
2013-09-12 | memcg, vmscan: integrate soft reclaim tighter with zone shrinking code | Michal Hocko | 3 | -175/+60 |
2013-09-12 | memcg: remove redundant code in mem_cgroup_force_empty_write() | Li Zefan | 1 | -7/+1 |
2013-09-11 | Bye, bye, WfW flag | Linus Torvalds | 2 | -881/+1602 |
2013-09-11 | Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -10/+6 |
2013-09-11 | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux... | Linus Torvalds | 1 | -2/+0 |
2013-09-11 | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf | Linus Torvalds | 2 | -0/+44 |
2013-09-11 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 247 | -2889/+8796 |
2013-09-11 | lz4: fix compression/decompression signedness mismatch | Sergey Senozhatsky | 2 | -8/+8 |
2013-09-11 | ipc: drop ipc_lock_check | Davidlohr Bueso | 2 | -17/+0 |
2013-09-11 | ipc, shm: drop shm_lock_check | Davidlohr Bueso | 1 | -11/+0 |
2013-09-11 | ipc: drop ipc_lock_by_ptr | Davidlohr Bueso | 3 | -9/+6 |
2013-09-11 | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso | 1 | -2/+1 |
2013-09-11 | ipc: document general ipc locking scheme | Davidlohr Bueso | 1 | -0/+8 |
2013-09-11 | ipc,msg: drop msg_unlock | Davidlohr Bueso | 1 | -3/+2 |
2013-09-11 | ipc: rename ids->rw_mutex | Davidlohr Bueso | 7 | -69/+69 |
2013-09-11 | ipc,shm: shorten critical region for shmat | Davidlohr Bueso | 1 | -4/+10 |
2013-09-11 | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso | 1 | -14/+12 |
2013-09-11 | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso | 1 | -24/+25 |
2013-09-11 | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso | 1 | -7/+12 |
2013-09-11 | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso | 1 | -18/+39 |
2013-09-11 | ipc: drop ipcctl_pre_down | Davidlohr Bueso | 2 | -23/+4 |
2013-09-11 | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso | 1 | -4/+6 |
2013-09-11 | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso | 1 | -0/+20 |
2013-09-11 | initmpfs: use initramfs if rootfstype= or root= specified | Rob Landley | 2 | -4/+15 |
2013-09-11 | initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled | Rob Landley | 2 | -2/+12 |
2013-09-11 | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley | 5 | -33/+36 |
2013-09-11 | initmpfs: move bdi setup from init_rootfs to init_ramfs | Rob Landley | 1 | -6/+19 |
2013-09-11 | initmpfs: replace MS_NOUSER in initramfs | Rob Landley | 1 | -1/+6 |
2013-09-11 | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt | Jan Kara | 7 | -8/+46 |
2013-09-11 | drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-09-11 | drivers/w1/w1.c: replace strict_strtol() with kstrtol() | Jingoo Han | 1 | -4/+8 |
2013-09-11 | memstick: add support for legacy memorysticks | Maxim Levitsky | 5 | -1/+2693 |
2013-09-11 | drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-09-11 | drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-09-11 | pktcdvd: fix defective misuses of pkt_<level> | Joe Perches | 1 | -3/+3 |
2013-09-11 | pktcdvd: add struct pktcdvd_device * to pkt_dump_sense() | Joe Perches | 1 | -15/+16 |
2013-09-11 | pktcdvd: convert pr_info to pkt_info | Joe Perches | 1 | -6/+8 |
2013-09-11 | pktcdvd: convert pr_notice to pkt_notice | Joe Perches | 1 | -10/+12 |
2013-09-11 | pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible | Joe Perches | 1 | -20/+24 |
2013-09-11 | pktcdvd: add struct pktcdvd_device * to pkt_dbg | Joe Perches | 1 | -48/+42 |