]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix futexes on i386 after the 4/4G split.
[FreeBSD/FreeBSD.git] / sys /
2018-04-24 Konstantin BelousovFix futexes on i386 after the 4/4G split.
2018-04-24 Andriy Gaponadd a new ACPI suspend debugging knob, debug.acpi.suspe...
2018-04-24 Mateusz Guziklockf: change the owner hash from pid to vnode-based
2018-04-24 John BaldwinRelock PROC_LOCK before one failure case in ptrace_sing...
2018-04-24 John BaldwinReport proper signal codes for SIGTRAP traps on MIPS.
2018-04-24 John BaldwinExpose breakpoint() to userland from <machine/cpufunc...
2018-04-24 Mateusz Guzikdtrace: depessimize dtmalloc when dtrace is active
2018-04-24 Mateusz Guziklockstat: track lockstat just like sdt probes
2018-04-23 Warner LoshMigrate to make_dev_s interface to populate /dev/nvmeX...
2018-04-23 Mateusz Guzikmalloc: stop reading the subzone if MALLOC_DEBUG_MAXZON...
2018-04-23 Brooks DavisFinish removing FDDI and tokenring media support.
2018-04-23 Sean BrunoLoad balance sockets with new SO_REUSEPORT_LB option
2018-04-23 Ed MasteMap FreeBSD EDOOFUS to Linux EINVAL
2018-04-23 John BaldwinImplement 32-bit atomic_fcmpset() in userland for armv4/v5.
2018-04-23 John BaldwinFix some harmless type mismatches in the ARM atomic_cmp...
2018-04-23 Sean Brunohda(4)
2018-04-23 Ruslan BukinEnable ARM PL330 DMA engine and Cadence Quad SPI flash...
2018-04-23 Andrey V. Elsukovicmp6_reflect() sends ICMPv6 message with new IPv6...
2018-04-23 Ruslan BukinAdd driver for Cadence Quad SPI Flash Controller found on
2018-04-23 Mateusz Guziklockf: add per-chain locks to the owner hash
2018-04-23 Mateusz Guziklockf: skip locking the graph if not necessary (common...
2018-04-23 Mateusz Guziklockf: perform wakeup onlly when there is anybody waiting
2018-04-23 Mateusz Guziklockf: skip the hard work in lf_purgelocks if possible
2018-04-23 Mateusz Guziklockf: free state only when recycling the vnode
2018-04-22 Tijl CoosemansMake bufdaemon and bufspacedaemon use kthread_suspend_c...
2018-04-22 Mateusz Guziklockf: slightly depessimize
2018-04-22 Justin HibbitsFix the build post r332859
2018-04-21 Thomas ZanderRemove unused definition bl_dfp; fix build with bktr...
2018-04-21 Jonathan T. LooneyWhen running with INVARIANTS, the kernel contains extra...
2018-04-21 Justin HibbitsExport powerpc CPU features for auxvec
2018-04-21 Justin HibbitsSync powerpc feature flags with Linux
2018-04-21 Conrad Meyerblake2: Disable warnings (not just error) for code...
2018-04-20 Emmanuel Vadotregulator: Check status before disabling
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 Konstantin BelousovRename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and...
2018-04-20 Andriy Gaponcall racct_proc_ucred_changed() under the proc lock
2018-04-20 Rick MacklemFix use of pointer after being set NULL.
2018-04-20 Andrey V. ElsukovAdd dead_bpf_if structure, that should be used as fake...
2018-04-20 Justin Hibbitspowerpc64: Set n_slbs = 32 for POWER9
2018-04-20 Justin Hibbitspowerpc64: Add DSCR support
2018-04-19 Rick MacklemFix OpenDowngrade for NFSv4.1 if a client sets the...
2018-04-19 Nathan WhitehornFix detection of memory overlap with the kernel in...
2018-04-19 Navdeep Parharcxgbe(4): Fix bugs in the handling of COP rules that...
2018-04-19 Konstantin BelousovUse symbolic constant, explaining the operation.
2018-04-19 Warner LoshReword comment to remove awkward constructs, including...
2018-04-19 John BaldwinSimplify the code to allocate stack for auxv, argv...
2018-04-19 Warner LoshIntel drives have an optimal alignment for I/O. While...
2018-04-19 Alexander MotinRelease memory resource on cuda driver attach failure.
2018-04-19 Conrad Meyercryptosoft: Do not exceed crd_len around *crypt_multi
2018-04-19 Randall StewartThese two modules need the tcp_hpts.h file for
2018-04-19 Mark JohnstonInitialize marker pages in vm_page_domain_init().
2018-04-19 Randall StewartThis commit brings in the TCP high precision timer...
2018-04-19 Andriy Gaponset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 Konstantin BelousovAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-18 Konstantin BelousovFix pmap_trm_alloc(M_ZERO).
2018-04-18 Konstantin BelousovFor fatal traps other than pagefaults, print raw fault...
2018-04-18 John BaldwinFix two off-by-one errors when allocating MSI and MSI...
2018-04-18 John BaldwinWorkaround fixed I/O port resources encoded as I/O...
2018-04-18 Andriy Gapondon't check for kdb reentry in trap_fatal(), it's impos...
2018-04-18 Stephen Hurdiflib: Fix queue distribution when there are no threads
2018-04-17 Brooks DavisRemove references to fs_nofault_intr_begin/end.
2018-04-17 Mark JohnstonEnsure that m and skip_m belong to the same object.
2018-04-17 John BaldwinProperly do a deep copy of the ioctls capability array...
2018-04-17 Brooks DavisRemove the unused fuwintr() and suiwintr() functions.
2018-04-17 Brooks DavisRemove unused implementations of copyoutstr().
2018-04-17 Andrew GallatinRestore SIOCGI2C functionality to ixgbe
2018-04-17 Warner LoshAdd PNP info to the PCI attahement of the puc driver.
2018-04-17 Warner LoshAdd PNP info to the bce driver.
2018-04-17 Brooks DavisStop using fuswintr() and suswintr() in the profiler.
2018-04-17 Warner LoshRestore db_radix on parse error, otherwise we'll silent...
2018-04-17 Ram Kishore VegesnaMoved opts-stack.h include before all other includes.
2018-04-16 Alan Somerslio_listio: return EAGAIN instead of EIO when out of...
2018-04-16 Brooks DavisRemove unused badaddr() function.
2018-04-16 Warner LoshUse bool instead of boolean_t here. No reason to use...
2018-04-16 Warner LoshNo need to force md code to define a macro that's the...
2018-04-16 Justin HibbitsUse a resource hint instead of environment variable...
2018-04-16 Alexander Motin9433 Fix ARC hit rate
2018-04-15 Brooks DavisRemove device cm which was removed in r332490.
2018-04-14 Warner LoshMake first a 'bool' instead of a 'boolean_t'.
2018-04-14 Navdeep Parharcxgbe(4): Add support for Connection Offload Policy...
2018-04-14 Konstantin BelousovSet PG_G global mapping bit on the trampoline ptes.
2018-04-14 Eitan Adlersys: remove 'cm' from notes
2018-04-14 Conrad Meyercpufreq: Remove error-prone table terminators in favor...
2018-04-13 Brooks DavisRemove support for the Arcnet protocol.
2018-04-13 Konstantin Belousovi386 4/4G split.
2018-04-13 Brooks DavisFix build on 32-bit systems.
2018-04-13 Tycho NightingaleAdd SDT probes to vmexit on Intel.
2018-04-13 Warner LoshJust assert that the lock is held here, rather than...
2018-04-13 Andrey V. ElsukovAdd check that mbuf had not multicast layer2 address.
2018-04-13 Ruslan BukinConvert atse(4) driver for Altera Triple-Speed Ethernet...
2018-04-13 Ruslan BukinAdd beripic1, msgdma and softdma instances.
2018-04-13 Ruslan BukinAdd driver for Altera SoftDMA® device.
2018-04-13 Ram Kishore VegesnaCheck if STACK is defined before using the stack(9).
2018-04-13 Ruslan BukinAdd driver for Altera modular Scatter-Gather DMA engine...
2018-04-13 Ruslan BukinAdd driver for ARM PrimeCell PL330 DMA engine.
2018-04-13 Ruslan BukinDon't include sys/bus_dma.h directly, use machine/bus...
2018-04-13 Andrey V. ElsukovTo avoid possible deadlock do not acquire JQUEUE_LOCK...
2018-04-12 Andrey V. ElsukovFix integer types mismatch for flags field in nat64stl_...
2018-04-12 Kenneth D. MerryHandle Programmable Early Warning for control commands...
2018-04-12 Andrey V. ElsukovUse cfg->nomatch_verdict as return value from NAT64LSN...
next