Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. * e9f618d1c25 (HEAD -> a38x-dev-generic-rk) Using new pl310 driver and enabling USB3.0 in GENERIC
  2. * d0f7417d9dc Tracking head branch
  3. |\
  4. * | 48f6cedd3cb (tag: v1.4, netasq/a38x-dev-generic-rk) Removing unnecessary #ifdef
  5. * | f9b3ee693dd Cleaning
  6. * | 8a5f667a981 Armada38x always use INTRNG
  7. * | 664d63d181c INTRNG is always true for ArmadaXP.
  8. * | 188303e7ec3 Cleaning mvwin.h
  9. * | d9bcb889281 Add ARMADAXP to generic config
  10. * | 602630ebe7e Adding ARMADA38X to GENERIC config
  11. * | 26111284bb8 Restoring previuse version of dev/ofw/ofw_fdt.c
  12. * | 17af86f7c4e Mearging pci to genering
  13. * | bf2aba700dc Removing ifdef from mv_pic.c
  14. * | 7d0ac543837 Removing Armada38X and ArmadaXP code (moved to mvgen_machdep.c)
  15. * | 4162734750c cpu_reset should never return.
  16. * | d914493678c Content merged into sys/arm/mv/mvgen_machdep.c
  17. * | d05de3f072d Mearging armadaxp and armada38x machdep to one file
  18. * | 733daa9dafa Change to generic reset regs
  19. * | f0f7c25f6f6 Probably bug in addressing table.
  20. * | 4c6fe08c418 Adjusting generic config to compile for armada38x.
  21. * | 64258b97b3f mvreg.h merged to generic.
  22. * | b4a0f32f2ed Reset registers are GENERIC.
  23. * | f239de89eb0 mvwin.h is GENERIC
  24. * | 842e0a3a58a Restoring support for powerpc
  25. * | c5370c5f768 GENERIC did not compile without it
  26. * | a669a42ab3a Making ofw_fdt.c generic
  27. * | 28cf77e27fa Removing callbacks in reset function
  28. * | 0fd6eacdbc0 Mearging ARMADAXP and ARMADA38X to GENERIC
  29. * | 0a162e4bec2 Use PLATFORM for initing ARMADAXP and ARMADA38X
  30. * | 58c69e3d48a mv_machdep.c and mv_pci.c are generic
  31. * | 8672b5a651f wdt.c is generic
  32. * | e2893aebbc2 timer.c is generic
  33. * | 16d35e653b8 Changing soc family enum to lowercase
  34. * | e106c552c25 Mearging mv_get_soc_family with mv_check_soc_family
  35. * | a6ceeae0582 Mearging ARMADA38X and XP to generic
  36. * | 6a884bfed2a mv_machdep is generic
  37. * | e9225cc4535 Removing unnecessary ifdef
  38. * | 5fded513b4e generic mv_common.c ready for ARMADA38X
  39. * | be0fe735cb4 Fixing bug in wdc mv_wdt_config
  40. * | 36547cb9cc7 Mearging ARMADA38X and ARMADAXP do GENERIC
  41. * | 09df5142756 Making wdt almost generic
  42. | | * 98c1dd5ea29 (origin/stable/11) MFC r302843: Increase number of I/O APIC pins from 24 to 32 to give PCI up to 16 IRQs.
  43. | | * eaaa8cd970f MFC r305898, r309120, r309121 (by jceel): Add virtio-console support to bhyve.
  44. | | * 15371849359 Revert unexpected changes leaked into r321411.
  45. | | * ff0db1ef3af MFC r302850: Make PCI interupts allocation static when using bootrom (UEFI).
  46. | | * e2190d5444a MFC 321286
  47. | | * 6e4292fdb83 MFC r316603,r321214:
  48. | | * 9eb77c94e6c MFC r321240:
  49. | | * 01f77b88a8f MFC r319905
  50. | | * 90fed17dafd MFC r320319 Increase the pageout cluster size to 32 pages.
  51. | | * 96384050e43 MFC r320240:
  52. | | * ce5a9c569bd MFC r321023:
  53. | | * b8fe772189d MFC r319756 Style and comment fixes
  54. | | * 20901e191cf MFC r320546 When "force" is specified to pmap_invalidate_cache_range(), the given start address is not required to be page aligned. However, the loop within pmap_invalidate_cache_range() that performs the actual cache line invalidations requires that the starting address be truncated to a multiple of the cache line size. This change corrects an error in that truncation.
  55. | | * 73aeac0e72e MFC r315621 Use IDX_TO_OFF(), not ptoa(), when converting the difference between two vm_pindex_t's into a vm_ooffset_t.
  56. | | * c844e357904 MFC r320498 Clear the MAP_WIREFUTURE flag on the vm map in exec_new_vmspace() when it recycles the current vm space. Otherwise, an mlockall(MCL_FUTURE) could still be in effect on the process after an execve(2), which violates the specification for mlockall(2).
  57. | | * c05b8aec036 MFC r315597 Style fixes. In particular, the variable "bogus" is used like a Boolean. Define it as such.
  58. | | * 6e1d0b04b79 MFC r319876: Update scescx test to print syscall number and arguments.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement