1. 68efdb8 [MIPS] IP22/IP28: fix extracting board/chip rev by Thomas Bogendoerfer · 17 years ago
  2. e9c3357 [MIPS] Use real cache invalidate by Thomas Bogendoerfer · 17 years ago
  3. 87353d8 [MIPS] SMP: Call platform methods via ops structure. by Ralf Baechle · 17 years ago
  4. 19388fb [MIPS] Cleanup pcspeaker platform device registration. by Ralf Baechle · 17 years ago
  5. 0ab7aef [MIPS] MT: Scheduler support for SMT by Ralf Baechle · 18 years ago
  6. 92b1e6a [MIPS] tlbex.c: cleanup debug code by Franck Bui-Huu · 17 years ago
  7. cbdbe07 [MIPS] tlbex.c: use __cacheline_aligned instead of __tlb_handler_align by Franck Bui-Huu · 17 years ago
  8. f49b94d8c [MIPS] tlbex.c: cleanup include files by Franck Bui-Huu · 17 years ago
  9. a9af604 [MIPS] tlbex.c: Cleanup __init usages. by Franck Bui-Huu · 17 years ago
  10. 3f4ac2d [MIPS] Delete now-unreferenced i2c-yosemite.h header file. by Robert P. J. Day · 17 years ago
  11. adfb899 [MIPS] Remove duplicate includes. by Lucas Woods · 17 years ago
  12. fa09187 [MIPS] ARC: Use strchr instead of strstr. by Roel Kluin · 17 years ago
  13. 33202349 [MIPS] Remove useless S-cache flushes. by Ralf Baechle · 17 years ago
  14. 526af35 [MIPS] Use pte_present instead of open coded test for _PAGE_PRESENT. by Ralf Baechle · 17 years ago
  15. 48ef262 [MIPS] Put cast inside macro instead of all the callers by Andrew Sharp · 17 years ago
  16. 2206583 [MIPS] clean up au1xxx_irqmap.c include files by Yoichi Yuasa · 17 years ago
  17. 7f3f490 [MIPS] remove unused mips_machtype by Yoichi Yuasa · 17 years ago
  18. 417345d [MIPS] CFE: Make code remotely resemble Linux code. by Christoph Hellwig · 17 years ago
  19. 8b6c232 [MIPS] cleanup tx39/tx49 setup code by Atsushi Nemoto · 17 years ago
  20. 619b6e1 [MIPS] R4000/R4400 daddiu erratum workaround by Maciej W. Rozycki · 17 years ago
  21. 20d60d9 [MIPS] R4000/R4400 errata workarounds by Maciej W. Rozycki · 17 years ago
  22. 2b22c03 [MIPS] Converting most array size calculations to use ARRAY_SIZE(). by Alejandro Martinez Ruiz · 17 years ago
  23. 161548b [MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers. by Ralf Baechle · 17 years ago
  24. 6920df4 [MIPS] Delete unused CONFIG_64BIT_CONTEXT by Ralf Baechle · 17 years ago
  25. e414004 [MIPS] Delete unused CONFIG_DMA_IP32. by Ralf Baechle · 17 years ago
  26. 69d7918 [MTD] [OneNAND] Use pre-alloced oob buffer instead of local buffer by Kyungmin Park · 17 years ago
  27. 978cb38 [MTD] [OneNAND] Use the u_char instead of char in oobbuf by Sheng Yongjie (Sam · 17 years ago
  28. b2581be [MTD] [OneNAND] Check the initial bad block using ONENAND_CTRL_ERROR by Kyungmin Park · 17 years ago
  29. e71f04f [MTD] [OneNAND] Get correct density from device ID by Kyungmin Park · 17 years ago
  30. b21b72c [MTD] [OneNAND] Consolidate OneNAND operation order by Kyungmin Park · 17 years ago
  31. 9d2f0b7 [MTD] [OneNAND] fix call to onenand_verify when writing subpages by Adrian Hunter · 17 years ago
  32. d0b36d8 [MTD] [OneNAND] Do not release chip twice by Adrian Hunter · 17 years ago
  33. 6494a93 Module: check to see if we have a built in module with the same name by Greg Kroah-Hartman · 17 years ago
  34. 0aa5bd5 module: add module taint on ndiswrapper by Jon Masters · 17 years ago
  35. 8686c99 module: fix the module name length in param_sysfs_builtin by Denis Cheng · 17 years ago
  36. 6dd06c9 module: make module_address_lookup safe by Rusty Russell · 17 years ago
  37. bb9d3d5 module: better OOPS and lockdep coverage for loading modules by Rusty Russell · 17 years ago
  38. efa5345 module: Fix gratuitous sprintf in module.c by Rusty Russell · 17 years ago
  39. c9a3ba5 module: wait for dependent modules doing init. by Rusty Russell · 17 years ago
  40. a2da405 module: Don't report discarded init pages as kernel text. by Rusty Russell · 17 years ago
  41. 4019191 jbd2: sparse pointer use of zero as null by Mingming Cao · 17 years ago
  42. db857da jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup by Mingming Cao · 17 years ago
  43. 7716095 jbd2: Mark jbd2 slabs as SLAB_TEMPORARY by Mingming Cao · 17 years ago
  44. 7b75106 jbd2: add lockdep support by Mingming Cao · 17 years ago
  45. b939e37 ext4: Use the ext4_ext_actual_len() helper function by Aneesh Kumar K.V · 17 years ago
  46. dbf9d7d ext4: fix uniniatilized extent splitting error by Dmitry Monakhov · 17 years ago
  47. ce40733 ext4: Check for return value from sb_set_blocksize by Aneesh Kumar K.V · 17 years ago
  48. cb45bbe ext4: Add stripe= option to /proc/mounts by Miklos Szeredi · 17 years ago
  49. 3dbd0ed ext4: Enable the multiblock allocator by default by Aneesh Kumar K.V · 17 years ago
  50. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 17 years ago
  51. 1988b51 ext4: Add new functions for searching extent tree by Alex Tomas · 17 years ago
  52. aa02ad6 ext4: Add ext4_find_next_bit() by Aneesh Kumar K.V · 17 years ago
  53. c549a95 ext4: fix up EXT4FS_DEBUG builds by Eric Sandeen · 17 years ago
  54. aa22df2 ext4: Fix ext4_show_options to show the correct mount options. by Aneesh Kumar K.V · 17 years ago
  55. c14c6fd ext4: Add EXT4_IOC_MIGRATE ioctl by Aneesh Kumar K.V · 17 years ago
  56. 25ec56b ext4: Add inode version support in ext4 by Jean Noel Cordenner · 17 years ago
  57. 7a22422 vfs: Add 64 bit i_version support by Jean Noel Cordenner · 17 years ago
  58. 818d276 ext4: Add the journal checksum feature by Girish Shilamkar · 17 years ago
  59. 8e85fb3 jbd2: jbd2 stats through procfs by Johann Lombardi · 17 years ago
  60. 4df3d26 ext4: Take read lock during overwrite case. by Aneesh Kumar K.V · 17 years ago
  61. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 17 years ago
  62. c278bfe ext4: Make ext4_get_blocks_wrap take the truncate_mutex early. by Aneesh Kumar K.V · 17 years ago
  63. 01f4adc ext4: remove unused code from ext4_find_entry() by Mariusz Kozlowski · 17 years ago
  64. 221879c ext4: Check for the correct error return from by Aneesh Kumar K.V · 17 years ago
  65. f5a7a6b jbd2: Fix assertion failure in fs/jbd2/checkpoint.c by Jan Kara · 17 years ago
  66. 36df53f jbd2: Remove printk from J_ASSERT to preserve registers during BUG by Chris Snook · 17 years ago
  67. abcb294 ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  68. 389d1b0 Add buffer head related helper functions by Aneesh Kumar K.V · 17 years ago
  69. bb4f397 ext4: Change the default behaviour on error by Aneesh Kumar K.V · 17 years ago
  70. e7c9559 ext4: fix oops on corrupted ext4 mount by Eric Sandeen · 17 years ago
  71. 07620f6 ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*) by Adrian Bunk · 17 years ago
  72. cb47dce ext4: Return after ext4_error in case of failures by Aneesh Kumar K.V · 17 years ago
  73. 91b51a0 ext4: sync up block group descriptor with e2fsprogs. by Coly Li · 17 years ago
  74. fe7fdc3 ext3: Fix the max file size for ext3 file system. by Aneesh Kumar K.V · 17 years ago
  75. 902be4c ext2: Fix the max file size for ext2 file system. by Aneesh Kumar K.V · 17 years ago
  76. e2b4657 ext4: store maxbytes for bitmapped files and return EFBIG as appropriate by Eric Sandeen · 17 years ago
  77. 1929552 ext4: export iov_shorten from kernel for ext4's use by Eric Sandeen · 17 years ago
  78. cd2291a ext4: different maxbytes functions for bitmap & extent files by Eric Sandeen · 17 years ago
  79. 8180a56 ext4: Support large files by Aneesh Kumar K.V · 17 years ago
  80. 0fc1b45 ext4: Add support for 48 bit inode i_blocks. by Aneesh Kumar K.V · 17 years ago
  81. a48380f ext4: Rename i_dir_acl to i_size_high by Aneesh Kumar K.V · 17 years ago
  82. 7973c0c ext4: Rename i_file_acl to i_file_acl_lo by Aneesh Kumar K.V · 17 years ago
  83. 1d03ec9 ext4: Fix sparse warnings. by Aneesh Kumar K.V · 17 years ago
  84. 99e6f82 ext4: Introduce ext4_update_*_feature by Aneesh Kumar K.V · 17 years ago
  85. 2aa9fc4 ext4: fixes block group number being set to a negative value by Avantika Mathur · 17 years ago
  86. fd2d429 ext4: add ext4_group_t, and change all group variables to this type. by Avantika Mathur · 17 years ago
  87. bba9074 ext4 extents: remove unneeded casts by Eric Sandeen · 17 years ago
  88. 725d26d ext4: Introduce ext4_lblk_t by Aneesh Kumar K.V · 17 years ago
  89. a72d7f8 ext4: Avoid rec_len overflow with 64KB block size by Jan Kara · 17 years ago
  90. afc7cbc ext4: Support large blocksize up to PAGESIZE by Takashi Sato · 17 years ago
  91. 6b11d81 ocfs2: Fix userspace ABI breakage in sysfs by Joel Becker · 17 years ago
  92. 85040bc [IPV6] ADDRLABEL: Fix double free on label deletion. by YOSHIFUJI Hideaki · 17 years ago
  93. 3c582b3 [PPP]: Sparse warning fixes. by Stephen Hemminger · 17 years ago
  94. ac97f75 [IPV4] fib_trie: remove unneeded NULL check by Stephen Hemminger · 17 years ago
  95. f638a2f [IPV4] fib_trie: More whitespace cleanup. by Stephen Hemminger · 17 years ago
  96. 7a9c1bd [NET_SCHED]: Use nla_policy for attribute validation in ematches by Patrick McHardy · 17 years ago
  97. 53b2bf3 [NET_SCHED]: Use nla_policy for attribute validation in actions by Patrick McHardy · 17 years ago
  98. 6fa8c01 [NET_SCHED]: Use nla_policy for attribute validation in classifiers by Patrick McHardy · 17 years ago
  99. 27a3421 [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers by Patrick McHardy · 17 years ago
  100. 5feb5e1 [NET_SCHED]: sch_api: introduce constant for rate table size by Patrick McHardy · 17 years ago