summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update in preparation for 13.2-RELEASErelease/13.2.0Colin Percival2023-04-071-1/+1
* 13.2: update to RC6Colin Percival2023-03-311-1/+1
* amd64 wakeup: recalculate mitigations after APICs are wokenKonstantin Belousov2023-03-301-5/+7
* 13.2: update to RC5Colin Percival2023-03-251-1/+1
* mbuf: Fix an offset calculation in m_apply_extpg_one()Mark Johnston2023-03-241-1/+1
* 13.2: update to RC4Colin Percival2023-03-241-1/+1
* vfs cache: return ENOTDIR for not_a_dir/{.,..} lookupsMateusz Guzik2023-03-231-0/+11
* _endian.h: Include sys/cdefs.h for visibility macrosWarner Losh2023-03-231-3/+6
* carp: carp_master_down_locked() requires net epochZhenlei Huang2023-03-221-0/+3
* kerneldump: Inline dump_savectx() into its callersMark Johnston2023-03-223-14/+18
* acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.Konstantin Belousov2023-03-201-2/+2
* amd64: properly recalculate mitigations knobs after resumeKonstantin Belousov2023-03-202-1/+15
* amd64 acpi_wakeup.c: fix typoKonstantin Belousov2023-03-201-1/+1
* 13.2: update to RC3Colin Percival2023-03-171-1/+1
* powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits2023-03-151-0/+21
* dtrace/powerpc: Adjust AFRAMES for fbt and profileJustin Hibbits2023-03-152-2/+2
* dtrace/powerpc: "Fix" stack traces across trap framesJustin Hibbits2023-03-151-6/+14
* epair: Simplify the transmit path and address lost wakeupsMark Johnston2023-03-151-82/+78
* epair: Avoid loading m_flags into a shortMark Johnston2023-03-151-42/+55
* rc.d: Generate machine-id from hostid_saveTijl Coosemans2023-03-121-1/+1
* 13.2: update to RC2Colin Percival2023-03-101-1/+1
* linux_80211: Don't dequeue lsta if not queuedColin Percival2023-03-081-1/+4
* amd64: Avoid copying td_frame from kernel procsMark Johnston2023-03-071-30/+18
* netlink: fix OOB read in genetlinkAlexander V. Chernikov2023-03-071-1/+1
* netlink: call genetlink notification handler upon successful familyAlexander V. Chernikov2023-03-071-2/+1
* netlink: do not memcpy 0 bytes from a NULL pointerEd Maste2023-03-061-2/+5
* netlink: simplify temporary address allocation in rtnl_handle_getlink().Alexander V. Chernikov2023-03-061-7/+6
* netlink: fix interface dump.Alexander V. Chernikov2023-03-061-17/+16
* ng_atmllc: deprecateBrooks Davis2023-03-061-0/+2
* NgATM: deprecateBrooks Davis2023-03-065-0/+10
* 13.2: update to RC1Colin Percival2023-03-031-1/+1
* Remove an extra argument to SYSCTL_FOREACHAndrew Turner2023-03-021-1/+1
* linprocfs(4): Fixup process size in the /proc/pid/stat fileDmitry Chagin2023-03-021-1/+1
* apic: prevent divide by zero in CPU frequency initMina Galić2023-03-021-1/+1
* netlink: make the maximum allowed netlink socket buffer runtime tunable.Alexander V. Chernikov2023-03-012-4/+24
* linux(4): Fixup the interface name translation in netlinkDmitry Chagin2023-02-271-1/+47
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-274-74/+113
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-274-24/+22
* Revert "netlink: add NETLINK to GENERIC."Alexander V. Chernikov2023-02-276-6/+0
* netlink: fix addition of blackhole/reject routes.Alexander V. Chernikov2023-02-272-8/+47
* netlink: clear IPv6 embedded scope when dumping route gateways.Alexander V. Chernikov2023-02-271-2/+13
* netlink: fix IPv6 route addition with link-local gatewayAlexander V. Chernikov2023-02-273-9/+50
* vm_fault: Fix a race in vm_fault_soft_fast()Mark Johnston2023-02-271-13/+8
* 13.2: update to BETA3Colin Percival2023-02-241-1/+1
* LinuxKPI: return an address string in pci_name()Val Packett2023-02-232-2/+6
* LinuxKPI: pci: add more functionsBjoern A. Zeeb2023-02-231-0/+26
* LinuxKPI: PCI: implement support for more than 1 MSI vectorBjoern A. Zeeb2023-02-232-17/+51
* LinuxKPI: implement irq_get_msi_desc()Bjoern A. Zeeb2023-02-232-0/+45
* LinuxKPI: 802.11: basic implementation of *queue(s)/*txq*Bjoern A. Zeeb2023-02-233-59/+316
* LinuxKPI: 802.11: fix indent in lkpi_wake_tx_queues()Bjoern A. Zeeb2023-02-231-13/+13