]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Only keep anonymous objects on shadow lists. This eliminates locking of
[FreeBSD/FreeBSD.git] / sys /
2019-11-20 Jeff RobersonOnly keep anonymous objects on shadow lists. This...
2019-11-19 Jeff RobersonRemove unnecessary object locking from the vnode pager...
2019-11-19 Jeff RobersonSimplify anonymous memory handling with an OBJ_ANON...
2019-11-19 Kyle Evansbcm2835_sdhci: various refactoring of DMA path
2019-11-19 Vincenzo Maffionenetmap: check if we already ran mmap before we attempt it
2019-11-19 Bjoern A. Zeebin6: move include
2019-11-19 Bjoern A. Zeebnd6: sysctl
2019-11-19 Bjoern A. Zeebnd6: make nd6_timer_ch static
2019-11-19 Bjoern A. Zeebnd6_rtr: re-sort functions
2019-11-19 Alan CoxAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-19 Bjoern A. ZeebReduce the vnet_set module size of ip_mroute to allow...
2019-11-19 Bjoern A. Zeebmld: fix epoch assertion
2019-11-19 David BrightDon't sanitize linker_set
2019-11-19 Andrew TurnerReturn 0 from ptrace_set_pc as it now completes success...
2019-11-19 Andrew TurnerAllow ptrace to set the probram counter on arm64.
2019-11-19 Andrew TurnerFix the definition of bus_space_read_stream_8 on arm64.
2019-11-19 Doug MooreDrop the extra argument from swp_pager_meta_ctl and...
2019-11-19 Andriy Gaponhyperv/storvsc: stash a pointer to hv_storvsc_request...
2019-11-19 Kyle Evansbcm2835_sdhci: formalize DMA tag/segment scaling requir...
2019-11-19 Kyle Evansbcm2835_sdhci: some style cleanup, no functional change
2019-11-19 Kyle Evansbcm2835_sdhci: drop an assert in start_dma_seg
2019-11-19 Alexander MotinAdd ioat_get_domain() to ioat(4) KPI.
2019-11-19 Alexander MotinCall bus_dma_dmar_set_buswide(9) added in r354830.
2019-11-19 Justin Hibbitspowerpc/pmap: Remove an unused error from moea64_pvo_en...
2019-11-19 Justin Hibbitspowerpc/booke pmap: Use the right 'tlbilx' form to...
2019-11-18 Kyle Evanssysent: regenerate after r354835
2019-11-18 Kyle EvansConvert in-tree sysent targets to use new makesyscalls.lua
2019-11-18 Bjoern A. Zeebicmpv6: Fix mbuf change in mld
2019-11-18 Konstantin Belousovbus_dma_dmar_set_buswide(9): KPI to indicate that the...
2019-11-18 Konstantin BelousovAdd x86 msr tweak KPI.
2019-11-18 John BaldwinCheck for errors from copyout() and suword*() in sv_cop...
2019-11-18 Mark JohnstonSet MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configur...
2019-11-18 Kyle Evansbcm2835_sdhci: use a macro for interrupts we handle
2019-11-18 Kyle Evansbcm2835_sdhci: push DATA_END handling out of DMA interr...
2019-11-18 Mark JohnstonGroup per-domain reservation data in the same structure.
2019-11-18 Mark JohnstonWiden the vm_page aflags field to 16 bits.
2019-11-18 Mark JohnstonImplement vm.pmap.kernel_maps for arm64.
2019-11-18 Mark JohnstonLet arm64 pmap_qenter() and pmap_kenter() unconditional...
2019-11-18 David BrightJail and capability mode for shm_rename; add audit...
2019-11-18 Andriy Gaponfix up r354804, add new ZFS file mmp.c to kernel files
2019-11-18 Edward Tomasz Napi... Make linux(4) open(2)/openat(2) return ELOOP instead...
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-18 Li-Wen HsuAlso clean LINT64 kernel configuration for powerpc
2019-11-17 Justin Hibbitspowerpc: Re-add -Wno-redundant-decls to DPAA build...
2019-11-17 Doug MooreAdd a helper function for testing a swap block and...
2019-11-17 Alan CoxAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-17 Konstantin BelousovAdd elf image flag to disable stack gap.
2019-11-17 Konstantin Belousovkern_exec: p_osrel and p_fctl0 were obliterated by...
2019-11-17 Konstantin Belousovamd64 copyout: remove irrelevant comment.
2019-11-17 Kyle EvansAdd makesyscalls.lua, a rewrite of makesyscalls.sh
2019-11-17 Doug MooreThe loop in vm_map_protect that verifies that all trans...
2019-11-17 Justin Hibbitspowerpc: Return SIGILL if DSCR does not exist in m...
2019-11-16 Alan SomersActually hook CAM_IO_STATS up to the build
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-16 Justin Hibbitspowerpcspe: Don't leak kernel registers in SPE dumps
2019-11-16 Justin Hibbitspowerpcspe: Mark asm statement in spe_save_reg_high...
2019-11-16 Michael TuexenAdd boundary and overflow checks to the formulas used...
2019-11-16 Michael TuexenImprove TCP CUBIC specific after idle reaction.
2019-11-16 Michael TuexenImplement a tCP CUBIC-specific after idle reaction.
2019-11-16 Michael TuexenRevert https://svnweb.freebsd.org/changeset/base/354708
2019-11-16 Mitchell HorneRISC-V: busdma_bounce: fix BUS_DMA_ALLOCNOW for non...
2019-11-16 Scott LongTSX Asynchronous Abort mitigation for Intel CVE-2019...
2019-11-16 Bjoern A. Zeebnd6: retire defrouter_select(), use _fib() variant.
2019-11-16 Bjoern A. Zeebnd6_rtr:
2019-11-15 Scott LongCreate a new sysctl subtree, machdep.mitigations. ...
2019-11-15 Bjoern A. Zeebif_llatbl: change htable_unlink_entry() to early exist...
2019-11-15 John BaldwinUse a sv_copyout_auxargs hook in the Linux ELF ABIs.
2019-11-15 Alexander MotinInitialize *comp_update with valid value.
2019-11-15 Alexander MotinCleanup address range checks in ioat(4).
2019-11-15 Bjoern A. ZeebRemove now unused IPv6 macros and update docs.
2019-11-15 Bjoern A. ZeebIP6_EXTHDR_CHECK(): remove the last instances
2019-11-15 Bjoern A. Zeebnetinet*: replace IP6_EXTHDR_GET()
2019-11-15 Bjoern A. Zeebnetinet6: Remove PULLDOWN_TESTs.
2019-11-15 John BaldwinCombine ELF sysvecs for MIPS to reduce code duplication.
2019-11-15 Navdeep Parharcxgbev(4): Catch up with the pciids in the PF driver.
2019-11-15 John BaldwinAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-15 Gleb SmirnoffFix regression from r353841: ctx.rc needs to be initial...
2019-11-15 Edward Tomasz Napi... Support O_CLOEXEC in linux(4) open(2) and openat(2).
2019-11-15 Bjoern A. Zeebnd6: simplify code
2019-11-15 Scott LongRevert a patch that accidentally was committed with...
2019-11-15 Scott LongFix a typo in how the AVX512DQ feature bit is checked.
2019-11-15 Hans Petter SelaskyPrevent potential underflow in ibcore.
2019-11-15 Hans Petter SelaskyCorrect MR length field to be 64-bit in ibcore.
2019-11-15 Bjoern A. Zeebif_llatbl: cleanup
2019-11-15 Justin Hibbitsatomic: Add atomic_cmpset_masked to powerpc and use it
2019-11-15 Mitchell HorneRISC-V: Print SBI info at startup
2019-11-15 Mitchell HorneAdd missing files from r354720
2019-11-15 Mitchell HorneRISC-V: add support for SBI spec v0.2
2019-11-15 Mitchell HorneRISC-V: pass arg6 in sbi_call
2019-11-15 Mitchell Horneplic: support irq distribution
2019-11-15 Mitchell Horneplic: fix context calculation
2019-11-15 Josh PaetzelFix build with GCC
2019-11-14 Josh PaetzelAdd the pvscsi driver to the tree.
2019-11-14 Justin HibbitsBoot arm64 kernel using booti command from U-boot.
2019-11-14 Brandon Bergren[PowerPC64] Fix broken kernel modules due to LLD 9...
2019-11-14 Kyle Evansarm64: busdma_bounce: fix BUS_DMA_ALLOCNOW for non...
2019-11-14 Brooks DavisTidy syscall declerations.
2019-11-14 Ian LeporeCompile in arm/unwind.c if options STACK is in effect...
2019-11-14 Ian LeporeRewrite arm/stack_machdep.c for EABI; add stack(9)...
next