1. 9566328 asm/system.h: clean asm/system.h from docs by David Howells · 10 years ago
  2. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  3. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  4. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  5. 187841a8 ipc/compat.c: remove sc_semopm macro by Davidlohr Bueso · 10 years ago
  6. 6aa7a29 initramfs: debug detected compression method by Daniel M. Weeks · 10 years ago
  7. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  8. b06dd87 x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUG by Josh Triplett · 10 years ago
  9. a4b5d58 bug: Make BUG() always stop the machine by Josh Triplett · 10 years ago
  10. 4e50ebd bug: when !CONFIG_BUG, make WARN call no_printk to check format and args by Josh Triplett · 10 years ago
  11. a3f7607 include/asm-generic/bug.h: style fix: s/while(0)/while (0)/ by Josh Triplett · 10 years ago
  12. b607e70 bug: when !CONFIG_BUG, simplify WARN_ON_ONCE and family by Josh Triplett · 10 years ago
  13. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 10 years ago
  14. 527518f ppc: make PPC_BOOK3S_64 select IRQ_WORK by Josh Triplett · 10 years ago
  15. 6035d9d ia64: select CONFIG_TTY for use of tty_write_message in unaligned by Josh Triplett · 10 years ago
  16. c638b10 cris: cpuinfo_op should depend on CONFIG_PROC_FS by Geert Uytterhoeven · 10 years ago
  17. ae797bd cris: make ETRAX_ARCH_V10 select TTY for use in debugport by Josh Triplett · 10 years ago
  18. b6a83d9 drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a little by Dan Carpenter · 10 years ago
  19. d7c0847 kernel/panic.c: display reason at end + pr_emerg by Fabian Frederick · 10 years ago
  20. 758b444 fs/bfs/inode.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  21. 8ca5772 affs: add mount option to avoid filename truncates by Fabian Frederick · 10 years ago
  22. d40c4d4 fs/affs/dir.c: unlock/brelse dir on failure + code clean-up by Fabian Frederick · 10 years ago
  23. adbd319 affs: add __init to init_inodecache () by Fabian Frederick · 10 years ago
  24. 894122d fs/adfs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  25. 80df284 hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 10 years ago
  26. 2aaf308 rapidio: rework device hierarchy and introduce mport class of devices by Alexandre Bounine · 10 years ago
  27. 40f847b drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptors by Alexandre Bounine · 10 years ago
  28. 3f59b06 lib/idr.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  29. 90ae3ae idr: remove dead code by Stephen Hemminger · 10 years ago
  30. c4082f3 vmcore: continue vmcore initialization if PT_NOTE is found empty by WANG Chao · 10 years ago
  31. 82e0703 include/linux/crash_dump.h: add vmcore_cleanup() prototype by Rashika Kheria · 10 years ago
  32. 7c733eb wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another process by Oleg Nesterov · 10 years ago
  33. 377d75d wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent by Oleg Nesterov · 10 years ago
  34. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 10 years ago
  35. b3ab031 wait: completely ignore the EXIT_DEAD tasks by Oleg Nesterov · 10 years ago
  36. b436069 wait: use EXIT_TRACE only if thread_group_leader(zombie) by Oleg Nesterov · 10 years ago
  37. abd50b3 wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition by Oleg Nesterov · 10 years ago
  38. dfccbb5 wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 10 years ago
  39. 23aebe1 exec: kill bprm->tcomm[], simplify the "basename" logic by Oleg Nesterov · 10 years ago
  40. 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 10 years ago
  41. 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 10 years ago
  42. 1c44dbc fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  43. 49d063c proc: show mnt_id in /proc/pid/fdinfo by Andrey Vagin · 10 years ago
  44. f0b5664 fs/proc/meminfo: meminfo_proc_show(): fix typo in comment by Luiz Capitulino · 10 years ago
  45. ef98239 kernel/exit.c: call proc_exit_connector() after exit_state is set by Guillaume Morin · 10 years ago
  46. 4bcb823 exit: move check_stack_usage() to the end of do_exit() by Oleg Nesterov · 10 years ago
  47. c39df5f exit: call disassociate_ctty() before exit_task_namespaces() by Oleg Nesterov · 10 years ago
  48. 5d2d42d mm/zswap.c: remove unnecessary parentheses by SeongJae Park · 10 years ago
  49. 60105e1 mm/zswap: support multiple swap devices by Minchan Kim · 10 years ago
  50. 6335b19 mm/zswap.c: update zsmalloc in comment to zbud by SeongJae Park · 10 years ago
  51. 6b45251 mm/zswap.c: fix trivial typo and arrange indentation by SeongJae Park · 10 years ago
  52. f4659d8 zram: support REQ_DISCARD by Joonsoo Kim · 10 years ago
  53. 56b4e8c zram: use scnprintf() in attrs show() methods by Sergey Senozhatsky · 10 years ago
  54. 60a726e zram: propagate error to user by Minchan Kim · 10 years ago
  55. fcfa8d9 zram: return error-valued pointer from zcomp_create() by Sergey Senozhatsky · 10 years ago
  56. d61f98c zram: move comp allocation out of init_lock by Sergey Senozhatsky · 10 years ago
  57. 6e76668 zram: add lz4 algorithm backend by Sergey Senozhatsky · 10 years ago
  58. e46b8a0 zram: make compression algorithm selection possible by Sergey Senozhatsky · 10 years ago
  59. fe8eb12 zram: add set_max_streams knob by Sergey Senozhatsky · 10 years ago
  60. beca3ec zram: add multi stream functionality by Sergey Senozhatsky · 10 years ago
  61. 9cc9752 zram: factor out single stream compression by Sergey Senozhatsky · 10 years ago
  62. b7ca232 zram: use zcomp compressing backends by Sergey Senozhatsky · 10 years ago
  63. e7e1ef4 zram: introduce compressing backend abstraction by Sergey Senozhatsky · 10 years ago
  64. b67d1ec zram: delete zram_init_device() by Sergey Senozhatsky · 10 years ago
  65. 8dd1d32 zram: document failed_reads, failed_writes stats by Sergey Senozhatsky · 10 years ago
  66. e64cd51 zram: move zram size warning to documentation by Sergey Senozhatsky · 10 years ago
  67. 59fc86a zram: drop not used table `count' member by Sergey Senozhatsky · 10 years ago
  68. 6444724 zram: report failed read and write stats by Sergey Senozhatsky · 10 years ago
  69. a68eb3b zram: remove zram stats code duplication by Sergey Senozhatsky · 10 years ago
  70. 90a7806 zram: use atomic64_t for all zram stats by Sergey Senozhatsky · 10 years ago
  71. b7cccf8 zram: remove good and bad compress stats by Sergey Senozhatsky · 10 years ago
  72. be257c6 zram: do not pass rw argument to __zram_make_request() by Sergey Senozhatsky · 10 years ago
  73. be2d1d5 zram: drop `init_done' struct zram member by Sergey Senozhatsky · 10 years ago
  74. ed12d84 mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOL by John Hubbard · 10 years ago
  75. 834a964 numa: use LAST_CPUPID_SHIFT to calculate LAST_CPUPID_MASK by Srikar Dronamraju · 10 years ago
  76. 85892f1 madvise: correct the comment of MADV_DODUMP flag by Zhang Yanfei · 10 years ago
  77. 29f175d mm/readahead.c: inline ra_submit by Fabian Frederick · 10 years ago
  78. 55f6714 mm: hugetlb: fix softlockup when a large number of hugepages are freed. by Mizuma, Masayoshi · 10 years ago
  79. 1676323 mm/memblock.c: use PFN_PHYS() by Fabian Frederick · 10 years ago
  80. 136199f memblock: use for_each_memblock() by Emil Medve · 10 years ago
  81. ed6d7c8 mm: remove unused arg of set_page_dirty_balance() by Miklos Szeredi · 10 years ago
  82. 57e68e9 mm: try_to_unmap_cluster() should lock_page() before mlocking by Vlastimil Babka · 10 years ago
  83. 3a02576 mm: page_alloc: spill to remote nodes before waking kswapd by Johannes Weiner · 10 years ago
  84. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  85. 6d1fdc4 memcg: sanitize __mem_cgroup_try_charge() call protocol by Johannes Weiner · 10 years ago
  86. b6b6cc7 memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge by Michal Hocko · 10 years ago
  87. df38197 memcg: get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  88. 03583f1 memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm() by Johannes Weiner · 10 years ago
  89. 284f39a mm: memcg: push !mm handling out to page cache charge function by Johannes Weiner · 10 years ago
  90. 1bec6b3 mm: memcg: inline mem_cgroup_charge_common() by Johannes Weiner · 10 years ago
  91. 59d1d25 mm: memcg: remove mem_cgroup_move_account_page_stat() by Johannes Weiner · 10 years ago
  92. 7af467e mm: memcg: remove unnecessary preemption disabling by Johannes Weiner · 10 years ago
  93. d230dec mm: use 'const char *' insted of 'char *' for reason in dump_page() by Kirill A. Shutemov · 10 years ago
  94. 3643763 mm/vmalloc.c: enhance vm_map_ram() comment by Gioh Kim · 10 years ago
  95. ac71490 mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style by Choi Gi-yong · 10 years ago
  96. eb9a3c6 mempool: add unlikely and likely hints by Mikulas Patocka · 10 years ago
  97. da1c67a mm, compaction: determine isolation mode only once by David Rientjes · 10 years ago
  98. 539a13b res_counter: remove interface for locked charging and uncharging by David Rientjes · 10 years ago
  99. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  100. 2a38961 mm, mempolicy: rename slab_node for clarity by David Rientjes · 10 years ago