aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Andrey V. Elsukov2019-03-071-1/+1
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-013-4/+0
* Invalidate cache for the PDPTE page when using PAE paging but PAT isKonstantin Belousov2019-02-281-0/+10
* i386 PAE: avoid atomic for pte_store() where possible.Konstantin Belousov2019-02-263-2/+13
* Add kernel support for Intel userspace protection keys feature onKonstantin Belousov2019-02-201-0/+7
* Remove drm from LINT kernelsWarner Losh2019-02-191-11/+0
* Provide convenience C wrappers for RDPKRU and WRPKRU instructions.Konstantin Belousov2019-02-191-0/+16
* Provide userspace versions of do_cpuid() and cpuid_count() on i386.Konstantin Belousov2019-02-141-4/+30
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-101-2/+2
* Port sysctl kern.elf32.read_exec from amd64 to i386.Konstantin Belousov2019-02-071-5/+5
* Fix resume on i386 PAE.Konstantin Belousov2019-02-071-7/+20
* Retire SPX_HACK option unused after r342244Ed Maste2019-02-061-3/+0
* Make it possible to override PAE mode on boot.Konstantin Belousov2019-02-051-4/+8
* Remove pointless initial value for i386 vm.pmap.pat_works sysctl definition.Konstantin Belousov2019-02-051-1/+1
* Use NLDT to get number of LDTs on i386Dimitry Andric2019-02-041-1/+1
* i386: Do not ever store to other-CPU counter64 slot.Konstantin Belousov2019-02-031-4/+23
* Disable boot-time memory test on i386 be default.Konstantin Belousov2019-02-011-6/+8
* Make iflib a loadable module.Konstantin Belousov2019-01-311-4/+5
* Remove duplicate declarations.Konstantin Belousov2019-01-301-4/+0
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-3031-1165/+2776
* Garbage collect AH_SUPPORT_AR5416 config option.Andriy Voskoboinyk2019-01-251-1/+0
* Remove IEEE80211_AMPDU_AGE config option.Andriy Voskoboinyk2019-01-201-1/+0
* Fix errno values returned from DUMMY_XATTR linuxulator callsFedor Uporov2019-01-111-1/+1
* Fix i386 LINT build after r342769.Konstantin Belousov2019-01-041-0/+2
* i386: Use atomic 64bit load to read PDE value from PAE pagetables inKonstantin Belousov2019-01-041-25/+27
* x86: Report per-cpu IPI TLB shootdown generation in ddb 'show pcpu' output.Konstantin Belousov2019-01-041-0/+1
* Fix typo in r342710.Konstantin Belousov2019-01-031-1/+1
* Avoid setting PG_U unconditionally in pmap_enter_quick_locked().Mark Johnston2019-01-021-12/+9
* More references to pmap_cold().Konstantin Belousov2018-12-311-2/+2
* Update comments: paging is initialized in pmap_cold().Konstantin Belousov2018-12-311-9/+10
* i386: Fix allocation of the KVA frame for pmap_quick_enter_page().Konstantin Belousov2018-12-291-1/+1
* Remove iBCS2, part3: the implementationMateusz Guzik2018-12-1951-8099/+0
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-195-12/+4
* Merge ^/head r340918 through r341763.Dimitry Andric2018-12-093-2/+18
|\
| * Fix PAE boot.Konstantin Belousov2018-12-081-0/+14
| * Plug memory disclosures via ptrace(2).Mark Johnston2018-12-031-0/+3
| * Correct the tunable name in the message.Konstantin Belousov2018-12-011-1/+1
| * Remove superfluous bzero in getcontext/swapcontext/sendsigEric van Gyzen2018-11-261-1/+0
* | Merge ^/head r340368 through r340426.Dimitry Andric2018-11-142-0/+10
|\|
| * Add evdev support to amd64 and i386 kernelsNiclas Zeising2018-11-122-0/+10
* | Merge ^/head r340126 through r340212.Dimitry Andric2018-11-071-0/+1
|\|
| * Add a custom implementation of cpu_lock_delay() for x86.John Baldwin2018-11-051-1/+1
| * Add a KPI for the delay while spinning on a spin lock.John Baldwin2018-11-051-0/+1
* | Merge ^/head r339813 through r340125.Dimitry Andric2018-11-044-3/+5
|\|
| * Don't enter DDB for fatal traps before panic by default.John Baldwin2018-11-011-1/+1
| * i386/MINIMAL: VERBOSE_SYSINIT=0 for consistencyKyle Evans2018-10-311-0/+1
| * Compile in VERBOSE_SYSINIT support by default, remain silent by defaultKyle Evans2018-10-311-0/+1
| * Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston2018-10-301-2/+2
* | Merge ^/head r339015 through r339669.Dimitry Andric2018-10-236-39/+169
|\|