summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* linux/sizeof_field.h: Implement sizeof_field() in terms of memberof()fieldofAlejandro Colomar2021-11-19-1/+4
* include/: Include <linux/array_size.h> for ARRAY_SIZE()Alejandro Colomar2021-11-19-0/+20
* linux/array_size.h: Move ARRAY_SIZE(arr) to a separate headerAlejandro Colomar2021-11-19-6/+37
* linux/offsetofend.h: Move offsetofend(T, m) to a separate headerAlejandro Colomar2021-11-19-9/+23
* include/linux/: Include a smaller header if just for NULLAlejandro Colomar2021-11-19-3/+3
* linux/sizeof_field.h: Move sizeof_field(T, m) to a separate headerAlejandro Colomar2021-11-19-8/+20
* linux/container_of.h: Remove unnecessary cast to (void *)Alejandro Colomar2021-11-19-2/+2
* linux/container_of.h: CosmeticAlejandro Colomar2021-11-19-2/+6
* linux/container_of.h: Implement container_of_safe() in terms of container_of()Alejandro Colomar2021-11-19-5/+6
* linux/offsetof.h: Implement offsetof() in terms of memberof()Alejandro Colomar2021-11-19-1/+2
* linux/offsetof.h: Move offsetof(T, m) to a separate headerAlejandro Colomar2021-11-19-7/+52
* linux/NULL.h: Move NULL to a separate headerAlejandro Colomar2021-11-19-2/+13
* Simplify sizeof(typeof_member()) to sizeof_field()Alejandro Colomar2021-11-19-4/+4
* linux/typeof_member.h: Move typeof_member() to a separate headerAlejandro Colomar2021-11-19-2/+16
* linux/memberof.h: Move memberof() to separate headerAlejandro Colomar2021-11-19-3/+13
* Replace some uses of memberof() by its wrappersAlejandro Colomar2021-11-19-32/+30
* Use memberof(T, m) instead of explicit NULL dereferenceAlejandro Colomar2021-11-18-29/+41
* linux/container_of.h: Add memberof(T, m)Alejandro Colomar2021-11-18-0/+3
* Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-17-19/+18
|\
| * gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher2021-11-10-0/+3
| * gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher2021-11-08-2/+2
| * gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher2021-11-06-1/+1
| * gfs2: release iopen glock early in evictBob Peterson2021-11-06-7/+7
| * gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher2021-11-05-6/+2
| * gfs2: Only dereference i->iov when iter_is_iovec(i)Andreas Gruenbacher2021-11-03-3/+3
* | Merge tag 'mips-fixes_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-17-1/+16
|\ \
| * | mips: lantiq: add support for clk_get_parent()Randy Dunlap2021-11-16-0/+6
| * | mips: bcm63xx: add support for clk_get_parent()Randy Dunlap2021-11-16-0/+6
| * | MIPS: generic/yamon-dt: fix uninitialized variable errorColin Ian King2021-11-16-1/+1
| * | MIPS: syscalls: Wire up futex_waitv syscallWang Haojun2021-11-16-0/+3
* | | Merge tag 'hyperv-fixes-signed-20211117' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-17-14/+20
|\ \ \
| * | | x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-15-13/+16
| * | | x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsSean Christopherson2021-11-15-0/+3
| * | | Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_sizeBoqun Feng2021-11-15-1/+1
| |/ /
* | | Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-17-5/+2
|\ \ \
| * | | NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever2021-11-15-5/+2
* | | | Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-14-3/+8
|\ \ \ \
| * | | | tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)2021-11-14-3/+8
* | | | | kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.xGustavo A. R. Silva2021-11-14-1/+1
| |_|/ / |/| | |
* | | | 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