358 Commits (ada3c90f8f76471deec32e6c62ee6e846e636692)

Author SHA1 Message Date
Peter Mitsis ada3c90f8f kernel: Add CONFIG_SCHED_IPI_CASCADE 1 year ago
TaiJu Wu 555c07ef08 sched: Limit deadline scheduler parameter 1 year ago
Peter Mitsis 0bcdae2c62 kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS 1 year ago
Peter Mitsis d8a4c8a90c kernel: Add CONFIG_IPI_OPTIMIZE 1 year ago
Peter Mitsis 9ff5221d23 kernel: Update IPI usage in k_thread_priority_set() 1 year ago
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with `zephyr/` 1 year ago
Hess Nathan 20b55425d3 coding guidelines: comply with MISRA Rule 13.4 1 year ago
Hess Nathan 6d417d52c2 coding guidelines: comply with MISRA Rule 12.1. 1 year ago
Andy Ross dec022a848 kernel/sched: Fix edge^2 case in abort/join 1 year ago
Andy Ross 47ab66311d kernel/sched: Fix lockless ordering in halt_thread() 1 year ago
Andy Ross fd340ebf31 sched: Optimize dummy thread usage on SMP 1 year ago
Andy Ross f0fd54cb31 kernel/sched: Fix free-memory write when ISRs abort _current 1 year ago
Hess Nathan 7659cfd4dc coding guidelines: comply with MISRA Rule 2.2 1 year ago
Peter Mitsis a3c7152f92 kernel: Update thread cpu in z_get_next_switch_handle() 1 year ago
Alberto Escolar Piedras ea26bcf8d3 Revert "kernel/sched: Fix free-memory write when ISRs abort _current" 1 year ago
Alberto Escolar Piedras c9ec937d71 Revert "sched: Optimize dummy thread usage on SMP" 1 year ago
Alberto Escolar Piedras c60d4c2589 Revert "kernel/sched: Fix lockless ordering in halt_thread()" 1 year ago
Andy Ross 02b24911f7 kernel/sched: Fix lockless ordering in halt_thread() 1 year ago
Andy Ross 20611f13ca sched: Optimize dummy thread usage on SMP 1 year ago
Andy Ross 61c70626a5 kernel/sched: Fix free-memory write when ISRs abort _current 1 year ago
Andy Ross 5fa2b6f377 kernel/sched: Refeactor/cleanup z_thread_halt() 1 year ago
Anas Nashif 4593f0d71c kernel: priority queues: declare as static inlines 1 year ago
Daniel Leung 378131c266 kernel: add options to cleanup after aborting current thread 1 year ago
Anas Nashif 20b2c98add kernel: move nothread support to own file 1 year ago
Anas Nashif f5435b3df7 kernel: thread: move k_thread_priority_get 1 year ago
Anas Nashif 5c170c7046 kernel: thread: rename is_preempt 1 year ago
Anas Nashif 6754cbd1b5 kernel: thread: move k_is_preempt_thread to thread.c 1 year ago
Anas Nashif 17c874f4fc kernel: thread: rename is_metairq 1 year ago
Anas Nashif 37df485463 kernel: split timeslicing/ipi code out of sched.c 1 year ago
Anas Nashif ebb503ff7b kernel: move thread related helper function kthread.h 1 year ago
Simon Hein bcd1d19322 kernel: add closing comments to config endifs 1 year ago
Andy Ross f2280d119d kernel/sched: Don't touch deadline values on queued threads 1 year ago
Peter Mitsis 9f7695dda0 kernel: Remove unused z_pend_curr_irqlock() 1 year ago
Anas Nashif 0d8da5ff93 kernel: rename scheduler spinlock variable and make it private 1 year ago
Anas Nashif 868f099d61 kernel: sched: z_set_prio -> z_thread_prio_set 1 year ago
Anas Nashif 477a04a098 kernel: rename h -> heap 1 year ago
Anas Nashif 595ff63f00 kernel: thread: use consistent thread parameter 1 year ago
Anas Nashif 9e83413542 kernel: split thread monitor 1 year ago
Anas Nashif 5e591c38f1 kernel: do not export z_thread_priority_set 1 year ago
Anas Nashif a6ce422b10 kernel: remove cmsis-rtos layering violation 1 year ago
Anas Nashif 077222c975 kernel: split cpu_mask handling into own file 1 year ago
Anas Nashif 8791012ed1 kernel: move essential flag related routines out 1 year ago
Anas Nashif 46484da502 kernel: move priority queue handling to own file/header 1 year ago
Peter Mitsis 51ae993c12 kernel: Update k_wakeup() 1 year ago
Gerson Fernando Budke b8188e54a4 kernel: Implement k_sleep for Single Thread 2 years ago
Gaetan Perrot 68581caa74 kernel: need_swap zephyrproject-rtos#66299 2 years ago
Peter Mitsis a3e5af95de kernel: Update k_sleep() and k_usleep() return values 2 years ago
Peter Mitsis e7986eb552 kernel: Extend halting to support suspending 2 years ago
Peter Mitsis b1384a71bf kernel: Create z_thread_halt() 2 years ago
Peter Mitsis e1db1cec64 kernel: Rename end_thread() to halt_thread() 2 years ago