]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
powerpc64: Add OPAL definitions
[FreeBSD/FreeBSD.git] / sys /
2018-05-19 Justin Hibbitspowerpc64: Add OPAL definitions
2018-05-19 Matt Macyremove unused locked variable in lockmgr_unlock_fast_path
2018-05-19 Matt Macysignotify: don't create a stack local that isn't used...
2018-05-19 Matt Macysysv_msg initialize saved_msgsz
2018-05-19 Matt Macyremove unused variable
2018-05-19 Matt Macyfix uninitialized variable warning in reader locks
2018-05-19 Matt Macyadd DBGSET macro to conditionally assign to a variable...
2018-05-19 Matt Macyfix uninitialized variable warning
2018-05-19 Matt Macysys_process.c fix set but not used warning
2018-05-19 Matt Macysubr_epoch.c fix unused variable warnings
2018-05-19 Justin HibbitsFix a manual copy from the original diff for r333825
2018-05-19 Justin HibbitsAdd yet another option for gathering available memory
2018-05-19 Justin HibbitsAdd some Hypervisor interrupt definitions
2018-05-19 Matt Macypidctrl Actually use the variables that we assign to...
2018-05-19 Matt Macyfix gcc8 unused variable and set but not used variable...
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-19 Matt MacySilence non-actionable warnings in vendor code
2018-05-18 Matt MacyAnnotate td_pre_epoch_prio in struct thread
2018-05-18 Mateusz Guziklockmgr: avoid atomic on unlock in the slow path
2018-05-18 Edward Tomasz Napi... Stop claiming the device-side USB serial interfaces...
2018-05-18 Matt Macyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 John BaldwinBe more robust against garbage input on a TOE TLS TX...
2018-05-18 Matt Macyepoch(9): allocate net epochs earlier in boot
2018-05-18 Matt Macyepoch(9): assert that epoch is allocated post-configure
2018-05-18 Matt Macyepoch: move epoch variables to read mostly section
2018-05-18 Ed MasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-18 Ed Masteamd64 GENERIC: correct whitespace on smartpqi entry
2018-05-18 Matt Macyepoch(9): Make epochs non-preemptible by default
2018-05-18 Sean BrunoQuiesce a couple pages of clang warnings with a cast...
2018-05-18 Ed Mastemuge(4): style and comment cleanup
2018-05-18 Mark JohnstonDon't increment addl_page_shortage for wired pages.
2018-05-18 Ed Mastemuge(4): sync register names with Microchip's lan7800.h
2018-05-18 Sean Brunobnxt(4)
2018-05-18 Olivier HouchardInstead of ignoring the VFP registers, set the dumppcb...
2018-05-18 Andrew TurnerEnable the Qualcomm MSM UART driver. This is needed...
2018-05-18 Mateusz Guzikamd64: tweak the read_frequently section
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-18 Navdeep Parharcxgbe(4): Implement ifnet callbacks that deal with...
2018-05-18 Matt Macynetmap: pull fix for 32-bit support from upstream
2018-05-18 Ed Mastevt: add more cp437 mappings for vga textmode
2018-05-18 Matt Macyepoch: actually allocate the counters we've assigned...
2018-05-18 Matt Macyepoch: add non-preemptible "critical" variant
2018-05-17 Brooks DavisUse strsep() to parse init_path in start_init().
2018-05-17 Olivier HouchardIn pmap_get_tables(), check that the L2 is indeed a...
2018-05-17 Olivier HouchardIn vfp_save_state(), don't bother trying to save the...
2018-05-17 Matt Macyepoch: skip poll function call in hardclock unless...
2018-05-17 Rick MacklemAdd a missing nfsrv_freesession() call for an unlikely...
2018-05-17 Matt Macypowerpc: fix LINT build
2018-05-17 Matt Macyepoch(9): schedule pcpu callback task in hardclock...
2018-05-17 Edward Tomasz Napi... Add a "multifunction" device side USB template, which...
2018-05-17 Matt Macyepoch(9): eliminate the need to wait when polling for...
2018-05-17 Matt Macyepoch(9): fix potential deadlock
2018-05-17 Matt Macyepoch(9): missed add from r333755
2018-05-17 Matt Macyepoch(9): restore thread priority on exit if it was...
2018-05-17 Matt Macyck: add support for executing callbacks outside of...
2018-05-17 Matt MacyAF_UNIX: make unix socket locking finer grained
2018-05-17 Andreas ToblerFix build if USB_DEBUG is defined.
2018-05-17 Edward Tomasz Napi... Fix off-by-one in usb_decode_str_desc(). Previously...
2018-05-17 Sean BrunoRetire vxge(4).
2018-05-17 Emmanuel Vadotaw_spi: Fix some silly clock mistake
2018-05-17 Ed MasteAdd driver for Microchip LAN78xx USB3-GigE controller
2018-05-17 Emmanuel Vadotalwinner: Add missing files in r333708
2018-05-17 Emmanuel Vadotallwinner: Add h3 spi driver
2018-05-17 Andriy Gaponfix a problem with bad performance after wakeup caused...
2018-05-17 Emmanuel Vadotmx25l: Add mx25l1606e
2018-05-17 Navdeep Parharcxgbe(4): Fix s->neq miscalculation in r333698.
2018-05-17 Mark JohnstonFix a race in vm_page_pagequeue_lockptr().
2018-05-17 Mark JohnstonFix netdump configuration when VIMAGE is enabled.
2018-05-17 Matt MacyFix powerpc64 LINT
2018-05-17 Matt MacyFix i386 build
2018-05-17 Lawrence StewartPlug a memory leak and potential NULL-pointer dereferen...
2018-05-17 Navdeep Parharcxgbe(4): Allocate offload Tx queues when a card has...
2018-05-17 Matt Macyepoch(9): make recursion lighter weight
2018-05-17 Navdeep Parharcxgbe(4): Add NIC_ETHOFLD to the NIC capabilities allow...
2018-05-17 Matt Macyepoch(9): Guarantee forward progress on busy sections
2018-05-16 Kirk McKusickFix warning found by Coverity.
2018-05-16 Kirk McKusickRevert change made in base r171522
2018-05-16 Matt Macyhwpmc: Implement per-thread counters for PMC sampling
2018-05-16 Matt MacyFix !netmap build post r333686
2018-05-16 Stephen HurdWork around lack of TX IRQs in iflib for netmap
2018-05-16 Conrad Meyerteken: Unbreak syscons' use of teken
2018-05-16 Navdeep Parharcxgbe(4): Fall back to a failsafe configuration built...
2018-05-16 John BaldwinInclude kernel modules for MALTA kernels.
2018-05-16 John BaldwinExport a breakpoint() function to userland for riscv.
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-16 Ed MasteClean up vt source whitespace issues
2018-05-16 Jean-Sébastien Pédronvt(4): Resume vt_timer() in vtterm_post_input() only
2018-05-16 Jean-Sébastien Pédronteken, vt(4): New callbacks to lock the terminal once
2018-05-16 Andriy Gaponfollowup to r332730/r332752: set kdb_why to "trap"...
2018-05-16 Ed MasteAttempt to fix build by removing EOF backslash-newline
2018-05-15 Andrew GallatinUnhook DEBUG_BUFRING from INVARIANTS
2018-05-15 Navdeep Parharcxgbe(4): Add support for two more flash parts.
2018-05-15 Warner LoshHold the reference count until the CCB is released
2018-05-15 Navdeep Parharcxgbe(4): Claim some more T5 and T6 boards.
2018-05-15 Warner LoshHold the reference count until the CCB is released
2018-05-15 Marius Strobl- If present, take advantage of the R/W cache of eMMC...
2018-05-15 Marius StroblRestore style(9) conformance after r320844 (actually...
2018-05-15 Rick MacklemEnd grace for the NFSv4 server if all mounts do Reclaim...
2018-05-15 Brooks DavisUnwrap a line that no longer requires wrapping.
2018-05-15 Brooks DavisRemove stray tabs from in_lltable_dump_entry().
next