1. 812460a regulator: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  2. 8cb8957 net: convert pegasus driver to net_device_ops by Oliver Neukum · 16 years ago
  3. 9f4c958 bnx2x: Prevent eeprom set when driver is down by Eilon Greenstein · 16 years ago
  4. 321ea8b net: switch kaweth driver to netdevops by Oliver Neukum · 16 years ago
  5. 283a21d3 pcnet32: round off carrier watch timer by Stephen Hemminger · 16 years ago
  6. 9fd7a1d i2400m/usb: wrap USB power saving in #ifdef CONFIG_PM by Inaky Perez-Gonzalez · 16 years ago
  7. a2e9da4 wimax: testing for rfkill support should also test for CONFIG_RFKILL_MODULE by Inaky Perez-Gonzalez · 16 years ago
  8. 71f78af wimax: fix kconfig interactions with rfkill and input layers by Inaky Perez-Gonzalez · 16 years ago
  9. d48e470 wimax: fix '#ifndef CONFIG_BUG' layout to avoid warning by Inaky Perez-Gonzalez · 16 years ago
  10. 7f46b13 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  11. b8c31da r6040: bump release number to 0.20 by Florian Fainelli · 16 years ago
  12. 1d2b1a7 r6040: warn about MAC address being unset by Florian Fainelli · 16 years ago
  13. 84314bf r6040: check PHY status when bringing interface up by Florian Fainelli · 16 years ago
  14. 9a48ce8 r6040: make printks consistent with DRV_NAME by Florian Fainelli · 16 years ago
  15. a1d8f60 gianfar: Fixup use of BUS_ID_SIZE by Kumar Gala · 16 years ago
  16. bd531e3 mlx4_en: Returning real Max in get_ringparam by Yevgeny Petrilin · 16 years ago
  17. 41efea5 mlx4_en: Consider inline packets on completion by Yevgeny Petrilin · 16 years ago
  18. 33a2a2b netdev: bfin_mac: enable bfin_mac net dev driver for BF51x by Sonic Zhang · 16 years ago
  19. 8403b13 qeth: convert to net_device_ops by Frank Blaschka · 16 years ago
  20. cc883d1 vlan: add neigh_setup by Frank Blaschka · 16 years ago
  21. f52deb0 dm9601: warn on invalid mac address by Wu Fengguang · 16 years ago
  22. 4b9f8ec dm9601: tell HW about random generated mac address by Wu Fengguang · 16 years ago
  23. 684f217 tcp6: Add GRO support by Herbert Xu · 16 years ago
  24. 787e920 ipv6: Add GRO support by Herbert Xu · 16 years ago
  25. 85da1fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  26. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  27. da2bdf9 Make various things static by Roel Kluin · 16 years ago
  28. 9a8d5bb generic swap(): dcache: use swap() instead of private do_switch() by Wu Fengguang · 16 years ago
  29. df4927b generic swap(): sched: remove local swap() macro by Wu Fengguang · 16 years ago
  30. 97e133b generic swap(): ext4: remove local swap() macro by Wu Fengguang · 16 years ago
  31. be857df generic swap(): ext3: remove local swap() macro by Wu Fengguang · 16 years ago
  32. 91f68b7 generic swap(): introduce global macro swap(a, b) by Wu Fengguang · 16 years ago
  33. b53907c generic swap(): lib/sort.c: rename swap to swap_func by Wu Fengguang · 16 years ago
  34. b67445fc generic swap(): iphase: rename swap() to swap_byte_order() by Wu Fengguang · 16 years ago
  35. 1a8a27c generic swap(): sparc: rename swap() to swap_ulong() by Wu Fengguang · 16 years ago
  36. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  37. f156596 romfs: romfs_iget() - unsigned ino >= 0 is always true by roel kluin · 16 years ago
  38. 921d58c vmcore: remove saved_max_pfn check by Magnus Damm · 16 years ago
  39. 4037014 w1: send status messages after command processing by Evgeniy Polyakov · 16 years ago
  40. f89735c w1: added w1 reset command by Evgeniy Polyakov · 16 years ago
  41. 325a06f w1: move w1 commands from defines to enum by Evgeniy Polyakov · 16 years ago
  42. c7e2663 w1: allow master IO commands by Evgeniy Polyakov · 16 years ago
  43. e4e056a w1: documentation update by Evgeniy Polyakov · 16 years ago
  44. 3b83840 w1: list slaves commands by Evgeniy Polyakov · 16 years ago
  45. 9be62e0 w1: add touch block command by Evgeniy Polyakov · 16 years ago
  46. 610705e w1: add list masters w1 command by Evgeniy Polyakov · 16 years ago
  47. a5fd913 w1: add 1-wire master driver for i.MX27 / i.MX31 by Sascha Hauer · 16 years ago
  48. 09f50c9 tpm: clean up tpm_nsc driver for platform_device suspend/resume compliance by David Smith · 16 years ago
  49. ad8f07c misc: add dell-laptop driver by Matthew Garrett · 16 years ago
  50. 3cab7fd dcdbas: export functionality for use in other drivers by Matthew Garrett · 16 years ago
  51. f06295b ELF: implement AT_RANDOM for glibc PRNG seeding by Kees Cook · 16 years ago
  52. a668499 mqueue: fix si_pid value in mqueue do_notify() by Sukadev Bhattiprolu · 16 years ago
  53. 61bce0f pid: generalize task_active_pid_ns by Eric W. Biederman · 16 years ago
  54. f9fb860 pid: implement ns_of_pid by Eric W. Biederman · 16 years ago
  55. 6af866a cpuset: remove remaining pointers to cpumask_t by Li Zefan · 16 years ago
  56. 300ed6c cpuset: convert cpuset->cpus_allowed to cpumask_var_t by Li Zefan · 16 years ago
  57. 645fcc9 cpuset: don't allocate trial cpuset on stack by Li Zefan · 16 years ago
  58. 2341d1b cpuset: convert cpuset_attach() to use cpumask_var_t by Li Zefan · 16 years ago
  59. 5771f0a cpuset: remove on stack cpumask_t in cpuset_can_attach() by Li Zefan · 16 years ago
  60. 5a7625d cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist() by Li Zefan · 16 years ago
  61. f5813d9 cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into top cpuset by Miao Xie · 16 years ago
  62. 1333771 cpuset: rcu_read_lock() to protect task_cs() by Lai Jiangshan · 16 years ago
  63. e7c5ec9 cgroups: add css_tryget() by Paul Menage · 16 years ago
  64. 2cb378c cgroups: use hierarchy_mutex in memory controller by Paul Menage · 16 years ago
  65. 999cd8a cgroups: add a per-subsystem hierarchy_mutex by Paul Menage · 16 years ago
  66. b5a8431 memcg: fix shmem's swap accounting by KAMEZAWA Hiroyuki · 16 years ago
  67. 544122e memcg: fix LRU accounting for SwapCache by KAMEZAWA Hiroyuki · 16 years ago
  68. 54595fe memcg: use css_tryget in memcg by KAMEZAWA Hiroyuki · 16 years ago
  69. a7ba0ee memcg: fix double free and make refcnt sane by KAMEZAWA Hiroyuki · 16 years ago
  70. 03f3c43 memcg: fix swap accounting leak by KAMEZAWA Hiroyuki · 16 years ago
  71. 42e9abb memcg: change try_to_free_pages to hierarchical_reclaim by Daisuke Nishimura · 16 years ago
  72. 7f4d454 memcg: avoid deadlock caused by race between oom and cpuset_attach by Daisuke Nishimura · 16 years ago
  73. a5e924f memcg: remove mem_cgroup_try_charge by Daisuke Nishimura · 16 years ago
  74. 3bb4edf memcg: don't trigger oom at page migration by Daisuke Nishimura · 16 years ago
  75. 9836d89 memcg: explain details and test document by KAMEZAWA Hiroyuki · 16 years ago
  76. fee7b54 memcg: show real limit under hierarchy mode by KAMEZAWA Hiroyuki · 16 years ago
  77. c772be9 memcg: fix calculation of active_ratio by KOSAKI Motohiro · 16 years ago
  78. a7885eb memcg: swappiness by KOSAKI Motohiro · 16 years ago
  79. 2733c06 memcg: protect prev_priority by KOSAKI Motohiro · 16 years ago
  80. e72e2bd memcg: rename scan global lru by KAMEZAWA Hiroyuki · 16 years ago
  81. 7f016ee memcg: show reclaim stat by KOSAKI Motohiro · 16 years ago
  82. 9439c1c memcg: remove mem_cgroup_cal_reclaim() by KOSAKI Motohiro · 16 years ago
  83. 3e2f41f memcg: add zone_reclaim_stat by KOSAKI Motohiro · 16 years ago
  84. a3d8e05 memcg: add mem_cgroup_zone_nr_pages() by KOSAKI Motohiro · 16 years ago
  85. 14797e2 memcg: add inactive_anon_is_low() by KOSAKI Motohiro · 16 years ago
  86. 5499276 memcg: add null check to page_cgroup_zoneinfo() by KOSAKI Motohiro · 16 years ago
  87. eeee9a8 mm: make get_scan_ratio() safe for memcg by KOSAKI Motohiro · 16 years ago
  88. c9f299d mm: add zone nr_pages helper function by KOSAKI Motohiro · 16 years ago
  89. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 16 years ago
  90. f89eb90 inactive_anon_is_low: move to vmscan by KOSAKI Motohiro · 16 years ago
  91. 670ec2f memcg: hierarchy avoid unnecessary reclaim by Daisuke Nishimura · 16 years ago
  92. a7fe942 memcg: swapout refcnt fix by KAMEZAWA Hiroyuki · 16 years ago
  93. b85a96c memcg: memory swap controller: fix limit check by Daisuke Nishimura · 16 years ago
  94. f9717d2 memcg: check group leader fix by Nikanth Karthikesan · 16 years ago
  95. 2c26fdd memcg: revert gfp mask fix by KAMEZAWA Hiroyuki · 16 years ago
  96. 8870075 memcg: fix reclaim result checks by KAMEZAWA Hiroyuki · 16 years ago
  97. a636b32 memcg: avoid unnecessary system-wide-oom-killer by KAMEZAWA Hiroyuki · 16 years ago
  98. 2e4d409 memcontrol: rcu_read_lock() to protect mm_match_cgroup() by Lai Jiangshan · 16 years ago
  99. 18f59ea memcg: memory cgroup hierarchy feature selector by Balbir Singh · 16 years ago
  100. 6d61ef4 memcg: memory cgroup hierarchical reclaim by Balbir Singh · 16 years ago