summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-17vmlinux.lds.h: add HEADERED_SECTION_* macrosJim Cromie
2022-11-17vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macrosJim Cromie
2022-11-14mfd: vexpress-sysreg: Fix resource compound literal assignmentsAndy Shevchenko
2022-11-10vmlinux.lds.h: place optional header space in BOUNDED_SECTIONJim Cromie
2022-11-10vmlinux.lds.h: add BOUNDED_SECTION* macrosJim Cromie
2022-11-10kernel/ksysfs.c: export kernel cpu byteorderThomas Weißschuh
2022-11-10resource: Convert DEFINE_RES_NAMED() to be compound literalAndy Shevchenko
2022-11-10resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy Shevchenko
2022-11-10platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irqSoha Jin
2022-11-10driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres
2022-11-10driver core: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-10cacheinfo: Decrement refcount in cache_setup_of_node()Pierre Gondois
2022-11-10driver core: mark driver_allows_async_probing staticChristoph Hellwig
2022-11-10driver core: remove devm_device_remove_group()Greg Kroah-Hartman
2022-11-10driver core: remove devm_device_remove_groups()Greg Kroah-Hartman
2022-11-10blkdev: make struct block_device_operations.devnode() take a const *Greg Kroah-Hartman
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman
2022-11-09sysfs: update DocumentationRandy Dunlap
2022-11-09debugfs: small Documentation cleaningRandy Dunlap
2022-11-09devres: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-11-09Documentation: devres: add missing MEM helperYang Yingliang
2022-11-09class: fix possible memory leak in __class_register()Yang Yingliang
2022-10-25kset: fix memory leak when kset_register() returns errorYang Yingliang
2022-10-25linux/container_of.h: Warn about loss of constnessSakari Ailus
2022-10-25container_of: remove container_of_safe()Greg Kroah-Hartman
2022-10-22device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko
2022-10-22device property: Constify device child node APIsAndy Shevchenko
2022-10-22device property: Constify parameter in fwnode_graph_is_endpoint()Andy Shevchenko
2022-10-22device property: Constify fwnode connection match APIsAndy Shevchenko
2022-10-22device property: Allow const parameter to dev_fwnode()Andy Shevchenko
2022-10-22kobject: make get_ktype() take a const pointerGreg Kroah-Hartman
2022-10-22kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman
2022-10-20kernfs: dont take i_lock on revalidateIan Kent
2022-10-20kernfs: dont take i_lock on inode attr readIan Kent
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman
2022-10-20USB: allow some usb functions to take a const pointer.Greg Kroah-Hartman
2022-10-20driver core: allow kobj_to_dev() to take a const pointerGreg Kroah-Hartman
2022-10-16Linux 6.1-rc1v6.1-rc1Linus Torvalds
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-10-16Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa
2022-10-17lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor
2022-10-17kbuild: fix single directory buildMasahiro Yamada
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2022-10-15Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo