summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-01-30add mutex_destroy()/down_read_trylock()Jonathan Gray
2018-01-30add create_singlethread_workqueue()/system_power_efficient_wqJonathan Gray
2018-01-30add pm_runtime_* stubsJonathan Gray
2018-01-30Don't limit vga_switcheroo stubs to amd64/i386 and addJonathan Gray
2018-01-30add iowrite64()/writeq()Jonathan Gray
2018-01-30add GFP_USER/__user/vmalloc()Jonathan Gray
2018-01-30add ilog2()/order_base_2()/gcd()Jonathan Gray
2018-01-30disable -Wformat-zero-length when building with gccJonathan Gray
2018-01-30add i2c_bit_add_bus()Jonathan Gray
2018-01-30add more endian macrosJonathan Gray
2018-01-30add drm_invalid_op()Jonathan Gray
2018-01-30add atomic_cmpxchg()/atomic64_add()/atomic64_sub()Jonathan Gray
2018-01-29pms: minor cleanups in the alps code.Ulf Brosziewski
2018-01-29Drop unused field `ci_ipiih'.Visa Hankala
2018-01-29Let the interrupt subsystem allocate memory for the IPI handle,Visa Hankala
2018-01-29Attach ampintc/ampintcmsi early so pci devices can be attached withJonathan Gray
2018-01-28trampoline.o depends on assym.hMark Kettenis
2018-01-28Spin up secondary CPUs and add IPI infrastructure. Heavily based on diffsMark Kettenis
2018-01-28Store PSCI function ids as uint32_t not int in the softc.Jonathan Gray
2018-01-28Bring this more in line with our other architectures.Mark Kettenis
2018-01-28typoOtto Moerbeek
2018-01-27Sync the nam2blk entries with the bdevsw table, which is theChristian Weisgerber
2018-01-27Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,Stefan Sperling
2018-01-26Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.Mark Kettenis
2018-01-26Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.Mark Kettenis
2018-01-26Cleanup VFP code.Mark Kettenis
2018-01-25Remove mutex implementations that now live in MI code.Martin Pieuchot
2018-01-25Move common mutex implementations to a MI place.Martin Pieuchot
2018-01-25Use a workaround for detached parent in carp_proto_input_c().Martin Pieuchot
2018-01-25Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64.Martin Pieuchot
2018-01-25Assert that ifiq_destroy() is not called with the NET_LOCK() held.Martin Pieuchot
2018-01-24Do not print that the firmware was successfully loaded in the USB backendPatrick Wildt
2018-01-24Put the default case, which prints information about an event we do not yetPatrick Wildt
2018-01-24We don't do booleans in the kernel, so replace a few occurrences of 'true'Patrick Wildt
2018-01-24add support for bpf on "subsystems", not just network interfacesDavid Gwynne
2018-01-23The IPv6 gateway address passed to rt6_flush() comes either from aAlexander Bluhm
2018-01-23The TCP reaper timeout was still imlemented as soft timeout. SoAlexander Bluhm
2018-01-23Although it is a dead store here, always reassign the tcpcb afterAlexander Bluhm
2018-01-23Bring back the PRU_ATTACH constant and description. Then trpt(8)Alexander Bluhm
2018-01-23Fix printf(9) format strings so that a kernel with TCPDEBUG compiles.Alexander Bluhm
2018-01-23Always lock the kernel lock with non-MP-safe interrupt handlers.Visa Hankala
2018-01-23Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32Mark Kettenis
2018-01-23Fix underline rotation on CCW (quarter counter-clockwise) rotatedFrederic Cambus
2018-01-23Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo
2018-01-22Bring back the detach messages in trpt(8) for tcp debugging. TheyAlexander Bluhm
2018-01-22Use the proper address space when using a kernel that supportshelg
2018-01-22More sizes for free() in wscons(4).Frederic Cambus
2018-01-22<machine/mutex.h> -> <sys/mutex.h>Martin Pieuchot
2018-01-22Include <sys/mutex.h> instead of <machine/mutex.h>Martin Pieuchot
2018-01-22Include <sys/mutex.h> rather than <machine/mutex.h>Martin Pieuchot