summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* driver core: remove devm_device_remove_groups()Greg Kroah-Hartman2022-11-102-19/+0
* blkdev: make struct block_device_operations.devnode() take a const *Greg Kroah-Hartman2022-11-102-2/+2
* driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-097-15/+15
* sysfs: update DocumentationRandy Dunlap2022-11-091-17/+24
* debugfs: small Documentation cleaningRandy Dunlap2022-11-091-4/+4
* devres: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-11-091-0/+3
* Documentation: devres: add missing MEM helperYang Yingliang2022-11-091-0/+1
* class: fix possible memory leak in __class_register()Yang Yingliang2022-11-091-0/+5
* kset: fix memory leak when kset_register() returns errorYang Yingliang2022-10-251-1/+8
* linux/container_of.h: Warn about loss of constnessSakari Ailus2022-10-251-0/+1
* container_of: remove container_of_safe()Greg Kroah-Hartman2022-10-251-16/+0
* device property: Constify parameter in device_dma_supported() and device_get_...Andy Shevchenko2022-10-222-5/+4
* device property: Constify device child node APIsAndy Shevchenko2022-10-222-9/+9
* device property: Constify parameter in fwnode_graph_is_endpoint()Andy Shevchenko2022-10-221-1/+1
* device property: Constify fwnode connection match APIsAndy Shevchenko2022-10-225-14/+14
* device property: Allow const parameter to dev_fwnode()Andy Shevchenko2022-10-222-3/+15
* kobject: make get_ktype() take a const pointerGreg Kroah-Hartman2022-10-221-1/+1
* kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman2022-10-222-6/+6
* kernfs: dont take i_lock on revalidateIan Kent2022-10-201-7/+17
* kernfs: dont take i_lock on inode attr readIan Kent2022-10-201-4/+0
* USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman2022-10-205-5/+5
* USB: allow some usb functions to take a const pointer.Greg Kroah-Hartman2022-10-201-3/+52
* driver core: allow kobj_to_dev() to take a const pointerGreg Kroah-Hartman2022-10-201-1/+17
* Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-171-2/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-17185-421/+378
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-123-23/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1219-24/+24
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1271-100/+100
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-126-6/+6
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-1221-34/+34
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-124-19/+8
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1289-218/+204
* | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1736-71/+1265
|\ \
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| * | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| * | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| * | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| * | perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| * | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| * | perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| * | perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
| * | perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
| * | perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
| * | perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3
| * | perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter2022-10-151-1/+8
| * | perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter2022-10-151-4/+12
| * | perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter2022-10-151-4/+3
| * | perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-145-13/+26