aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions
span>.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1 2020-03-09zorro: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1 2020-03-09zorro: Move zorro_bus_type to bus-private header fileGeert Uytterhoeven1-0/+7 2020-03-09zorro: Use zorro_match_device() helper in zorro_bus_match()Geert Uytterhoeven1-6/+1 2020-03-09zorro: Fix zorro_bus_match() kerneldocGeert Uytterhoeven1-3/+3 2020-03-09zorro: Make zorro_match_device() staticGeert Uytterhoeven1-2/+1 2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1 2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+4 2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1 2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1 2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1 2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+3 2018-05-22zorro: Add a blank line after declarationsJacob1-0/+3 2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-15/+2 2018-03-19zorro: Set up z->dev.dma_mask for the DMA APIMichael Schmitz1-0/+12 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5 2017-03-17zorro: stop creating attributes by handDmitry Torokhov4-47/+50 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1 2016-01-25zorro: Use kobj_to_dev()Geliang Tang1-2/+1 2014-10-20zorro: drop owner assignment from platform_driversWolfram Sang1-1/+0 2014-07-11zorro: Use ARRAY_SIZEHimangi Saraogi1-2/+2 2013-11-26zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Geert Uytterhoeven3-10/+26 2013-11-26zorro: Let the driver core handle device enumerationGeert Uytterhoeven2-7/+8 2013-11-26zorro: Refactor conditional handling of Zorro device name databaseGeert Uytterhoeven3-11/+7 2013-11-26zorro: Don't fill in dummy names in zorro_name_device()Geert Uytterhoeven1-1/+0 2013-11-26zorro: Do not allocate zorro_autocon[] staticallyGeert Uytterhoeven1-3/+16 2013-06-29zorro: switch to fixed_size_llseek()Al Viro1-21/+1 2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1 2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+1 2013-02-22new helper: file_inode(file)Al Viro