linux-2.6-block.git
2022-02-14 Willy Tarreautools/nolibc/signal: move raise() to signal.h
2022-02-14 Willy Tarreautools/nolibc/unistd: add usleep()
2022-02-14 Willy Tarreautools/nolibc/unistd: extract msleep(), sleep(), tcsetpg...
2022-02-14 Willy Tarreautools/nolibc/errno: extract errno.h from sys.h
2022-02-14 Willy Tarreautools/nolibc/string: export memset() and memmove()
2022-02-14 Willy Tarreautools/nolibc/types: define PATH_MAX and MAXPATHLEN
2022-02-14 Willy Tarreautools/nolibc/arch: mark the _start symbol as weak
2022-02-14 Willy Tarreautools/nolibc: move exported functions to their own...
2022-02-14 Willy Tarreautools/nolibc/string: add tiny versions of strncat(...
2022-02-14 Willy Tarreautools/nolibc/string: add strncpy() and strlcpy()
2022-02-14 Willy Tarreautools/nolibc/string: slightly simplify memmove()
2022-02-14 Willy Tarreautools/nolibc/string: use unidirectional variants for...
2022-02-14 Willy Tarreautools/nolibc/sys: make getpgrp(), getpid(), gettid...
2022-02-14 Willy Tarreautools/nolibc/stdlib: make raise() use the lower level...
2022-02-14 Willy Tarreautools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()
2022-02-14 Willy Tarreautools/nolibc/sys: make open() take a vararg on the...
2022-02-14 Willy Tarreautools/nolibc/stdio: add perror() to report the errno...
2022-02-14 Willy Tarreautools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
2022-02-14 Willy Tarreautools/nolibc/stdio: add a minimal [vf]printf() implemen...
2022-02-14 Willy Tarreautools/nolibc/stdio: add fwrite() to stdio
2022-02-14 Willy Tarreautools/nolibc/stdio: add stdin/stdout/stderr and fget...
2022-02-14 Willy Tarreautools/nolibc/stdio: add a minimal set of stdio functions
2022-02-14 Willy Tarreautools/nolibc/stdlib: add utoh() and u64toh()
2022-02-14 Willy Tarreautools/nolibc/stdlib: add i64toa() and u64toa()
2022-02-14 Willy Tarreautools/nolibc/stdlib: replace the ltoa() function with...
2022-02-14 Willy Tarreautools/nolibc/stdlib: move ltoa() to stdlib.h
2022-02-14 Willy Tarreautools/nolibc/types: move makedev to types.h and make...
2022-02-14 Willy Tarreautools/nolibc/types: make FD_SETSIZE configurable
2022-02-14 Willy Tarreautools/nolibc/types: move the FD_* functions to macros...
2022-02-14 Willy Tarreautools/nolibc/ctype: add the missing is* functions
2022-02-14 Willy Tarreautools/nolibc/ctype: split the is* functions to ctype.h
2022-02-14 Willy Tarreautools/nolibc/string: split the string functions into...
2022-02-14 Willy Tarreautools/nolibc/stdlib: extract the stdlib-specific functi...
2022-02-14 Willy Tarreautools/nolibc/sys: split the syscall definitions into...
2022-02-14 Willy Tarreautools/nolibc/arch: split arch-specific code into indivi...
2022-02-14 Willy Tarreautools/nolibc/types: split syscall-specific definitions...
2022-02-14 Willy Tarreautools/nolibc/std: move the standard type definitions...
2022-02-14 Willy Tarreautools/nolibc: guard the main file against multiple...
2022-02-14 Willy Tarreautools/nolibc: use pselect6 on RISCV
2022-02-14 Paul E. McKenneyrcutorture: Suppress debugging grace period delays...
2022-02-14 Paul E. McKenneytorture: Add rcu_normal and rcu_expedited runs to tortu...
2022-02-14 Paul E. McKenneyEXP rcutorture: Test polled expedited grace-period...
2022-02-14 Paul E. McKenneyEXP rcu: Add polled expedited grace-period primitives
2022-02-14 Frederic WeisbeckerEXP tick: Detect and fix jiffies update stall
2022-02-14 Paul E. McKenneyrcu: Clarify fill-the-gap comment in rcu_segcblist_adva...
2022-02-14 Paul E. McKenneyEXP rcu-tasks: Check for abandoned callbacks
2022-02-14 Paul E. McKenneyMerge branch 'lkmm-dev.2022.02.01b' into HEAD
2022-02-14 Paul E. McKenneyMerge branch 'clocksource.2022.02.01b' into HEAD
2022-02-14 Paul E. McKenneyMerge branch 'lkmm.2022.02.01b' into HEAD
2022-02-14 Paul E. McKenneyMerge branches 'exp.2022.02.08a', 'fixes.2022.02.14a...
2022-02-14 Yury Norovrcu: Replace cpumask_weight with cpumask_empty where...
2022-02-14 Ingo Molnarrcu: Remove __read_mostly annotations from rcu_schedule...
2022-02-14 Ingo Molnarrcu: Uninline multi-use function: finish_rcuwait()
2022-02-14 Paul E. McKenneyrcu: Mark writes to the rcu_segcblist structure's ...
2022-02-14 Zqiangkasan: Record work creation stack trace with interrupts...
2022-02-14 Paul E. McKenneyrcu: Inline __call_rcu() into call_rcu()
2022-02-14 David Woodhousercu: Add mutex for rcu boost kthread spawning and affin...
2022-02-14 Uladzislau... rcu: Fix description of kvfree_rcu()
2022-02-14 Paul E. McKenneyMAINTAINERS: Add Frederic and Neeraj to their RCU...
2022-02-08 Paul E. McKenneyrcutorture: Provide non-power-of-two Tasks RCU scenarios
2022-02-08 Paul E. McKenneyrcutorture: Test SRCU size transitions
2022-02-08 Paul E. McKenneytorture: Make torture.sh help message match reality
2022-02-08 Paul E. McKenneyrcu: Allow expedited RCU grace periods on incoming...
2022-02-08 Paul E. McKenneysrcu: Add contention check to call_srcu() srcu_data...
2022-02-08 Paul E. McKenneysrcu: Automatically determine size-transition strategy...
2022-02-08 Jiapeng Chongsrcu: Make srcu_size_state_name static
2022-02-08 Paul E. McKenneysrcu: Add contention-triggered addition of srcu_node...
2022-02-08 Paul E. McKenneysrcu: Create concurrency-safe helper for initiating...
2022-02-08 Paul E. McKenneysrcu: Explain srcu_funnel_gp_start() call to list_add...
2022-02-08 Paul E. McKenneysrcu: Prevent cleanup_srcu_struct() from freeing non...
2022-02-08 Paul E. McKenneysrcu: Avoid NULL dereference in srcu_torture_stats_print()
2022-02-08 Paul E. McKenneysrcu: Use invalid initial value for srcu_node GP sequen...
2022-02-08 Paul E. McKenneysrcu: Compute snp_seq earlier in srcu_funnel_gp_start()
2022-02-08 Alexander Aringsrcu: Use export for srcu_struct defined by DEFINE_STAT...
2022-02-08 Paul E. McKenneysrcu: Add boot-time control over srcu_node array allocation
2022-02-08 Paul E. McKenneysrcu: Make rcutorture dump the SRCU size state
2022-02-08 Paul E. McKenneysrcu: Add size-state transitioning code
2022-02-08 Paul E. McKenneysrcu: Make Tree SRCU able to operate without snp_node...
2022-02-08 Paul E. McKenneyrcu-tasks: Set ->percpu_enqueue_shift to zero upon...
2022-02-08 Paul E. McKenneyrcu-tasks: Use order_base_2() instead of ilog2()
2022-02-08 Paul E. McKenneyrcu: Create and use an rcu_rdp_cpu_online()
2022-02-08 Paul E. McKenneyrcu: Make rcu_barrier() no longer block CPU-hotplug...
2022-02-08 Paul E. McKenneyrcu: Rework rcu_barrier() and callback-migration logic
2022-02-08 Paul E. McKenneyrcu: Refactor rcu_barrier() empty-list handling
2022-02-08 David Woodhousercu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock...
2022-02-03 Paul E. McKenneysrcu: Dynamically allocate srcu_node array
2022-02-02 Waiman Longclocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW
2022-02-02 Paul E. McKenneytools/memory-model: Use "-unroll 0" to keep --hw runs...
2022-02-02 Paul E. McKenneytools/memory-model: Make judgelitmus.sh handle scripted...
2022-02-02 Paul E. McKenneytools/memory-model: Add data-race capabilities to judge...
2022-02-02 Paul E. McKenneytools/memory-model: Add checktheselitmus.sh to run...
2022-02-02 Paul E. McKenneytools/memory-model: Repair parseargs.sh header comment
2022-02-02 Paul E. McKenneytools/memory-model: Add "--" to parseargs.sh for addit...
2022-02-02 Paul E. McKenneytools/memory-model: Make history-check scripts use...
2022-02-02 Paul E. McKenneytools/memory-model: Make checkghlitmus.sh use mselect7
2022-02-02 Paul E. McKenneytools/memory-model: Fix scripting --jobs argument
2022-02-02 Paul E. McKenneytools/memory-model: Implement --hw support for checkghl...
2022-02-02 Paul E. McKenneytools/memory-model: Add -v flag to jingle7 runs
2022-02-02 Paul E. McKenneytools/memory-model: Make runlitmus.sh check for jingle...
2022-02-02 Paul E. McKenneytools/memory-model: Allow herd to deduce CPU type
next