]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Improve the input validation for l_linger.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2019-07-13 Alan CoxRevert r349442, which was a workaround for bus errors...
2019-07-12 Konstantin BelousovProvide protection against starvation of the ll/sc...
2019-07-12 Mark JohnstonApply some light cleanup to uses of pmap_pte_dirty().
2019-07-11 Mark JohnstonFix some ISS bit definitions for data aborts.
2019-07-11 Alan CoxAccording to Section D5.10.3 "Maintenance requirements...
2019-07-10 Mark JohnstonRename pmap_page_dirty() to pmap_pte_dirty().
2019-07-09 Alan CoxIntroduce pmap_clear(), which zeroes a page table entry...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-07 Alan CoxThree changes to pmap_enter():
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-05 Alan CoxRestructure cache_handle_range to avoid repeated barrie...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-03 Ganbold TsagaankhuuSubclass Rockchip's General Register Files driver from...
2019-07-02 Alan CoxImplement pmap_copy(). (This includes the changes...
2019-07-01 Emmanuel Vadotarm64: efi: Map memory IO region as device
2019-06-30 Navdeep ParharDisplay the approximate space needed when a minidump...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-26 Olivier HouchardIn get_fpcontext32() and set_fpcontext32(), we can...
2019-06-26 Alan CoxRevert one of the changes from r349323. Specifically...
2019-06-26 Olivier HouchardFix debugging of 32bits arm binaries on arm64.
2019-06-24 Jayachandran C.arm64 acpi_iort: add some error handling
2019-06-24 Jayachandran C.arm64 gicv3_its: enable all ITS blocks for a CPU
2019-06-24 Jayachandran C.arm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
2019-06-23 Alan Coxpmap_enter_quick_locked() never replaces a valid mappin...
2019-06-22 Alan CoxIntroduce pmap_remove_l3_range() and use it in two...
2019-06-21 Conrad Meyersys: Remove DEV_RANDOM device option
2019-06-19 Alan CoxCorrect an error in r349122. pmap_unwire() should...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-17 Alan CoxEliminate a redundant call to pmap_invalidate_page...
2019-06-16 Alan CoxThree changes to arm64's pmap_unwire():
2019-06-16 Alan CoxThree enhancements to arm64's pmap_protect():
2019-06-15 Alan CoxPreviously, when pmap_remove_pages() destroyed a dirty...
2019-06-15 Julian ElischerLightly hide the 'var' inside the macros to read the...
2019-06-14 Alan CoxBatch the TLB invalidations that are performed by pmap_...
2019-06-14 Alan CoxChange the arm64 pmap so that updates to the global...
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Alan CoxChange pmap_demote_l2_locked() so that it removes the...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-10 Bjoern A. ZeebA bit of code hygiene (no functional changes).
2019-06-10 Luiz Otavio O SouzaAdd the GPIO driver for the North/South bridge in Marve...
2019-06-09 Alan CoxImplement an alternative solution to the amd64 and...
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Tycho Nightingalevery large dma mappings can cause integer overflow
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-05-30 Brooks Davismakesyscalls.sh: always use absolute path for syscalls...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-30 Jayachandran C.arm64 gicv3_its: Fix a typo
2019-05-30 Jayachandran C.gicv3_its: do LPI init only once per CPU
2019-05-30 Jayachandran C.gicv3_its: refactor LPI init into a new function
2019-05-30 Jayachandran C.gic_v3: consolidate per-cpu redistributor information
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-26 Jayachandran C.arm64 nexus: remove incorrect warning
2019-05-21 Conrad MeyerInclude ktr.h in more compilation units
2019-05-20 Martin MatuskaMFV r347989:
2019-05-20 Conrad MeyerExtract eventfilter declarations to sys/_eventfilter.h
2019-05-17 Doug MooreImplement the ffs and fls functions, and their longer...
2019-05-16 Konstantin BelousovRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
2019-05-16 Tycho NightingaleAllow loading the same DMA address multiple times witho...
2019-05-16 Justin Hibbitsarm64: Add the rename interpreter path for compat32...
2019-05-16 Konstantin Belousovarm64: bzero buffer for ucontext in freebsd32_swapconte...
2019-05-13 Dmitry ChaginLinuxulator depends on a fundamental kernel settings...
2019-05-10 Emmanuel Vadotarm64: rockchip: Don't always put PLL to normal mode
2019-05-09 Jung-uk KimMFV: r347413
2019-05-09 Andrew GallatinRemove IPSEC from GENERIC due to performance issues
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-08 Emmanuel VadotAdd support for USB 3.0 XHCI via ACPI
2019-05-08 Kyle Evanstun/tap: merge and rename to `tuntap`
2019-05-07 Ed Mastemake sysent after r347228
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-06 Ed MasteReformat arm64 linux syscalls.master per current style
2019-05-05 Cy SchubertMFV r347136:
2019-05-04 Konstantin Belousovarm64: Properly restore PAN when done with userspace...
2019-05-04 Ganbold TsagaankhuuAdd emmc clock definitions for Rockchip RK3399 SoC.
2019-05-03 Dmitry ChaginIn order to reduce duplication between MD parts of...
2019-05-02 Conrad MeyerAdd a COMPAT_FREEBSD12 kernel option.
2019-05-02 Emmanuel Vadotarm64: Add support for NanoPI NEO2
2019-05-01 Andrew TurnerRestore x18 in efi_arch_leave.
2019-05-01 Ganbold TsagaankhuuAdd a hw.model sysctl oid for arm64 which reports the...
2019-04-23 Cy SchubertMFV r346563:
2019-04-20 Cy SchubertMFV r346450:
2019-04-20 Ganbold TsagaankhuuAdd SY8106A Buck Regulator and Allwinner CIR devices...
next