search for: config_preempt_rt

Displaying 7 results from an estimated 7 matches for "config_preempt_rt".

2008 Feb 14
3
CONFIG_PREEMPT_RT=y possible in Dom0 kernel?
HI, Is it possible to specify CONFIG_PREEMPT_RT=y in the Dom0 kernel? It seems that it is forbidden as it is not a menu option in make menuconfig and gets removed if I manually add it to the .config. I want to run a sound server on Dom0 and am having problems with xruns at present, so need to be able to run a preemptive kernel. Thanks, Chris...
2020 Nov 03
0
[patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
...{ } while (0) # define sched_annotate_sleep() do { } while (0) # define non_block_start() do { } while (0) # define non_block_end() do { } while (0) @@ -258,13 +272,6 @@ extern void __cant_sleep(const char *fil #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) -#ifndef CONFIG_PREEMPT_RT -# define cant_migrate() cant_sleep() -#else - /* Placeholder for now */ -# define cant_migrate() do { } while (0) -#endif - /** * abs - return absolute value of an argument * @x: the value. If it is unsigned type, it is converted to signed type first. --- a/include/linux/preempt.h +++ b/i...
2005 Dec 27
0
Compiling kernel-2.6.13...
...i586.ccrma.config' `/usr/src/redhat/SOURCES/kernel-2.6.13-i686-smp.ccrma.config' -> `./kernel-2.6.13-i686-smp.ccrma.config' `/usr/src/redhat/SOURCES/kernel-2.6.13-i686.ccrma.config' -> `./kernel-2.6.13-i686.ccrma.config' + for i in '*.config' + perl -p -i -e 's|CONFIG_PREEMPT_RT=y|# CONFIG_PREEMPT_RT is not set|g' kernel-2.6.13-i586-smp.ccrma.config + perl -p -i -e 's|# CONFIG_PREEMPT_DESKTOP is not set|CONFIG_PREEMPT_DESKTOP=y|g' kernel-2.6.13-i586-smp.ccrma.config + perl -p -i -e 's|CONFIG_PREEMPT_HARDIRQS=y|CONFIG_PREEMPT_HARDIRQS=y\n# CONFIG_SPINLOCK_BK...
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2010 Aug 04
6
[PATCH -v2 0/3] jbd2 scalability patches
This version fixes three bugs in the 2nd patch of this series that caused kernel BUG when the system was under race. We weren't accounting with t_oustanding_credits correctly, and there were race conditions caused by the fact the I had overlooked the fact that __jbd2_log_wait_for_space() and jbd2_get_transaction() requires j_state_lock to be write locked. Theodore Ts'o (3): jbd2: Use