1. f894ffa memcg: trivial cleanups by Andrew Morton · 11 years ago
  2. e975de9 memcg, vmscan: do not fall into reclaim-all pass too quickly by Michal Hocko · 11 years ago
  3. 1be171d memcg: track all children over limit in the root by Michal Hocko · 11 years ago
  4. e839b6a memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything by Michal Hocko · 11 years ago
  5. 7d910c0 memcg: track children in soft limit excess to improve soft limit by Michal Hocko · 11 years ago
  6. de57780 memcg: enhance memcg iterator to support predicates by Michal Hocko · 11 years ago
  7. a5b7c87 vmscan, memcg: do softlimit reclaim also for targeted reclaim by Michal Hocko · 11 years ago
  8. e883110 memcg: get rid of soft-limit tree infrastructure by Michal Hocko · 11 years ago
  9. 3b38722 memcg, vmscan: integrate soft reclaim tighter with zone shrinking code by Michal Hocko · 11 years ago
  10. c33bd83 memcg: remove redundant code in mem_cgroup_force_empty_write() by Li Zefan · 11 years ago
  11. d5d04bb Bye, bye, WfW flag by Linus Torvalds · 11 years ago
  12. 1ae276a Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  13. 3b38f56 Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  14. b3b7568 Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf by Linus Torvalds · 11 years ago
  15. c2d9572 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  16. b34081f1 lz4: fix compression/decompression signedness mismatch by Sergey Senozhatsky · 11 years ago
  17. 20b8875 ipc: drop ipc_lock_check by Davidlohr Bueso · 11 years ago
  18. 7a25dd9 ipc, shm: drop shm_lock_check by Davidlohr Bueso · 11 years ago
  19. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  20. 530fcd16 ipc, shm: guard against non-existant vma in shmdt(2) by Davidlohr Bueso · 11 years ago
  21. 05603c4 ipc: document general ipc locking scheme by Davidlohr Bueso · 11 years ago
  22. 4718787 ipc,msg: drop msg_unlock by Davidlohr Bueso · 11 years ago
  23. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  24. c2c737a ipc,shm: shorten critical region for shmat by Davidlohr Bueso · 11 years ago
  25. f42569b ipc,shm: cleanup do_shmat pasta by Davidlohr Bueso · 11 years ago
  26. 2caacaa ipc,shm: shorten critical region for shmctl by Davidlohr Bueso · 11 years ago
  27. c97cb9c ipc,shm: make shmctl_nolock lockless by Davidlohr Bueso · 11 years ago
  28. 68eccc1 ipc,shm: introduce shmctl_nolock by Davidlohr Bueso · 11 years ago
  29. 3b1c4ad ipc: drop ipcctl_pre_down by Davidlohr Bueso · 11 years ago
  30. 79ccf0f ipc,shm: shorten critical region in shmctl_down by Davidlohr Bueso · 11 years ago
  31. 8b8d52a ipc,shm: introduce lockless functions to obtain the ipc object by Davidlohr Bueso · 11 years ago
  32. 6e19ede initmpfs: use initramfs if rootfstype= or root= specified by Rob Landley · 11 years ago
  33. 16203a7 initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled by Rob Landley · 11 years ago
  34. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 11 years ago
  35. 4bbee76 initmpfs: move bdi setup from init_rootfs to init_ramfs by Rob Landley · 11 years ago
  36. 137fdcc1 initmpfs: replace MS_NOUSER in initramfs by Rob Landley · 11 years ago
  37. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  38. 4b39248 drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  39. bf4228f drivers/w1/w1.c: replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  40. 0ab3049 memstick: add support for legacy memorysticks by Maxim Levitsky · 11 years ago
  41. ccf5a04 drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  42. b67fb086 drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  43. 666dc7c pktcdvd: fix defective misuses of pkt_<level> by Joe Perches · 11 years ago
  44. f3ded78 pktcdvd: add struct pktcdvd_device * to pkt_dump_sense() by Joe Perches · 11 years ago
  45. 0c075d6 pktcdvd: convert pr_info to pkt_info by Joe Perches · 11 years ago
  46. ca73dab pktcdvd: convert pr_notice to pkt_notice by Joe Perches · 11 years ago
  47. fa63c0a pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible by Joe Perches · 11 years ago
  48. 844aa79 pktcdvd: add struct pktcdvd_device * to pkt_dbg by Joe Perches · 11 years ago
  49. cd3f2cd pktcdvd: consolidate DPRINTK and VPRINTK macros by Joe Perches · 11 years ago
  50. 9948133 pktcdvd: convert printk to pr_<level> by Joe Perches · 11 years ago
  51. 5323fb7 pktcdvd: convert ZONE macro to static function get_zone() by Joe Perches · 11 years ago
  52. 6723734 panic: call panic handlers before kmsg_dump by Kees Cook · 11 years ago
  53. 6325932 affs: use loff_t in affs_truncate() by Dan Carpenter · 11 years ago
  54. 5173b41 aoe: remove do-nothing NAME="%k" term from example udev rules by Ed Cashin · 11 years ago
  55. fea1b13 aoe: do not BUG if memory pressure prevented debugfs file creation by Ed Cashin · 11 years ago
  56. e0ec360 aoe: suppress compiler warnings by Andy Shevchenko · 11 years ago
  57. a88c1f0 aoe: remove custom implementation of kbasename() by Andy Shevchenko · 11 years ago
  58. 896dcd9 aoe: update internal version number to 85 by Ed Cashin · 11 years ago
  59. ec34512 aoe: update copyright date by Ed Cashin · 11 years ago
  60. 2256c1c aoe: fill in per-AoE-target information for debugfs file by Ed Cashin · 11 years ago
  61. 1cf9479 aoe: provide file operations for debugfs files by Ed Cashin · 11 years ago
  62. e8866cf aoe: add AoE-target files to debugfs by Ed Cashin · 11 years ago
  63. 190519c aoe: create and destroy debugfs directory for aoe by Ed Cashin · 11 years ago
  64. 0bd4213 mm/zswap: use postorder iteration when destroying rbtree by Cody P Schafer · 11 years ago
  65. 7c993e1 rbtree: allow tests to run as builtin by Cody P Schafer · 11 years ago
  66. a791a62 rbtree_test: add test for postorder iteration by Cody P Schafer · 11 years ago
  67. 2b52908 rbtree: add rbtree_postorder_for_each_entry_safe() helper by Cody P Schafer · 11 years ago
  68. 9dee5c5 rbtree: add postorder iteration functions by Cody P Schafer · 11 years ago
  69. b4bc4a1 block/partitions/efi.c: consistently use pr_foo() by Andrew Morton · 11 years ago
  70. 70f637e partitions/efi: some style cleanups by Davidlohr Bueso · 11 years ago
  71. 08009b3 partitions/efi: delete annoying emacs style comments by Davidlohr Bueso · 11 years ago
  72. aa054bc partitions/efi: compare first and last usable LBAs by Davidlohr Bueso · 11 years ago
  73. 27a7c64 partitions/efi: account for pmbr size in lba by Davidlohr Bueso · 11 years ago
  74. b05ebbb partitions/efi: detect hybrid MBRs by Davidlohr Bueso · 11 years ago
  75. 3e69ac3 partitions/efi: do not require gpt partition to begin at sector 1 by Davidlohr Bueso · 11 years ago
  76. 33afd7a partitions/efi: check pmbr record's starting lba by Davidlohr Bueso · 11 years ago
  77. c2ebdc2 partitions/efi: use lba-aware partition records by Davidlohr Bueso · 11 years ago
  78. 6f79d33 s390/vmcore: use vmcore for zfcpdump by Michael Holzheu · 11 years ago
  79. 11e376a vmcore: enable /proc/vmcore mmap for s390 by Michael Holzheu · 11 years ago
  80. 23df79d s390/vmcore: implement remap_oldmem_pfn_range for s390 by Jan Willeke · 11 years ago
  81. 9cb2181 vmcore: introduce remap_oldmem_pfn_range() by Michael Holzheu · 11 years ago
  82. 97b0f6f s390/vmcore: use ELF header in new memory feature by Michael Holzheu · 11 years ago
  83. be8a8d0 vmcore: introduce ELF header in new memory feature by Michael Holzheu · 11 years ago
  84. 80c74f6 kexec: remove unnecessary return by Xishi Qiu · 11 years ago
  85. 6b3c538 exec: cleanup the error handling in search_binary_handler() by Oleg Nesterov · 11 years ago
  86. 4e0621a exec: don't retry if request_module() fails by Oleg Nesterov · 11 years ago
  87. cb7b6b1 exec: cleanup the CONFIG_MODULES logic by Oleg Nesterov · 11 years ago
  88. 92eaa56 exec: kill ->load_binary != NULL check in search_binary_handler() by Oleg Nesterov · 11 years ago
  89. 52f14282 exec: move allow_write_access/fput to exec_binprm() by Oleg Nesterov · 11 years ago
  90. 9beb266 exec: proc_exec_connector() should be called only once by Oleg Nesterov · 11 years ago
  91. 131b2f9 exec: kill "int depth" in search_binary_handler() by Oleg Nesterov · 11 years ago
  92. 5d1baf3 exec: introduce exec_binprm() for "depth == 0" code by Oleg Nesterov · 11 years ago
  93. 96d0df7 proc: make proc_fd_permission() thread-friendly by Oleg Nesterov · 11 years ago
  94. a3c0399 fs/proc/task_mmu.c: check the return value of mpol_to_str() by Chen Gang · 11 years ago
  95. 4649602 Documentation/filesystems/proc.txt: fix mistake in the description of Committed_AS by Minto Joseph · 11 years ago
  96. be49b30 fs/file_table.c:fput(): make comment more truthful by Andrew Morton · 11 years ago
  97. 65aafb1 coredump: add new %P variable in core_pattern by Stéphane Graber · 11 years ago
  98. 73af963 __ptrace_may_access() should not deny sub-threads by Mark Grondona · 11 years ago
  99. b4c1107 hfsplus: integrate POSIX ACLs support into driver by Vyacheslav Dubeyko · 11 years ago
  100. eef80d4 hfsplus: implement POSIX ACLs support by Vyacheslav Dubeyko · 11 years ago