]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/subr_intr.c
Fix missing pfctl(8) tunable.
[FreeBSD/FreeBSD.git] / sys / kern / subr_intr.c
2018-03-15 kevansMFC r317055,r317056 (glebius): Include sys/vmmeter...
2017-09-11 ianMFC r322580:
2016-11-06 gonzoMFC r306899, r307059, r307151
2016-11-05 mmelMFC r304459,r305527:
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-07 skraRemove temporary solution for storing interrupt mapping...
2016-06-07 mmelINTRNG: As follow up of r301451, implement mapping...
2016-06-05 skraINTRNG - change the way how an interrupt mapping data...
2016-06-05 skra(1) Add a new bus method to get a mapping data for...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 andrewAdd an interface to handle interrupt controllers that...
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-24 andrewLimit calling pmc_hook to when the interrupt comes...
2016-05-23 andrewAdd the needed hwpmc hooks to subr_intr.c. This is...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-18 andrewReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-16 andrewIntroduce MSI and MSI-X support to intrng. This adds...
2016-05-12 mmMFV r299425:
2016-05-09 andrewCheck malloc succeeded in pic_create, with M_NOWAIT...
2016-05-06 skraSet correct size to the size member of struct intr_map_...
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 skraINTRNG - redefine struct intr_map_data to avoid headers...
2016-05-05 skraRemove superfluous check. The pic_dev member of struct pic
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-29 pfgsys/kern: spelling fixes in comments.
2016-04-28 mmelINTRNG: Define 'INTR_IRQ_INVALID' constant and use...
2016-04-28 mmelGPIO: Add support for gpio pin interrupts.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-15 philImport to 0.6.1
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
2016-04-07 skraFix intr_irq_shuffle(). After r297539, ISRCs doing...
2016-04-07 skraImplement intr_isrc_init_on_cpu() and use it to replace...
2016-04-06 skraFix PIC lookup by device and xref. There was not taken...
2016-04-04 gjbMFH
2016-04-04 andrewInclude sys/rman.h directly rather than relying on...
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-03-24 skraGeneralize IPI support for ARM intrng and use it for...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 gjbMFH
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 skraRemove an alternative way for dealing with root interru...
2016-03-01 skraMark other parts of interrupt framework as INTR_SOLO...
2016-02-27 skraMove IPI related parts back to (ARM) machine specific...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-15 gjbMFH
2016-02-15 andrewRemove an unused FDT header, fdt_common.h should only...
2016-02-15 adrianAllow MIPS INTRNG code to be built without FDT support.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 gjbMFH r289384-r293170
2016-01-04 emasteMerge LLDB 3.8
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-19 ngieMFhead @ r292474
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-18 adrian[intrng] Migrate the intrng code from sys/arm/arm to...