summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* linux/power_of_2.h: Implement [__]BUILD_BUG_ON_NOT_POWER_OF_2() in terms of _...memberofAlejandro Colomar2021-11-20-4/+2
* linux/build_bug.h, linux/power_of_2.h: Move [__]BUILD_BUG_ON_NOT_POWER_OF_2()...Alejandro Colomar2021-11-20-6/+10
* linux/power_of_2.h: Add __IS_POWER_OF_2(n) and __IS_POWER_OF_2_OR_0(n) macrosAlejandro Colomar2021-11-20-0/+10
* linux/array_size.h: Add __is_array(a) to help readabilityAlejandro Colomar2021-11-20-1/+3
* linux/compiler.h, linux/array_size.h: Move __must_be_array() into <linux/arra...Alejandro Colomar2021-11-20-4/+14
* linux/compiler.h: Implement __must_be_array() in terms of __must_be()Alejandro Colomar2021-11-20-1/+1
* linux/compiler_types.h, linux/same_type.h: Split __same_type() to a separate ...Alejandro Colomar2021-11-20-3/+14
* Move BUILD_BUG_ON_ZERO to <linux/must_be.h>Alejandro Colomar2021-11-20-11/+14
* linux/must_be.h: Add must_be() to improve readability of BUILD_BUG_ON_ZERO()Alejandro Colomar2021-11-20-0/+9
* linux/container_of.h: CosmeticAlejandro Colomar2021-11-20-2/+6
* linux/container_of.h: Remove unnecessary castAlejandro Colomar2021-11-20-1/+1
* Implement offsetof(), sizeof_member(), typeof_member(), and container_of() in...Alejandro Colomar2021-11-20-4/+13
* Implement container_of_safe() in terms of container_of()Alejandro Colomar2021-11-20-7/+2
* linux/memberof.h: Add memberof(T, m) macroAlejandro Colomar2021-11-20-0/+12
* linux/kernel.h, linux/array_size.h: Split ARRAY_SIZE() into a separate headerAlejandro Colomar2021-11-20-6/+18
* linux/container_of.h, linux/typeof_member.h: Split typeof_member() into a sep...Alejandro Colomar2021-11-20-1/+11
* linux/stddef.h, linux/NULL.h: Split NULL into a separate headerAlejandro Colomar2021-11-20-3/+11
* linux/stddef.h, linux/offsetofend.h: Split offsetofend() into a separate headerAlejandro Colomar2021-11-20-9/+20
* linux/stddef.h, linux/sizeof_field.h: Split sizeof_field() into a separate he...Alejandro Colomar2021-11-20-8/+16
* linux/stddef.h, linux/offsetof.h: Split offsetof() into a separate headerAlejandro Colomar2021-11-20-7/+21
* Linux 5.16-rc1Linus Torvalds2021-11-14-2/+2
* kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2021-11-14-5/+6
* Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-11-14-7/+12
|\
| * xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-11-0/+4
| * xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-10-3/+7
| * xfs: use swap() to make dabtree code cleanerYang Guang2021-11-08-4/+1
* | Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-14-6/+14
|\ \
| * | parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-13-1/+1
| * | parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-13-4/+10
| * | parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller2021-11-13-0/+1
| * | parisc: Fix backtrace to always include init funtion namesHelge Deller2021-11-13-1/+2
* | | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds2021-11-14-180/+78
|\ \ \
| * | | sh: pgtable-3level: Fix cast to pointer from integer of different sizeGeert Uytterhoeven2021-10-27-1/+1
| * | | sh: fix READ/WRITE redefinition warningsRandy Dunlap2021-10-27-22/+22
| * | | sh: define __BIG_ENDIAN for math-emuRandy Dunlap2021-10-27-0/+8
| * | | sh: math-emu: drop unused functionsRandy Dunlap2021-10-27-103/+0
| * | | sh: fix kconfig unmet dependency warning for FRAME_POINTERRandy Dunlap2021-10-27-0/+1
| * | | sh: Cleanup about SPARSE_IRQKefeng Wang2021-10-27-12/+0
| * | | sh: kdump: add some attribute to functionYejune Deng2021-09-17-2/+2
| * | | maple: fix wrong return value of maple_bus_init().Lu Wei2021-09-17-1/+4
| * | | sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/Masahiro Yamada2021-09-17-24/+23
| * | | sh: boot: add intermediate vmlinux.bin* to targets instead of extra-yMasahiro Yamada2021-09-17-2/+2
| * | | sh: boards: Fix the cacography in irq.cTang Bin2021-09-17-2/+2
| * | | sh: check return code of request_irqNick Desaulniers2021-09-17-2/+3
| * | | sh: fix trivial misannotationsAl Viro2021-09-17-12/+13
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-14-13/+13
|\ \ \ \
| * | | | ARM: 9156/1: drop cc-option fallbacks for architecture selectionArnd Bergmann2021-11-12-11/+11
| * | | | ARM: 9155/1: fix early early_iounmap()Michał Mirosław2021-11-12-2/+2
* | | | | Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-14-277/+277
|\ \ \ \ \
| * | | | | dt-bindings: watchdog: sunxi: fix error in schemaDavid Heidelberg2021-11-11-2/+0