1. fb0d4ec rtc-at91rm9200: remove now-unneeded code by Andrew Victor · 16 years ago
  2. d3a126f rtc: rtc-m41t80.c: add support for the ST M41T65 RTC by Steven A. Falco · 16 years ago
  3. 0327457 rtc: use CONFIG_PPC instead of CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  4. 743e6a5 rtc: file close() consistently disables repeating irqs by David Brownell · 16 years ago
  5. 37fc5e2 rtc: rtc-rs5c372: add support for Ricoh R2025S/D RTC by Paul Mundt · 16 years ago
  6. 0053dc0 rtc: rtc-rs5c372: SMBus conversion/support by Paul Mundt · 16 years ago
  7. 0f4d3fd legacy rtc: remove needless/confusing HPET_RTC_IRQ option by David Brownell · 16 years ago
  8. f841a48 rtc: remove some NOP open/release methods by David Brownell · 16 years ago
  9. cb49a5e rtc-ds1307: alarm support for ds1337/ds1339 by Rodolfo Giometti · 16 years ago
  10. 2f9b75e rtc: add device driver for Dallas DS3234 SPI RTC chip by Dennis Aberilla · 16 years ago
  11. 986e36a rtc: DS1374 wakeup support by Marc Pignat · 16 years ago
  12. 5d5b4d7 rtc-pcf8563: remove client validation by Laurent Pinchart · 16 years ago
  13. 8d7b48e autofs4: add miscellaneous device for ioctls by Ian Kent · 16 years ago
  14. 4b22ff1 autofs4: device node ioctl documentation by Ian Kent · 16 years ago
  15. c0f54d3 autofs4: track uid and gid of last mount requester by Ian Kent · 16 years ago
  16. bb979d7 autofs4: cleanup autofs mount type usage by Ian Kent · 16 years ago
  17. 624ae52 eCryptfs: remove netlink transport by Tyler Hicks · 16 years ago
  18. 807b7eb ecryptfs: convert to use new aops by Badari Pulavarty · 16 years ago
  19. 7d6c704 eCryptfs: remove retry loop in ecryptfs_readdir() by Michael Halcrow · 16 years ago
  20. 9d793b0 i2o: Fix 32/64bit DMA locking by Alan Cox · 16 years ago
  21. 673c0c0 spi: core and gpio expanders use subsys_init by David Brownell · 16 years ago
  22. 2bec19f orion_spi: handle 88F6183 erratum by Lennert Buytenhek · 16 years ago
  23. f1f640a pxa2xx_spi: fix chip_info defaults and documentation. by Vernon Sauder · 16 years ago
  24. 65a00a2 pxa2xx_spi: minor cleanup by Guennadi Liakhovetski · 16 years ago
  25. cf46b97 spi_s3c24xx: pin configuration updates by Ben Dooks · 16 years ago
  26. f9b90e3 spi: simplify spi_write_then_read() by Vernon Sauder · 16 years ago
  27. 62f9e8f mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  28. bf2a9a3 Allow recursion in binfmt_script and binfmt_misc by Kirill A. Shutemov · 16 years ago
  29. 5311248 alpha: introduce field 'taso' into struct linux_binprm by Kirill A. Shutemov · 16 years ago
  30. cde162c binfmt_som.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago
  31. 6e144ee checkpatch: version: 0.24 by Andy Whitcroft · 16 years ago
  32. 3fef12d checkpatch: allow for comments either side of a brace on case by Andy Whitcroft · 16 years ago
  33. 740504c checkpatch: suspect indent handle macro continuation by Andy Whitcroft · 16 years ago
  34. bb44ad3 checkpatch: trailing statements ensure we report the end of the line by Andy Whitcroft · 16 years ago
  35. 4801205 checkpatch: DEFINE_ macros are real definitions for exports by Andy Whitcroft · 16 years ago
  36. bf30d6e checkpatch: complex macros checks miss square brackets by Andy Whitcroft · 16 years ago
  37. f16fa28 checkpatch: suspect code indent must stop at #else/#elif by Andy Whitcroft · 16 years ago
  38. 8ed22ca checkpatch: pull out known acceptable typedefs by Andy Whitcroft · 16 years ago
  39. afbe8d2 checkpatch: accept any sized le/be type by Andy Whitcroft · 16 years ago
  40. b132e5d checkpatch: macros which define structure members are not complex by Andy Whitcroft · 16 years ago
  41. 170d3a2 checkpatch: handle do without braces if we have enough context by Andy Whitcroft · 16 years ago
  42. a6a84062 checkpatch: labels are not possible types by Andy Whitcroft · 16 years ago
  43. 0776e59 checkpatch: do is not a possible type by Andy Whitcroft · 16 years ago
  44. 5fdd23a checkpatch: version: 0.23 by Andy Whitcroft · 16 years ago
  45. 30670854 checkpatch: ensure we only apply checks to the lines within hunks by Andy Whitcroft · 16 years ago
  46. 6f779c1 checkpatch: suspect indent count condition lines correctly by Andy Whitcroft · 16 years ago
  47. 5368df20 checkpatch: check line endings in text format files by Andy Whitcroft · 16 years ago
  48. 81bc0e0 checkpatch: handle comment/quote nesting correctly by Andy Whitcroft · 16 years ago
  49. dea3349 checkpatch: suppress errors triggered by short patch by Andy Whitcroft · 16 years ago
  50. a1080bf checkpatch: case/default checks should only check changed lines by Andy Whitcroft · 16 years ago
  51. dea79cd checkpatch: version: 0.22 by Andy Whitcroft · 16 years ago
  52. b9ea10d checkpatch: perform indent checks on perl by Andy Whitcroft · 16 years ago
  53. f055663 checkpatch: report the correct lines for single statement blocks by Andy Whitcroft · 16 years ago
  54. 2a1bc5d checkpatch: %Lx tests should hand %% as a literal by Andy Whitcroft · 16 years ago
  55. 9bd49ef checkpatch: suspect indent -- skip over preprocessor, label and blank lines by Andy Whitcroft · 16 years ago
  56. 4d001e4 checkpatch: report the real first line of all suspect indents by Andy Whitcroft · 16 years ago
  57. 6ecd967 checkpatch: report any absolute references to kernel source files by Andy Whitcroft · 16 years ago
  58. e09dec4 checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.c by Andy Whitcroft · 16 years ago
  59. c1ab332 checkpatch: include/asm checks should be anchored by Andy Whitcroft · 16 years ago
  60. 01fa914 checkpatch: fix up comment checks search to scan the entire block by Andy Whitcroft · 16 years ago
  61. 636d140a checkpatch: complex macros -- fix up extension handling by Andy Whitcroft · 16 years ago
  62. 24e1d81 checkpatch: ____cacheline_aligned et al are modifiers by Andy Whitcroft · 16 years ago
  63. a1ef277 checkpatch: add tests for the attribute matcher by Andy Whitcroft · 16 years ago
  64. 1bdab9e checkpatch: switch indent allow plain return by Andy Whitcroft · 16 years ago
  65. 14b111c checkpatch: conditional indent -- labels have different indent rules by Andy Whitcroft · 16 years ago
  66. 0d41386 checkpatch: values: double ampersand may be unary by Andy Whitcroft · 16 years ago
  67. fe2a7db checkpatch: square brackets -- exemption for array slices in braces by Andy Whitcroft · 16 years ago
  68. 0fcff28 sparc64: use iommu_num_pages function in IOMMU code by Joerg Roedel · 16 years ago
  69. eb117d3 alpha: use iommu_num_pages function in IOMMU code by Joerg Roedel · 16 years ago
  70. 2994a3b powerpc: use iommu_num_pages function in IOMMU code by Joerg Roedel · 16 years ago
  71. 036b4c5 x86: convert Calgary IOMMU driver to generic iommu_num_pages function by Joerg Roedel · 16 years ago
  72. e3c449f x86, AMD IOMMU: convert driver to generic iommu_num_pages function by Joerg Roedel · 16 years ago
  73. 1477b8e x86: convert GART driver to generic iommu_num_pages function by Joerg Roedel · 16 years ago
  74. 56d9366 introduce generic iommu_num_pages function by Joerg Roedel · 16 years ago
  75. 3400001 powerpc: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
  76. a737576 sparc64: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
  77. bdab0ba x86: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
  78. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
  79. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 16 years ago
  80. f7ad160 include/linux/clk.h: fix comment by Alex Raimondi · 16 years ago
  81. 20036fd Add kerneldoc documentation for new printk format extensions by Andi Kleen · 16 years ago
  82. 9536727 SubmittingPatches: add a reference to Andi's OLS paper by Andi Kleen · 16 years ago
  83. 22b8ab6 Document panic_on_unrecovered_nmi sysctl by Bernhard Walle · 16 years ago
  84. 6d5cd6e taint: fix kernel-doc by Randy Dunlap · 16 years ago
  85. 2223c65 Remove Andrew Morton's http://www.zip.com.au/~akpm/ by FD Cami · 16 years ago
  86. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  87. 8033fe6 documentation: explain memory barriers by Randy Dunlap · 16 years ago
  88. 7968b3d kernel/kallsyms.c: fix double return by WANG Cong · 16 years ago
  89. f337b9c epoll: drop unnecessary test by Davide Libenzi · 16 years ago
  90. 8b6e47a AT91: atmel_pwm only available for certain AT91 processors by Andrew Victor · 16 years ago
  91. d133181 Fix typo in the FIRMWARE_IN_KERNEL help by Alberto Bertogli · 16 years ago
  92. 362e666 exec.c, compat.c: fix count(), compat_count() bounds checking by Jason Baron · 16 years ago
  93. 9679e4d kernel/sys.c: improve code generation by Andrew Morton · 16 years ago
  94. 8798881 utsname: completely overwrite prior information by Vegard Nossum · 16 years ago
  95. 929f37c dontdiff: more updates to be closer to gitignore by Randy Dunlap · 16 years ago
  96. 1c828320 doc: typo in Documentation/filesystems/nfsroot.txt by Shane McDonald · 16 years ago
  97. 22b8ce9 profiling: dynamically enable readprofile at runtime by Dave Hansen · 16 years ago
  98. 0c2d64f rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY by Adam Tkac · 16 years ago
  99. b4236f8 sysrq: add enable_mask in sysrq_moom_op by Naohiro Ooiwa · 16 years ago
  100. 25ddbb1 Make the taint flags reliable by Andi Kleen · 16 years ago