1. 343ac72 sh: Move over the SH-5 entry.S. by Paul Mundt · 17 years ago
  2. 1b6cf81 sh: Split out syscall ABI for _32 and _64 variants. by Paul Mundt · 17 years ago
  3. fcfdd0f sh: Split out checksum.h in to _32 and _64 variants. by Paul Mundt · 17 years ago
  4. 63e2c80 sh: Plug in SH-5 ffz()/__ffs() bitops. by Paul Mundt · 17 years ago
  5. 8a7bcf0 sh: Add SH-5 support to the consistent DMA impl. by Paul Mundt · 17 years ago
  6. acb499f sh: Move vsyscall_init() defs up one level. by Paul Mundt · 17 years ago
  7. f3ef75b sh: Nopped out p3_cache_init() on SH-5 also. by Paul Mundt · 17 years ago
  8. 0468b4b sh: Fix up VMALLOC_START for SH-5. by Paul Mundt · 17 years ago
  9. 959f7d5 sh: Move over the SH-5 head.S and tlb.h. by Paul Mundt · 17 years ago
  10. 256b22c sh: Have SH-5 provide an {en,dis}able_fpu() impl. by Paul Mundt · 17 years ago
  11. 781c63e sh: timer.h stub for SH-5. by Paul Mundt · 17 years ago
  12. f7a7b15 sh: Move in the SH-5 signal trampoline impl. by Paul Mundt · 17 years ago
  13. 76168c2 sh: More SH-5 cpuinfo tidying. by Paul Mundt · 17 years ago
  14. 01fed93 sh: Consolidate slab/kmalloc minalign values. by Paul Mundt · 17 years ago
  15. 9b01bd9 sh: Split out uaccess.h in to _32 and _64 variants. by Paul Mundt · 17 years ago
  16. c0acca6 sh: SH-5 also uses the ASID cache. by Paul Mundt · 17 years ago
  17. a62a386 sh: Split out system.h in to _32 and _64 variants. by Paul Mundt · 17 years ago
  18. 36bcd39 sh: Split out 29-bit and 32-bit physical mode definitions. by Paul Mundt · 17 years ago
  19. af3c7df sh: Split out processor.h in to _32 and _64 variants. by Paul Mundt · 17 years ago
  20. 33f242e sh: SH-5 pt_regs. by Paul Mundt · 17 years ago
  21. cdcc970 sh: Move in the SH-5 mmu_context headers. by Paul Mundt · 17 years ago
  22. 7a65eaf sh: SH-5 byteorder routines. by Paul Mundt · 17 years ago
  23. 114f132 sh: SH-5 version of current_thread_info(). by Paul Mundt · 17 years ago
  24. f64ee87 sh: Split out irqflags.h in to _32 and _64 variants. by Paul Mundt · 17 years ago
  25. 7960a1d sh: Split out asm/string.h for sh32 and sh64. by Paul Mundt · 17 years ago
  26. da06b8d sh: Add SH-5 support to io.h. by Paul Mundt · 17 years ago
  27. 3b9e788 sh: Add in cacheflush and DMA headers for SH-5. by Paul Mundt · 17 years ago
  28. 0fa70ef sh: Correct SH-5 instruction size value. by Paul Mundt · 17 years ago
  29. d752542 sh: Add cache definitions for SH-5. by Paul Mundt · 17 years ago
  30. a096a7e sh: Add addrspace.h segmentation stub for SH-5. by Paul Mundt · 17 years ago
  31. e1cd93e sh: BUGFLAG_WARNING needs GENERIC_BUG. by Paul Mundt · 17 years ago
  32. 5a4a5bd sh: Fix up fixmap location for SH-5. by Paul Mundt · 17 years ago
  33. 34cd6d3 sh: Add SH-5 support to asm/module.h. by Paul Mundt · 17 years ago
  34. 8d5fb29 sh: Split out cache status bits per-CPU family. by Paul Mundt · 17 years ago
  35. 5a66865 sh: Split out PXSEG segmentation per-CPU family. by Paul Mundt · 17 years ago
  36. 9152530 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  37. e9f1373 i2c: Add i2c_new_dummy() utility by David Brownell · 17 years ago
  38. 9b766b8 i2c: Stop using the redundant client list by David Brownell · 17 years ago
  39. b7a3670 i2c-pxa: Add polling transfer by Mike Rapoport · 17 years ago
  40. 7bca087 i2c: Discard unused driver IDs by Jean Delvare · 17 years ago
  41. 6d16bfb i2c/tps65010: move header to <linux/i2c/...> by David Brownell · 17 years ago
  42. 026526f i2c: Drop redundant i2c_driver.list by Jean Delvare · 17 years ago
  43. 87c6c22 i2c: Drop redundant i2c_adapter.list by Jean Delvare · 17 years ago
  44. e48d331 i2c: Change prototypes of refcounting functions by Jean Delvare · 17 years ago
  45. bdc511f i2c: Use the driver model reference counting by Jean Delvare · 17 years ago
  46. bfb6df2 i2c: Constify client address data by Mark M. Hoffman · 17 years ago
  47. 7e8b992 i2c: some overdue driver removal by Adrian Bunk · 17 years ago
  48. eee87d3 i2c: the scheduled I2C RTC driver removal by Adrian Bunk · 17 years ago
  49. 1c7c2cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  50. 7267c33 ide: remove REQ_TYPE_ATA_CMD by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 34f5d5a ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 2624565 ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 4906f3b ide: kill DATA_READY define by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 4d7a984 ide: task_end_request() fix by Tejun Heo · 17 years ago
  55. 657cc1a ide: set IDE_TFLAG_IN_* flags before queuing/executing command by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 35cf2b9 ide: fix ->io_32bit race in ide_taskfile_ioctl() by Tejun Heo · 17 years ago
  57. 9e47be0 ide: remove broken disk byte-swapping support by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 17 years ago
  59. ade2daf ide: make remaining built-in only IDE host drivers modular (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  60. cbb010c ide: drop 'initializing' argument from ide_register_hw() by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 57c802e ide: add ide_init_port_hw() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  62. b0d5bc2 ide: Fix build break caused by "ide: remove ideprobe_init()" by Olof Johansson · 17 years ago
  63. 151575e ide: remove ideprobe_init() by Bartlomiej Zolnierkiewicz · 17 years ago
  64. f01393e ide: merge ->fixup and ->quirkproc methods by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 17 years ago
  66. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 8704de8 cy82c693: add ->set_dma_mode method by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 894cdde [S390] do local_irq_restore while spinning in spin_lock_irqsave. by Hisashi Hifumi · 17 years ago
  69. dab5209 [S390] add smp_call_function_mask by Carsten Otte · 17 years ago
  70. 028fed8 [S390] Unused field / extern declaration in processor.h by Martin Schwidefsky · 17 years ago
  71. 0ac30be [S390] single-step cleanup by Roland McGrath · 17 years ago
  72. 5800266 [S390] include/asm-s390/: Spelling fixes by Joe Perches · 17 years ago
  73. 48657d2 [S390] Use diag308 subcodes 3 and 6 for reboot and dump when possible. by Michael Holzheu · 17 years ago
  74. 99ca4e5 [S390] kernel: Shutdown Actions Interface by Michael Holzheu · 17 years ago
  75. 48483b3 [S390] Get rid of additional_cpus kernel parameter. by Heiko Carstens · 17 years ago
  76. 519580f [S390] Use new style spinlock initializer in __RWSEM_INITIALIZER. by Heiko Carstens · 17 years ago
  77. 3b4beb3 [S390] Remove owner_pc member from raw_spinlock_t. by Heiko Carstens · 17 years ago
  78. 5fd9c6e [S390] Change vmalloc defintions by Christian Borntraeger · 17 years ago
  79. 8ffd74a [S390] Avoid warnings in tlblush.h by Martin Schwidefsky · 17 years ago
  80. 6f457e1 [S390] Fix tlb flushing with idte. by Martin Schwidefsky · 17 years ago
  81. 08d0796 [S390] Standby cpu activation/deactivation. by Heiko Carstens · 17 years ago
  82. 4e8e56c [S390] cio: Extend adapter interrupt interface. by Peter Oberparleiter · 17 years ago
  83. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  84. 29bd17a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  85. 2ba14a0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  86. d69a3ad dlm: Split lock mode and flag constants into a sharable header. by Joel Becker · 17 years ago
  87. 99f1c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  88. a9e527e IPoIB: improve IPv4/IPv6 to IB mcast mapping functions by Rolf Manderscheid · 17 years ago
  89. 88314e4 RDMA/cma: add support for rdma_migrate_id() by Sean Hefty · 17 years ago
  90. 4fc8cd4 IB/mad: Report number of times a mad was retried by Sean Hefty · 17 years ago
  91. b31fde6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  92. f31c338 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  93. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 3071a9d ide: make 'extra' field in struct ide_port_info u8 by Bartlomiej Zolnierkiewicz · 17 years ago
  95. a501633 ide-disk: use ide_get_lba_addr() by Bartlomiej Zolnierkiewicz · 17 years ago
  96. c2b57cd ide: add ide_tf_read() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  97. f6e29e3 ide-disk: use do_rw_taskfile() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 57d7366 ide: remove 'handler' field from ide_task_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 1192e52 ide: use ->data_phase to set ->handler in do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 10d9015 ide: convert do_rw_taskfile() to use ->data_phase by Bartlomiej Zolnierkiewicz · 17 years ago