--- zzzz-none-000/linux-4.4.271/Documentation/kernel-parameters.txt 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/Documentation/kernel-parameters.txt 2023-04-19 10:22:27.000000000 +0000 @@ -1878,6 +1878,11 @@ memblock=debug [KNL] Enable memblock debug messages. + mhi_netdev_overide [MHI] Configure MRU value + Set MRU value to align with aggregation value + for optimized memory usage. + This change applicable to FWA targets only. + load_ramdisk= [RAM] List of ramdisks to load from floppy See Documentation/blockdev/ramdisk.txt. @@ -2073,6 +2078,13 @@ Without memmap= PCI devices could be placed at addresses belonging to unused RAM. + skip_mem_usage_tracking + Using this boot argument the CONFIG_DEBUG_MEM_USAGE feature + can be disabled at runtime.This will help for debugging on + particular context,if the CONFIG_DEBUG_MEM_USAGE feature is not + needed for a partitcular use case debugging,it can be disabled. + By default this feature is enabled to trace the memory usage. + mem=nopentium [BUGS=X86-32] Disable usage of 4MB pages for kernel memory. @@ -3274,6 +3286,9 @@ Lazy RCU callbacks are those which RCU can prove do nothing more than free memory. + rcutree.rcu_cpu_stall_panic= [KNL] + Panic when CPU stall + rcutorture.cbflood_inter_holdoff= [KNL] Set holdoff time (jiffies) between successive callback-flood tests.