1. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  2. d4bb5274 posix-cpu-timers: cleanup rlimits usage by Jiri Slaby · 14 years ago
  3. f3abd4f kernel/exit.c: fix shadows sparse warning by Thiago Farina · 14 years ago
  4. 9c03c38 includecheck fix for kernel/params.c by Jaswinder Singh Rajput · 14 years ago
  5. 5f1664f splice: comparing unsigned int < 0 by Dan Carpenter · 14 years ago
  6. 0347af4 lkdtm: add debugfs access and loosen KPROBE ties by Simon Kagstrom · 14 years ago
  7. 33fd797 eisa: fix coding style for eisa bus code by Thadeu Lima de Souza Cascardo · 14 years ago
  8. 08d9e73 drivers/misc/iwmc3200top/main.c: eliminate useless code by Julia Lawall · 14 years ago
  9. 7463e63 init/main.c: make setup_max_cpus static for !SMP by H Hartley Sweeten · 14 years ago
  10. cfd8d6c smp: fix documentation in include/linux/smp.h by Rakib Mullick · 14 years ago
  11. 72c3368 nodemask.h: remove macro any_online_node by H Hartley Sweeten · 14 years ago
  12. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  13. 221e3eb cpumask: let num_*_cpus() function always return unsigned values by Heiko Carstens · 14 years ago
  14. 8aaed5be init/initramfs.c: fix "symbol shadows an earlier one" noise by H Hartley Sweeten · 14 years ago
  15. 9a85b8d init/main.c: improve usability in case of init binary failure by Andreas Mohr · 14 years ago
  16. 87d5e023 kernel/cpu.c: delete deprecated definition in cpu_up() by Chen Gong · 14 years ago
  17. 9c8f05c MFGPT: move clocksource menu by Randy Dunlap · 14 years ago
  18. 3b2a8c8 um: tell git to ignore generated files by WANG Cong · 14 years ago
  19. 03315b5 uml: line.c: avoid NULL pointer dereference by Alexander Beregalov · 14 years ago
  20. be14945 cris v32: typo in crisv32_arbiter_unwatch()? by Roel Kluin · 14 years ago
  21. cda1c5a cryptocop: fix assertion in create_output_descriptors() by Roel Kluin · 14 years ago
  22. ba875ba cris: convert to use arch_gettimeoffset() by john stultz · 14 years ago
  23. 56e6943b4 cpuidle menu: remove 8 bytes of padding on 64 bit builds by Richard Kennedy · 14 years ago
  24. 77079db alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount by Roel Kluin · 14 years ago
  25. 6822190 frv: remove pci_dma_sync_single() and pci_dma_sync_sg() by FUJITA Tomonori · 14 years ago
  26. 08259d5 mm: add comment on swap_duplicate's error code by Hugh Dickins · 14 years ago
  27. c08c6e1 nommu: get_user_pages(): pin last page on non-page-aligned start by Steven J. Magnani · 14 years ago
  28. f047f4f mm: use the same log level for show_mem() by Amerigo Wang · 14 years ago
  29. 478352e mm: add comment about deprecation of __GFP_NOFAIL by David Rientjes · 14 years ago
  30. 64574746 vmscan: detect mapped file pages used only once by Johannes Weiner · 14 years ago
  31. 31c0569 vmscan: drop page_mapping_inuse() by Johannes Weiner · 14 years ago
  32. dfc8d63 vmscan: factor out page reference checks by Johannes Weiner · 14 years ago
  33. e7c84ee mm: document /sys/devices/system/node/nodeX by Mel Gorman · 14 years ago
  34. a1b57ac mm: document /proc/pagetypeinfo by Mel Gorman · 14 years ago
  35. 72f0ba0 mm: suppress pfn range output for zones without pages by David Rientjes · 14 years ago
  36. 452aa69 mm/pm: force GFP_NOIO during suspend/hibernation and resume by Rafael J. Wysocki · 14 years ago
  37. ad2bd7e mm/swapfile.c: fix swapon size off-by-one by Hugh Dickins · 14 years ago
  38. fc148a5 mm: remove VM_LOCK_RMAP code by Rik van Riel · 14 years ago
  39. c44b674 rmap: move exclusively owned pages to own anon_vma in do_wp_page() by Rik van Riel · 14 years ago
  40. 033a64b rmap: remove obsolete check from __page_check_anon_rmap() by Rik van Riel · 14 years ago
  41. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  42. 648bcc7 mm/memcontrol.c: fix "integer as NULL pointer" sparse warning by Thiago Farina · 14 years ago
  43. 19adf9c include/linux/fs.h: convert FMODE_* constants to hex by Andrew Morton · 14 years ago
  44. 0141450 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM by Wu Fengguang · 14 years ago
  45. 42e4960 vfs: take f_lock on modifying f_mode after open time by Wu Fengguang · 14 years ago
  46. 85f1fb7 mm/migrate.c: kill anon local variable from migrate_page_copy by KOSAKI Motohiro · 14 years ago
  47. da0aa13 mm/mempolicy.c: fix indentation of the comments of do_migrate_pages by KOSAKI Motohiro · 14 years ago
  48. d96ae53 memory-hotplug: create /sys/firmware/memmap entry for new memory by akpm@linux-foundation.org · 14 years ago
  49. 9d8cebd mm: fix mbind vma merge problem by KOSAKI Motohiro · 14 years ago
  50. 93e4a89a mm: restore zone->all_unreclaimable to independence word by KOSAKI Motohiro · 14 years ago
  51. fc91668 mm: remove free_hot_page() by Li Hong · 14 years ago
  52. c475dab mm/page_alloc.c: adjust a call site to trace_mm_page_free_direct by Li Hong · 14 years ago
  53. f650316 mm/page_alloc.c: remove duplicate call to trace_mm_page_free_direct by Li Hong · 14 years ago
  54. 76ca542 mm, lockdep: annotate reclaim context to zone reclaim too by KOSAKI Motohiro · 14 years ago
  55. 84b1849 vmscan: get_scan_ratio() cleanup by KOSAKI Motohiro · 14 years ago
  56. 45973d7 vmscan: check high watermark after shrink zone by Minchan Kim · 14 years ago
  57. 59e99e5 mm: use rlimit helpers by Jiri Slaby · 14 years ago
  58. 06f9d8c mm: mlock_vma_pages_range() only return success or failure by KOSAKI Motohiro · 14 years ago
  59. c58267c mm: mlock_vma_pages_range() never return negative value by KOSAKI Motohiro · 14 years ago
  60. b084d43 mm: count swap usage by KAMEZAWA Hiroyuki · 14 years ago
  61. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  62. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  63. 19b629f infiniband: use for_each_set_bit() by Akinobu Mita · 14 years ago
  64. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  65. e3cb91c timbgpio: fix build by David Miller · 14 years ago
  66. 781b167 Fix a dumb typo - use of & instead of && by Al Viro · 14 years ago
  67. c2f843f [LogFS] Change magic number by Joern Engel · 14 years ago
  68. 9cf05b4 [LogFS] Remove h_version field by Joern Engel · 14 years ago
  69. f070304 dm raid1: fix deadlock when suspending failed device by Takahiro Yasui · 14 years ago
  70. 924e600 dm: eliminate some holes data structures by Mike Snitzer · 14 years ago
  71. 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 14 years ago
  72. a97f925 dm: free dm_io before bio_endio not after by Mikulas Patocka · 14 years ago
  73. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 14 years ago
  74. 0f3649a9 dm ioctl: only issue uevent on resume if state changed by Mike Snitzer · 14 years ago
  75. ede5ea0 dm raid1: always return error if all legs fail by Mikulas Patocka · 14 years ago
  76. fb61264 dm mpath: refactor pg_init by Kiyoshi Ueda · 14 years ago
  77. 2bded7b dm mpath: wait for pg_init completion when suspending by Kiyoshi Ueda · 14 years ago
  78. d0259bf dm mpath: hold io until all pg_inits completed by Kiyoshi Ueda · 14 years ago
  79. fce323d dm mpath: avoid storing private suspended state by Kiyoshi Ueda · 14 years ago
  80. c53a381e dm: document when snapshot has finished merging by Mike Snitzer · 14 years ago
  81. ecdb2e2 dm table: remove dm_get from dm_table_get_md by Kiyoshi Ueda · 14 years ago
  82. f7b934c8 dm mpath: skip activate_path for failed paths by Moger, Babu · 14 years ago
  83. 83c0d5d dm mpath: pass struct pgpath to pg init done by Moger, Babu · 14 years ago
  84. 64096c1 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  85. cc7889f Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  86. b13d3c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  87. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  88. a0a5e34 hwmon: Remove the deprecated adt7473 driver by Amerigo Wang · 14 years ago
  89. dc71afe hwmon: Fix off-by-one kind values by Jean Delvare · 14 years ago
  90. a44908d hwmon: (tmp421) Fix temperature conversions by Jean Delvare · 14 years ago
  91. 8d59582 hwmon: (tmp421) Restore missing inputs by Jean Delvare · 14 years ago
  92. d58de03 hwmon: Driver for Andigilog aSC7621 family monitoring chips by George Joseph · 14 years ago
  93. 2324498 hwmon: (adt7411) Improve locking by Wolfram Sang · 14 years ago
  94. d84ca5b hwmon: Add driver for ADT7411 voltage and temperature sensor by Wolfram Sang · 14 years ago
  95. 5852f96 hwmon: (w83793) Add watchdog functionality by Sven Anders · 14 years ago
  96. ebec05b hwmon: (g760a) Make rpm_from_cnt static by Jean Delvare · 14 years ago
  97. cccfc9c hwmon: (it87) Validate auto pwm settings by Jean Delvare · 14 years ago
  98. 4f3f51b hwmon: (it87) Add support for old automatic fan speed control by Jean Delvare · 14 years ago
  99. 404a552 hwmon: (it87) Drop dead web links in documentation by Jean Delvare · 14 years ago
  100. d624870 hwmon: (it87) Add an entry in MAINTAINERS by Jean Delvare · 14 years ago