]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
intpm: add support for SB800
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-08-22 Andrew TurnerFix the arm64 non-SMP build, active_irq is a uint64_t...
2016-08-22 Andrew TurnerEnsure map is valid, even before userland exists and...
2016-08-22 Andrew TurnerFix pmap_update_entry, pmap_invalidate_range takes...
2016-08-22 Andrew TurnerUse switch statements in pmap_remove_pages. While only...
2016-08-22 Andrew TurnerUse pmap_update_entry in pmap_enter when updating an...
2016-08-22 Andrew TurnerAdd sysctls to report on superpages statistics. While...
2016-08-22 Andrew TurnerAdd a size argument to pmap_update_entry.
2016-08-22 Andrew TurnerAdd KASSERTS in pmap_alloc_l3 to ensure we are not...
2016-08-20 Baptiste DaroussinImport Dragonfly Mail Agent snapshort from 20160806...
2016-08-19 Michal MelounINTRNG: Rework handling with resources. Partially rever...
2016-08-17 Konstantin BelousovImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-16 Enji CooperMFhead @ r304232
2016-08-16 Mark JohnstonMFV r304057:
2016-08-16 Mark JohnstonMFV r301526:
2016-08-16 Mark JohnstonMFV r301525:
2016-08-16 Mark JohnstonMFV r301524:
2016-08-16 Mark JohnstonMFV r296989:
2016-08-16 Mark JohnstonMFV r304056:
2016-08-15 Andrew TurnerAdd the ARMv8.1 identification registers to the list...
2016-08-14 Martin MatuskaMFV r304060:
2016-08-13 Enji CooperMFhead @ r304038
2016-08-12 Andrew TurnerImplement promotions and demotions in the arm64 pmap...
2016-08-12 Enji CooperCheckpoint initial integration work
2016-08-10 Ed SchoutenProvide the CloudABI vDSO to its executables.
2016-08-10 Ed SchoutenMake cpu_set_user_tls() work when called on the running...
2016-08-10 Andrew TurnerUncomment the vm.kvm_size and vm.kvm_free sysctls....
2016-08-10 Andrew TurnerImplement pmap_align_superpage on arm64 based on the...
2016-08-04 Andrew TurnerRemove the pvh_global_lock lock from the arm64 pmap...
2016-08-02 Andrew TurnerRemove trailing whitespace from the arm64 pmap
2016-08-01 Andrew TurnerAdd a kernel variable to let the user to select their...
2016-08-01 Andrew TurnerAdd the fields for the PAR_EL1 register. This is used...
2016-07-31 Andrew TurnerAdd the Data Fault Status Code values to the ESR_ELx...
2016-07-31 Andrew TurnerExtract the common parts of pmap_kenter_device to a...
2016-07-31 Andrew TurnerFix the comment above pmap_invalidate_page. tlbi will...
2016-07-31 Andrew TurnerRelax the barriers around a TLB invalidation to only...
2016-07-29 Andrew TurnerAdd a generic EHCI USB driver based on the Allwinner...
2016-07-25 Andrew TurnerRemove an unused variable.
2016-07-25 Andrew TurnerFix a typo in a string in a KASSERT to sanity check...
2016-07-25 Andrew TurnerRework how we number CPUs on arm64 to try and keep...
2016-07-25 Andrew TurnerEnable the generic OHCI driver on arm64
2016-07-25 Xin LIChange bsdiff to use divsufsort suffix sort library...
2016-07-24 Alexander MotinAdd more UEFI/e820 memory types from latest specifications.
2016-07-23 Baptiste DaroussinUpdate mandoc to 1.13.4 release
2016-07-20 Andriy GaponMFV r303083: 7164 zdb should be able to open the root...
2016-07-20 Andriy GaponMFV r303082: 6391 Override default SPA config location...
2016-07-20 Pedro F. GiffuniMFV r298167, r300962, r303048:
2016-07-15 Andrew TurnerImplement bus_print_child to print the resources used...
2016-07-14 Andrew TurnerFinish removing the non-INTRNG support from sys/arm64.
2016-07-14 Andrew TurnerRemove the non-INTRNG support from the ThunderX PCIe...
2016-07-14 Andrew TurnerMove gic_v3_irqsrc into the GICv3 driver source as...
2016-07-14 Andrew TurnerMove structures only used by the GICv3 ITS driver from...
2016-07-14 Andrew TurnerRemove the non-INTRNG support from the GICv3 interrupt...
2016-07-14 Andriy GaponMFV r302645: 6878 Add scrub completion info to "zpool...
2016-07-14 Andriy GaponMFV r302650: 6940 Cannot unlink directories when over...
2016-07-14 Andriy GaponMFV r302644: 6513 partially filled holes lose birth...
2016-07-14 Andriy GaponMFV r302641: 6844 dnode_next_offset can detect fictiona...
2016-07-14 Andriy GaponMFV r302640: 6874 rollback and receive need to reset...
2016-07-13 Andrew TurnerAdd memmmap on arm64 so we can mmap /dev/mem and /dev...
2016-07-13 Dag-Erling Smørgravmerge upstream hg 06347b1f76fe (fix IXFR)
2016-07-12 Andrey A. ChernovUndo r302601, WCHAR_MAX may not be a valid wchar value.
2016-07-12 Andrey A. ChernovI don't know why unsigned int is choosed for wchar_t...
2016-07-08 Ed Mastelibunwind: update to upstream snapshot r272680
2016-07-08 Ed SchoutenDon't forget to set sa->narg for CloudABI system calls.
2016-07-06 Andrew TurnerRemove the old pre-INTRNG arm64 interrupt framework...
2016-07-04 Peter GrehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 Enji CooperUpdate libxo to 0.6.3
2016-07-01 Xin LIMFV r302260: expat 2.2.0
2016-06-30 Martin MatuskaMFV r302264:
2016-06-30 Wojciech MacekARM64: fix DMAP calculation
2016-06-27 Xin LIMFV r302218: file 5.28.
2016-06-22 Andrew TurnerFix a race when the hardware has raised an exception...
2016-06-22 Martin MatuskaMFV r302003,r302037,r302038,r302056:
2016-06-17 Bryan DreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 Konstantin BelousovUpdate comments for the MD functions managing contexts...
2016-06-09 Dag-Erling SmørgravUpdate to latest upstream version
2016-06-08 Brooks DavisUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 Simon J. GerratyMerge bmake-20160606
2016-06-07 Andrew TurnerSwitch arm64 to use intrng by default. The old interrup...
2016-06-05 Simon J. GerratyImport bmake-20160604
2016-06-05 Svatopluk KrausINTRNG - change the way how an interrupt mapping data...
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Andrew TurnerAdd the GICv3 ITS intrng driver. As the interface to...
2016-06-03 Xin LIMFV r301238:
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-06-01 Zbigniew BodekReturn real error value instead of hard-coded ENXIO...
2016-05-31 Andrew Turnerdpcpu_init should have also passed in the calculated...
2016-05-31 Andrew TurnerAllow the kernel to boot on a CPU where the devicetree...
2016-05-31 Andrew TurnerEnable setting BF_COHERENT on DMA tags. This allows...
2016-05-31 Andrew TurnerMark the ThunderX and generic PCI drivers as cache...
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-20 Andrew TurnerExtract the correct bits from the GICD_TYPER register...
2016-05-20 Andrew TurnerAdd more useful GICv3 register definitions. While here fix
2016-05-20 Andrew TurnerFilter out BUS_DMASYNC_POSTWRITE sync operations, there...
next