1. e8d444d riscv: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
  2. d464118 riscv: implement __get_kernel_nofault and __put_user_nofault by Christoph Hellwig · 4 years, 4 months ago
  3. f289a34 riscv: refactor __get_user and __put_user by Christoph Hellwig · 4 years, 4 months ago
  4. 11129e8 riscv: use memcpy based uaccess for nommu again by Christoph Hellwig · 4 years, 4 months ago
  5. 3c57fa1 asm-generic: make the set_fs implementation optional by Christoph Hellwig · 4 years, 4 months ago
  6. 2d2d255 asm-generic: add nommu implementations of __{get,put}_kernel_nofault by Christoph Hellwig · 4 years, 4 months ago
  7. 931de11 asm-generic: improve the nommu {get,put}_user handling by Christoph Hellwig · 4 years, 4 months ago
  8. 24ce66c uaccess: provide a generic TASK_SIZE_MAX definition by Christoph Hellwig · 4 years, 4 months ago
  9. eee4e23 Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-next by Palmer Dabbelt · 4 years, 3 months ago
  10. de22d21 RISC-V: Add page table dump support for uefi by Atish Patra · 4 years, 4 months ago
  11. b91540d RISC-V: Add EFI runtime services by Atish Patra · 4 years, 4 months ago
  12. d707174 RISC-V: Add EFI stub support. by Atish Patra · 4 years, 4 months ago
  13. cb7d2dd RISC-V: Add PE/COFF header for EFI stub by Atish Patra · 4 years, 4 months ago
  14. e8dcb61 RISC-V: Implement late mapping page table allocation functions by Atish Patra · 4 years, 4 months ago
  15. 6262f66 RISC-V: Add early ioremap support by Atish Patra · 4 years, 4 months ago
  16. 8f3a2b4 RISC-V: Move DT mapping outof fixmap by Anup Patel · 4 years, 4 months ago
  17. 8a3f30c Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/efi/efi into for-next by Palmer Dabbelt · 4 years, 3 months ago
  18. 762cd28 efi/libstub: arm32: Use low allocation for the uncompressed kernel by Ard Biesheuvel · 4 years, 4 months ago
  19. 1a895db efi/libstub: Export efi_low_alloc_above() to other units by Ard Biesheuvel · 4 years, 4 months ago
  20. 6208857 efi/libstub: arm32: Base FDT and initrd placement on image address by Ard Biesheuvel · 4 years, 4 months ago
  21. 54701a0 RISC-V: Fix duplicate included thread_info.h by Tian Tao · 4 years, 4 months ago
  22. a960c13 riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault() by Pekka Enberg · 4 years, 4 months ago
  23. 2baa6d9 riscv/mm/fault: Fix inline placement in vmalloc_fault() declaration by Pekka Enberg · 4 years, 4 months ago
  24. 38f5bd2 riscv: Add cache information in AUX vector by Zong Li · 4 years, 5 months ago
  25. b5fca7c riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO by Zong Li · 4 years, 5 months ago
  26. baf7cbd riscv: Set more data to cacheinfo by Zong Li · 4 years, 5 months ago
  27. afb8c6f riscv/mm/fault: Move access error check to function by Pekka Enberg · 4 years, 5 months ago
  28. 67474301 riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault() by Pekka Enberg · 4 years, 5 months ago
  29. 7a75f3d riscv/mm/fault: Simplify mm_fault_error() by Pekka Enberg · 4 years, 5 months ago
  30. 6c11ffb riscv/mm/fault: Move fault error handling to mm_fault_error() by Pekka Enberg · 4 years, 5 months ago
  31. bda281d riscv/mm/fault: Simplify fault error handling by Pekka Enberg · 4 years, 5 months ago
  32. ac416a7 riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault() by Pekka Enberg · 4 years, 5 months ago
  33. a51271d riscv/mm/fault: Move bad area handling to bad_area() by Pekka Enberg · 4 years, 5 months ago
  34. cac4d1d riscv/mm/fault: Move no context handling to no_context() by Pekka Enberg · 4 years, 5 months ago
  35. 4363287 riscv/mm: Simplify retry logic in do_page_fault() by Pekka Enberg · 4 years, 5 months ago
  36. f30f242 efi: Rename arm-init to efi-init common for all arch by Atish Patra · 4 years, 5 months ago
  37. 6d0fd53 include: pe.h: Add RISC-V related PE definition by Atish Patra · 4 years, 5 months ago
  38. 5ae4998 powerpc: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
  39. c331652 powerpc: use non-set_fs based maccess routines by Christoph Hellwig · 4 years, 4 months ago
  40. 47058bb x86: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
  41. a1d826d x86: make TASK_SIZE_MAX usable from assembly code by Christoph Hellwig · 4 years, 4 months ago
  42. 999c83e x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h by Christoph Hellwig · 4 years, 4 months ago
  43. c6f7c75 lkdtm: remove set_fs-based tests by Christoph Hellwig · 4 years, 4 months ago
  44. 81b1e24 test_bitmap: remove user bitmap tests by Christoph Hellwig · 4 years, 4 months ago
  45. 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 4 months ago
  46. 36e2c74 fs: don't allow splice read/write without explicit ops by Christoph Hellwig · 4 years, 4 months ago
  47. 4d03e3c fs: don't allow kernel reads and writes without iter ops by Christoph Hellwig · 4 years, 4 months ago
  48. 4bd6a73 sysctl: Convert to iter interfaces by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  49. fd5a13f proc: add a read_iter method to proc proc_ops by Christoph Hellwig · 4 years, 4 months ago
  50. 906146f proc: cleanup the compat vs no compat file ops by Christoph Hellwig · 4 years, 4 months ago
  51. f6ef7b7 proc: remove a level of indentation in proc_get_inode by Christoph Hellwig · 4 years, 4 months ago
  52. d012a71 Linux 5.9-rc2 by Linus Torvalds · 4 years, 5 months ago
  53. cb95712 Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
  54. 550c212 Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  55. cea05c1 Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  56. 10c091b Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  57. e99b2507 Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  58. d9232cb Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 5 months ago
  59. 9d045ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  60. f320ac6 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  61. 52c4796 do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 4 years, 5 months ago
  62. a9ed4a6 epoll: Keep a reference on files added to the check list by Marc Zyngier · 4 years, 5 months ago
  63. eeaac36 net: nexthop: don't allow empty NHA_GROUP by Nikolay Aleksandrov · 4 years, 5 months ago
  64. c3d8f22 Merge tag 'kbuild-fixes-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  65. dd105d6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
  66. d57ce84 Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 5 months ago
  67. b2d9e996 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
  68. 9e574b7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 5 months ago
  69. d6af633 Merge tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 5 months ago
  70. 5cd841d dt-bindings: vendor-prefixes: Remove trailing whitespace by Geert Uytterhoeven · 4 years, 5 months ago
  71. b533137 KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set by Will Deacon · 4 years, 5 months ago
  72. fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 5 months ago
  73. 5f53584 dt-bindings: net: correct description of phy-connection-type by Madalin Bucur · 4 years, 5 months ago
  74. f873db9a Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  75. a326462 dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances by Rob Herring · 4 years, 5 months ago
  76. 349111f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  77. 4af7b32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 5 months ago
  78. f22c557 Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
  79. c0a4f5b Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 5 months ago
  80. 985c788 Merge tag 'pm-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
  81. b16fc09 bpf: Fix two typos in uapi/linux/bpf.h by Tobias Klauser · 4 years, 5 months ago
  82. 774d977 net: dsa: b53: check for timeout by Tom Rix · 4 years, 5 months ago
  83. 8d75785 ARM64: vdso32: Install vdso32 from vdso_install by Stephen Boyd · 4 years, 5 months ago
  84. d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 5 months ago
  85. 5e0b17b afs: Fix NULL deref in afs_dynroot_depopulate() by David Howells · 4 years, 5 months ago
  86. cd02217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 5 months ago
  87. 7f04f3e Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 5 months ago
  88. 43d387a Merge tag 'drm-fixes-2020-08-21' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 5 months ago
  89. 88e8ac1 mm, page_alloc: fix core hung in free_pcppages_bulk() by Charan Teja Reddy · 4 years, 5 months ago
  90. e08d3fd mm: include CMA pages in lowmem_reserve at boot by Doug Berger · 4 years, 5 months ago
  91. f26044c squashfs: avoid bio_alloc() failure with 1Mbyte blocks by Phillip Lougher · 4 years, 5 months ago
  92. c17c3dc uprobes: __replace_page() avoid BUG in munlock_vma_page() by Hugh Dickins · 4 years, 5 months ago
  93. 71e8432 kernel/relay.c: fix memleak on destroy relay channel by Wei Yongjun · 4 years, 5 months ago
  94. bcf85fc romfs: fix uninitialized memory leak in romfs_dev_read() by Jann Horn · 4 years, 5 months ago
  95. 86f54bb mm/rodata_test.c: fix missing function declaration by Leon Romanovsky · 4 years, 5 months ago
  96. e47110e mm/vunmap: add cond_resched() in vunmap_pmd_range by Aneesh Kumar K.V · 4 years, 5 months ago
  97. f3f99d6 khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter() by Hugh Dickins · 4 years, 5 months ago
  98. d5a1695 hugetlb_cgroup: convert comma to semicolon by Xu Wang · 4 years, 5 months ago
  99. 00c54a8 mailmap: add Andi Kleen by Nick Desaulniers · 4 years, 5 months ago
  100. d88d59b core/entry: Respect syscall number rewrites by Thomas Gleixner · 4 years, 5 months ago