1. ae891a1 devres: fix possible use after free by Maxin B John · 13 years ago
  2. 5190f0c asm-generic/system.h: drop useless __KERNEL__ by Mike Frysinger · 13 years ago
  3. f35119d drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible by Rakib Mullick · 13 years ago
  4. f1c93e4 um: remove dead code by Richard Weinberger · 13 years ago
  5. 39073db um: adjust size of pid_buf by Richard Weinberger · 13 years ago
  6. f1c2bb8 um: implement a x86_64 vDSO by Richard Weinberger · 13 years ago
  7. fc9a001 um: set __HAVE_ARCH_GATE_AREA for x86_64 by Richard Weinberger · 13 years ago
  8. 548f0a4 um: Set __HAVE_ARCH_GATE_AREA for i386 by Richard Weinberger · 13 years ago
  9. b743ac5 um: disable scan_elf_aux() on x86_64 by Richard Weinberger · 13 years ago
  10. 2a6d0ac uml: free resources by Davidlohr Bueso · 13 years ago
  11. 9a8beb9 uml: drivers/slip_user.c memory leak fix by Vitaliy Ivanov · 13 years ago
  12. 2fdf213 uml: helper.c warning corrections by Vitaliy Ivanov · 13 years ago
  13. 7a99ae7 uml: cow_user.c warning corrections by Vitaliy Ivanov · 13 years ago
  14. fbee8d9 uml: drivers/net_user.c memory leak fix by Vitaliy Ivanov · 13 years ago
  15. 7fa38e7 um: reinstate kernel version in generated .config by Geert Uytterhoeven · 13 years ago
  16. dd71dc4 um: add netpoll support by Richard Weinberger · 13 years ago
  17. f956b3e um: fix _FORTIFY_SOURCE=2 support for kernel modules by Richard Weinberger · 13 years ago
  18. 22e9b91 um: clean up delay functions by Richard Weinberger · 13 years ago
  19. c0ce5b6 um, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  20. 7213de0 um: clean up vm-flags.h by Richard Weinberger · 13 years ago
  21. 5ec80e5 cris, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  22. ce1bb7a cris: fix some build warnings in pinmux.c by WANG Cong · 13 years ago
  23. b7de110 m68k, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  24. f796062 m32r, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  25. 6fa8090 alpha, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  26. 023f21b h8300, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  27. 99b12e3 writeback: account NR_WRITTEN at IO completion time by Wu Fengguang · 13 years ago
  28. 48f170f tmpfs: simplify unuse and writepage by Hugh Dickins · 13 years ago
  29. 27ab700 tmpfs: simplify filepage/swappage by Hugh Dickins · 13 years ago
  30. e83c32e tmpfs: simplify prealloc_page by Hugh Dickins · 13 years ago
  31. 9276aad tmpfs: remove_shmem_readpage by Hugh Dickins · 13 years ago
  32. 68da9f0 tmpfs: pass gfp to shmem_getpage_gfp by Hugh Dickins · 13 years ago
  33. 71f0e07 tmpfs: refine shmem_file_splice_read by Hugh Dickins · 13 years ago
  34. 708e350 tmpfs: clone shmem_file_splice_read() by Hugh Dickins · 13 years ago
  35. 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 13 years ago
  36. 72c4783 mm: remove useless rcu lock-unlock from mapping_tagged() by Konstantin Khlebnikov · 13 years ago
  37. 76d3fbf mm: page allocator: reconsider zones for allocation after direct reclaim by Mel Gorman · 13 years ago
  38. cd38b11 mm: page allocator: initialise ZLC for first zone eligible for zone_reclaim by Mel Gorman · 13 years ago
  39. 1d65f86 mm: preallocate page before lock_page() at filemap COW by KAMEZAWA Hiroyuki · 13 years ago
  40. d515afe tmpfs: no need to use i_lock by Hugh Dickins · 13 years ago
  41. d082357 mm: pincer in truncate_inode_pages_range by Hugh Dickins · 13 years ago
  42. b85e0ef mm: consistent truncate and invalidate loops by Hugh Dickins · 13 years ago
  43. 8a549be mm: tidy vmtruncate_range and related functions by Hugh Dickins · 13 years ago
  44. 85821aa mm: truncate functions are in truncate.c by Hugh Dickins · 13 years ago
  45. 5e5358e mm: cleanup descriptions of filler arg by Hugh Dickins · 13 years ago
  46. df077ac sparc64: implement get_user_pages_fast() by David S. Miller · 13 years ago
  47. 683d2fa sparc64: add support for _PAGE_SPECIAL by David S. Miller · 13 years ago
  48. 4a0100f sparc64: use RCU page table freeing by David S. Miller · 13 years ago
  49. 4dedbf8 sparc64: kill page table quicklists by David S. Miller · 13 years ago
  50. c15bef3 mmap: fix and tidy up overcommit page arithmetic by Dmitry Fink · 13 years ago
  51. c9d8c3d mm/memblock.c: avoid abuse of RED_INACTIVE by Andrew Morton · 13 years ago
  52. be8f684 oom: make deprecated use of oom_adj more verbose by David Rientjes · 13 years ago
  53. 1123983 oom: remove references to old badness() function by David Rientjes · 13 years ago
  54. 6ac4752 mm/memory.c: remove ZAP_BLOCK_SIZE by Andrew Morton · 13 years ago
  55. 32f8452 mm: hugetlb: fix coding style issues by Chris Forbes · 13 years ago
  56. d788e80 mm/huge_memory.c: minor lock simplification in __khugepaged_exit by Chris Wright · 13 years ago
  57. 1bb36fb mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macros by Daniel Kiper · 13 years ago
  58. 00a66d2 mm: remove the leftovers of noswapaccount by WANG Cong · 13 years ago
  59. dd78553 pagewalk: fix code comment for THP by KOSAKI Motohiro · 13 years ago
  60. c27fe4c8 pagewalk: add locking-rule comments by KOSAKI Motohiro · 13 years ago
  61. 6c6d528 pagewalk: don't look up vma if walk->hugetlb_entry is unused by KOSAKI Motohiro · 13 years ago
  62. 4b6ddbf pagewalk: fix walk_page_range() don't check find_vma() result properly by KOSAKI Motohiro · 13 years ago
  63. 45ebb84 mm: swap-token: add a comment for priority aging by KOSAKI Motohiro · 13 years ago
  64. 53bb01f mm: swap-token: makes global variables to function local by KOSAKI Motohiro · 13 years ago
  65. e21c7ff mm: swap-token: fix dead link by KOSAKI Motohiro · 13 years ago
  66. 080e2be xen/balloon: memory hotplug support for Xen balloon driver by Daniel Kiper · 13 years ago
  67. 9d0ad8c mm: extend memory hotplug API to allow memory hotplug in virtual machines by Daniel Kiper · 13 years ago
  68. ef22f6a backlight: set backlight type and max_brightness before backlights are registered by Axel Lin · 13 years ago
  69. a4c8aaa backlight: add ams369fg06 amoled driver by Jingoo Han · 13 years ago
  70. 6b19bad drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_brightness by Axel Lin · 13 years ago
  71. e2e7da9 drivers/video/backlight/ld9040.c: small fixes by Axel Lin · 13 years ago
  72. ccb6108 mm/backing-dev.c: reset bdi min_ratio in bdi_unregister() by Peter Zijlstra · 13 years ago
  73. 2b934c6 drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULL by Alexander Stein · 13 years ago
  74. 90b03f5 xtensa: fix a build error in arch/xtensa/include/asm/uaccess.h by WANG Cong · 13 years ago
  75. 0d0138e xtensa: prevent arbitrary read in ptrace by Dan Rosenberg · 13 years ago
  76. 67db392 mm: use const struct page for r/o page-flag accessor methods by Ian Campbell · 13 years ago
  77. 33dd4e0 mm: make some struct page's const by Ian Campbell · 13 years ago
  78. ee8f248 hugetlb: add phys addr to struct huge_bootmem_page by Becky Bruce · 13 years ago
  79. 2b37c35 fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit by Becky Bruce · 13 years ago
  80. d694ad6 ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID by Manfred Spraul · 13 years ago
  81. 154dd78 Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  82. 14067ff vfs: make gcc generate more obvious code for acl permission checking by Linus Torvalds · 13 years ago
  83. 14cae32 cifs: Cleanup: check return codes of crypto api calls by Shirish Pargaonkar · 13 years ago
  84. f5bc1e7 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  85. e010a5e [CIFS] Redundant null check after dereference by Steve French · 13 years ago
  86. eaf35b1 cifs: use cifs_dirent in cifs_save_resume_key by Christoph Hellwig · 13 years ago
  87. f16d59b cifs: use cifs_dirent to replace cifs_get_name_from_search_buf by Christoph Hellwig · 13 years ago
  88. cda0ec6 cifs: introduce cifs_dirent by Christoph Hellwig · 13 years ago
  89. 750e069 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  90. 9feed6f cifs: cleanup cifs_filldir by Christoph Hellwig · 13 years ago
  91. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  92. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  93. 156e2d1 hwmon: (lm78) Become the maintainer by Jean Delvare · 13 years ago
  94. 90534c5 hwmon: (lm78) Make ISA interface depend on CONFIG_ISA by Jean Delvare · 13 years ago
  95. ed4cebd hwmon: (lm78) Avoid forward declarations by Jean Delvare · 13 years ago
  96. e9b6e9f hwmon: (sht15) Correct a comment mistake by Vivien Didelot · 13 years ago
  97. d737c09 hwmon: (max1111) Avoid extra memory allocations by Jean Delvare · 13 years ago
  98. 3d30f9e hwmon: (it87) Add chassis intrusion detection support by Jean Delvare · 13 years ago
  99. 764e043 hwmon: (via-cputemp) Add VID reporting support by Jean Delvare · 13 years ago
  100. 0a88f4b hwmon-vid: Add support for VIA family 6 model D CPU by Jean Delvare · 13 years ago