haiku/headers/private/kernel
Pawel Dziepak 273f2f38cd kernel: Improve spinlock implementation
atomic_or() and atomic_and() are not supported by x86 are need to be
emulated using CAS. Use atomic_get_and_set() and atomic_set() instead.
2013-11-05 22:47:18 +01:00
..
arch kernel: Add cpufreq module for Intel P-states 2013-10-30 00:55:03 +01:00
boot Merge remote-tracking branch 'haiku/master' into package-management 2013-09-27 01:55:45 +02:00
disk_device_manager
fs Style cleanup. 2012-10-08 13:59:16 +02:00
platform OF: Make sure the of_region templatized struct is packed 2012-11-06 16:34:01 +01:00
posix
slab
util kernel: atomic_*() functions rework 2013-11-05 22:32:59 +01:00
vm elf: restore correct region protection after relocation 2013-04-16 03:44:38 +02:00
AllocationTracking.h
block_cache.h
boot_device.h
boot_item.h
boot_splash.h
commpage.h commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
condition_variable.h
console.h
cpu.h kernel: Add support and interface for cpufreq modules 2013-10-30 00:48:07 +01:00
debug_heap.h Add debug_calloc() to the debug_heap. 2012-07-01 06:37:25 +02:00
debug_paranoia.h
debug.h
debugger_keymaps.h
DPC.h kernel: DPC: remove schedulerLocked argument 2013-11-04 23:51:18 +01:00
elf_priv.h Support ELF64 in the kernel. 2012-07-09 11:11:38 +01:00
elf.h Implemented user debugging support for x86_64. 2012-08-07 20:20:42 +01:00
file_cache.h
frame_buffer_console.h
generic_syscall.h
heap.h Allow replacing the object cache with the guarded heap. 2011-12-04 13:52:06 +01:00
int.h
kdevice_manager.h
kdriver_settings.h
kernel_c++_structs.h
kernel_daemon.h
kernel.h Improved safety for user memory accesses. 2012-08-02 09:32:33 +01:00
kimage.h
kmodule.h
kscheduler.h scheduler: Remove support for running different schedulers 2013-10-24 02:04:03 +02:00
ksignal.h commpage: randomize position of commpage 2013-04-04 15:27:22 +02:00
ksyscalls.h
ksystem_info.h
listeners.h
lock.h kernel: Protect lock internals with per-lock spinlock 2013-10-24 00:01:18 +02:00
low_resource_manager.h
messaging.h
MessagingServiceDefs.h
Notifications.h Rework DefaultNotificationService registration. 2013-04-22 18:42:21 -04:00
port.h
real_time_clock.h
RunQueueLink.h kernel: Add O(1) lookup and insertion priority queue 2013-10-05 20:16:06 +02:00
safemode.h
scheduling_analysis.h
sem.h
smp.h kernel: Improve spinlock implementation 2013-11-05 22:47:18 +01:00
syscall_restart.h
system_profiler.h
team.h
thread_types.h kernel: Remove support for thread_queue 2013-10-21 02:30:20 +02:00
thread.h kernel: Remove thread_block_with_timeout_locked() 2013-11-04 23:45:14 +01:00
timer.h kernel: Remove B_TIMER_ACQUIRE_SCHEDULER_LOCK flag 2013-10-31 01:49:43 +01:00
tracing.h
user_atomic.h
user_debugger.h
user_mutex.h
UserEvent.h kernel: Protect UserTimers with sUserTimerLock 2013-11-05 05:36:05 +01:00
usergroup.h
UserTimer.h kernel: Protect UserTimers with sUserTimerLock 2013-11-05 05:36:05 +01:00
vfs.h Merge branch 'master' into package-management 2013-05-05 15:03:26 +02:00
wait_for_objects.h