1. 3a715e8 ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switch by Vineet Gupta · 3 years, 6 months ago
  2. bf79167 ARC: Fix CONFIG_STACKDEPOT by Guenter Roeck · 3 years, 6 months ago
  3. 81e82fa arc: Fix spelling mistake and grammar in Kconfig by Colin Ian King · 3 years, 7 months ago
  4. d406739 arc: Prefer unsigned int to bare use of unsigned by Jinchao Wang · 3 years, 7 months ago
  5. 81361b8 Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 6 months ago
  6. 8e339d5 arc: convert to setup_initial_init_mm() by Kefeng Wang · 3 years, 7 months ago
  7. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  8. 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 7 months ago
  9. fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 7 months ago
  10. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  11. 8b793b44 arc: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 7 months ago
  12. e7793e5 arc: update comment about HIGHMEM implementation by Mike Rapoport · 3 years, 7 months ago
  13. b555414 arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma() by Liam Howlett · 3 years, 7 months ago
  14. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  15. 28a27cb Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  16. a15286c Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  17. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  18. 110febc ARC: fix CONFIG_HARDENED_USERCOPY by Vineet Gupta · 3 years, 11 months ago
  19. 96f1b00 ARCv2: save ABI registers across signal handling by Vineet Gupta · 3 years, 7 months ago
  20. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 8 months ago
  21. 2e38eb0 kprobes: Do not increment probe miss count in the fault handler by Naveen N. Rao · 3 years, 8 months ago
  22. ec6aba3 kprobes: Remove kprobe::fault_handler by Peter Zijlstra · 3 years, 8 months ago
  23. d92cc4d kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild by Masahiro Yamada · 3 years, 8 months ago
  24. 3c18851 locking/atomic: delete !ARCH_ATOMIC remnants by Mark Rutland · 3 years, 8 months ago
  25. 6db5d99 locking/atomic: arc: move to ARCH_ATOMIC by Mark Rutland · 3 years, 8 months ago
  26. f1a0a37 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  27. 1d5e464 ARC: mm: Use max_high_pfn as a HIGHMEM zone border by Vladimir Isaev · 3 years, 9 months ago
  28. c5f756d ARC: mm: PAE: use 40-bit physical page mask by Vladimir Isaev · 3 years, 9 months ago
  29. 3433adc ARC: entry: fix off-by-one error in syscall number validation by Vineet Gupta · 3 years, 9 months ago
  30. 8e97bf3 ARC: kgdb: add 'fallthrough' to prevent a warning by Randy Dunlap · 3 years, 9 months ago
  31. f79f7a2 arc: Fix typos/spellos by Bhaskar Chowdhury · 3 years, 10 months ago
  32. e8003bf6 mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE by Anshuman Khandual · 3 years, 9 months ago
  33. c2280be mm: generalize ARCH_HAS_CACHE_LINE_SIZE by Anshuman Khandual · 3 years, 9 months ago
  34. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 9 months ago
  35. 83520d6 ARC: treewide: avoid the pointer addition with NULL pointer by dean.yang_cp · 4 years ago
  36. 46e1521 arc: kernel: Return -EFAULT if copy_to_user() fails by Wang Qing · 3 years, 11 months ago
  37. fac2452 ARC: haps: bump memory to 1 GB by Vineet Gupta · 4 years ago
  38. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 4 years ago
  39. 993b832 arch: arc: Remove CONFIG_OPROFILE support by Viresh Kumar · 4 years ago
  40. e8deee4 ARC: [hsdk]: Enable FPU_SAVE_RESTORE by Vineet Gupta · 4 years ago
  41. bb12433 ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handling by Vineet Gupta · 4 years ago
  42. 8a48c0a arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC by Randy Dunlap · 4 years ago
  43. f6e7a02 Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years ago
  44. 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years, 1 month ago
  45. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  46. 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
  47. 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
  48. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  49. 050b2da arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM by Mike Rapoport · 4 years, 1 month ago
  50. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  51. 3a71e42 ARC: build: use $(READELF) instead of hard-coded readelf by Masahiro Yamada · 4 years, 2 months ago
  52. a4e070c ARC: build: remove unneeded extra-y by Masahiro Yamada · 4 years, 2 months ago
  53. c5e6ae5 ARC: build: move symlink creation to arch/arc/Makefile to avoid race by Masahiro Yamada · 4 years, 2 months ago
  54. 0cfccb3 ARC: build: add boot_targets to PHONY by Masahiro Yamada · 4 years, 2 months ago
  55. f2712ec ARC: build: add uImage.lzma to the top-level target by Masahiro Yamada · 4 years, 2 months ago
  56. 9836720 ARC: build: remove non-existing bootpImage from KBUILD_IMAGE by Masahiro Yamada · 4 years, 2 months ago
  57. c84e1ef Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 2 months ago
  58. f737561 ARC: stack unwinding: reorganize how initial register state setup by Vineet Gupta · 4 years, 2 months ago
  59. e42404f ARC: stack unwinding: don't assume non-current task is sleeping by Vineet Gupta · 4 years, 2 months ago
  60. 5f840df ARC: mm: fix spelling mistakes by Flavio Suligoi · 4 years, 2 months ago
  61. 78aec9b ARC: bitops: Remove unecessary operation and value by Gustavo Pimentel · 4 years, 3 months ago
  62. cef3970 arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed by Arnd Bergmann · 4 years, 2 months ago
  63. 53855e1 arc: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  64. 39cac19 arc/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 3 months ago
  65. 3b57533 ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline by Vineet Gupta · 4 years, 3 months ago
  66. 328d216 ARC: stack unwinding: avoid indefinite looping by Vineet Gupta · 4 years, 3 months ago
  67. 0774a6ed timekeeping: default GENERIC_CLOCKEVENTS to enabled by Arnd Bergmann · 4 years, 4 months ago
  68. 75e6a85 arc: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 5 months ago
  69. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  70. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  71. 0a14d76 Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 3 months ago
  72. 8c42a5c ARC: perf: redo the pct irq missing in device-tree handling by Vineet Gupta · 4 years, 3 months ago
  73. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  74. b32649b Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 3 months ago
  75. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 4 months ago
  76. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  77. 1c68907 Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  78. 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  79. 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago
  80. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
  81. 6364d1b arc: include/asm: fix typos of "themselves" by Randy Dunlap · 4 years, 4 months ago
  82. 937cf85 ARC: SMP: fix typo and use "come up" instead of "comeup" by Mike Rapoport · 4 years, 4 months ago
  83. 05b1be6 ARC: [dts] fix the errors detected by dtbs_check by Zhen Lei · 4 years, 4 months ago
  84. 63bcf87 arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLER by Necip Fazil Yildiran · 4 years, 4 months ago
  85. dd7c7ab ARC: [plat-eznps]: Drop support for EZChip NPS platform by Vineet Gupta · 4 years, 5 months ago
  86. 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 5 months ago
  87. f75dd13 arc: kprobes: Use generic kretprobe trampoline handler by Masami Hiramatsu · 4 years, 5 months ago
  88. 70187f7 Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 5 months ago
  89. 26907eb ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-id by Evgeniy Didin · 4 years, 7 months ago
  90. 4af22de arc: fix memory initialization for systems with two memory banks by Mike Rapoport · 4 years, 5 months ago
  91. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 5 months ago
  92. 89d2999 irqchip/eznps: Fix build error for !ARC700 builds by Vineet Gupta · 4 years, 5 months ago
  93. e5c388b ARC: show_regs: fix r12 printing and simplify by Vineet Gupta · 4 years, 5 months ago
  94. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  95. fe81d92 ARC: HSDK: wireup perf irq by Vineet Gupta · 4 years, 6 months ago
  96. feb92d7 ARC: perf: don't bail setup if pct irq missing in device-tree by Vineet Gupta · 4 years, 6 months ago
  97. e5ed606 ARC: pgalloc.h: delete a duplicated word + other fixes by Randy Dunlap · 4 years, 6 months ago
  98. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  99. 52e3f8d mm/arc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  100. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago