aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/treeboot-iss4xx.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-18random: selectively clang-format where it makes senseJason A. Donenfeld1-110/+99
2022-01-18random: access input_pool_data directly rather than through pointerJason A. Donenfeld1-13/+8
2022-01-18random: cleanup fractional entropy shift constantsJason A. Donenfeld1-15/+13
2022-01-18random: prepend remaining pool constants with POOL_Jason A. Donenfeld1-20/+20
2022-01-18random: de-duplicate INPUT_POOL constantsJason A. Donenfeld1-11/+6
2022-01-18random: remove unused OUTPUT_POOL constantsJason A. Donenfeld1-3/+1
2022-01-18random: rather than entropy_store abstraction, use globalJason A. Donenfeld2-158/+117
2022-01-18random: remove unused extract_entropy() reserved argumentJason A. Donenfeld1-10/+7
2022-01-18random: remove incomplete last_data logicJason A. Donenfeld1-35/+4
2022-01-18random: cleanup integer typesJason A. Donenfeld1-53/+52
2022-01-18random: cleanup poolinfo abstractionJason A. Donenfeld1-37/+30
2022-01-18random: fix typo in commentsSchspa Shi1-1/+1
2022-01-18lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld1-81/+14
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld4-77/+39
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes3-7/+14
2022-01-18vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel1-1/+1
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown3-2/+11
2022-01-17unicode: fix .gitignore for generated utfdata fileLinus Torvalds1-1/+1
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa7-12/+70
2022-01-15perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo1-1/+1
2022-01-15perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo1-0/+10
2022-01-15perf metric: Fix metric_leaderIan Rogers1-1/+1
2022-01-15cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky1-1/+1
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton6-8/+11
2022-01-15cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li1-0/+1
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park2-5/+7
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park1-2/+8
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park1-1/+1
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park1-3/+2
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang2-13/+11
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang1-0/+96
2022-01-15Docs/admin-guide/mm/damon/usage: update for schemes statisticsSeongJae Park1-4/+5
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park1-2/+4
2022-01-15Docs/admin-guide/mm/damon/reclaim: document statistics parametersSeongJae Park1-0/+25
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park1-0/+46
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park2-0/+4
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park5-33/+53
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park1-1/+1
2022-01-15Docs/admin-guide/mm/damon/usage: update for kdamond_pid and (mk|rm)_contextsSeongJae Park1-3/+49
2022-01-15Docs/admin-guide/mm/damon/usage: mention tracepoint at the beginningSeongJae Park1-1/+8
2022-01-15Docs/admin-guide/mm/damon/usage: remove redundant informationSeongJae Park1-22/+22
2022-01-15Docs/admin-guide/mm/damon/usage: update for scheme quotas and watermarksSeongJae Park1-25/+98
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park3-9/+20
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao1-1/+4
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao3-8/+4
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao1-0/+7
2022-01-15mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han1-13/+3
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao3-34/+16
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao1-4/+2
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao1-2/+5