1. 01dd2fb typo fixes by Matt LaPlante · 17 years ago
  2. 09caded Combine instrumentation menus in kernel/Kconfig.instrumentation by Mathieu Desnoyers · 17 years ago
  3. e6c5eb9 PM: Rework struct platform_suspend_ops by Rafael J. Wysocki · 17 years ago
  4. 26398a7 PM: Rename struct pm_ops and related things by Rafael J. Wysocki · 17 years ago
  5. 95d9ffb PM: Move definition of struct pm_ops to suspend.h by Rafael J. Wysocki · 17 years ago
  6. 821f3ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  7. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 17 years ago
  8. 222d394 kbuild: enable 'make AFLAGS=...' to add additional options to AS by Sam Ravnborg · 17 years ago
  9. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  10. 8f740ef Input: add support for Blackfin BF54x Keypad controller by Michael Hennerich · 17 years ago
  11. 117494a Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  12. 4d5709a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  13. 27f5d75 USB: re-remove <linux/usb_sl811.h> by David Brownell · 17 years ago
  14. 247537b kconfig: syntax cleanup - drop support for "depends/requires/def_boolean" by Adrian Bunk · 17 years ago
  15. 8122c6c [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core by Thomas Renninger · 17 years ago
  16. 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
  17. c58c214 Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver by Michael Hennerich · 17 years ago
  18. 0b95f22 Blackfin arch: add some missing syscall by Bryan Wu · 17 years ago
  19. 4bbd10f Blackfin arch: Update/Fix PM support add new pm_ops valid by Michael Hennerich · 17 years ago
  20. d31c5ab Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin arch by Bryan Wu · 17 years ago
  21. 7417c8f Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT and DEBUG_KERNEL_START by Robin Getz · 17 years ago
  22. ddf416b Blackfin arch: fix typo in register name by Mike Frysinger · 17 years ago
  23. bc41bb1 Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NULL, 0 } fails on Blackfin by Bernd Schmidt · 17 years ago
  24. ef4a47d Blackfin arch: Export strcpy - occasionally get module link failures otherwise by Bernd Schmidt · 17 years ago
  25. b3f8b92 Blackfin arch: the load address is not safe to point to as a workaround for ANOMALY 05000281 by Robin Getz · 17 years ago
  26. b76f987 Blackfin arch: show_mem can not be marked as init, since it is called during OOM condition by Robin Getz · 17 years ago
  27. 1a7d91d Blackfin arch: flush/inv the correct range when using write back cache and fix bugs find by dmacopy by Michael Hennerich · 17 years ago
  28. 2b39331 Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323 by Michael Hennerich · 17 years ago
  29. 337d390 Blackfin arch: Print out debug info, as early as possible by Robin Getz · 17 years ago
  30. ce3afa1 Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print out by Robin Getz · 17 years ago
  31. 2ebcade Blackfin arch: fix endless loop bug when a double fault happens by Robin Getz · 17 years ago
  32. 0ae5364 Blackfin arch: Initial patch to add earlyprintk support by Robin Getz · 17 years ago
  33. b7b2d344 Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archs by Bryan Wu · 17 years ago
  34. c11b577 Blackfin arch: add more common defines for output sections by Mike Frysinger · 17 years ago
  35. fb282a7 Blackfin arch: cleanup IO and DMA_IO API function definitions according to other arches by Bryan Wu · 17 years ago
  36. b5c0e2e Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz) by Mike Frysinger · 17 years ago
  37. 2714d9a Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset by Michael Hennerich · 17 years ago
  38. eabb5a5 Blackfin arch: Remove legacy support by Michael Hennerich · 17 years ago
  39. 2acde90 Blackfin arch: a few things still use bfin_read_PORT_FER() by Michael Hennerich · 17 years ago
  40. 02f13f9 Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START by Robin Getz · 17 years ago
  41. d2b11a4 Blackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single file by Michael Hennerich · 17 years ago
  42. 4d5f4ed Blackfin arch: extract gpio number from PIN function by Michael Hennerich · 17 years ago
  43. 168f121 Blackfin arch: rewrite our reboot code in C by Mike Frysinger · 17 years ago
  44. 27d875f Blackfin arch: vmlinux.lds.S, break up our .init into separate sections by Mike Frysinger · 17 years ago
  45. d8350e7 Blackfin arch: Board defconfig updating by Bryan Wu · 17 years ago
  46. fbeb737 Blackfin arch: parse input sections properly when using -ffunction-sections/-fdata-sections by Mike Frysinger · 17 years ago
  47. 1ffe664 Blackfin arch: add an exception request/free api by Mike Frysinger · 17 years ago
  48. f0b5d12 Blackfin arch: allow people to select the feature that is unavailable to the kernel by Mike Frysinger · 17 years ago
  49. 2615639 Blackfin arch: Allow ptrace access the fixed code. by Jie Zhang · 17 years ago
  50. 8a26ac7 Blackfin arch: Add DMA API to set curr descriptor address by Sonic Zhang · 17 years ago
  51. 2d8f161 Blackfin arch: update BOOT_LOAD by Mike Frysinger · 17 years ago
  52. b4055d7 Blackfin arch: remove spurious KERN_EMERG log level in output by Mike Frysinger · 17 years ago
  53. 3bebca2 Blackfin arch: to do some consolidation of common code and common name spaces by Robin Getz · 17 years ago
  54. a298049 Blackfin arch: remove unused code -- EVT0 is not controllable by software by Mike Frysinger · 17 years ago
  55. a924db7 Blackfin arch: Add option to priorize DMA over Core by Michael Hennerich · 17 years ago
  56. 7735cef Blackfin arch: Add support for the M25P16 SPI FLash by Michael Hennerich · 17 years ago
  57. 1d945e2 Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording function by Roy Huang · 17 years ago
  58. 518039b Blackfin arch: Add ability to expend the hardware trace buffer by Robin Getz · 17 years ago
  59. f16295e Blackfin arch: Fix CCLK and SCLK checks by Robin Getz · 17 years ago
  60. 8c61362 Blackfin arch: Some cosmetics based on LKML feedback from Joe Perches by Michael Hennerich · 17 years ago
  61. 314c98d Blackfin arch: add missing gpio error handling to make sure we roll back requests in case one fails by Michael Hennerich · 17 years ago
  62. 31430ba Blackfin arch: Add PORT_J.High (needed for BF548-EZkit Touchscreen interrupts) - remove PORT_C.H by Michael Hennerich · 17 years ago
  63. 6782ea9 Blackfin arch: Add label to call new GPIO API by Michael Hennerich · 17 years ago
  64. 40d6340 Blackfin arch: store labels so we later know who allocated GPIO/Peripheral resources by Michael Hennerich · 17 years ago
  65. b2d1583 Blackfin arch: Advertise GENERIC_GPIO and remove duplicated GENERIC_CALIBRATE_DELAY by Michael Hennerich · 17 years ago
  66. e208f83 Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselves by Mike Frysinger · 17 years ago
  67. d5148ff Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync() by Mike Frysinger · 17 years ago
  68. 1aafd90 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines by Mike Frysinger · 17 years ago
  69. c6c4d7b Blackfin arch: update platform driver resource information to all board files by Bryan Wu · 17 years ago
  70. 50e163c Blackfin arch: add error message when IRQ no available by Michael Hennerich · 17 years ago
  71. 8be80ed Blackfin arch: Initialize the exception vectors early in the boot process by Bernd Schmidt · 17 years ago
  72. d6e274d Blackfin arch: fix a compiling warning about dma-mapping by Bryan Wu · 17 years ago
  73. 0fa63ad Blackfin arch: fix bug which unaligns the init thread's stack and causes the current macro to fail. by Bernd Schmidt · 17 years ago
  74. f1b927d Blackfin arch: Load P0 before storing through it by Bernd Schmidt · 17 years ago
  75. 64c5cb8 Blackfin arch: fix KGDB bug, dont forget last parameter. by Sonic Zhang · 17 years ago
  76. e2dd3f1 Blackfin arch: add selections for BF544 and BF542 by Mike Frysinger · 17 years ago
  77. e5b6bd6 Blackfin arch: use bfin_read_SWRST() now that BF561 provides it by Mike Frysinger · 17 years ago
  78. 315a8e3 Blackfin arch: setup aliases for some core Core A MMRs by Mike Frysinger · 17 years ago
  79. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  80. db0fa20 Blackfin arch: add missing CONFIG_LARGE_ALLOCS when upstream merging by Bryan Wu · 17 years ago
  81. 798b770 Blackfin arch: as pointed out by Robert P. J. Day, update the CPU_FREQ name to match current Kconfig by Mike Frysinger · 17 years ago
  82. 5cf77a5 Blackfin arch: extract the entry point from the linked kernel by Mike Frysinger · 17 years ago
  83. c04d66b Blackfin arch: clean up some coding style issues by Bryan Wu · 17 years ago
  84. 1d18947 Blackfin arch: combine the common code of free_initrd_mem and free_initmem by Mike Frysinger · 17 years ago
  85. 5610db6 Blackfin arch: Add Support for Peripheral PortMux and resouce allocation by Michael Hennerich · 17 years ago
  86. 520473b Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded values by Mike Frysinger · 17 years ago
  87. b07af76 Blackfin arch: fix bug set dma_address properly in dma_map_sg by Sonic Zhang · 17 years ago
  88. 157cc5a Blackfin arch: Disable CACHELINE_ALIGNED_L1 for BF54x by default by Michael Hennerich · 17 years ago
  89. f40d24d Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-level io routines by Alex Landau · 17 years ago
  90. 9be343c Blackfin arch: There is no CDPRIO Bit in the EBIU_AMGCTL Register of BF54x arch by Michael Hennerich · 17 years ago
  91. 9401e61 Blackfin arch: scrub dead code by Mike Frysinger · 17 years ago
  92. cefe658 Blackfin arch: add BF54x missing GPIO access functions by Michael Hennerich · 17 years ago
  93. e3f2300 Blackfin arch: Some memory and code optimizations - Fix SYS_IRQS by Michael Hennerich · 17 years ago
  94. 34e0fc8 Blackfin arch: Enable BF54x PIN/GPIO interrupts by Michael Hennerich · 17 years ago
  95. 1f83b8f Blackfin arch: cleanup warnings from checkpatch -- no functional changes by Mike Frysinger · 17 years ago
  96. 669b792 Blackfin arch: Clean up trace buffer handling, No major functional changes. by Robin Getz · 17 years ago
  97. 29440a2 Blackfin arch: Start untangling the CPLB handling code. by Bernd Schmidt · 17 years ago
  98. 474f1a6 Blackfin arch: kgdb specific code by Sonic Zhang · 17 years ago
  99. 1c5d226 Blackfin arch: add missing implementations SIC_IWR crosses several registers by Michael Hennerich · 17 years ago
  100. f8ffe65 Blackfin arch: need to rename function after moving to match new internal dma API by Mike Frysinger · 17 years ago