1. e46dccf mfd: mfd_cell is now implicitly available to timberdale drivers by Andres Salomon · 14 years ago
  2. 07ae2a0 mfd: mfd_cell is now implicitly available to htc-pasic3 drivers by Andres Salomon · 14 years ago
  3. d24f36d mfd: mfd_cell is now implicitly available to asic3 drivers by Andres Salomon · 14 years ago
  4. 5528e40 mfd: mfd_cell is now implicitly available to ab3100 drivers by Andres Salomon · 14 years ago
  5. 0ce5fab mfd: mfd_cell is now implicitly available to ab3550 driver by Andres Salomon · 14 years ago
  6. 6a54ac2 mfd: mfd_cell is now implicitly available to jz4740 drivers by Andres Salomon · 14 years ago
  7. fe891a0 mfd-core: Unconditionally add mfd_cell to every platform_device by Andres Salomon · 14 years ago
  8. 2798e22 mfd-core: Fix up typos/vagueness in comment by Andres Salomon · 14 years ago
  9. 153617f mfd: Enabling twl4030_wdt and pwrbutton only for Triton by Keerthy · 14 years ago
  10. f40dff9 mfd: Put WM8994 into reset when suspending by Mark Brown · 14 years ago
  11. f66ea45 mfd: Remove bitrotted genirq comment from wm831x IRQ code by Mark Brown · 14 years ago
  12. 8af1b0d OMAP4: add clk32kg data to omap4panda and blaze board file by Balaji T K · 14 years ago
  13. 8e6de4a regulator: twl: add clk32kg to twl-regulator by Balaji T K · 14 years ago
  14. dae2db3 mfd: Add new ab8500 GPADC driver by Arun Murthy · 14 years ago
  15. 44bdcb5 mfd: ab8500: world-writable debugfs register-* files by Vasiliy Kulikov · 14 years ago
  16. 90c861c mfd: ab3500: world-writable debugfs register-* files by Vasiliy Kulikov · 14 years ago
  17. f8a0697 mfd: ab3100: world-writable debugfs *_priv files by Vasiliy Kulikov · 14 years ago
  18. 90550d1 mfd: AB8500 system control driver by Mattias Nilsson · 14 years ago
  19. 8546bd4 mfd: Add fast path for WM831x touchscreen interrupts by Mark Brown · 14 years ago
  20. 87d1906 mfd: Convert WM831x SPI to use dev_pm_ops by Mark Brown · 14 years ago
  21. 6f9f13b mfd: Invert tps6586x GPIO and subdevices initialization by Vincent Palatin · 14 years ago
  22. de8c8b0 mfd: Add BTN_TOUCH event to ucb1x00-ts by Jochen Friedrich · 14 years ago
  23. ce5d4a4 mfd: Remove obsolete cleanup for wl1273 clientdata by Wolfram Sang · 14 years ago
  24. b103e0b3 mfd: Support configuration of WM831x /IRQ output in CMOS mode by Mark Brown · 14 years ago
  25. 939941d mfd: Convert pcf50633 to dev_pm_ops by Mark Brown · 14 years ago
  26. 44be0a4 mfd: Staticise non-exported symbols in MAX8998 driver by Mark Brown · 14 years ago
  27. dc78145 mfd: Convert adp5520 to dev_pm_ops by Mark Brown · 14 years ago
  28. df50845 mfd: Leave acknowledgement of WM831x touchscreen IRQs to the driver by Mark Brown · 14 years ago
  29. 6447f55d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  30. c50e3f5 bloat-o-meter: include read-only data section in report by Jean Delvare · 14 years ago
  31. 565d76c zlib: slim down zlib_deflate() workspace when possible by Jim Keniston · 14 years ago
  32. b12d125 fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new() by Andrey Vagin · 14 years ago
  33. e91f90b aio: wake all waiters when destroying ctx by Roland Dreier · 14 years ago
  34. 77d1c8e pps: remove unreachable code by Alexander Gordeev · 14 years ago
  35. da23ef0 adfs: add hexadecimal filetype suffix option by Stuart Swales · 14 years ago
  36. 7a9730a adfs: improve timestamp precision by Stuart Swales · 14 years ago
  37. 2f09719 adfs: fix E+/F+ dir size > 2048 crashing kernel by Stuart Swales · 14 years ago
  38. 12da58b Documentation/vm/page-types.c: auto debugfs mount for hwpoison operation by Chen Gong · 14 years ago
  39. e06c374 Documentation/Changes: minor corrections by Christian Kujau · 14 years ago
  40. 38829dc Documentation/CodingStyle: flesh out if-else examples by Harry Wei · 14 years ago
  41. 0bc825d codafs: fix compile warning when CONFIG_SYSCTL=n by Rakib Mullick · 14 years ago
  42. 1c00f01 x86: allow CONFIG_ISA_DMA_API to be disabled by David Rientjes · 14 years ago
  43. 8df3bd9 x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabled by David Rientjes · 14 years ago
  44. 4061d68 x86: only compile 8237A if CONFIG_ISA_DMA_API is enabled by David Rientjes · 14 years ago
  45. 586f83e pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabled by David Rientjes · 14 years ago
  46. ff859ba rtc: add real-time clock driver for NVIDIA Tegra by Andrew Chew · 14 years ago
  47. 49d50fb drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file by Vasiliy Kulikov · 14 years ago
  48. cf044f0 drivers/rtc/rtc-isl1208.c: add alarm support by Ryan Mallon · 14 years ago
  49. bc96ba7 rtc: convert DS1374 to dev_pm_ops by Mark Brown · 14 years ago
  50. ea611b26 init: return proper error code in do_mounts_rd() by Davidlohr Bueso · 14 years ago
  51. 1a530a6 binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary() by David Daney · 14 years ago
  52. f4d93ad epoll: fix compiler warning and optimize the non-blocking path by Shawn Bohrer · 14 years ago
  53. 3fb0e58 epoll: move ready event check into proper inline by Davide Libenzi · 14 years ago
  54. d03e161 crc32: add missed brackets in macro by Konstantin Khlebnikov · 14 years ago
  55. 309c00c checkpatch: warn about memset with swapped arguments by Dave Jones · 14 years ago
  56. b078121 scripts/checkpatch.pl: reset rpt_cleaners warnings by Mike Frysinger · 14 years ago
  57. 984b203 drivers/mmc/host/omap_hsmmc.c: use resource_size() by Chris Ball · 14 years ago
  58. 2092014 drivers/mmc/host/omap.c: use resource_size() by Chris Ball · 14 years ago
  59. e359dc2 sigma-firmware: loader for Analog Devices' SigmaStudio by Mike Frysinger · 14 years ago
  60. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 14 years ago
  61. 8a5700c MAINTAINERS: add drivers/platform/msm to MSM subsystem by Kenneth Heitke · 14 years ago
  62. 116ab80 MAINTAINERS: update WINBOND CIR pattern by Joe Perches · 14 years ago
  63. f1d2313 MAINTAINERS: uSB SE401 moved to staging, update pattern by Joe Perches · 14 years ago
  64. 943fc81 MAINTAINERS: update SFI pattern by Joe Perches · 14 years ago
  65. 4e85085 MAINTAINERS: remove SHARP LH7A40X section by Joe Perches · 14 years ago
  66. 390889b MAINTAINERS: update SCX200 file pattern by Joe Perches · 14 years ago
  67. 3a83ea6 MAINTAINERS: remove unused TIMEKEEPING timekeeping.h by Joe Perches · 14 years ago
  68. c45e98a MAINTAINERS: remove IEEE1394 entry by Joe Perches · 14 years ago
  69. 2a83744 MAINTAINERS: update media path by Joe Perches · 14 years ago
  70. 4fa2651 MAINTAINERS: update clkdev location by Joe Perches · 14 years ago
  71. 6e08bbb MAINTAINERS: remove unnecessary linux-kernel@vger.kernel.org entries by Joe Perches · 14 years ago
  72. e801dc5 MAINTAINERS: add missing : after HR Timers F tag by Joe Perches · 14 years ago
  73. 0ddf20e MAINTAINERS: remove ASOC CODEC DRIVERS files not in tree by Joe Perches · 14 years ago
  74. a3f531a MAINTAINERS: change web links from wiki-analog to wiki.analog by Joe Perches · 14 years ago
  75. 45b4e0d MAINTAINERS: update ADP5520 pattern by Joe Perches · 14 years ago
  76. 706e69d MAINTAINERS: quote non-alphanumeric email addresses by Joe Perches · 14 years ago
  77. b153da6 MAINTAINERS: add topgit for T: by Harry Wei · 14 years ago
  78. 7764dcb get_maintainer.pl: allow "K:" pattern tests to match non-patch text by Joe Perches · 14 years ago
  79. 5af5bcb printk: allow setting DEFAULT_MESSAGE_LEVEL via Kconfig by Mandeep Singh Baines · 14 years ago
  80. 9f36e2c printk: use %pK for /proc/kallsyms and /proc/modules by Kees Cook · 14 years ago
  81. fe3d8ad console: prevent registered consoles from dumping old kernel message over again by Feng Tang · 14 years ago
  82. 7bf6939 console: allow to retain boot console via boot option keep_bootcon by Fabio M. Di Nitto · 14 years ago
  83. 2629760 vsprintf: neaten %pK kptr_restrict, save a bit of code space by Joe Perches · 14 years ago
  84. 3bb598f drivers/dca/dca-core.c: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 14 years ago
  85. f99a993 kernel/watchdog.c: always return NOTIFY_OK during cpu up/down events by Don Zickus · 14 years ago
  86. fef2c9b kernel/watchdog.c: allow hardlockup to panic by default by Don Zickus · 14 years ago
  87. b1b5f65 calibrate: retry with wider bounds when converge seems to fail by Phil Carmody · 14 years ago
  88. 191e568 calibrate: home in on correct lpj value more quickly by Phil Carmody · 14 years ago
  89. 71c696b calibrate: extract fall-back calculation into own helper by Phil Carmody · 14 years ago
  90. 9bfb23f sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code by Oleg Nesterov · 14 years ago
  91. 4d51985 kernel/cpu.c: fix many errors related to style. by Michael Rodriguez · 14 years ago
  92. 34db18a0 smp: move smp setup functions to kernel/smp.c by Amerigo Wang · 14 years ago
  93. fa9ee9c include/linux/err.h: add a function to cast error-pointers to a return value by Uwe Kleine-König · 14 years ago
  94. d404ab0 move x86 specific oops=panic to generic code by Olaf Hering · 14 years ago
  95. b259514 drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLE by Axel Lin · 14 years ago
  96. deb187e drivers/misc/ep93xx_pwm.c: world-writable sysfs files by Vasiliy Kulikov · 14 years ago
  97. a844b43 drivers/misc/atmel_tclib.c: fix a memory leak by Axel Lin · 14 years ago
  98. 6f7d485 drivers/misc/hmc6352.c: fix wrong return value checking for i2c_master_recv() by Axel Lin · 14 years ago
  99. 4e67359 drivers/misc/apds9802als.c: put the device into runtime suspend after resume()/probe() is handled by Hong Liu · 14 years ago
  100. b950054 ST SPEAr: PCIE gadget suppport by Pratyush Anand · 14 years ago