1. a086ee2 [Blackfin] arch: detect the memory available in the system on the fly by default by Mike Frysinger · 17 years ago
  2. 4bea8b2 [Blackfin] arch: add implicit icplb for the bootrom so we can use the utility functions in the kernel by Mike Frysinger · 17 years ago
  3. ac76d88 [Blackfin] arch: Adjust the u-boot and kernel image partition size in mtd device. by Grace Pan · 17 years ago
  4. bc6e0fa [Blackfin] arch: use the same style for missing L1 sections by Mike Frysinger · 17 years ago
  5. 9f8e895 [Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow check by Mike Frysinger · 17 years ago
  6. b85b82d [Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernel by Sonic Zhang · 17 years ago
  7. 253bcf4 [Blackfin] arch: Add a little bit more runtime info for MPU by Robin Getz · 17 years ago
  8. 16428a4 [Blackfin] arch: make the mask explicit rather than writing a negative number in hex by Mike Frysinger · 17 years ago
  9. 4e354b5 [Blackfin] arch: cplb-mpu code clean up by Mike Frysinger · 17 years ago
  10. 7795566 [Blackfin] arch: Give the DMA base registers a more descriptive name by Bernd Schmidt · 17 years ago
  11. ac86a97 [Blackfin] arch: Consistently export base_addr for all Blackfin variants. by Bernd Schmidt · 17 years ago
  12. 37fa242 [Blackfin] arch: Allow AD1836A board to be connected, either to SPORT2 or SPORT3. by Bernd Schmidt · 17 years ago
  13. 764cb81 [Blackfin] arch: actually implement get_cycles function by Mike Frysinger · 17 years ago
  14. 8cab028 [Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settings by Mike Frysinger · 17 years ago
  15. 3132b58 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files by Mike Frysinger · 17 years ago
  16. 8b6eb47 [Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin header by Mike Frysinger · 17 years ago
  17. 6817937 [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array by Mike Frysinger · 17 years ago
  18. 5d1617b [Blackfin] arch: merge ip0x-specific board changes by Mike Frysinger · 17 years ago
  19. f950f60 [Blackfin] arch: USB header files are now located under linux/usb/. by Peter Korsgaard · 17 years ago
  20. 6ed8394 [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. by Graf Yang · 17 years ago
  21. db68254 [Blackfin] arch: Apply Bluetechnix vendor patch by Michael Hennerich · 17 years ago
  22. d5adb02 [Blackfin] arch: This allows XIP to work with FD-PIC. by Bernd Schmidt · 17 years ago
  23. 1ebc723 [Blackfin] arch: support the reserved memory region in the MPU code by Bernd Schmidt · 17 years ago
  24. d56daae [Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548 by Bernd Schmidt · 17 years ago
  25. 697a9d6 [Blackfin] arch: a rather old performance improvement for the signal handling code by Bernd Schmidt · 17 years ago
  26. 5af29f5 [Blackfin] arch: finish removing remnants of old BF537_PORT_H option of Blackfin EMAC driver by Mike Frysinger · 17 years ago
  27. 7b8aa36 [Blackfin] arch: LARGE_ALLOCS was dropped along the way ... bring Blackfin in line by Mike Frysinger · 17 years ago
  28. 2973951 [Blackfin] arch: we no longer use BFIN_{SINGLE,DUAL}_CORE in our source by Mike Frysinger · 17 years ago
  29. 1bee1a6 [Blackfin] arch: boards and machines defconfig updates by Bryan Wu · 17 years ago
  30. b85d858 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 17 years ago
  31. c5b50df [Blackfin] arch: fix bug - make sure we check the right L1 length by Meihui Fan · 17 years ago
  32. 6eceb0d [Blackfin] arch: add support for the rest of the gptimers on the BF54x by Meihui Fan · 17 years ago
  33. 0e184c6 [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used. by Mike Frysinger · 17 years ago
  34. 618835a [Blackfin] arch: MEM_ADD_WIDTH only gets used when reprogramming clocks, so dont bother exposing it in the menu normally by Mike Frysinger · 17 years ago
  35. 6a42a91 [Blackfin] arch: update reboot code to match latest info (really just copy from u-boot) by Mike Frysinger · 17 years ago
  36. b4bb68f [Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area. by Bernd Schmidt · 17 years ago
  37. 2a0c4fd [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled. by Bernd Schmidt · 17 years ago
  38. dbfe44f [Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree. by Bernd Schmidt · 17 years ago
  39. 904656c [Blackfin] arch: fix bug - grab locks when not atomic by Robin Getz · 17 years ago
  40. 9a62ca4 [Blackfin] arch: fix bug - when we crash, current is not valid by Robin Getz · 17 years ago
  41. 81d9c7f [Blackfin] arch: add i2c board info struct and move to new-style i2c interface by Bryan Wu · 17 years ago
  42. d171c23 [Blackfin] arch: fix up gpio code style -- no functional changes by Mike Frysinger · 17 years ago
  43. f85c4ab [Blackfin] arch: dump the stack before printing out an error otherwise the stack dump is useless as it shows us tracing through printk by Mike Frysinger · 17 years ago
  44. 793dc27 [Blackfin] arch: conditionally enable flash resources since it requests the async memory bank by Mike Frysinger · 17 years ago
  45. 2e8d796 [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. by Yi Li · 17 years ago
  46. 9df7a8f [Blackfin] arch: remove NOTES from linker script by Bernd Schmidt · 17 years ago
  47. 56ce835 [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes Joordens by Mike Frysinger · 17 years ago
  48. f692940 [Blackfin] arch: declare CHECKFLAGS to make sparse output more readable by Mike Frysinger · 17 years ago
  49. 0ddeeca [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions by Mike Frysinger · 17 years ago
  50. 1307a65 [Blackfin] arch: turn generic time on by default by Mike Frysinger · 17 years ago
  51. b4e2d18 [Blackfin] arch: add board bluetechnix kernel defconfigs to kernel by Mike Frysinger · 17 years ago
  52. 8b5f79f [Blackfin] arch: initial generic time and clock sources by Vitja Makarov · 17 years ago
  53. 45d9ca4 [IA64] move XP and XPC to drivers/misc/sgi-xp by Dean Nelson · 17 years ago
  54. 9010eff [IA64] minor irq handler cleanups by Jeff Garzik · 17 years ago
  55. 4fa2f0e [IA64] simplify notify hooks in mca.c by Hidetoshi Seto · 17 years ago
  56. 284e542 [IA64] do notify DIE_MCA_MONARCH_PROCESS for each monarchs by Hidetoshi Seto · 17 years ago
  57. 38477ad [IA64] disable interrupts on exit of ia64_trace_syscall by Hidetoshi Seto · 17 years ago
  58. 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  59. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 17 years ago
  60. 9fd9121 frv: unexport kmap_atomic_to_page by Adrian Bunk · 17 years ago
  61. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  62. 904e0ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 17 years ago
  63. 98a1e95f Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  64. 9a64388d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  65. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  66. c3823c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 17 years ago
  67. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  68. 85b375a Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  69. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 17 years ago
  70. 5f033bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  71. b1af9cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  72. b1d18dc arm: Storage class should be before const qualifier by Tobias Klauser · 17 years ago
  73. ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 17 years ago
  74. c9e9e0b PCI: parisc: use generic pci_enable_resources() by Bjorn Helgaas · 17 years ago
  75. e789920 PCI: ppc: use generic pci_enable_resources() by Bjorn Helgaas · 17 years ago
  76. 7cfb5f9 PCI: powerpc: use generic pci_enable_resources() by Bjorn Helgaas · 17 years ago
  77. d981f16 PCI: ia64: use generic pci_enable_resources() by Bjorn Helgaas · 17 years ago
  78. 10f000a PCI: alpha: use generic pci_enable_resources() by Bjorn Helgaas · 17 years ago
  79. b81d988 PCI: x86: use generic pci_enable_resources() by Bjorn Helgaas · 17 years ago
  80. 657472e9 PCI: remove "pci=routeirq" noise from dmesg by Bjorn Helgaas · 17 years ago
  81. cb3576f PCI: Include PCI domain in PCI bus names on x86/x86_64 by Gary Hade · 17 years ago
  82. 6355f3d PCI: remove pcibios_fixup_ghosts() by Greg Kroah-Hartman · 17 years ago
  83. 8a1bc90 PCI: add is_added flag to struct pci_dev by Greg Kroah-Hartman · 17 years ago
  84. 1ba6ab1 PCI: remove initial bios sort of PCI devices on x86 by Greg Kroah-Hartman · 17 years ago
  85. a2b5d87 PCI: remove pci_get_device_reverse from calgary driver by Greg Kroah-Hartman · 17 years ago
  86. 744b5a2 [CRYPTO] aes-x86-32: Remove unused return code by Sebastian Siewior · 17 years ago
  87. 4e2c6d7 [CRYPTO] sha384: Hardware acceleration for s390 by Jan Glauber · 17 years ago
  88. 291dc7c [CRYPTO] sha512: Hardware acceleration for s390 by Jan Glauber · 17 years ago
  89. 604973f [CRYPTO] s390: Generic sha_update and sha_final by Jan Glauber · 17 years ago
  90. e8f3954 [PPC] minor irq handler cleanups by Jeff Garzik · 17 years ago
  91. 349a244 [BLACKFIN] minor irq handler cleanups by Jeff Garzik · 17 years ago
  92. 5dc0742 [SPARC] minor irq handler cleanups by Jeff Garzik · 17 years ago
  93. 90968eb ARM minor irq handler cleanup: avoid passing unused info to irq by Jeff Garzik · 17 years ago
  94. 9c0c44d [POWERPC] Define copy_siginfo_from_user32 by Roland McGrath · 17 years ago
  95. e4cc589 [POWERPC] Add compat handler for PTRACE_GETSIGINFO by Andreas Schwab · 17 years ago
  96. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 17 years ago
  97. 138fe4e Firmware: add iSCSI iBFT Support by Konrad Rzeszutek · 17 years ago
  98. 2dc034a UIO: arch/arm/Kconfig: Make UIO available on ARM architecture by Hans-Jürgen Koch · 17 years ago
  99. ed3fa7c avr32: Add hardware power-down function call by Peter Ma · 17 years ago
  100. e6bef83 avr32: Remove two unused #defines from mm/init.c by Johannes Weiner · 17 years ago