id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.4.y 2020-12-16T06:46:15Z kernel.h: split out mathematical helpers 2020-12-16T06:46:15Z Andy Shevchenko andriy.shevchenko@linux.intel.com 2020-12-16T04:42:48Z urn:sha1:aa6159ab99a9ab5df835b4750b66cf132a5aa292 kernel.h is being used as a dump for all kinds of stuff for a long time. Here is the attempt to start cleaning it up by splitting out mathematical helpers. At the same time convert users in header and lib folder to use new header. Though for time being include new header back to kernel.h to avoid twisted indirected includes for existing users. [sfr@canb.auug.org.au: fix powerpc build] Link: https://lkml.kernel.org/r/20201029150809.13059608@canb.auug.org.au Link: https://lkml.kernel.org/r/20201028173212.41768-1-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: "Paul E. McKenney" <paulmck@kernel.org> Cc: Trond Myklebust <trond.myklebust@hammerspace.com> Cc: Jeff Layton <jlayton@kernel.org> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> linux/rcu_node_tree: Convert to SPDX license identifier 2019-02-09T16:44:32Z Paul E. McKenney paulmck@linux.ibm.com 2019-01-17T18:26:59Z urn:sha1:5efd1d94a5a748c492580b50b9bd3a7e42c31411 Replace the license boiler plate with a SPDX license identifier. While in the area, update an email address. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> [ paulmck: Update .h SPDX comment format per Joe Perches. ] Reviewed-by: Thomas Gleixner <tglx@linutronix.de>