]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Enable eager FPU context switch by default on i386 too, based on
[FreeBSD/FreeBSD.git] / sys /
2018-06-13 Konstantin BelousovEnable eager FPU context switch by default on i386...
2018-06-13 Warner LoshAdd PNP info to PCI attachment of ae driver
2018-06-13 Warner LoshAdd PNP info to PCI attachments of age driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of amr driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of ale driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of bwi driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of bwn driver
2018-06-13 Warner LoshAdd PNP info to PCI attachment of an driver
2018-06-13 Warner LoshAdd PNP info to the PCI attachment of the ahci driver
2018-06-13 Warner LoshAdd PNP info to the PCI attachment of the aacraid driver.
2018-06-13 Warner LoshAdd PNP info to the PCI attachment of the ncr driver.
2018-06-13 Ryan Libbyi386: copyin/copyout error is EFAULT
2018-06-13 Konstantin BelousovEnable eager FPU context switch by default on amd64.
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-13 Warner LoshImplement a 'car limit' for bioq.
2018-06-13 Andrew TurnerAdd ThunderX2 to the list of CPUs we need to apply...
2018-06-13 Andrew TurnerSwitch to the SMCCC function for branch predictor harde...
2018-06-13 Andrew TurnerAdd the SMCCC return codes from ARM DEN 0070A.
2018-06-13 Andrew TurnerAdd support for the ARM SMC Calling Convention (SMCCC...
2018-06-13 Andrew TurnerMove psci_call to a header file so we can use it in...
2018-06-13 Alan Somersaudit(4): fix the definition of ARG_TERMID_ADDR
2018-06-13 Bruce EvansOops, r335053 had an old version of the comment about...
2018-06-13 Andrew TurnerAdd a handler for the PSCI_FEATURES function. This...
2018-06-13 Andrew TurnerFind and cache the PSCI version on driver attach.
2018-06-13 Andrew TurnerAdd the PSCI_FEATURES function ID. This is found in...
2018-06-13 Bruce EvansFix the encoding of major and minor numbers in 64-bit...
2018-06-13 Andrew TurnerRename the ThunderX CPU identification macros to includ...
2018-06-13 Andrew TurnerAdd more Cavium CPU part numbers.
2018-06-13 Andrey V. ElsukovRework if_gre(4) to use encap_lookup_t method to speedu...
2018-06-13 Ruslan BukinDon't jump to VA space until kernel is ready.
2018-06-13 Bruce EvansFix some bugs found while fixing the representation...
2018-06-13 Dimitry AndricFix build of liquidio with base gcc on i386
2018-06-13 Marcelo AraujoAdd SPDX tags to vmm(4).
2018-06-13 Matt MacyHandle INP_FREED when looking up an inpcb
2018-06-12 Randall StewartThis fixes missing VNET sets in the hpts system. Basically
2018-06-12 Matt MacyDefer inpcbport free in in_pcbremlists as well
2018-06-12 Jung-uk KimFix number of auxargs entries to copy out for 32-bit...
2018-06-12 Rick MacklemVersion bump since r334930 changed the interface betwee...
2018-06-12 Matt MacyDefer inpcbport free until after a grace period has...
2018-06-12 Matt Macymechanical CK macro conversion of inpcbinfo lists
2018-06-12 Matt MacyDefer inpcb deletion until after a grace period has...
2018-06-12 Emmanuel Vadotsimplebus pnp: Do not generate pnp info is the bus...
2018-06-12 Breno Leitaopowerpc64/powernv: Avoid type promotion
2018-06-12 Rick MacklemMerge the pNFS server code from projects/pnfs-planb...
2018-06-12 Ruslan BukinInclude VirtIO devices to the GENERIC configuration...
2018-06-12 Ruslan Bukino Add driver for PLIC (Platform-Level Interrupt Control...
2018-06-12 Ruslan BukinAdd simplebus-like RISC-V SoC bus.
2018-06-12 Ruslan BukinRelease secondary cores from WFI (wait for interrupt...
2018-06-12 Ruslan BukinAlign virtual addressing entries.
2018-06-12 Andrew TurnerRework PSCI so it only searches for the call function...
2018-06-12 Ed Mastelinux64: use linux output target for linux_vdso.so
2018-06-12 Diane BruceAdd a driver for the BCM2835 Mini-UART as seen on the...
2018-06-12 Emmanuel Vadotarm64: rockchip: Correctly set armclk
2018-06-12 Konstantin BelousovAll exceptions IDT descriptors must use interrupt gates...
2018-06-12 Konstantin BelousovFix typo.
2018-06-12 Hans Petter SelaskyImplement the ip_eth_mc_map() function in the LinuxKPI.
2018-06-12 Navdeep Parharcxgbe(4): Remove homemade version of htobe32 from the...
2018-06-11 Jonathan T. LooneyFix a memory leak for the BIOCSETWF ioctl on kernels...
2018-06-11 Ed Masteif_muge: retire lan78xx_eeprom_read
2018-06-11 Rick MacklemAdd a couple of safety belt checks to the NFSv4.1 clien...
2018-06-11 Ed Mastemakesyscalls: simplify capenabled pipeline
2018-06-11 Ed Masteif_muge: add LAN7850 support
2018-06-11 Matt Macylimit change to fixing controlp handling pending review
2018-06-11 Matt Macysoreceive_stream: correctly handle edge cases
2018-06-11 Mark JohnstonUse the cached curthread reference in pmc_process_inter...
2018-06-11 Hans Petter SelaskyImplement the kstrtobool() and kstrtobool_from_user...
2018-06-11 Hans Petter SelaskyImplement the user_access_begin(), user_access_end...
2018-06-11 Konstantin BelousovFix braino in r334799. Maxmem is in pages.
2018-06-11 Jonathan T. LooneyChange RACK dependency on TCPHPTS from a build-time...
2018-06-11 Dimitry AndricFix build of bxe with base gcc on i386
2018-06-11 Dimitry AndricDisable building aesni with base gcc
2018-06-11 Dimitry AndricFix build of i915kms with base gcc
2018-06-11 Dimitry AndricFix build of ocs_fs with base gcc on i386
2018-06-11 Eitan Adlerusbdevs: sort my prior commit
2018-06-11 Eitan Adlerusbdevs: adding vendor
2018-06-10 Andrew TurnerRemove the psci option from arm64. It is now a standard...
2018-06-10 Eitan AdlerRevert r334929
2018-06-10 Rick MacklemAdd checks for the Flexible File layout to LayoutRecall...
2018-06-10 Eitan Adlerinclude: remove sys/capability.h
2018-06-10 Andrew TurnerClean up handling of unexpected exceptions. Previously...
2018-06-10 Bruce EvansUntangle configuration ifdefs a little. On x86, msi...
2018-06-10 Bruce EvansFix panics in potentially all x86bios calls on i386...
2018-06-10 Vladimir KondratyevDrop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.
2018-06-09 Rick MacklemDelete some macros that are unused.
2018-06-09 Rick MacklemDelete an unused macro and clean up a comment about it.
2018-06-09 Mark JohnstonBump __FreeBSD_version after r334881 and force libdwarf...
2018-06-09 Mark JohnstonTell the compiler that rdtscp clobbers %ecx.
2018-06-09 Andrew TurnerIn the ThunderX BGX network driver we were skipping...
2018-06-09 Kristof Provostpf: Fix deadlock with route-to
2018-06-09 Andrey V. ElsukovExplicitly change the link state when we assingn an...
2018-06-08 Mateusz Guzikcounter: add a bit missed in r334858
2018-06-08 Stephen HurdRemove tx task spinning added in r333686
2018-06-08 Mateusz Guzikuma: implement provisional api for per-cpu zones
2018-06-08 Matt Macyhwpmc: remove dangling references to hwpmc_xscale
2018-06-08 Tycho NightingaleDon't bother looking for non-executable pages when...
2018-06-08 Matt MacyAF_UNIX: bring uipc_ready in compliance with new lockin...
2018-06-08 Jonathan T. LooneyAdd a socket destructor callback. This allows kernel...
2018-06-08 Matt Macyhwpmc: yet another missed fixup
2018-06-08 Konstantin BelousovRestore release semantic for the old thread unlock...
2018-06-08 Matt Macyhwpmc: remove hwpmc_xscale.c from corresponding arm...
next