1. b298d28 PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled() by Srivatsa S. Bhat · 13 years ago
  2. 9b6fc5d PM / Sleep: Make [un]lock_system_sleep() generic by Srivatsa S. Bhat · 13 years ago
  3. 33e638b PM / Sleep: Use the freezer_count() functions in [un]lock_system_sleep() APIs by Srivatsa S. Bhat · 13 years ago
  4. 43753e5 Merge branch 'pm-freezer' into pm-sleep by Rafael J. Wysocki · 13 years ago
  5. 467de1f PM / Freezer: Remove the "userspace only" constraint from freezer[_do_not]_count() by Srivatsa S. Bhat · 13 years ago
  6. 2e8e89e Merge branch 'pm-freezer' into pm-sleep by Rafael J. Wysocki · 13 years ago
  7. d310310 Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer by Jeff Layton · 13 years ago
  8. 62c9ea6 Freezer: fix more fallout from the thaw_process rename by Stephen Rothwell · 13 years ago
  9. 6a76b7a PM / Memory-hotplug: Avoid task freezing failures by Srivatsa S. Bhat · 13 years ago
  10. 986b11c Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer by Rafael J. Wysocki · 13 years ago
  11. 5907c5f Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  12. 0a2c986 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  13. 24b7ead freezer: fix wait_event_freezable/__thaw_task races by Oleg Nesterov · 13 years ago
  14. 34b087e freezer: kill unused set_freezable_with_signal() by Tejun Heo · 13 years ago
  15. 780dc9b regulator: TPS65910: Fix VDD1/2 voltage selector count by Afzal Mohammed · 13 years ago
  16. 6782002 i2c: Delete ANY_I2C_BUS by Jean Delvare · 13 years ago
  17. e25ba0c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  18. 8ba8ed5 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  19. 3b9abc7 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  20. 0cda569 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  21. 839e340 freezer: remove unused @sig_only from freeze_task() by Tejun Heo · 13 years ago
  22. 96ee6d8 freezer: fix set_freezable[_with_signal]() race by Tejun Heo · 13 years ago
  23. 948246f freezer: remove should_send_signal() and update frozen() by Tejun Heo · 13 years ago
  24. a320122 freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE by Tejun Heo · 13 years ago
  25. 22b4e11 cgroup_freezer: prepare for removal of TIF_FREEZE by Tejun Heo · 13 years ago
  26. 03afed8 freezer: clean up freeze_processes() failure path by Tejun Heo · 13 years ago
  27. 376fede freezer: kill PF_FREEZING by Tejun Heo · 13 years ago
  28. a5be2d0 freezer: rename thaw_process() to __thaw_task() and simplify the implementation by Tejun Heo · 13 years ago
  29. 8a32c44 freezer: implement and use kthread_freezable_should_stop() by Tejun Heo · 13 years ago
  30. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  31. c292fe4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  32. 6fe4c6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  33. a4cc388 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  34. 2d360fc Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  35. a5c86e9 hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE by David Rientjes · 13 years ago
  36. 208f6f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  37. b684452 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  38. 15bd1cf Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  39. 8b258cc PM Sleep: Do not extend wakeup paths to devices with ignore_children set by Rafael J. Wysocki · 13 years ago
  40. bb75c62 Revert "KVM: PPC: Add support for explicit HIOR setting" by Alexander Graf · 13 years ago
  41. 468e6a2 writeback: remove vm_dirties and task->dirties by Wu Fengguang · 13 years ago
  42. ea441d1 new helper: mount_subtree() by Al Viro · 13 years ago
  43. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  44. 121f099 bio: change some signed vars to unsigned by Dan Carpenter · 13 years ago
  45. 0c614e2 include/linux/bio.h: use a static inline function for bio_integrity_clone() by Stephen Rothwell · 13 years ago
  46. 93f3350 RS485: fix inconsistencies in the meaning of some variables by Claudio Scordino · 13 years ago
  47. 7b08fae device.h: Fix struct member documentation by Marcos Paulo de Souza · 13 years ago
  48. 5870b2c Merge branch 'fixes' of git://git.linaro.org/people/triad/linux-pinctrl by Linus Torvalds · 13 years ago
  49. 7f80850 Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  50. b93cd6a Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  51. 06236ac net-netlink: Add a new attribute to expose TCLASS values via netlink by Maciej Żenczykowski · 13 years ago
  52. 87618e0 Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  53. fe10e6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  54. 224736d libceph: Allocate larger oid buffer in request msgs by Stratos Psomadakis · 13 years ago
  55. 9b49139 ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.h by Kuninori Morimoto · 13 years ago
  56. 972c3fb ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.h by Kuninori Morimoto · 13 years ago
  57. bd8d0cba ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.h by Kuninori Morimoto · 13 years ago
  58. 37bef8f Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linus by Paul Mundt · 13 years ago
  59. 79e7066 sh: clkfwk: Kill off remaining debugfs cruft. by Paul Mundt · 13 years ago
  60. d098539 block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk" by Tejun Heo · 13 years ago
  61. e0e2075 pinctrl: fix "warning: 'struct pinctrl_dev' declared inside parameter list" by Barry Song · 13 years ago
  62. c970376 [libata] ahci: Add ASMedia ASM1061 support by Keng-Yu Lin · 13 years ago
  63. 3b75462 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  64. 1dd6c07 Merge branch 'for-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-3.2 by Mark Brown · 13 years ago
  65. 816af3b hwspinlock: Don't return a value in __hwspin_unlock by Axel Lin · 13 years ago
  66. 1a51cfd PM / devfreq: fix private_data by Jonathan Corbet · 13 years ago
  67. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  68. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  69. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  70. b32fc0a Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  71. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  72. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  73. 46bcfad cpuidle: Single/Global registration of idle states by Deepthi Dharwar · 13 years ago
  74. 4202735 cpuidle: Split cpuidle_state structure and move per-cpu statistics fields by Deepthi Dharwar · 13 years ago
  75. b25edc4 cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare() by Deepthi Dharwar · 13 years ago
  76. e978aa7 cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_state by Deepthi Dharwar · 13 years ago
  77. d4a2e61 Merge git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  78. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  79. 2449b8b module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree by Ben Hutchings · 13 years ago
  80. 8110efc Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  81. cd3f07d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  82. fba9569 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  83. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  84. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  85. 19940b3 ASoC: Ensure we get an impedence reported for WM8958 jack detect by Mark Brown · 13 years ago
  86. 589665f bonding: comparing a u8 with -1 is always false by Dan Carpenter · 13 years ago
  87. 6f35c4a PM / Freezer: Reimplement wait_event_freezekillable using freezer_do_not_count/freezer_count by Oleg Nesterov · 13 years ago
  88. a96d69d PM / OPP: Fix build when CONFIG_PM_OPP is not set by Tony Lindgren · 13 years ago
  89. 4e71c95 PM / Sleep: Remove unused symbol 'suspend_cpu_hotplug' by Srivatsa S. Bhat · 13 years ago
  90. 1788ea6 nfs: when attempting to open a directory, fall back on normal lookup (try #5) by Jeff Layton · 13 years ago
  91. 6736c04 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  92. dd2c0ca sh: clkfwk: add clk_rate_mult_range_round() by Kuninori Morimoto · 13 years ago
  93. 1046a2c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  94. 6b1506c Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  95. 3af1f8a serial: sh-sci: Fix up SH-2A SCIF support. by Phil Edworthy · 13 years ago
  96. 50e07f8 dt: add empty of_machine_is_compatible by Stephen Warren · 13 years ago
  97. 6dbbd92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  98. 3983138 Merge branch 'for-grant' of git://sources.calxeda.com/kernel/linux into devicetree/merge by Grant Likely · 13 years ago
  99. d26a663 [media] v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control by Sylwester Nawrocki · 13 years ago
  100. 09362ec [media] V4L: docbook documentation for struct v4l2_create_buffers by Guennadi Liakhovetski · 13 years ago