1. ceff1a7 /proc/kcore: fix seeking by Dave Anderson · 14 years ago
  2. bf33cbd proc: move proc_console.c to fs/proc/consoles.c by Alexey Dobriyan · 14 years ago
  3. 3740a20 proc: less LOCK/UNLOCK in remove_proc_entry() by Alexey Dobriyan · 14 years ago
  4. a6fc86d kpagecount: add slab page checking because _mapcount is in a union by Petr Holasek · 14 years ago
  5. c6a3405 proc: use single_open() correctly by Jovi Zhang · 14 years ago
  6. 6d1b6e4 proc: ->low_ino cleanup by Alexey Dobriyan · 14 years ago
  7. 9d6de12 proc: use seq_puts()/seq_putc() where possible by Alexey Dobriyan · 14 years ago
  8. a2ade7b proc: use unsigned long inside /proc/*/statm by Alexey Dobriyan · 14 years ago
  9. 34e49d4 fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %ps by Joe Perches · 14 years ago
  10. 1bdcd78 cgroups: remove deprecated subsystem from examples. by Trevor Woerner · 14 years ago
  11. e0e34e9 Documentation/email-clients.txt: update Thunderbird docs with wordwrap plugin by Rob Landley · 14 years ago
  12. 5d3687d Documentation/email-clients.txt: warn about word wrap bug in KMail by Lasse Collin · 14 years ago
  13. 566538a reiserfs: make sure va_end() is always called after va_start(). by Jesper Juhl · 14 years ago
  14. e0e3d32 befs: don't pass huge structs by value by Jesper Juhl · 14 years ago
  15. 25f959d drivers/telephony/ixj.c: fix warning by Andrew Morton · 14 years ago
  16. e462c44 pipe: use event aware wakeups by Davide Libenzi · 14 years ago
  17. 5f829e4 gpiolib: add missing functions to generic fallback by Wolfram Sang · 14 years ago
  18. 0fdae42 gpiolib: annotate gpio-intialization with __must_check by Wolfram Sang · 14 years ago
  19. 49a3679 gpio/ml_ioh_gpio: ML7213 GPIO driver by Tomoya MORINAGA · 14 years ago
  20. 3251886 GPIO_VX855: eliminate kconfig dependency warning by Randy Dunlap · 14 years ago
  21. 6f7ab52 GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warning by Randy Dunlap · 14 years ago
  22. 67d15ed gpio: vr41xx_giu: irq_data conversion by Lennert Buytenhek · 14 years ago
  23. a1f5f22 gpio: timbgpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  24. 33fcc1b gpio: tc35892-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  25. 673860c gpio: sx150x: irq_data conversion by Lennert Buytenhek · 14 years ago
  26. 2a866f3 gpio: stmpe-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  27. b222186 gpio: pl061: irq_data conversion by Lennert Buytenhek · 14 years ago
  28. 6f5cfc0 gpio: pca953x: irq_data conversion by Lennert Buytenhek · 14 years ago
  29. fbc4667a gpio: max732x: irq_data conversion by Lennert Buytenhek · 14 years ago
  30. 5ffd72c gpio: langwell_gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  31. 12401eed gpio: adp5588-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  32. cf8e908 cs5535: deprecate older cs5535_gpio driver by Andres Salomon · 14 years ago
  33. 7637c92 drivers/staging/olpc_dcon: convert to new cs5535 gpio API by Andres Salomon · 14 years ago
  34. 1b912c1 drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO functionality by Andres Salomon · 14 years ago
  35. 5f003fe rtc: rtc-max6902 - set driver data in max6902_probe() by Axel Lin · 14 years ago
  36. 81d350e rtc: delete legacy MAINTAINERS entry by Paul Gortmaker · 14 years ago
  37. 2fb08e6 rtc-cmos: fix suspend/resume by Paul Fox · 14 years ago
  38. 19412ce drivers/rtc/rtc-omap.c: fix a memory leak by Axel Lin · 14 years ago
  39. 554ec37 vgacon: check for efi machine by Yannick Heneault · 14 years ago
  40. f670d0e binfmt_elf: cleanups by Mikael Pettersson · 14 years ago
  41. 52bd19f7 epoll: convert max_user_watches to long by Robin Holt · 14 years ago
  42. 65329bf fs/select.c: fix information leak to userspace by Vasiliy Kulikov · 14 years ago
  43. 3d130fd checkpatch.pl: add "prefer __packed" check by Joe Perches · 14 years ago
  44. 88f8831 checkpatch: check for world-writeable sysfs/debugfs files by Dave Jones · 14 years ago
  45. c023e473 checkpatch.pl: fix CAST detection by Florian Mickler · 14 years ago
  46. caf2a54 scripts/checkpatch.pl: add check for multiple terminating semicolons and casts of vmalloc by Joe Perches · 14 years ago
  47. 78c377d flex_array: export symbols to modules by David Rientjes · 14 years ago
  48. 7348257 MAINTAINERS: remove Stelian from the AMS driver record by Stelian Pop · 14 years ago
  49. b7788e1 MAINTAINERS: orphan the meye driver by Stelian Pop · 14 years ago
  50. 4b00717 CREDITS: update Stelian's entry by Stelian Pop · 14 years ago
  51. 8578d7a MAINTAINERS: openwrt-devel@ is subscribers-only by Lennert Buytenhek · 14 years ago
  52. ab6c937 scripts/get_maintainer.pl: use --git-fallback more often by Joe Perches · 14 years ago
  53. 7e1863a scripts/get_maintainer.pl: make --rolestats the default by Joe Perches · 14 years ago
  54. b921c69 lib/vsprintf.c: fix vscnprintf() if @size is == 0 by Anton Arapov · 14 years ago
  55. a3f938b include/linux/printk.h: use tab not spaces for indent by Joe Perches · 14 years ago
  56. 6ec42a56 include/linux/printk.h: organize printk_ratelimited macros by Joe Perches · 14 years ago
  57. ac83ed6 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard by Joe Perches · 14 years ago
  58. 16cb839 include/linux/printk.h: add pr_<level>_once macros by Joe Perches · 14 years ago
  59. 5264f2f include/linux/printk.h: use and neaten no_printk by Joe Perches · 14 years ago
  60. 7d1e91a include/linux/printk.h: use space after #define by Joe Perches · 14 years ago
  61. a9747cc include/linux/printk.h: move console functions and variables together by Joe Perches · 14 years ago
  62. fb842b0 printk: use RCU to prevent potential lock contention in kmsg_dump by Huang Ying · 14 years ago
  63. f0f2c2b dca: remove unneeded NULL check by Dan Carpenter · 14 years ago
  64. 455cd5a kptr_restrict for hiding kernel pointers from unprivileged users by Dan Rosenberg · 14 years ago
  65. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 14 years ago
  66. b8cb464 ihex: fix unused return value compiler warning by Chris Ruffin · 14 years ago
  67. 8369744 include/asm-generic/vmlinux.lds.h: make readmostly section correctly align by Shaohua Li · 14 years ago
  68. 1725310 include/linux/unaligned/packed_struct.h: use __packed by Andrew Morton · 14 years ago
  69. 049763d toshiba.h: hide a function prototypes behind __KERNEL__ macro by Alexander Shishkin · 14 years ago
  70. 71a9048 include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit by Andrew Morton · 14 years ago
  71. 3e5c124 set_rtc_mmss: show warning message only once by Stephen Hemminger · 14 years ago
  72. 04c6862 kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart paths by Seiji Aguchi · 14 years ago
  73. fc2d557 kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KMSG_DUMP_PANIC by Seiji Aguchi · 14 years ago
  74. 0388fae uml: use simple_write_to_buffer() by Akinobu Mita · 14 years ago
  75. 07ecb79 uml: mmapper_kern needs MODULE_LICENSE by Randy Dunlap · 14 years ago
  76. 48a0b74 arch/um/drivers/line.c: safely iterate over list of winch handlers by Will Newton · 14 years ago
  77. 94295e2 um: mark CONFIG_HIGHMEM as broken by Richard Weinberger · 14 years ago
  78. aff5ce6 drivers/video/backlight/l4f00242t03.c: fix reset sequence by Alberto Panizzo · 14 years ago
  79. 26bbabc drivers/video/backlight/l4f00242t03.c: prevent unbalanced calls to regulator enable/disable by Alberto Panizzo · 14 years ago
  80. 95558ad drivers/video/backlight/l4f00242t03.c: full implement fb power states for this lcd by Alberto Panizzo · 14 years ago
  81. 5c2202f drivers/video/backlight/l4f00242t03.c: make 1-bit signed field unsigned by Mariusz Kozlowski · 14 years ago
  82. 9f9455a leds: add output inversion option to backlight trigger by Janusz Krzysztofik · 14 years ago
  83. 61a8393 leds-lp5521: modify the way of setting led device name by Arun Murthy · 14 years ago
  84. d4e7ad0 leds: lp5521: fix circular locking by Samu Onkalo · 14 years ago
  85. fbac081 leds: lp5523: fix circular locking by Samu Onkalo · 14 years ago
  86. 278ad4f leds: leds-lp5523: modify the way of setting led device name by Samu Onkalo · 14 years ago
  87. 125c713 leds: leds-pca9532 cleanups by Axel Lin · 14 years ago
  88. 2260209 drivers/leds/leds-lp5521.c: fix potential buffer overflow by Vasiliy Kulikov · 14 years ago
  89. 6db26ff fs/ext4/inode.c: use pr_warn_ratelimited() by Andrew Morton · 14 years ago
  90. f878133 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  91. 1b38627 Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  92. 968a851 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 14 years ago
  93. 94d4c4c Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  94. 2818ef5 NTFS: writev() fix and maintenance/contact details update by Anton Altaparmakov · 14 years ago
  95. eca0bdd Merge branches 'turbostat' and 'x86_energy_perf_policy' into tools by Len Brown · 14 years ago
  96. d5532ee tools: create power/x86/x86_energy_perf_policy by Len Brown · 14 years ago
  97. 103a8fe tools: create power/x86/turbostat by Len Brown · 14 years ago
  98. d15eda5 i915/gtt: fix ordering causing DMAR errors on object teardown. by Dave Airlie · 14 years ago
  99. a46f310 i915/gtt: fix ordering issues with status setup and DMAR by Dave Airlie · 14 years ago
  100. 784fe39 Merge branch 'drm-intel-fixes' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Dave Airlie · 14 years ago