]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add compact scraptchpad protocol for ntb_transport(4).
[FreeBSD/FreeBSD.git] / sys /
2019-11-10 Alexander MotinAdd compact scraptchpad protocol for ntb_transport(4).
2019-11-10 Alexander MotinAllow splitting PLX NTB BAR2 into several memory windows.
2019-11-10 Kyle Evansbcm2835_sdhci: don't panic in DMA interrupt if curcmd...
2019-11-10 Kyle EvansRevert premature part of r354577
2019-11-10 Kyle Evansarm64: add SOC_BRCM_BCM2838, build it in GENERIC
2019-11-10 Rick MacklemUpdate copy_file_range(2) to be Linux5 compatible.
2019-11-09 Emmanuel Vadotgeneric_ehci_fdt: Fix compile when EXT_RESOURCES isn...
2019-11-09 Edward Tomasz Napi... Add GEOM attribute to report physical device name,...
2019-11-09 Doug MooreFor vm_map, #defining DIAGNOSTIC to turn on full assert...
2019-11-08 Rick MacklemUpdate copy_file_range(2) to be Linux5 compatible.
2019-11-08 Kyle Evansbcm2835: commit missing constant from r354560
2019-11-08 Mark JohnstonAdd new iwm(4) files to sys/conf/files.
2019-11-08 Kyle Evansbcm2835_sdhci: remove unused power_id field
2019-11-08 Kyle Evansbcm2835_sdhci: add some very basic support for rpi4
2019-11-08 Michal MelounRemove explicit declaration of rk_clk_fract_set_freq...
2019-11-08 Michal MelounTidy up Rockchip composite clock.
2019-11-08 Michal MelounEnhance Rockchip clocks implementation.
2019-11-08 Michal MelounCleanup Rockchip clocks implementation.
2019-11-08 Michal MelounImplement support for (soft)linked clocks.
2019-11-08 Eric van Gyzenvmm: pass M_WAITOK to uma_zalloc when allocating FPU...
2019-11-08 Ed Mastekvm: fix types for cross-debugging
2019-11-08 Bjoern A. Zeebfrag6: properly handle atomic fragments according to...
2019-11-08 Ed Mastearm linuxulator: reformat syscalls.master per current...
2019-11-08 Ed Mastearm linuxulator: add syscalls definition
2019-11-08 Justin Hibbitspowerpc/booke: Only handle kernel page faults in KVA...
2019-11-08 Justin Hibbitspowerpc/booke: Make the TLB save area and mask match
2019-11-08 Justin Hibbitspowerpc/mpc85xx: Add MSI support for Freescale PowerPC...
2019-11-08 Kyle Evansbcm2835_dma: Mark IRQs shareable
2019-11-08 Navdeep Parharcxgbe(4): Query Vdd from the firmware if its last known...
2019-11-07 Mark Johnstoniwm: Sync device initialization and reset code with...
2019-11-07 Mark Johnstoniwm: Implement support for scans with "adaptive" dwell...
2019-11-07 Mark Johnstoniwm: Use the default station for all transmits.
2019-11-07 Mark Johnstoniwm: Set flag for pad bytes in offload_assist.
2019-11-07 Mark Johnstoniwm: Use antenna B for TX on 9000-series chips.
2019-11-07 Mark Johnstoniwm: Update the station add command for the new RX...
2019-11-07 Mark Johnstoniwm: Sync with iwm_run_init_mvm_ucode() with iwlwifi.
2019-11-07 Mark Johnstoniwm: Fix scheduler configuration for aux and cmd queue...
2019-11-07 Mark Johnstoniwm: Implement the new receive path.
2019-11-07 Mark Johnstoniwm: Enable all 31 tx queues.
2019-11-07 Mark Johnstoniwm: Explicitly enable MSI on newer chipsets.
2019-11-07 Mark Johnstoniwm: Define the mqrx_supported capability.
2019-11-07 Mark Johnstoniwm: Add device configuration definitions for 9000...
2019-11-07 Mark Johnstoniwm: Sync the firmware tx_cmd descriptor fields with...
2019-11-07 Mark Johnstoniwm: Use the same delays as iwlwifi when resetting...
2019-11-07 Mark Johnstoniwm: Add a device family definition for 9000 chips.
2019-11-07 Mark Johnstoniwm: Add 9000-series RX register definitions.
2019-11-07 Mark Johnstoniwm: Add a few _prph functions needed for 9000-series...
2019-11-07 Mark Johnstoniwm: Sync the TLV API enum with iwlwifi.
2019-11-07 Mark Johnstoniwm: Define a name for TLV 48.
2019-11-07 Mark Johnstoniwm: Avoid calling iwm_start() each time a descriptor...
2019-11-07 Mark Johnstoniwm: Call iwm_dev_check() earlier in iwm_attach().
2019-11-07 Mark Johnstoniwm: Simplify fw_has_{api,capa}().
2019-11-07 Mark Johnstoniwm: Remove a couple of unused fields from the softc.
2019-11-07 Mark Johnstoniwm: Fix style in the TX path.
2019-11-07 Gleb SmirnoffRemove now unused INP_INFO_RLOCK macros.
2019-11-07 Andriy Gaponrevert r354482, checking for XENHVM was a wrong way...
2019-11-07 Kyle Evansbcm_lintc: don't attach if "interrupt-controller" is...
2019-11-07 Gleb SmirnoffIn TCP HPTS enter the epoch in tcp_hpts_thread() and...
2019-11-07 Gleb SmirnoffMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTE...
2019-11-07 Gleb SmirnoffSince pfslowtimo() runs in the network epoch, tcp_slowt...
2019-11-07 Gleb SmirnoffNow that there is no R/W lock on PCB list the pcblist...
2019-11-07 Gleb SmirnoffNow that all of the tcp_input() and all its branches...
2019-11-07 Andriy GaponIPI_TRACE is not really supported on xen
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove now unused INP_HASH_RLOCK() macros.
2019-11-07 Gleb SmirnoffNow with epoch synchronized PCB lookup tables we can...
2019-11-07 Gleb SmirnoffAdd INP_UNLOCK() which will do whatever R/W unlock...
2019-11-07 Gleb SmirnoffSince r353292 on input path we are always in network...
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Andrew Gallatinhwpmc : fix AMD perf counter MSR access
2019-11-07 Kyle Evanssys/conf/files.arm64: remove some unnecessary soc_...
2019-11-07 Gleb Smirnoffsysctl_rtsock() has all necessary locking and doesn...
2019-11-07 Bjoern A. Zeebnetinet*: variable cleanup
2019-11-07 Mark JohnstonDrop Giant before sleeping on a busy page.
2019-11-07 Dimitry AndricMerge commit e8316372b from llvm git (by Louis Dionne):
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andrew TurnerAdd more 8 and 16 bit variants of the the atomic(9...
2019-11-07 Andrew TurnerAdd the missing volatile qualifier in atomic_store_ptr
2019-11-07 Gleb SmirnoffWiden network epoch coverage in nd6_prefix_onlink() as
2019-11-07 Ed Mastelinux_renameat2: improve flag checks
2019-11-07 Andrey V. ElsukovEnqueue lladdr_task to update link level address of...
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-07 Gleb SmirnoffTCP timers are executed in callout context, so they...
2019-11-07 Gleb SmirnoffMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTE...
2019-11-07 Gleb SmirnoffMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().
2019-11-07 Brooks DavisFix the alignment of struct xunpcb on systems with...
2019-11-06 Gleb SmirnoffIf vm_pager_get_pages_async() returns an error synchron...
2019-11-06 Bjoern A. Zeebm_pulldown(): Change an if () panic() into a KASSERT().
2019-11-06 Edward Tomasz Napi... Make linux(4) create /dev/shm. Linux applications...
2019-11-06 Ed Mastemgb: Correct spello - recieve -> receive
2019-11-06 Ed MasteIntroduce if_mgb driver for Microchip LAN743x PCIe NIC
2019-11-06 Brooks Davislibstats: Improve ABI assertion.
2019-11-06 Warner LoshRemove obsolete addition of MACHINE_CPUARCH
2019-11-06 Emmanuel Vadotarm64: allwinner: a64: Do not init the video related...
2019-11-06 Mark JohnstonConvert ksyms(4) to use an OBJT_PHYS object.
2019-11-06 Mark JohnstonFix a race in release_page().
next