1. 0fdae42 gpiolib: annotate gpio-intialization with __must_check by Wolfram Sang · 13 years ago
  2. 49a3679 gpio/ml_ioh_gpio: ML7213 GPIO driver by Tomoya MORINAGA · 13 years ago
  3. 3251886 GPIO_VX855: eliminate kconfig dependency warning by Randy Dunlap · 13 years ago
  4. 6f7ab52 GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warning by Randy Dunlap · 13 years ago
  5. 67d15ed gpio: vr41xx_giu: irq_data conversion by Lennert Buytenhek · 13 years ago
  6. a1f5f22 gpio: timbgpio: irq_data conversion by Lennert Buytenhek · 13 years ago
  7. 33fcc1b gpio: tc35892-gpio: irq_data conversion by Lennert Buytenhek · 13 years ago
  8. 673860c gpio: sx150x: irq_data conversion by Lennert Buytenhek · 13 years ago
  9. 2a866f3 gpio: stmpe-gpio: irq_data conversion by Lennert Buytenhek · 13 years ago
  10. b222186 gpio: pl061: irq_data conversion by Lennert Buytenhek · 13 years ago
  11. 6f5cfc0 gpio: pca953x: irq_data conversion by Lennert Buytenhek · 13 years ago
  12. fbc4667a gpio: max732x: irq_data conversion by Lennert Buytenhek · 13 years ago
  13. 5ffd72c gpio: langwell_gpio: irq_data conversion by Lennert Buytenhek · 13 years ago
  14. 12401eed gpio: adp5588-gpio: irq_data conversion by Lennert Buytenhek · 13 years ago
  15. cf8e908 cs5535: deprecate older cs5535_gpio driver by Andres Salomon · 13 years ago
  16. 7637c92 drivers/staging/olpc_dcon: convert to new cs5535 gpio API by Andres Salomon · 13 years ago
  17. 1b912c1 drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO functionality by Andres Salomon · 13 years ago
  18. 5f003fe rtc: rtc-max6902 - set driver data in max6902_probe() by Axel Lin · 13 years ago
  19. 81d350e rtc: delete legacy MAINTAINERS entry by Paul Gortmaker · 13 years ago
  20. 2fb08e6 rtc-cmos: fix suspend/resume by Paul Fox · 13 years ago
  21. 19412ce drivers/rtc/rtc-omap.c: fix a memory leak by Axel Lin · 13 years ago
  22. 554ec37 vgacon: check for efi machine by Yannick Heneault · 13 years ago
  23. f670d0e binfmt_elf: cleanups by Mikael Pettersson · 13 years ago
  24. 52bd19f7 epoll: convert max_user_watches to long by Robin Holt · 13 years ago
  25. 65329bf fs/select.c: fix information leak to userspace by Vasiliy Kulikov · 13 years ago
  26. 3d130fd checkpatch.pl: add "prefer __packed" check by Joe Perches · 13 years ago
  27. 88f8831 checkpatch: check for world-writeable sysfs/debugfs files by Dave Jones · 13 years ago
  28. c023e473 checkpatch.pl: fix CAST detection by Florian Mickler · 13 years ago
  29. caf2a54 scripts/checkpatch.pl: add check for multiple terminating semicolons and casts of vmalloc by Joe Perches · 13 years ago
  30. 78c377d flex_array: export symbols to modules by David Rientjes · 13 years ago
  31. 7348257 MAINTAINERS: remove Stelian from the AMS driver record by Stelian Pop · 13 years ago
  32. b7788e1 MAINTAINERS: orphan the meye driver by Stelian Pop · 13 years ago
  33. 4b00717 CREDITS: update Stelian's entry by Stelian Pop · 13 years ago
  34. 8578d7a MAINTAINERS: openwrt-devel@ is subscribers-only by Lennert Buytenhek · 13 years ago
  35. ab6c937 scripts/get_maintainer.pl: use --git-fallback more often by Joe Perches · 13 years ago
  36. 7e1863a scripts/get_maintainer.pl: make --rolestats the default by Joe Perches · 13 years ago
  37. b921c69 lib/vsprintf.c: fix vscnprintf() if @size is == 0 by Anton Arapov · 13 years ago
  38. a3f938b include/linux/printk.h: use tab not spaces for indent by Joe Perches · 13 years ago
  39. 6ec42a56 include/linux/printk.h: organize printk_ratelimited macros by Joe Perches · 13 years ago
  40. ac83ed6 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard by Joe Perches · 13 years ago
  41. 16cb839 include/linux/printk.h: add pr_<level>_once macros by Joe Perches · 13 years ago
  42. 5264f2f include/linux/printk.h: use and neaten no_printk by Joe Perches · 13 years ago
  43. 7d1e91a include/linux/printk.h: use space after #define by Joe Perches · 13 years ago
  44. a9747cc include/linux/printk.h: move console functions and variables together by Joe Perches · 13 years ago
  45. fb842b0 printk: use RCU to prevent potential lock contention in kmsg_dump by Huang Ying · 13 years ago
  46. f0f2c2b dca: remove unneeded NULL check by Dan Carpenter · 13 years ago
  47. 455cd5a kptr_restrict for hiding kernel pointers from unprivileged users by Dan Rosenberg · 13 years ago
  48. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 13 years ago
  49. b8cb464 ihex: fix unused return value compiler warning by Chris Ruffin · 13 years ago
  50. 8369744 include/asm-generic/vmlinux.lds.h: make readmostly section correctly align by Shaohua Li · 13 years ago
  51. 1725310 include/linux/unaligned/packed_struct.h: use __packed by Andrew Morton · 13 years ago
  52. 049763d toshiba.h: hide a function prototypes behind __KERNEL__ macro by Alexander Shishkin · 13 years ago
  53. 71a9048 include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit by Andrew Morton · 13 years ago
  54. 3e5c124 set_rtc_mmss: show warning message only once by Stephen Hemminger · 13 years ago
  55. 04c6862 kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart paths by Seiji Aguchi · 13 years ago
  56. fc2d557 kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KMSG_DUMP_PANIC by Seiji Aguchi · 13 years ago
  57. 0388fae uml: use simple_write_to_buffer() by Akinobu Mita · 13 years ago
  58. 07ecb79 uml: mmapper_kern needs MODULE_LICENSE by Randy Dunlap · 13 years ago
  59. 48a0b74 arch/um/drivers/line.c: safely iterate over list of winch handlers by Will Newton · 13 years ago
  60. 94295e2 um: mark CONFIG_HIGHMEM as broken by Richard Weinberger · 13 years ago
  61. aff5ce6 drivers/video/backlight/l4f00242t03.c: fix reset sequence by Alberto Panizzo · 13 years ago
  62. 26bbabc drivers/video/backlight/l4f00242t03.c: prevent unbalanced calls to regulator enable/disable by Alberto Panizzo · 13 years ago
  63. 95558ad drivers/video/backlight/l4f00242t03.c: full implement fb power states for this lcd by Alberto Panizzo · 13 years ago
  64. 5c2202f drivers/video/backlight/l4f00242t03.c: make 1-bit signed field unsigned by Mariusz Kozlowski · 13 years ago
  65. 9f9455a leds: add output inversion option to backlight trigger by Janusz Krzysztofik · 13 years ago
  66. 61a8393 leds-lp5521: modify the way of setting led device name by Arun Murthy · 13 years ago
  67. d4e7ad0 leds: lp5521: fix circular locking by Samu Onkalo · 13 years ago
  68. fbac081 leds: lp5523: fix circular locking by Samu Onkalo · 13 years ago
  69. 278ad4f leds: leds-lp5523: modify the way of setting led device name by Samu Onkalo · 13 years ago
  70. 125c713 leds: leds-pca9532 cleanups by Axel Lin · 13 years ago
  71. 2260209 drivers/leds/leds-lp5521.c: fix potential buffer overflow by Vasiliy Kulikov · 13 years ago
  72. 6db26ff fs/ext4/inode.c: use pr_warn_ratelimited() by Andrew Morton · 13 years ago
  73. 1427130 firewire: ohci: fix compilation on arches without PAGE_KERNEL_RO by Clemens Ladisch · 13 years ago
  74. 81c5e2a Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core by Jens Axboe · 13 years ago
  75. 8b6f08e Merge branch 'sh/alphaproject' into sh-latest by Paul Mundt · 13 years ago
  76. 8a453ca sh: Add support for AP-SH4AD-0A board. by Paul Mundt · 13 years ago
  77. bc34b08 sh: Add support for AP-SH4A-3A board. by Paul Mundt · 13 years ago
  78. 704bf31 sh: Add a new mach type for alpha project boards. by Paul Mundt · 13 years ago
  79. 6db9a0f Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 13 years ago
  80. c400c9e Merge branch 'topic/hda' into for-linus by Takashi Iwai · 13 years ago
  81. e38302f Merge branch 'topic/misc' into for-linus by Takashi Iwai · 13 years ago
  82. 80c6785 ALSA: hda - Fix NULL-derefence with a single mic in STAC auto-mic detection by Takashi Iwai · 13 years ago
  83. 4ae26f4 serial: sh-sci: build fixes. by Paul Mundt · 13 years ago
  84. ceb50f3 ARM: mach-shmobile: Kill off unused !gpio_is_valid() case by Magnus Damm · 13 years ago
  85. ef7fc90 Merge branch 'common/serial-rework' into sh-latest by Paul Mundt · 13 years ago
  86. fac6c2a sh: sh7372 SH4AL-DSP probe support by Magnus Damm · 13 years ago
  87. f43dc23 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into common/serial-rework by Paul Mundt · 13 years ago
  88. f00117a video: move SH_MIPI_DSI/SH_LCD_MIPI_DSI to the top of menu by Dmitry Eremin-Solenikov · 13 years ago
  89. e41f1a9 fbdev: Implement simple blanking in pseudocolor modes for vt8500lcdfb by Alexey Charkov · 13 years ago
  90. 9242415 fs: add documentation on fallocate hole punching by Josef Bacik · 13 years ago
  91. 9ecf639 Gfs2: fail if we try to use hole punch by Josef Bacik · 14 years ago
  92. 23a8519 Btrfs: fail if we try to use hole punch by Josef Bacik · 14 years ago
  93. d6dc846 Ext4: fail if we try to use hole punch by Josef Bacik · 14 years ago
  94. db47fef Ocfs2: handle hole punching via fallocate properly by Josef Bacik · 14 years ago
  95. c25d246 XFS: handle hole punching via fallocate properly by Josef Bacik · 14 years ago
  96. 79124f18 fs: add hole punching to fallocate by Josef Bacik · 14 years ago
  97. e1181ee vfs: pass struct file to do_truncate on O_TRUNC opens (try #2) by Jeff Layton · 14 years ago
  98. cccb5a1 fix signedness mess in rw_verify_area() on 64bit architectures by Al Viro · 14 years ago
  99. 208898c fs: fix kernel-doc for dcache::prepend_path by Randy Dunlap · 14 years ago
  100. 1c97754 fs: fix kernel-doc for dcache::d_validate by Randy Dunlap · 14 years ago