1
linux/arch/arm/mach-omap2
Linus Torvalds 7856a56541 Many singleton patches - please see the various changelogs for details.
Quite a lot of nilfs2 work this time around.
 
 Notable patch series in this pull request are:
 
 "mul_u64_u64_div_u64: new implementation" by Nicolas Pitre, with
 assistance from Uwe Kleine-König.  Reimplement mul_u64_u64_div_u64() to
 provide (much) more accurate results.  The current implementation was
 causing Uwe some issues in the PWM drivers.
 
 "xz: Updates to license, filters, and compression options" from Lasse
 Collin.  Miscellaneous maintenance and kinor feature work to the xz
 decompressor.
 
 "Fix some GDB command error and add some GDB commands" from Kuan-Ying Lee.
 Fixes and enhancements to the gdb scripts.
 
 "treewide: add missing MODULE_DESCRIPTION() macros" from Jeff Johnson.
 Adds lots of MODULE_DESCRIPTIONs, thus fixing lots of warnings about this.
 
 "nilfs2: add support for some common ioctls" from Ryusuke Konishi.  Adds
 various commonly-available ioctls to nilfs2.
 
 "This series fixes a number of formatting issues in kernel doc comments"
 from Ryusuke Konishi does that.
 
 "nilfs2: prevent unexpected ENOENT propagation" from Ryusuke Konishi.  Fix
 issues where -ENOENT was being unintentionally and inappropriately
 returned to userspace.
 
 "nilfs2: assorted cleanups" from Huang Xiaojia.
 
 "nilfs2: fix potential issues with empty b-tree nodes" from Ryusuke
 Konishi fixes some issues which can occur on corrupted nilfs2 filesystems.
 
 "scripts/decode_stacktrace.sh: improve error reporting and usability" from
 Luca Ceresoli does those things.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQTTMBEPP41GrTpTJgfdBJ7gKXxAjgUCZu7dpAAKCRDdBJ7gKXxA
 jsPqAPwMDEZyKlfSw7QioEHNHDkmkbP7VYCYR0CbUnppbztwpAD8D37aVbWQ+UzM
 3nnOq3W2Pc2o/20zqi8Upf1mnvUrygQ=
 =/NWE
 -----END PGP SIGNATURE-----

Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull non-MM updates from Andrew Morton:
 "Many singleton patches - please see the various changelogs for
  details.

  Quite a lot of nilfs2 work this time around.

  Notable patch series in this pull request are:

   - "mul_u64_u64_div_u64: new implementation" by Nicolas Pitre, with
     assistance from Uwe Kleine-König. Reimplement mul_u64_u64_div_u64()
     to provide (much) more accurate results. The current implementation
     was causing Uwe some issues in the PWM drivers.

   - "xz: Updates to license, filters, and compression options" from
     Lasse Collin. Miscellaneous maintenance and kinor feature work to
     the xz decompressor.

   - "Fix some GDB command error and add some GDB commands" from
     Kuan-Ying Lee. Fixes and enhancements to the gdb scripts.

   - "treewide: add missing MODULE_DESCRIPTION() macros" from Jeff
     Johnson. Adds lots of MODULE_DESCRIPTIONs, thus fixing lots of
     warnings about this.

   - "nilfs2: add support for some common ioctls" from Ryusuke Konishi.
     Adds various commonly-available ioctls to nilfs2.

   - "This series fixes a number of formatting issues in kernel doc
     comments" from Ryusuke Konishi does that.

   - "nilfs2: prevent unexpected ENOENT propagation" from Ryusuke
     Konishi. Fix issues where -ENOENT was being unintentionally and
     inappropriately returned to userspace.

   - "nilfs2: assorted cleanups" from Huang Xiaojia.

   - "nilfs2: fix potential issues with empty b-tree nodes" from Ryusuke
     Konishi fixes some issues which can occur on corrupted nilfs2
     filesystems.

   - "scripts/decode_stacktrace.sh: improve error reporting and
     usability" from Luca Ceresoli does those things"

* tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (103 commits)
  list: test: increase coverage of list_test_list_replace*()
  list: test: fix tests for list_cut_position()
  proc: use __auto_type more
  treewide: correct the typo 'retun'
  ocfs2: cleanup return value and mlog in ocfs2_global_read_info()
  nilfs2: remove duplicate 'unlikely()' usage
  nilfs2: fix potential oob read in nilfs_btree_check_delete()
  nilfs2: determine empty node blocks as corrupted
  nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
  user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocation
  tools/mm: rm thp_swap_allocator_test when make clean
  squashfs: fix percpu address space issues in decompressor_multi_percpu.c
  lib: glob.c: added null check for character class
  nilfs2: refactor nilfs_segctor_thread()
  nilfs2: use kthread_create and kthread_stop for the log writer thread
  nilfs2: remove sc_timer_task
  nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()
  nilfs2: eliminate the shared counter and spinlock for i_generation
  nilfs2: separate inode type information from i_state field
  nilfs2: use the BITS_PER_LONG macro
  ...
2024-09-21 08:20:50 -07:00
..
.gitignore
am33xx-restart.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
am33xx.h
board-generic.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
board-n8x0.c ARM: OMAP2+: fix USB regression on Nokia N8x0 2024-03-08 11:02:38 +02:00
clkt2xxx_dpll.c
clkt2xxx_dpllcore.c ARM: omap2: simplify clock2xxx header 2023-01-09 17:00:54 +01:00
clkt2xxx_virt_prcm_set.c ARM: OMAP2+: clock: fix a function name in kernel-doc 2024-01-26 10:28:02 +02:00
clock2xxx.h ARM: omap2: simplify clock2xxx header 2023-01-09 17:00:54 +01:00
clock.c ARM: omap2: simplify clock2xxx header 2023-01-09 17:00:54 +01:00
clock.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
clockdomain.c ARM: OMAP2+: clockdomain: fix kernel-doc warnings 2024-01-26 10:28:02 +02:00
clockdomain.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
clockdomains2xxx_3xxx_data.c
clockdomains3xxx_data.c
clockdomains7xx_data.c
clockdomains33xx_data.c
clockdomains43xx_data.c
clockdomains44xx_data.c
clockdomains54xx_data.c
clockdomains81xx_data.c
clockdomains2420_data.c
clockdomains2430_data.c
cm1_7xx.h
cm1_44xx.h
cm1_54xx.h
cm2_7xx.h
cm2_44xx.h
cm2_54xx.h
cm2xxx_3xxx.h ARM: omap2: remove APLL control 2023-01-09 17:00:54 +01:00
cm2xxx.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
cm2xxx.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
cm3xxx.c
cm3xxx.h
cm33xx.c ARM: OMAP2+: cm33xx: use matching function name in kernel-doc 2024-01-26 10:28:03 +02:00
cm33xx.h
cm44xx.h
cm81xx.h
cm_common.c
cm-regbits-7xx.h
cm-regbits-24xx.h
cm-regbits-33xx.h
cm-regbits-34xx.h
cm-regbits-44xx.h
cm-regbits-54xx.h
cm.h
cminst44xx.c ARM: OMAP2+: CMINST: use matching function name in kernel-doc 2024-01-26 10:28:03 +02:00
common-board-devices.h
common.c
common.h Scheduler updates in this cycle are: 2023-02-20 17:41:08 -08:00
control.c ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
control.h ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
cpuidle34xx.c cpuidle, OMAP3: Push RCU-idle into omap_sram_idle() 2023-01-13 11:48:16 +01:00
cpuidle44xx.c cpuidle, OMAP4: Push RCU-idle into omap4_enter_lowpower() 2023-01-13 11:48:17 +01:00
ctrl_module_wkup_44xx.h
devices.c ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/machine.h> 2023-01-19 12:16:08 +02:00
display.c
display.h
dma.c
fb.c
gpmc.h
hdq1w.c
hdq1w.h
i2c.c
i2c.h
id.c ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init 2023-11-30 13:57:00 +02:00
id.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
io.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
iomap.h
Kconfig ARM: OMAP2+: remove obsolete config OMAP3_SDRC_AC_TIMING 2023-03-28 08:41:05 +03:00
l3_2xxx.h
l3_3xxx.h
l4_2xxx.h
l4_3xxx.h
Makefile ARM: omap2: remove unused omap2_pm_init 2023-01-09 17:00:54 +01:00
mcbsp.c
mmc.h
msdi.c
omap2-restart.c
omap3-restart.c
omap4-common.c ARM: omap2: Explicitly include correct DT includes 2023-07-31 09:40:38 +03:00
omap4-restart.c
omap4-sar-layout.h
omap24xx.h
omap34xx.h
omap44xx.h
omap54xx.h
omap_device.c ARM: omap2: Switch to use kmemdup_array() 2024-07-30 15:19:44 -07:00
omap_device.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_2xxx_3xxx_ipblock_data.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_2xxx_interconnect_data.c ARM: omap2: remove unused headers 2023-01-09 17:00:54 +01:00
omap_hwmod_2xxx_ipblock_data.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_3xxx_data.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
omap_hwmod_81xx_data.c
omap_hwmod_2420_data.c ARM: omap2: remove unused headers 2023-01-09 17:00:54 +01:00
omap_hwmod_2430_data.c
omap_hwmod_common_data.c ARM: OMAP2+: hwmod: remove misuse of kernel-doc 2024-01-26 10:28:04 +02:00
omap_hwmod_common_data.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_common_ipblock_data.c
omap_hwmod.c ARM: OMAP2+: hwmod: fix kernel-doc warnings 2024-01-26 10:28:04 +02:00
omap_hwmod.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_opp_data.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
omap_phy_internal.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
omap_twl.c
omap-headsmp.S
omap-hotplug.c
omap-iommu.c
omap-mpuss-lowpower.c treewide: correct the typo 'retun' 2024-09-09 16:47:43 -07:00
omap-secure.c ARM: OMAP2+: fix kernel-doc warnings 2024-01-26 10:28:07 +02:00
omap-secure.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap-smc.S
omap-smp.c
omap-wakeupgen.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
omap-wakeupgen.h
opp2xxx.h
opp3xxx_data.c
opp4xxx_data.c
opp2420_data.c
opp2430_data.c
pdata-quirks.c ASoC: ti: Convert Pandora ASoC to GPIO descriptors 2023-10-02 14:06:21 +01:00
pm33xx-core.c ARM: OMAP2+: Remove the unneeded result variable 2023-03-28 08:44:28 +03:00
pm34xx.c cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle 2023-01-13 11:48:17 +01:00
pm44xx.c ARM: omap2+: Downgrade u-boot version warnings to debug statements 2023-09-13 10:18:19 +03:00
pm-asm-offsets.c
pm-debug.c
pm.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
pm.h Scheduler updates in this cycle are: 2023-02-20 17:41:08 -08:00
pmic-cpcap.c ARM: OMAP2+: pmic-cpcap: fix kernel-doc warnings 2024-01-26 10:28:05 +02:00
powerdomain-common.c
powerdomain.c ARM: OMAP2+: fix a kernel-doc warning 2024-01-26 10:28:06 +02:00
powerdomain.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
powerdomains2xxx_3xxx_data.c
powerdomains2xxx_3xxx_data.h
powerdomains2xxx_data.c
powerdomains3xxx_data.c
powerdomains7xx_data.c
powerdomains33xx_data.c
powerdomains43xx_data.c
powerdomains44xx_data.c
powerdomains54xx_data.c
prcm43xx.h
prcm44xx.h
prcm_mpu7xx.h
prcm_mpu44xx.c ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
prcm_mpu44xx.h
prcm_mpu54xx.h
prcm_mpu_44xx_54xx.h ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
prcm-common.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
prm2xxx_3xxx.c
prm2xxx_3xxx.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
prm2xxx.c
prm2xxx.h
prm3xxx.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
prm3xxx.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
prm7xx.h
prm33xx.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prm33xx.h
prm44xx_54xx.h
prm44xx.c ARM: OMAP2+: prm44xx: fix a kernel-doc warning 2024-01-26 10:28:05 +02:00
prm44xx.h
prm54xx.h
prm_common.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prm-regbits-24xx.h
prm-regbits-33xx.h ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prm-regbits-34xx.h
prm-regbits-44xx.h
prm.h ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prminst44xx.c
prminst44xx.h
scrm44xx.h
sdrc2xxx.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
sdrc.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
sdrc.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
sleep24xx.S
sleep33xx.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
sleep34xx.S ARM: OMAP2+: Fix spelling typos in comment 2023-01-19 12:19:39 +02:00
sleep43xx.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
sleep44xx.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
smartreflex-class3.c
soc.h
sr_device.c ARM: omap2: smartreflex: remove on_init control 2023-01-09 17:00:54 +01:00
sram242x.S
sram243x.S
sram.c ARM: omap: Fix checkpatch issues 2023-05-31 08:30:43 +03:00
sram.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
ti81xx-restart.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
ti81xx.h
timer.c ARM: OMAP2+: Fix memory leak in realtime_counter_init() 2022-12-27 07:21:41 +02:00
usb-tusb6010.c ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 2023-05-24 15:01:59 +02:00
usb-tusb6010.h ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 2023-05-24 15:01:59 +02:00
vc3xxx_data.c
vc44xx_data.c
vc.c ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
vc.h
voltage.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
voltage.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
voltagedomains2xxx_data.c
voltagedomains3xxx_data.c
voltagedomains44xx_data.c
voltagedomains54xx_data.c
vp3xxx_data.c
vp44xx_data.c
vp.c
vp.h
wd_timer.c ARM: OMAP2+: fix kernel-doc warnings 2024-01-26 10:28:07 +02:00
wd_timer.h