1. 610a77e memdup_user(): introduce by Li Zefan · 15 years ago
  2. e2f17d9 hugetlb: chg cannot become less than 0 by Roel Kluin · 15 years ago
  3. d1d7487 mm: remove pagevec_swap_free() by KOSAKI Motohiro · 15 years ago
  4. ad1c354 mm: don't free swap slots on page deactivation by Johannes Weiner · 15 years ago
  5. 2443462 mm: move pagevec stripping to save unlock-relock by Johannes Weiner · 15 years ago
  6. 2584e51 mm: reintroduce and deprecate rlimit based access for SHM_HUGETLB by Ravikiran G Thirumalai · 15 years ago
  7. 8a0bdec mm: fix SHM_HUGETLB to work with users in hugetlb_shm_group by Ravikiran G Thirumalai · 15 years ago
  8. e3a7cca vfs: add/use account_page_dirtied() by Edward Shishkin · 15 years ago
  9. bd2f619 vmscan: respect higher order in zone_reclaim() by Johannes Weiner · 15 years ago
  10. bd775c4 mm: add comment why mark_page_accessed() would be better than pte_mkyoung() in follow_page() by KOSAKI Motohiro · 15 years ago
  11. 9786bf8 vmscan: clip swap_cluster_max in shrink_all_memory() by Johannes Weiner · 15 years ago
  12. d979677 mm: shrink_all_memory(): use sc.nr_reclaimed by MinChan Kim · 15 years ago
  13. 0a0dd05 mm: don't call mark_page_accessed() in do_swap_page() by KOSAKI Motohiro · 15 years ago
  14. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 15 years ago
  15. a6dc60f8 vmscan: rename sc.may_swap to may_unmap by Johannes Weiner · 15 years ago
  16. 9de1581 get_mm_hiwater_xxx: trivial, s/define/inline/ by Oleg Nesterov · 15 years ago
  17. a12888f oom_kill: don't call for int_sqrt(0) by Cyrill Gorcunov · 15 years ago
  18. d086817 vmap: remove needless lock and list in vmap by MinChan Kim · 15 years ago
  19. ef161a9 mm: mminit_validate_memmodel_limits(): remove redundant test by Cyrill Gorcunov · 15 years ago
  20. 0f043a8 proc tty: remove struct tty_operations::read_proc by Alexey Dobriyan · 15 years ago
  21. 1407169 proc tty: switch xtensa iss console to ->proc_fops by Alexey Dobriyan · 15 years ago
  22. bf54215 proc tty: switch ia64 simserial to ->proc_fops by Alexey Dobriyan · 15 years ago
  23. d594027 proc tty: switch amiserial to ->proc_fops by Alexey Dobriyan · 15 years ago
  24. 3d30417 proc tty: switch ircomm to ->proc_fops by Alexey Dobriyan · 15 years ago
  25. 6fd69d3 proc tty: switch usb-serial to ->proc_fops by Alexey Dobriyan · 15 years ago
  26. d196a94 proc tty: switch serial_core to ->proc_fops by Alexey Dobriyan · 15 years ago
  27. 201a50b proc tty: switch sdio_uart to ->proc_fops by Alexey Dobriyan · 15 years ago
  28. e6c8dd8a proc tty: switch synclinkmp to ->proc_fops by Alexey Dobriyan · 15 years ago
  29. a18c56e proc tty: switch synclink_gt to ->proc_fops by Alexey Dobriyan · 15 years ago
  30. d337829 proc tty: switch synclink to ->proc_fops by Alexey Dobriyan · 15 years ago
  31. 8561c44 proc tty: switch stallion to ->proc_fops by Alexey Dobriyan · 15 years ago
  32. 8768714 proc tty: switch synclink_cs to ->proc_fops by Alexey Dobriyan · 15 years ago
  33. 5bd6de7 proc tty: switch istallion to ->proc_fops by Alexey Dobriyan · 15 years ago
  34. cdda7cd proc tty: switch ip2 to ->proc_fops by Alexey Dobriyan · 15 years ago
  35. 444697d proc tty: switch cyclades to ->proc_fops by Alexey Dobriyan · 15 years ago
  36. ae149b6 proc tty: add struct tty_operations::proc_fops by Alexey Dobriyan · 15 years ago
  37. 15f7176 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  38. d3d52d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  39. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  40. db6f204 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-and-virtio by Linus Torvalds · 15 years ago
  41. 3c6fae6 Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 15 years ago
  42. c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  43. cf2f7d7 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 15 years ago
  44. 53d8f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  45. 93c36ed dma-debug: fix printk formats (i386) by Randy Dunlap · 15 years ago
  46. 3a355cc reiserfs: xattr_create is unused with xattrs disabled by Jeff Mahoney · 15 years ago
  47. 77e4658 reiserfs: fix build breakage by Alexander Beregalov · 15 years ago
  48. 2f85018 lockdep: fix deadlock in lockdep_trace_alloc by Peter Zijlstra · 15 years ago
  49. a9caa3d Revert "proc: revert /proc/uptime to ->read_proc hook" by Alexey Dobriyan · 15 years ago
  50. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  51. 3dec7f5 proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc by Alexey Dobriyan · 15 years ago
  52. 09729a9 proc: fix sparse warnings in pagemap_read() by Milind Arun Choudhary · 15 years ago
  53. 1681bc3 proc: move fs/proc/inode-alloc.txt comment into a source file by Randy Dunlap · 15 years ago
  54. 19cefdf lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB by Ingo Molnar · 15 years ago
  55. dfbbe89 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  56. 712b000 Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  57. 8efb8c7 PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed by Rafael J. Wysocki · 15 years ago
  58. b8e676d radeonfb: Use __pci_complete_power_transition() by Rafael J. Wysocki · 15 years ago
  59. 0e5dd46 PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) by Rafael J. Wysocki · 15 years ago
  60. 931ff68 PCI PM: Restore config spaces of all devices during early resume by Rafael J. Wysocki · 15 years ago
  61. 4a86590 PCI PM: Make pci_set_power_state() handle devices with no PM support by Rafael J. Wysocki · 15 years ago
  62. 46939f8 PCI PM: Put devices into low power states during late suspend (rev. 2) by Rafael J. Wysocki · 15 years ago
  63. 0128a89 PCI PM: Move pci_restore_standard_config to pci-driver.c by Rafael J. Wysocki · 15 years ago
  64. f00a20e PCI PM: Use pci_set_power_state during early resume by Rafael J. Wysocki · 15 years ago
  65. 57ef802 PCI PM: Consistently use variable name "error" for pm call return values by Frans Pop · 15 years ago
  66. 749b0af kexec: Change kexec jump code ordering by Rafael J. Wysocki · 15 years ago
  67. 4aecd67 PM: Change hibernation code ordering by Rafael J. Wysocki · 15 years ago
  68. 900af0d PM: Change suspend code ordering by Rafael J. Wysocki · 15 years ago
  69. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 15 years ago
  70. 0a0c516 PM: Introduce functions for suspending and resuming device interrupts by Rafael J. Wysocki · 15 years ago
  71. de15f09 hwmon: (fschmd) Add support for the FSC Hades IC by Hans de Goede · 15 years ago
  72. c69ab2b hwmon: (fschmd) Add support for the FSC Syleus IC by Hans de Goede · 15 years ago
  73. fa5bfab i2c-i801: Instantiate FSC hardware montioring chips by Hans de Goede · 15 years ago
  74. e7a19c56 dmi: Let dmi_walk() users pass private data by Jean Delvare · 15 years ago
  75. ec19920 hwmon: Define a standard interface for chassis intrusion detection by Jean Delvare · 15 years ago
  76. fb4504f Move the pcf8591 driver to hwmon by Jean Delvare · 15 years ago
  77. a157d06 hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG by Gong Jun · 15 years ago
  78. 237c8d2f hwmon: (w83627ehf) Add support for W83667HG by Gong Jun · 15 years ago
  79. 1704b26 hwmon: (w83627ehf) Invert fan pin variables logic by Jean Delvare · 15 years ago
  80. b6a33fe hwmon: (hdaps) Fix Thinkpad X41 axis inversion by Frank Seidel · 15 years ago
  81. 2b8cf3e hwmon: (hdaps) Allow inversion of separate axis by Frank Seidel · 15 years ago
  82. 25f3311 hwmon: (ds1621) Clean up documentation by Jean Delvare · 15 years ago
  83. e4879e2 hwmon: (ds1621) Avoid unneeded register access by Jean Delvare · 15 years ago
  84. 594592d hwmon: (ds1621) Clean up register access by Jean Delvare · 15 years ago
  85. 9202add hwmon: (ds1621) Reorder code statements by Jean Delvare · 15 years ago
  86. e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 15 years ago
  87. ee93961 reiserfs: rename [cn]_* variables by Jeff Mahoney · 15 years ago
  88. d68caa9 reiserfs: rename p_._ variables by Jeff Mahoney · 15 years ago
  89. a063ae1 reiserfs: rename p_s_tb to tb by Jeff Mahoney · 15 years ago
  90. 995c762 reiserfs: rename p_s_inode to inode by Jeff Mahoney · 15 years ago
  91. ad31a4f reiserfs: rename p_s_bh to bh by Jeff Mahoney · 15 years ago
  92. a9dd364 reiserfs: rename p_s_sb to sb by Jeff Mahoney · 15 years ago
  93. 0222e65 reiserfs: strip trailing whitespace by Jeff Mahoney · 15 years ago
  94. 3cd6dbe reiserfs: cleanup path functions by Jeff Mahoney · 15 years ago
  95. fba4ebb reiserfs: factor out buffer_info initialization by Jeff Mahoney · 15 years ago
  96. 57fe60d reiserfs: add atomic addition of selinux attributes during inode creation by Jeff Mahoney · 15 years ago
  97. a41f1a4 reiserfs: use generic readdir for operations across all xattrs by Jeff Mahoney · 15 years ago
  98. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  99. 48b32a3 reiserfs: use generic xattr handlers by Jeff Mahoney · 15 years ago
  100. 8ecbe55 reiserfs: remove i_has_xattr_dir by Jeff Mahoney · 15 years ago