summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channelGeert Uytterhoeven2022-02-221-2/+2
* pinctrl: renesas: r8a7794: Add range checking to .pin_to_pocctrl()Geert Uytterhoeven2022-02-221-0/+3
* pinctrl: renesas: rzg2l: Improve rzg2l_gpio_register()Biju Das2022-02-081-2/+2
* pinctrl: renesas: r8a77995: Restore pin group sort orderGeert Uytterhoeven2022-02-081-43/+43
* pinctrl: renesas: r8a7790: Restore pin function sort orderGeert Uytterhoeven2022-02-081-1/+1
* pinctrl: renesas: r8a7779: Restore pin function sort orderGeert Uytterhoeven2022-02-081-4/+4
* pinctrl: renesas: r8a779a0: Rename MOD_SEL2_* definitionsGeert Uytterhoeven2022-02-081-21/+21
* pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabledBiju Das2022-02-081-2/+4
* dt-bindings: pinctrl: renesas: Document RZ/V2L pinctrlBiju Das2022-01-241-4/+11
* pinctrl: renesas: r8a7799[05]: Add MediaLB pinsNikita Yushchenko2022-01-242-2/+34
* pinctrl: renesas: r8a7791: Remove INTC_IRQx_NGeert Uytterhoeven2022-01-241-20/+15
* pinctrl: renesas: r8a7790: Remove INTC_IRQx_NGeert Uytterhoeven2022-01-241-25/+18
* dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add description for power-source...Lad Prabhakar2022-01-241-0/+1
* pinctrl: renesas: rcar: Do not enforce GPIO if already muxedWolfram Sang2022-01-241-1/+1
* Linux 5.17-rc1v5.17-rc1Linus Torvalds2022-01-231-2/+2
* Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-2351-149/+354
|\
| * perf tools: Remove redundant err variableMinghao Chi2022-01-221-4/+1
| * perf test: Add parse-events test for aliases with hyphensJohn Garry2022-01-222-9/+82
| * perf test: Add pmu-events test for aliases with hyphensJohn Garry2022-01-222-0/+48
| * perf parse-events: Support event alias in form foo-bar-bazJohn Garry2022-01-224-4/+41
| * perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
| * perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
| * perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2231-87/+99
| * perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
| * perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
| * tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-205-1/+8
| * tools headers UAPI: Sync x86 arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2022-01-191-12/+14
| * perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
| * perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo2022-01-181-7/+10
| * perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo2022-01-181-1/+7
| * perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-181-0/+3
* | Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-232-3/+10
|\ \
| * | ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-232-3/+10
* | | Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-233-4/+3
|\ \ \
| * | | certs: Fix build error when CONFIG_MODULE_SIG_KEY is emptyMasahiro Yamada2022-01-221-1/+1
| * | | certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URIMasahiro Yamada2022-01-221-1/+1
| * | | Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Masahiro Yamada2022-01-221-1/+1
| * | | usr/include/Makefile: add linux/nfc.h to the compile-test coverageDmitry V. Levin2022-01-221-1/+0
* | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-2373-438/+635
|\ \ \ \ | |/ / / |/| | |
| * | | vsprintf: rework bitmap_list_stringYury Norov2022-01-151-17/+7
| * | | lib: bitmap: add performance test for bitmap_print_to_pagebufYury Norov2022-01-151-0/+37
| * | | bitmap: unify find_bit operationsYury Norov2022-01-154-46/+65
| * | | mm/percpu: micro-optimize pcpu_is_populated()Yury Norov2022-01-151-7/+8
| * | | Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-153-6/+5
| * | | find: micro-optimize for_each_{set,clear}_bit()Yury Norov2022-01-151-2/+2
| * | | include/linux: move for_each_bit() macros from bitops.h to find.hYury Norov2022-01-152-34/+34
| * | | cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-156-6/+22
| * | | tools: sync tools/bitmap with mother linuxYury Norov2022-01-155-11/+100