summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-08-06x86/kaslr: Replace strlen() with strnlen()x86-kaslr-2020-10-12Arvind Sankar
2020-07-31x86/kaslr: Add a check that the random address is in rangeArvind Sankar
2020-07-31x86/kaslr: Make local variables 64-bitArvind Sankar
2020-07-31x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar
2020-07-31x86/kaslr: Make minimum/image_size 'unsigned long'Arvind Sankar
2020-07-31x86/kaslr: Small cleanup of find_random_phys_addr()Arvind Sankar
2020-07-31x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()Arvind Sankar
2020-07-31x86/kaslr: Drop redundant check in store_slot_info()Arvind Sankar
2020-07-31x86/kaslr: Make the type of number of slots/slot areas consistentArvind Sankar
2020-07-31x86/kaslr: Drop test for command-line parameters before parsingArvind Sankar
2020-07-31x86/kaslr: Simplify process_gb_huge_pages()Arvind Sankar
2020-07-31x86/kaslr: Short-circuit gb_huge_pages on x86-32Arvind Sankar
2020-07-31x86/kaslr: Fix off-by-one error in process_gb_huge_pages()Arvind Sankar
2020-07-31x86/kaslr: Drop some redundant checks from __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Drop redundant variable in __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Drop redundant cur_entry from __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Fix off-by-one error in __process_mem_region()Arvind Sankar
2020-07-31x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar
2020-07-31x86/kaslr: Fix process_efi_entries commentArvind Sankar
2020-07-31x86/kaslr: Remove bogus warning and unnecessary gotoArvind Sankar
2020-07-31x86/kaslr: Make command line handling saferArvind Sankar
2020-07-26Merge branch 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-25Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-25Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds
2020-07-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra
2020-07-24RISC-V: Set maximum number of mapped pages correctlyAtish Patra
2020-07-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Linus Torvalds
2020-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-23Merge tag 's390-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-07-23arm64: vdso32: Fix '--prefix=' value for newer versions of clangNathan Chancellor
2020-07-22x86/dumpstack: Dump user space code correctly againx86-urgent-2020-07-25Thomas Gleixner
2020-07-22x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf
2020-07-22x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf
2020-07-22Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-07-22x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel
2020-07-21xtensa: fix access check in csum_and_copy_from_userMax Filippov
2020-07-21parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter
2020-07-21parisc: add support for cmpxchg on u8 pointersLiam Beguin
2020-07-20riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen
2020-07-19arm64: dts: clearfog-gt-8k: fix switch link configurationRussell King
2020-07-19copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-19x86/boot: Don't add the EFI stub to targetsx86-urgent-2020-07-19Arvind Sankar
2020-07-19x86/entry: Actually disable stack protectorKees Cook