summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | firmware: imx: add get resource owner apiPeng Fan2022-02-122-0/+50
| * | | soc: imx: imx8m-blk-ctrl: add i.MX8MQ VPU blk-ctrlLucas Stach2022-02-111-0/+66
| * | | Merge commit '7a7b1414ea9a3641672be768afe16f583f0b76e7' into imx/driversShawn Guo2022-02-111-0/+3
| |\ \ \
| | * | | dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domainsLucas Stach2022-02-111-0/+3
| | |/ /
| * / / soc: imx: Remove Layerscape checkFabio Estevam2022-01-281-3/+0
| |/ /
* | | Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann2022-02-2515-629/+447
|\ \ \
| * | | tee: refactor TEE_SHM_* flagsJens Wiklander2022-02-164-27/+23
| * | | tee: replace tee_shm_register()Jens Wiklander2022-02-162-77/+90
| * | | KEYS: trusted: tee: use tee_shm_register_kernel_buf()Jens Wiklander2022-02-161-14/+9
| * | | tee: add tee_shm_register_{user,kernel}_buf()Jens Wiklander2022-02-164-2/+38
| * | | optee: add optee_pool_op_free_helper()Jens Wiklander2022-02-164-7/+17
| * | | tee: replace tee_shm_alloc()Jens Wiklander2022-02-166-65/+76
| * | | tee: simplify shm pool handlingJens Wiklander2022-02-1610-310/+137
| * | | tee: add tee_shm_alloc_user_buf()Jens Wiklander2022-02-165-3/+22
| * | | tee: remove unused tee_shm_pool_alloc_res_mem()Jens Wiklander2022-02-162-86/+0
| * | | hwrng: optee-rng: use tee_shm_alloc_kernel_buf()Jens Wiklander2022-02-161-3/+3
| * | | optee: use driver internal tee_context for some rpcJens Wiklander2022-02-034-67/+64
* | | | Merge tag 'amdtee-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/l...Arnd Bergmann2022-02-251-1/+1
|\ \ \ \
| * | | | tee: amdtee: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-141-1/+1
| |/ / /
* | | | Merge tag 'renesas-drivers-for-v5.18-tag2' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2022-02-251-0/+7
|\ \ \ \
| * | | | soc: renesas: Kconfig: Introduce ARCH_RZG2L config optionLad Prabhakar2022-02-241-4/+7
| * | | | soc: renesas: Kconfig: Explicitly select PM and PM_GENERIC_DOMAINS configsLad Prabhakar2022-02-221-0/+4
* | | | | Merge tag 'renesas-drivers-for-v5.18-tag1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2022-02-252-22/+51
|\| | | |
| * | | | soc: renesas: Add support for reading product revision for RZ/G2L familyBiju Das2022-02-081-22/+33
| * | | | soc: renesas: Identify RZ/V2L SoCBiju Das2022-01-242-0/+18
| | |/ / | |/| |
* | | | Linux 5.17-rc3v5.17-rc3Linus Torvalds2022-02-061-1/+1
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-0619-160/+196
|\ \ \ \
| * | | | fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-038-20/+20
| * | | | ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-031-2/+3
| * | | | jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()Yang Li2022-02-031-0/+4
| * | | | ext4: fix potential NULL pointer dereference in ext4_fill_super()Lukas Czerner2022-02-031-1/+1
| * | | | jbd2: refactor wait logic for transaction updates into a common functionRitesh Harjani2022-02-033-38/+38
| * | | | jbd2: cleanup unused functions declarations from jbd2.hRitesh Harjani2022-02-031-7/+0
| * | | | ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-031-35/+29
| * | | | ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...Ritesh Harjani2022-02-031-9/+4
| * | | | ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-031-1/+9
| * | | | ext4: fast commit may miss file actionsXin Yin2022-02-033-10/+7
| * | | | ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-0311-23/+42
| * | | | ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin2022-02-031-9/+17
| * | | | ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-033-5/+22
* | | | | Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub...Linus Torvalds2022-02-0618-45/+186
|\ \ \ \ \
| * | | | | perf ftrace: system_wide collection is not effective by defaultChangbin Du2022-02-061-21/+24
| * | | | | libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
| * | | | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-1/+3
| * | | | | perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-061-9/+10
| * | | | | perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-063-2/+5
| * | | | | perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida2022-02-061-1/+1
| * | | | | perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan2022-02-061-0/+19
| * | | | | perf session: Check for NULL pointer before dereferenceAmeer Hamza2022-02-061-1/+2
| * | | | | perf annotate: Set error stream of objdump process for TUINamhyung Kim2022-02-061-0/+1