aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Remove the ncr(4) drive.Warner Losh2018-10-222-4/+2
| * Remove stg(4) driverWarner Losh2018-10-221-10/+0
| * Remove nsp(4) driverWarner Losh2018-10-221-2/+0
| * Remove ncv(4) driverWarner Losh2018-10-221-2/+0
| * Retire dpt(4)Warner Losh2018-10-221-1/+0
| * Remove mse(4) from treeWarner Losh2018-10-221-8/+0
| * Remove the gone_in(12) devices.Warner Losh2018-10-221-10/+0
| * Add an assertion to pmap_enter().Mark Johnston2018-10-201-0/+2
| * Add a MINIMAL config for i386, based on amd64Conrad Meyer2018-10-201-0/+149
| * Regenerated assorted syscall related files after:Brooks Davis2018-10-091-0/+8
| * Address the warning regarding duplicate option 'GEOM_PART_GPT' whenMichael Tuexen2018-10-071-1/+0
| * Apply r339046 to i386.Mark Johnston2018-10-011-1/+6
| * Fix UP build.Konstantin Belousov2018-09-291-0/+2
* | Fix placement of __bss_start in i386 kernel linker scriptDimitry Andric2018-10-111-2/+2
|/
* Don't clear DR6 for debug exceptions from userland.John Baldwin2018-09-271-6/+0
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-193-42/+67
* Convert i386 NPX hardware context save methods to ifuncs.Konstantin Belousov2018-09-191-32/+66
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-6/+6
* Remove dead code in i386 cpu_throw().Konstantin Belousov2018-08-251-4/+0
* Unify amd64 and i386 vmspace0 pmap activation.Konstantin Belousov2018-08-252-1/+16
* Revert drm2 removal.Warner Losh2018-08-241-0/+11
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-13/+7
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-11/+0