summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-20drivers: base: transport_class: fix possible memory leakYang Yingliang1-1/+7
2023-01-20driver core: location: Free struct acpi_pld_info *pld before return falseHanjun Guo1-1/+4
2023-01-20driver core: fix resource leak in device_add()Zhengchao Shao1-1/+1
2023-01-20drivers/base/memory: Fix comments for phys_index_show()Gavin Shan1-7/+2
2023-01-20test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2023-01-20test_firmware: use kernel-doc struct notationRandy Dunlap1-1/+1
2023-01-20Merge tag 'archtopo-cacheinfo-updates-6.3' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman6-117/+213
2023-01-19kernfs: remove an unused if statement in kernfs_path_from_node_locked()Zhen Lei1-3/+0
2023-01-19device property: Make fwnode_graph_for_each_endpoint() consistentAndy Shevchenko1-3/+3
2023-01-18cacheinfo: Fix shared_cpu_map to handle shared caches at different levelsYong-Xuan Wang1-10/+17
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois4-24/+65
2023-01-18ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()Pierre Gondois3-33/+63
2023-01-18ACPI: PPTT: Remove acpi_find_cache_levels()Pierre Gondois1-15/+6
2023-01-18cacheinfo: Check 'cache-unified' property to count cache leavesPierre Gondois1-11/+26
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman4-31/+19
2023-01-18driver core: bus.h: document bus notifiers betterGreg Kroah-Hartman1-14/+28
2023-01-17cacheinfo: Return error code in init_of_cache_level()Pierre Gondois1-3/+7
2023-01-17cacheinfo: Use RISC-V's init_cache_level() as generic OF implementationPierre Gondois3-38/+46
2023-01-17platform: remove useless if-branch in __platform_get_irq_byname()Soha Jin1-5/+3
2023-01-17serial: arc_uart: Drop empty platform remove functionUwe Kleine-König1-7/+0
2023-01-17staging: greybus: codecs: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-01-17platform: Document platform_add_devices() return valueUmang Jain1-0/+2
2023-01-17software node: Remove unused APIsAndy Shevchenko2-64/+0
2023-01-17software node: Switch property entry test to a new APIAndy Shevchenko1-16/+14
2023-01-17media: ipu3-cio2: Convert to use software_node_register_node_group()Andy Shevchenko2-5/+21
2023-01-17media: ipu3-cio2: Don't dereference fwnode handleAndy Shevchenko1-2/+4
2023-01-17platform: Provide a remove callback that returns no valueUwe Kleine-König2-1/+14
2023-01-11driver core: change to_subsys_private() to use container_of_const()Greg Kroah-Hartman2-2/+2
2023-01-11kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai1-2/+10
2023-01-11driver core: Make driver_deferred_probe_timeout a static variableJavier Martinez Canillas2-5/+2
2023-01-11driver core: fix potential null-ptr-deref in device_add()Yang Yingliang1-0/+1
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman2-5/+5
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman2-3/+1
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman2-3/+1
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman2-7/+2
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman2-43/+0
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman2-3/+1
2023-01-08Linux 6.2-rc3Linus Torvalds1-1/+1
2023-01-08Merge tag 'powerpc-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+5
2023-01-08Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-2/+4
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-3/+36
2023-01-07Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-26/+27
2023-01-07Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-34/+38
2023-01-07Merge tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-6/+9
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-21/+44
2023-01-07Merge tag 'kbuild-fixes-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+6
2023-01-06Merge tag 'drm-fixes-2023-01-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds27-153/+204
2023-01-06tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-06Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds22-18/+3487