1. 71f8374 xsysace: Fix error handling in ace_setup by Guenter Roeck · 5 years ago
  2. ffb5db7 block: systemace: Remove .owner field for driver by Michal Simek · 10 years ago
  3. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  4. 4937a26 xilinx systemace: Fix sparse warnings by Michal Simek · 11 years ago
  5. 585dc0c drivers/block/xsysace.c: fix id with missing port-number by Gernot Vormayr · 11 years ago
  6. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  7. 8d85fce Drivers: block: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  8. ba2d5af block: xsysace: Don't use NO_IRQ by Michal Simek · 12 years ago
  9. 5d10302 dt: remove extra xsysace platform_driver registration by Grant Likely · 13 years ago
  10. 9fd097b block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers by Tejun Heo · 13 years ago
  11. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  12. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  13. 3a20091 xsysace: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  14. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 13 years ago
  15. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  16. bda80da of/xsysace: Fix OF probing on little-endian systems by Michal Simek · 14 years ago
  17. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  18. 7a50d06 of: fix missing headers for of_address_to_resource() in MTD and SysACE drivers by Graeme Smecher · 14 years ago
  19. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  20. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  21. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  22. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  23. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  24. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  25. 5cccfd9 block: make Open Firmware device id constant by Márton Németh · 14 years ago
  26. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  27. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  28. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  29. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  30. 2d75ce0 xsysace: dequeue in-flight request by Tejun Heo · 15 years ago
  31. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  32. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  33. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  34. f0edef8 xsysace: Fix dereferencing of cf_id after hd_driveid removal by Grant Likely · 15 years ago
  35. 4aaf2fe xsysace: make it 'struct hd_driveid'-free by Bartlomiej Zolnierkiewicz · 15 years ago
  36. bfbd442 Fix Xilinx SystemACE driver to handle empty CF slot by Grant Likely · 15 years ago
  37. f502038 powerpc/xsysace: add compatible string for non-ipcore instance by Yuri Tikhonov · 15 years ago
  38. c14464b xsysace: Fix driver to use resource_size_t instead of unsigned long by Yuri Tikhonov · 16 years ago
  39. a108096 powerpc/virtex: fix various format/casting printk mismatches by Grant Likely · 16 years ago
  40. f3f68b3 [PATCH] switch xyspace by Al Viro · 16 years ago
  41. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  42. 0e349b0 [POWERPC] Xilinx: Update compatible to use values generated by BSP generator. by Stephen Neuendorffer · 16 years ago
  43. 911a317 [POWERPC] Fix incorrectly tagged __devinitdata structures by Grant Likely · 16 years ago
  44. 9bf7225 xsysace: end request handling fix by Jens Axboe · 16 years ago
  45. a65b586 blk_end_request: changing xsysace (take 4) by Kiyoshi Ueda · 16 years ago
  46. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  47. d2bbf3d Sysace: Don't enable IRQ until after interrupt handler is registered by Grant Likely · 17 years ago
  48. b5515d8 Sysace: sparse fixes by Grant Likely · 17 years ago
  49. 34e1b83 Sysace: Minor coding convention fixup by Grant Likely · 17 years ago
  50. ed155a9 Sysace: Labels in C code should not be indented. by Grant Likely · 17 years ago
  51. 95e896c Sysace: Add of_platform_bus binding by Grant Likely · 17 years ago
  52. 32f6fff Sysace: Move IRQ handler registration to occur after FSM is initialized by Grant Likely · 17 years ago
  53. 4a24d86 Sysace: minor rework and cleanup changes by Grant Likely · 17 years ago
  54. 1b45546 Sysace: Move structure allocation from bus binding into common code by Grant Likely · 17 years ago
  55. edec496 Sysace: Use the established platform bus api by Grant Likely · 17 years ago
  56. a6b3a93 sysace: HDIO_GETGEO has it's own method for ages by Christoph Hellwig · 17 years ago
  57. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  58. c6d4d63 unregister_blkdev(): delete redundant message by Akinobu Mita · 17 years ago
  59. 74489a9 Add support for Xilinx SystemACE CompactFlash interface by Grant Likely · 17 years ago