1. a359cca Blackfin arch: update kgdb patch by Sonic Zhang · 17 years ago
  2. 2b39331 Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323 by Michael Hennerich · 17 years ago
  3. 337d390 Blackfin arch: Print out debug info, as early as possible by Robin Getz · 17 years ago
  4. 0ae5364 Blackfin arch: Initial patch to add earlyprintk support by Robin Getz · 17 years ago
  5. 1d487f4 Blackfin arch: add TWIx_REGBASE and SPIx_REGBASE to specific CPU header files, use the new REGBASE for board platform resources by Bryan Wu · 17 years ago
  6. b7b2d344 Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archs by Bryan Wu · 17 years ago
  7. fb282a7 Blackfin arch: cleanup IO and DMA_IO API function definitions according to other arches by Bryan Wu · 17 years ago
  8. 2714d9a Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset by Michael Hennerich · 17 years ago
  9. 4b3f058 Blackfin arch: Add ANOMALY_05000311 Workaround - for those who doesnt use the generic GPIO driver by Michael Hennerich · 17 years ago
  10. eabb5a5 Blackfin arch: Remove legacy support by Michael Hennerich · 17 years ago
  11. 55249e9 Blackfin arch: For compatibility reasons change IRQ_XXX_ERR into IRQ_XXX_ERROR like on any other supported Blackfin derivative by Michael Hennerich · 17 years ago
  12. 2296fb7 Blackfin arch: Fix bug missing L2_MEMORY definition for EZKIT-BF561 compiling error by Robin Getz · 17 years ago
  13. 1ffe664 Blackfin arch: add an exception request/free api by Mike Frysinger · 17 years ago
  14. dbcc78be Blackfin arch: all our other ports call this SIZE rather than SPI_LEN by Mike Frysinger · 17 years ago
  15. f0b5d12 Blackfin arch: allow people to select the feature that is unavailable to the kernel by Mike Frysinger · 17 years ago
  16. 0174dd5 Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriate by Mike Frysinger · 17 years ago
  17. 8a26ac7 Blackfin arch: Add DMA API to set curr descriptor address by Sonic Zhang · 17 years ago
  18. 2cbfe10 Blackfin arch: kill ezkit548 compiling warning by Bryan Wu · 17 years ago
  19. be7b0d3 Blackfin arch: fix up header for BF533 by Robin Getz · 17 years ago
  20. 07bdda0 Blackfin arch: bug fixing restore mach dependent ASYNC memory size by Michael Hennerich · 17 years ago
  21. 3bebca2 Blackfin arch: to do some consolidation of common code and common name spaces by Robin Getz · 17 years ago
  22. a298049 Blackfin arch: remove unused code -- EVT0 is not controllable by software by Mike Frysinger · 17 years ago
  23. 1d945e2 Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording function by Roy Huang · 17 years ago
  24. 518039b Blackfin arch: Add ability to expend the hardware trace buffer by Robin Getz · 17 years ago
  25. f16295e Blackfin arch: Fix CCLK and SCLK checks by Robin Getz · 17 years ago
  26. b99ab54 Blackfin serial driver: use new GPIO API by Michael Hennerich · 17 years ago
  27. 1708268 Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__ by Mike Frysinger · 17 years ago
  28. 06039e9 Blackfin arch: Fix define - SPORT0_DTPRI is first function by Michael Hennerich · 17 years ago
  29. 7c100f3 Blackfin arch: fix bugs report by Andy Liu <yjhsou@gmail.com>, AD1836 can't be probed in BF561-EZ by Bryan Wu · 17 years ago
  30. 214cccb Blackfin arch: bug fixing, add missing BF533_FAMILY GPIO_PFx definition by Bryan Wu · 17 years ago
  31. 40d6340 Blackfin arch: store labels so we later know who allocated GPIO/Peripheral resources by Michael Hennerich · 17 years ago
  32. 301af29 Blackfin arch: Finalize the generic gpio support - add gpio_to_irq and irq_to_gpio by Michael Hennerich · 17 years ago
  33. bc8c84c Blackfin arch: update to latest anomaly sheets by Mike Frysinger · 17 years ago
  34. fb51d56 Blackfin arch: Fix Anomaly hanlding, as pointed out by Mike by Robin Getz · 17 years ago
  35. 35c724f Blackfin arch: fix typo... we want csync in CSYNC(), not ssync by Mike Frysinger · 17 years ago
  36. 36a1548 Blackfin arch: reorganize headers slightly so we can be sure things are defined early enough by Mike Frysinger · 17 years ago
  37. d5148ff Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync() by Mike Frysinger · 17 years ago
  38. 60e9356 Blackfin arch: update BF54x anomaly list by Mike Frysinger · 17 years ago
  39. 1aafd90 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines by Mike Frysinger · 17 years ago
  40. 287050f Blackfin arch: cleanup and standardize anomaly.h file format -- no functional changes by Mike Frysinger · 17 years ago
  41. e46dc1d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  42. a200ee1 mm: set_page_dirty_balance() vs ->page_mkwrite() by Peter Zijlstra · 17 years ago
  43. 891e6a9 [ROSE]: Fix rose.ko oops on unload by Alexey Dobriyan · 17 years ago
  44. 0c2043a Don't do load-average calculations at even 5-second intervals by Linus Torvalds · 17 years ago
  45. 4ecbca8 Remove unnecessary cast in prefetch() by Serge Belyshev · 17 years ago
  46. c7659e2 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  47. cda6a20 Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi> by Michael Hennerich · 17 years ago
  48. c58c214 Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver by Michael Hennerich · 17 years ago
  49. 9ea0f04 [MIPS] Terminally fix local_{dec,sub}_if_positive by Ralf Baechle · 17 years ago
  50. fef7470 [MIPS] Type proof reimplementation of cmpxchg. by Ralf Baechle · 17 years ago
  51. a347017 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  52. ca074a3 [MIPS] Fix value of O_TRUNC by Ralf Baechle · 17 years ago
  53. 4827bbb i386: remove bogus comment about memory barrier by Nick Piggin · 17 years ago
  54. 05e3175 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  55. f8ab18d [TCP]: Fix MD5 signature handling on big-endian. by David S. Miller · 17 years ago
  56. 7d809ba [MIPS] Fix CONFIG_BUILD_ELF64 kernels with symbols in CKSEG0. by Ralf Baechle · 17 years ago
  57. ff0ce68 Revert "[PATCH] x86-64: fix x86_64-mm-sched-clock-share" by Linus Torvalds · 17 years ago
  58. f7f847b Revert "x86-64: Disable local APIC timer use on AMD systems with C1E" by Linus Torvalds · 17 years ago
  59. e66485d x86-64: Disable local APIC timer use on AMD systems with C1E by Thomas Gleixner · 17 years ago
  60. 78bd8fb fix sctp_del_bind_addr() last argument type by Al Viro · 17 years ago
  61. d85f579 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  62. 6f4c618 SCTP : Add paramters validity check for ASCONF chunk by Wei Yongjun · 17 years ago
  63. ece25df SCTP: Clean up OOTB handling and fix infinite loop processing by Vlad Yasevich · 17 years ago
  64. 853298b ACPI: CONFIG_ACPI_SLEEP=n power off regression in 2.6.23-rc8 (NOT in rc7) by Alexey Starikovskiy · 17 years ago
  65. 1146fe3 [MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop. by Ralf Baechle · 17 years ago
  66. b04e7bd ACPI: disable lower idle C-states across suspend/resume by Thomas Gleixner · 17 years ago
  67. 0b95f22 Blackfin arch: add some missing syscall by Bryan Wu · 17 years ago
  68. f972020 Binfmt_flat: Add minimum support for the Blackfin relocations by Bernd Schmidt · 17 years ago
  69. da8f153 Revert "x86_64: Quicklist support for x86_64" by Linus Torvalds · 17 years ago
  70. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  71. 1799e35 sched: add /proc/sys/kernel/sched_compat_yield by Ingo Molnar · 17 years ago
  72. a88a8ef Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  73. f15f413 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  74. 09abbcf [MIPS] cpu-bugs64.c: GCC 3.3 constraint workaround by Maciej W. Rozycki · 17 years ago
  75. 480eccf Fix NUMA Memory Policy Reference Counting by Lee Schermerhorn · 17 years ago
  76. 28f300d Fix user namespace exiting OOPs by Pavel Emelyanov · 17 years ago
  77. 735de22 Convert uid hash to hlist by Pavel Emelyanov · 17 years ago
  78. c27da339 [POWERPC] Fix timekeeping on PowerPC 601 by Benjamin Herrenschmidt · 17 years ago
  79. 6553dae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  80. edb1e96 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  81. fa890d5 Fix non-ISA link error in drivers/scsi/advansys.c by Matthew Wilcox · 17 years ago
  82. d9cc204 [NET] skbuff: Add skb_cow_head by Herbert Xu · 17 years ago
  83. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 17 years ago
  84. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 17 years ago
  85. 301feb65 [SPARC64]: Fix lockdep, particularly on SMP. by David S. Miller · 17 years ago
  86. 2605a10 Merge git://git.linux-xtensa.org/kernel/xtensa-feed by Linus Torvalds · 17 years ago
  87. 53a3f30 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  88. 7eeac50 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  89. 6440fcf [MIPS] No ide_default_io_base() if PCI IDE was not found by Atsushi Nemoto · 17 years ago
  90. e90ff92 V4L/DVB (6220a): fix build error for et61x251 driver by Linus Torvalds · 17 years ago
  91. 99364df Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 17 years ago
  92. b0052fca Define termios_1 functions for powerpc, s390, avr32 and frv by Paul Mackerras · 17 years ago
  93. 532df78 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  94. 0931ce8 Blackfin arch: fix some bugs in lib/string.h functions found by our string testing modules by Mike Frysinger · 17 years ago
  95. e845498 m68k(nommu): add missing syscalls by Geert Uytterhoeven · 17 years ago
  96. dd23aae Fix select on /proc files without ->poll by Alexey Dobriyan · 17 years ago
  97. a83308e PTR_ALIGN by Matthew Wilcox · 17 years ago
  98. 719b6f29 BCM1480 serial build fix by Thiemo Seufer · 17 years ago
  99. 6e21ce9 Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  100. df96efd leds: Add missing include for leds.h by Yoichi Yuasa · 17 years ago