aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drivers: thermal: fix compiler warningHEADt13.0s12.1s12.0Julian Veit2022-01-131-2/+0
* defconfig: disable CONFIG_RT_GROUP_SCHED and regenJulian Veit2021-12-211-1/+2
* libfdt: add fdt type definitionsRob Herring2021-12-204-0/+16
* lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du2021-12-201-1/+1
* lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan2021-12-201-1/+1
* lib: crc32: Add some additional __pure annotationsGeorge Spelvin2021-12-202-4/+4
* lib: crc32: Mark test data __initconstGeorge Spelvin2021-12-201-2/+2
* lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin2021-12-202-79/+82
* lib/crc32.c: remove unnecessary __constantFabian Frederick2021-12-201-2/+2
* lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann2021-12-201-2/+2
* lib: crc32: conditionally resched when running testcasesDaniel Borkmann2021-12-201-0/+3
* lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann2021-12-201-0/+72
* lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2021-12-202-0/+121
* lib: crc32: clean up spacing in test casesDaniel Borkmann2021-12-201-200/+100
* lib/crc32: update the comments of crc32_{be,le}_generic()Gu Zheng2021-12-201-6/+11
* lib: move strtobool() to kstrtobool()Kees Cook2021-12-204-30/+57
* lib: add glibc style strchrnul() variantGrant Likely2021-12-202-0/+21
* asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2021-12-202-2/+2
* lib/string.c: implement a basic bcmpNick Desaulniers2021-12-202-0/+23
* scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bcRob Herring2021-12-206-16/+261
* scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring2021-12-2021-320/+622
* scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9Rob Herring2021-12-202-1/+10
* scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110Rob Herring2021-12-2016-230/+1603
* scripts/dtc: fix '%zx' warningRussell King2021-12-201-1/+1
* dtc: check.c fix compile errorShuah Khan2021-12-201-1/+1
* scripts/dtc: Update to upstream version v1.4.4-8-g756ffc4f52f6Rob Herring2021-12-2019-182/+523
* scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller2021-12-202-2/+0
* UPSTREAM: scripts/dtc: Update to upstream version 0931cea3ba20Rob Herring2021-12-2024-1019/+1661
* UPSTREAM: scripts/dtc: Update to upstream version 53bf130b1cddRob Herring2021-12-204-7/+31
* UPSTREAM: scripts/dtc: Update to upstream commit b06e55c88b9bRob Herring2021-12-2012-111/+390
* scripts/dtc: Update to upstream version 9d3649bd3be245c9Rob Herring2021-12-2028-1533/+1740
* scripts/dtc: add missing libfdt and fixups to import scriptGaurav Minocha2021-12-201-0/+9
* scripts/dtc: Add a script to update to mainline dtc sourceGrant Likely2021-12-202-1/+55
* scripts/dtc: Update to upstream version v1.4.0Grant Likely2021-12-206-82/+294
* scripts/dtc: Update shipped files to build with bison 2.7.12Grant Likely2021-12-202-283/+222
* scripts: Makefile: add support to use external DTCShashank Mittal2021-12-202-1/+9
* module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2021-12-202-7/+11
* modpost: file2alias: go back to simple devtable lookupMasahiro Yamada2021-12-201-85/+40
* kbuild: create a build directory automatically for out-of-tree buildMasahiro Yamada2021-12-201-2/+3
* Revert "hima: defconfig: Enable MEMCG and disable LOW_MEMORY_KILLER"Julian Veit2021-02-131-5/+3
* Revert "ASoC: Add support for AFE custom topology"Chaosmaster2020-12-074-320/+3
* Merge branch 'q10.0' of https://github.com/AICP/kernel_htc_msm8994 into linea...Julian Veit2020-09-2178-454/+530
|\
| * ANDROID: fix a bug in quota2Maciej Żenczykowski2020-08-291-15/+14
| * soc: qcom: bam_dmux: Replace wake locks with wakeup sourcesJeff Hugo2020-08-291-5/+5
| * ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai2020-08-291-1/+3
| * i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao2020-08-291-22/+26
| * i2c-dev: don't get i2c adapter via i2c_devviresh kumar2020-08-291-6/+1
| * i2c: dev: use after free in detachDan Carpenter2020-08-291-1/+1
| * i2c: dev: don't start function name with 'return'Wolfram Sang2020-08-291-3/+3
| * i2c: dev: switch from register_chrdev to cdev APIErico Nunes2020-08-291-4/+15