Age | Commit message (Expand) | Author | Files | Lines |
2019-02-02 | efi/arm64: Fix debugfs crash by adding a terminator for ptdump marker | Qian Cai | 1 | -2/+3 |
2019-01-05 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -6/+0 |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2019-01-05 | drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanic | huang.zijiang | 1 | -1/+1 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -4/+4 |
2019-01-03 | firmware: arm_sdei: Fix DT platform device creation | James Morse | 1 | -5/+0 |
2019-01-03 | firmware: arm_sdei: fix wrong of_node_put() in init function | Nicolas Saenz Julienne | 1 | -1/+0 |
2019-01-01 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 6 | -60/+442 |
2018-12-29 | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+1054 |
2018-12-27 | Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+1 |
2018-12-27 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -50/+140 |
2018-12-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -2/+2 |
2018-12-13 | Merge tag 'imx-drivers-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 3 | -1/+347 |
2018-12-13 | Merge tag 'tegra-for-4.21-firmware' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2 | -36/+70 |
2018-12-10 | arm64: mm: Introduce DEFAULT_MAP_WINDOW | Steve Capper | 2 | -2/+2 |
2018-12-06 | firmware: stratix10-svc: fix wrong of_node_put() in init function | Nicolas Saenz Julienne | 1 | -4/+1 |
2018-12-04 | pstore: Convert buf_lock to semaphore | Kees Cook | 1 | -3/+1 |
2018-12-03 | Merge 4.20-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -10/+26 |
2018-11-30 | efi: Reduce the amount of memblock reservations for persistent allocations | Ard Biesheuvel | 1 | -4/+17 |
2018-11-30 | efi: Permit multiple entries in persistent memreserve data structure | Ard Biesheuvel | 2 | -13/+28 |
2018-11-30 | efi/libstub: Disable some warnings for x86{,_64} | Nathan Chancellor | 1 | -1/+4 |
2018-11-30 | efi/fdt: Simplify the get_fdt() flow | Julien Thierry | 1 | -12/+13 |
2018-11-30 | efi/fdt: Indentation fix | Julien Thierry | 1 | -2/+3 |
2018-11-30 | firmware/efi: Add NULL pointer checks in efivars API functions | Arend van Spriel | 1 | -21/+78 |
2018-11-27 | efi: Prevent GICv3 WARN() by mapping the memreserve table before first use | Ard Biesheuvel | 1 | -10/+26 |
2018-11-26 | firmware: add remote status update client support | Richard Gong | 1 | -2/+33 |
2018-11-26 | firmware: add Intel Stratix10 service layer driver | Richard Gong | 3 | -0/+1026 |
2018-11-21 | firmware: raspberrypi: Switch to SPDX identifier | Stefan Wahren | 1 | -4/+1 |
2018-11-18 | firmware: raspberrypi: Fix firmware calls with large buffers | James Hughes | 1 | -17/+18 |
2018-11-15 | efi: Permit calling efi_mem_reserve_persistent() from atomic context | Ard Biesheuvel | 1 | -12/+19 |
2018-11-15 | efi/arm: Defer persistent reservations until after paging_init() | Ard Biesheuvel | 2 | -0/+7 |
2018-11-15 | efi/arm/libstub: Pack FDT after populating it | Ard Biesheuvel | 1 | -0/+4 |
2018-11-15 | efi/arm: Revert deferred unmap of early memmap mapping | Ard Biesheuvel | 3 | -1/+8 |
2018-11-15 | efi: Fix debugobjects warning on 'efi_rts_work' | Waiman Long | 1 | -1/+1 |
2018-11-14 | firmware: raspberrypi: Define timeout for transactions | Stefan Wahren | 1 | -2/+6 |
2018-11-14 | firmware: imx: add SCU power domain driver | A.s. Dong | 3 | -1/+347 |
2018-11-08 | firmware: tegra: Use in-band messages for firmware version query | Timo Alho | 1 | -2/+34 |
2018-11-08 | firmware: tegra: Print version tag at full | Timo Alho | 1 | -6/+10 |
2018-11-08 | firmware: tegra: Switch to global mrq_is_supported() | Timo Alho | 1 | -28/+1 |
2018-11-08 | firmware: tegra: Add helper to check for supported MRQs | Timo Alho | 1 | -0/+25 |
2018-11-04 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -12/+4 |
2018-11-04 | Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix | Ingo Molnar | 25 | -48/+1431 |
2018-11-01 | Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 5 | -1532/+0 |
2018-11-01 | compat: Cleanup in_compat_syscall() callers | Dmitry Safonov | 1 | -12/+4 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2 | -2/+3 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 4 | -4/+4 |
2018-10-31 | memblock: replace free_bootmem_late with memblock_free_late | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 1 | -1/+1 |
2018-10-30 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 20 | -41/+1423 |