]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
malloc: move malloc_type_internal into malloc_type
[FreeBSD/FreeBSD.git] / sys /
2020-11-06 Mateusz Guzikmalloc: move malloc_type_internal into malloc_type
2020-11-06 Toomas Soomeefifb: vt_generate_cons_palette() takes max color,...
2020-11-06 Edward Tomasz Napi... Make powerpc use MAXARGS (defined as 8) instead of...
2020-11-06 Edward Tomasz Napi... Remove 'struct trapframe' pointer from mips64's 'struct...
2020-11-06 Navdeep Parharcxgbe(4): Update firmwares to 1.25.0.40.
2020-11-06 Leandro LuporiFix powerpc and LINT builds
2020-11-06 John BaldwinUse void * in place of caddr_t.
2020-11-06 John BaldwinGroup session management routines together before first...
2020-11-06 Mark JohnstonAdd firmware modules for qat(4), take two
2020-11-06 Leandro LuporiImplement superpages for PowerPC64 (HPT)
2020-11-06 Alfredo Dal'Ava... [POWERPC] Floating-Point Exception trap support
2020-11-06 John BaldwinMove cryptof_ioctl() below the routines it calls.
2020-11-06 John BaldwinSplit logic to create new sessions into a separate...
2020-11-05 John BaldwinMove cryptodev_cb earlier before it is used.
2020-11-05 John BaldwinCheck cipher key lengths during probesession.
2020-11-05 John BaldwinStyle fixes for function prototypes and definitions.
2020-11-05 John BaldwinDon't modify the destination pointer in ioctl requests.
2020-11-05 Mateusz Guziknvme: change namei_request_zone into a malloc type
2020-11-05 Konstantin BelousovSuspend all writeable local filesystems on power suspend.
2020-11-05 Leandro LuporiFix powerpc and powerpcspe builds
2020-11-05 Conrad Meyerlinux(4): Deduplicate unimpl/dummy syscall handlers
2020-11-05 Edward Tomasz Napi... Remove the 'nap' field from ARM's 'struct syscall_args...
2020-11-05 Leandro Lupori[PowerPC] hwpmc: add support for POWER8/9 PMCs
2020-11-05 Mateusz Guzikmalloc: add a helper returning size allocated for given...
2020-11-05 Mark JohnstonAdd firmware modules for qat(4)
2020-11-05 Mark JohnstonAdd qat(4)
2020-11-05 Mateusz GuzikRationalize per-cpu zones.
2020-11-05 Leandro Lupori[PowerPC] Make PPC 970 PMC SPRs the standard ones
2020-11-05 Mateusz Guzikpoll/select: change selfd_zone into a malloc type
2020-11-05 Mateusz Guzikvfs: change nt_zone into a malloc type
2020-11-05 Mateusz Guziktmpfs: reorder struct tmpfs_node to shrink it by 8...
2020-11-05 Andrew TurnerStop trying to bounce in memory allocated by bus dma
2020-11-05 Conrad MeyerAdd sbuf streaming mode to pseudofs(9), use in linprocfs(5)
2020-11-05 Kyle Evansimgact_binmisc: fix up some minor nits
2020-11-05 Mateusz Guzikzfs: lz4: add optional kmem_alloc support
2020-11-05 Mateusz Guzikfd: make all f_count uses go through refcount_*
2020-11-05 Mateusz Guzikfd: hide _fdrop 0 count check behind INVARIANTS
2020-11-05 Mitchell Horneriscv: set kernel_pmap hart mask more precisely
2020-11-04 Justin HibbitsFix UMA alignment for COP2 context structure.
2020-11-04 Mateusz Guzikpipe: whitespace nit in previous
2020-11-04 Mateusz Guzikpipe: fix POLLHUP handling if no events were specified
2020-11-04 Vladimir Kondratyevatkbdc(4): Add quirk for "System76 lemur Pro" laptops.
2020-11-04 Edward Tomasz Napi... Unbreak buildworld after r367339.
2020-11-04 Mateusz GuzikBump __FreeBSD_version after rms changes
2020-11-04 Mateusz Guzikzfs: use rms lock for teardown handling
2020-11-04 Mateusz Guzikzfs: macroify teardown handling
2020-11-04 Mateusz Guzikzfs: rename teardown inactive macros to mimick rrm...
2020-11-04 Mateusz Guzikzfs: add branch prediction to ZFS_ENTER and ZFS_VERIFY_...
2020-11-04 Mateusz Guzikzfs: even up assert
2020-11-04 Mateusz Guzikrms: fixup concurrent writer handling and add more...
2020-11-04 Emmanuel Vadotdtb/rockchip: Add rockpi-4 to the build
2020-11-04 Edward Tomasz Napi... Add linux_to_bsd_errtbl[], mapping Linux errnos to...
2020-11-04 Emmanuel VadotPlug minor memory leak in dwc3 USB2/USB3 controller.
2020-11-04 Mark Johnstonamd64: Make it easier to configure exception stack...
2020-11-04 Mark Johnstonvmspace: Convert to refcount(9)
2020-11-04 Mark Johnstonrefcount(9): Add refcount_release_if_last() and refcoun...
2020-11-04 Bjoern A. Zeebarm64: implement bs_sr_<N>
2020-11-04 Bjoern A. Zeebnet80211: fix a typo
2020-11-04 Andrew TurnerAdd the pmap.h changes missed in r367320
2020-11-04 Mateusz PiotrowskiFix a typo
2020-11-04 Andrew TurnerAllow the creation of 3 level page tables on arm64
2020-11-03 John BaldwinReplace some K&R function definitions with ANSI C.
2020-11-03 John BaldwinConsistently use C99 fixed-width types in the in-kernel...
2020-11-03 Ilya BakulinAlways return MMC errors from mmc_handle_reply()
2020-11-03 Conrad Meyerlinux(4): Improve netlink diagnostics
2020-11-03 Brooks Davissysvshm: pass relevant uap members as arguments
2020-11-03 Edward Tomasz Napi... Make linux_errtbl[] static.
2020-11-03 Edward Tomasz Napi... Fix rookie mistake - it's nitems(), not sizeof().
2020-11-03 Konstantin Belousovif_media.c SIOCGMEDIAX handler: improve loop
2020-11-03 Conrad Meyerlinux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE
2020-11-03 Conrad Meyerlinux(4): Emulate Linux SOL_SOCKET:SO_PASSCRED
2020-11-03 Conrad Meyerunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-03 Conrad Meyerlinux(4): style: Eliminate dead 'break' after 'return'
2020-11-02 Ruslan BukinAdd routines for ARM System MMU (SMMU) pmap management.
2020-11-02 Alan CoxTidy up the #includes. Recent changes, such as the...
2020-11-02 Conrad Meyerlinux(4): Quiesce unrecognized ioctl warning for F2FS...
2020-11-02 Conrad Meyerlinux(4): Deduplicate ioctl range construction with...
2020-11-02 Mateusz Guzikzfs: zstd: short-circuit cleaning buffers if none exist
2020-11-02 Mateusz Guzikmalloc: prefix zones with malloc-
2020-11-02 Mateusz Guzikmalloc: export kernel zones instead of relying on them...
2020-11-02 Hans Petter SelaskyFix for referencing file via its vnode in ibore.
2020-11-02 Michal MelounImprove loading of multipage aligned buffers.
2020-11-02 Conrad Meyerlinux(4): Disambiguate identical ioctl errors in distin...
2020-11-02 Alexander MotinAdd icc (Isochronous Command Completion) ccb_ataio...
2020-11-01 Konstantin Belousovnet/if_media.c: improve IFMEDIA_DEBUG output.
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: simplify cleanup loop in...
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: some style.
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: switch to ANSI C function...
2020-10-31 Stefan EßerMake sysctl user.local a tunable that can be written...
2020-10-31 Vladimir Kondratyevacpi_dock(4): Add ACPI_PNP_INFO
2020-10-31 Vladimir Kondratyevacpi_wmi(4): Add ACPI_PNP_INFO
2020-10-31 Vladimir KondratyevAdd plug and play information macroses for ACPI and...
2020-10-31 Hans Petter SelaskyImplement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).
2020-10-31 Brandon BergrenFix 32-bit build after r367229.
2020-10-31 Vladimir Kondratyevacpi_video(4): Put display device in to D3 state on...
2020-10-31 Vladimir Kondratyevacpi_video(4): Add evdev support for reporting of video...
2020-10-31 Vladimir Kondratyevacpi(9): Add EVENTHANDLERs for video and AC adapter...
2020-10-31 Vladimir Kondratyevacpi: Tweak _DSM method evaluation helpers.
2020-10-31 Vladimir Kondratyevig4(4): Add PCI IDs for Intel Comit Lake I2C controllers.
2020-10-31 Mateusz Guzikzfs: zstd: track allocator statistics
next