]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
riscv pmap: Add an __unused wrapper for a variable only used under PV_STATS.
[FreeBSD/FreeBSD.git] / sys /
2023-05-25 John Baldwinriscv pmap: Add an __unused wrapper for a variable...
2023-05-25 John Baldwinpowerpc booke: Add an __unused wrapper for a variable...
2023-05-25 Mitchell Horneriscv timer: use stimecmp CSR when available
2023-05-25 Mitchell Horneriscv: S-mode extension parsing
2023-05-25 Alfredo Mazzinghiriscv: Use PMAP_MAPDEV_EARLY_SIZE in locore and pmap_bo...
2023-05-25 Mykola Hohsadzearm64/disassem.c: Add shifted register instruction...
2023-05-25 Mykola Hohsadzearm64/disassem.c: Make output lowercase
2023-05-25 Johannes Totzsuperio: Add device ID for ITE IT8613
2023-05-25 John BaldwinEnable -Wstrict-prototypes by default in the kernel...
2023-05-25 John Baldwinzfs: Fix build on 32-bit platforms after most recent...
2023-05-25 Andrew TurnerAdd brackets around GICv3 redistributor macros
2023-05-24 Eric Joynerice(4): Update to 1.37.11-k
2023-05-24 Przemyslaw Lewandowskiixgbe: Change if condition for RSS and rxcsum
2023-05-24 Kristof Provostif_ovpn: atomic_set -> atomic_store
2023-05-24 Andrew Turnerarm64: Print the spinlock count on panic
2023-05-24 Andrew TurnerPrint registers on an arm64 spinlock data abort
2023-05-24 Andrew TurnerDon't print leading 0's in the arm64 esr
2023-05-24 Andrew Turnerarm64: Remove CNTHCTL_EL2 from arm64.h
2023-05-24 Dag-Erling Smørgravldns: Upgrade to 1.8.3.
2023-05-24 Ed Mastecpuset: increase userland maximum size to 1024
2023-05-24 Randall Stewarttcp: request tracking is not http specific.
2023-05-24 Mitchell Horneofw_cpu: quiet secondary CPU devices
2023-05-24 Mitchell Horneofw_cpu: whitespace cleanup
2023-05-24 Andrew TurnerExport arm64 VFP handling functions
2023-05-24 Andrew TurnerAdd more arm64 special registers
2023-05-24 Zachary Leafarm64 pmap: introduce PHYS_TO_PTE macro
2023-05-24 Zachary Leafarm64 pmap: introduce PTE_TO_PHYS macro
2023-05-24 Bjoern A. ZeebLinuxKPI: add utsname for init_utsname() with release
2023-05-24 Bjoern A. ZeebLinuxKPI: uuid: add guid_gen() and guid_copy()
2023-05-24 Mark Johnstonvmm: Avoid embedding cpuset_t ioctl ABIs
2023-05-23 Bjoern A. ZeebLinuxKPI: add thermal.h to dummy files for now
2023-05-23 Bjoern A. ZeebLinuxKPI: skbuff: add napi_build_skb() and skb_mark_for...
2023-05-23 Dimitry AndricFix typo in sys/conf/kern.mk's InitAll warning message
2023-05-23 Dimitry AndricUpdate -ftrivial-auto-var-init flags for clang >= 16
2023-05-23 Christos Margioliskinst: use dtrace_dis_get_byte() instead of own copy
2023-05-23 Christos Margiolisdtrace: rename rp to frame in dtrace_getreg()
2023-05-23 Mark Johnstonmd: Get rid of the pbuf zone
2023-05-23 Christos Margiolisdtrace: add register bindings for arm64
2023-05-23 Christos Margiolisdtrace: implement dtrace_instr_size() for arm64
2023-05-23 Christos Margiolisdtrace: remove ifdef around dtrace_instr_size()
2023-05-23 Kristof Provostif_ovpn: ensure we never re-use sequence numbers
2023-05-23 Kristof Provostpf: remove the use of caddr_t
2023-05-23 Christos Margioliskinst: replace KINST_TRAMP_INIT
2023-05-23 Mitchell Horneriscv: Print less CPU info
2023-05-23 Mitchell Horneriscv: MMU detection
2023-05-23 Mitchell Horneriscv: Print ISA extensions
2023-05-23 Mitchell Horneriscv: Rework CPU identification (second part)
2023-05-23 Mitchell Horneriscv: Call identify_cpu() earlier for CPU 0
2023-05-23 Mitchell Horneriscv: Rework CPU identification (first part)
2023-05-23 Martin Matuskazfs: merge openzfs/zfs@ad0a55461
2023-05-22 Christos Margiolisdtrace: export dtrace_dis_get_byte()
2023-05-22 Christos Margiolisriscv: do not duplicate sd of tp
2023-05-22 Christos Margiolisarm64: use PSR_DAIF instead of each individual flag
2023-05-22 Kyle Evansarm64: gicv3: setup PPIs on all APs after they're online
2023-05-22 Alexander V. Chernikovnetlink: call IPv6 hook when adding IPv4 addresses.
2023-05-22 Mark Johnstonfusefs: Remove an unused pbuf zone
2023-05-22 Hans Petter SelaskyRevert "mlx4: Move DEFINE_MUTEX() outside function...
2023-05-21 Bjoern A. ZeebLinuxKPI: fix WRITE_ONCE(), remove ACCESS_ONCE()
2023-05-21 Hans Petter Selaskymlx4: Move DEFINE_MUTEX() outside function body.
2023-05-21 Fedor Uporovext2fs: Add large sectorsize disks support
2023-05-21 Bjoern A. ZeebLinuxKPI: implement pci_rescan_bus()
2023-05-20 John Baldwincxgbe: Move ethofld_transmit under #ifdef INET || INET.
2023-05-20 John Baldwinnetlink: Move an INET-only variable under #if.
2023-05-20 Mateusz Guziktd: line up with other clean up in thread_reap_domain
2023-05-20 Mateusz Guzikrlimit: line up with other clean up in thread_reap_domain
2023-05-20 Bjoern A. ZeebLinuxKPI: add put_unaligned_le16() and get_unaligned_be64()
2023-05-20 Alexander V. Chernikovnetlink: automatically generate broadcast for IPv4...
2023-05-20 Bjoern A. ZeebLinuxKPI: add further dummy header files
2023-05-20 Bjoern A. ZeebLinuxKPI: skbuff: add skb_get_hash()
2023-05-20 Bjoern A. ZeebLinuxKPI: qcom: update qmi and mhi
2023-05-20 Bjoern A. ZeebLinuxKPI: netdevice: add dev_set_threaded()
2023-05-20 Bjoern A. Zeebnet80211: Radiotap: update for defines
2023-05-19 Randall StewartAdd a comment to the new tcp_get_srtt method to clarify...
2023-05-19 Randall StewartThere are congestion control algorithms will that pull...
2023-05-19 Colin Percivalmi_startup: Instrument the bubblesort with TSLOG
2023-05-19 Kristof Provostif_bridge: fix potential panic
2023-05-19 Alexander V. Chernikovnetlink: add IPv4/IPv6 attribute writers using in[6...
2023-05-18 Mateusz Guzikproc: s/short/int lock-related counters
2023-05-18 Mateusz Guzikproc: s/short/u_char for td_stopsched
2023-05-18 Cheng CuiUnder RSS, assign a TCP flow's inp_flowid anyway.
2023-05-18 Dmitry Chaginlinux(4): Implement ptrace_pokeusr for x86_64
2023-05-18 Dmitry Chaginlinux(4): Make ptrace_pokeusr machine dependent
2023-05-18 Dmitry Chaginlinux(4): Make ptrace_peekusr machine dependend
2023-05-18 Dmitry Chaginlinux(4): Move linux_debug decalration to linux_util.h
2023-05-18 Kristof Provostcarp: fix unicast link-local
2023-05-18 Dmitry Chaginlinux(4): Check fd passed to unlockpt()
2023-05-17 Gleb Smirnoffktls: don't try to unlock pcb if tcp_drop() already did
2023-05-17 Kajetan Staszkiewiczpf: Standardize rtableid
2023-05-17 Kristof Provostpf: release rules lock before passing the packet to...
2023-05-17 Andrew TurnerMove the arm64 sigcode to .rodata
2023-05-17 Bjoern A. ZeebLinuxKPI: add ns_to_timespec64()
2023-05-17 Piotr Kubajem: sync platform detection with Linux
2023-05-17 Alexander V. Chernikovrouting: plug mbuf leak for the packets hitting IPv6...
2023-05-17 Alexander V. Chernikovrouting: fix panic triggered by the 'gr_idx != 0' asser...
2023-05-17 Konstantin Belousovnet/if_var.h: consistently use if_t over struct ifnet *
2023-05-17 Konstantin Belousovnet/if.h: fix style of if_t definition
2023-05-17 Kajetan Staszkiewiczpfsync: Remove deletion of states using the full pfsync...
2023-05-16 Bjoern A. ZeebLinuxKPI: skbuff.h: add skb_hwtstamps(), implement...
2023-05-16 Bjoern A. ZeebLinuxKPI: add ptp_clock_kernel.h
2023-05-16 Dmitry Chaginktrace: Simplify ae6ac587, drop the sa var declaration
next