Age | Commit message (Expand) | Author |
2022-03-08 | device/mmio.h: Move readXp/writeXp helpers to device/mmio.h | Jianjun Wang |
2021-11-25 | arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax | Raul E Rangel |
2021-07-26 | arch/{arm,ppc64,riscv}: Remove cpu_info | Raul E Rangel |
2021-02-04 | src: Remove useless comments in "includes" lines | Elyes HAOUAS |
2020-07-07 | armv7: mmu: Use 'tlbimva' to invalidate TLB entries | Sam Lewis |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-03-06 | src/arch/arm: Convert to SPDX license header | Patrick Georgi |
2019-11-28 | arch/arm/include: Remove unused armv7 types.h | Jacob Garber |
2019-08-26 | AUTHORS: Move src/arch/arm copyrights into AUTHORS file | Martin Roth |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Separate MMIO and PNP ops | Kyösti Mälkki |
2018-09-19 | arch/arm/include/armv7/arch: Remove dead code | Elyes HAOUAS |
2018-07-02 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2017-07-07 | arch/*: Update Kconfig symbol usage | Martin Roth |
2017-06-02 | arch/arm/include/armv7/arch: Correct keyword organization in cpu.h | Logan Carlson |
2016-09-12 | src/arch: Improve code formatting | Elyes HAOUAS |
2016-03-23 | armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write | Paul Kocialkowski |
2016-01-26 | src/arch: Update license headers missing paragraph 2 | Martin Roth |
2016-01-13 | arch/arm: add missing license headers | Martin Roth |
2015-11-11 | armv7: mmu: Make fine grained page tables work across stages | Julius Werner |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-17 | armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write | Paul Kocialkowski |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-22 | arch/armv7: Add API to disable MMU pages. | Deepa Dinamani |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-04-21 | arm(64): Change write32() argument order to match x86 | Julius Werner |
2015-04-08 | arm: Dump additional fault registers in abort handlers | Julius Werner |
2015-04-08 | armv7: Add fine-grained page table support | Julius Werner |
2014-12-17 | ARM: Use LPAE for Virtual Address Translation | Daisuke Nojiri |
2014-11-10 | arm: Redesign, clarify and clean up cache related code | Julius Werner |
2014-09-13 | arm: Move exception_init() close to console_init() | Julius Werner |
2014-09-11 | tegra124/nyan: rougly stable code base | Gabe Black |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |