1. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  2. 056df57 Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
  3. c3bed3b Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  4. 596cf45 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  5. ad0b314 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  6. 6aae342 ARC: mm: remove __ARCH_USE_5LEVEL_HACK by Vineet Gupta · 5 years ago
  7. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  8. a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  9. a1b39ba asm-generic: Make msi.h a mandatory include/asm header by Michal Simek · 5 years ago
  10. 61a47c1 sysctl: Remove the sysctl system call by Eric W. Biederman · 5 years ago
  11. 1d87200 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  12. 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
  13. 9fbea0b ARC: add kmemleak support by Eugeniy Paltsev · 5 years ago
  14. e1b2743 ARC: [plat-axs10x]: remove hardcoded video mode from bootargs by Eugeniy Paltsev · 5 years ago
  15. 93c53f2 ARC: [plat-axs10x]: use pgu pll instead of fixed clock by Eugeniy Paltsev · 5 years ago
  16. d092a87 arch: rely on asm-generic/io.h for default ioremap_* definitions by Christoph Hellwig · 5 years ago
  17. 34dc0ea dma-direct: provide mmap and get_sgtable method overrides by Christoph Hellwig · 5 years ago
  18. f091d5a ARC: ARCv2: jump label: implement jump label patching by Eugeniy Paltsev · 5 years ago
  19. c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
  20. 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
  21. eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
  22. 2f4ecf6 ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3 by Vineet Gupta · 5 years ago
  23. 1355ea2 ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loop by Vineet Gupta · 9 years ago
  24. ad4c40e ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not available by Vineet Gupta · 9 years ago
  25. f4e2f7c ARC: mm: TLB Miss optim: avoid re-reading ECR by Vineet Gupta · 9 years ago
  26. 0fb1f35 ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STD by Vineet Gupta · 10 years ago
  27. cfd9d70 ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch reg by Vineet Gupta · 10 years ago
  28. 7b491c0 ARC: nSIM_700: remove unused network options by Eugeniy Paltsev · 5 years ago
  29. 9c6375f ARC: nSIM_700: switch to DW UART usage by Eugeniy Paltsev · 5 years ago
  30. 1681baa ARC: merge HAPS-HS with nSIM-HS configs by Eugeniy Paltsev · 5 years ago
  31. 8ae5bb0 ARC: HAPS: cleanup defconfigs from unused ETH drivers by Eugeniy Paltsev · 5 years ago
  32. 14fa486 ARC: HAPS: add HIGHMEM memory zone to DTS by Eugeniy Paltsev · 5 years ago
  33. 3696fc9 ARC: HAPS: use same UART configuration everywhere by Eugeniy Paltsev · 5 years ago
  34. 4c36543 ARC: HAPS: cleanup defconfigs from unused IO-related options by Eugeniy Paltsev · 5 years ago
  35. ea25a15 ARC: regenerate nSIM and HAPS defconfigs by Eugeniy Paltsev · 5 years ago
  36. 5effc09 ARC: perf: Accommodate big-endian CPU by Alexey Brodkin · 5 years ago
  37. ab563bf ARC: [plat-hsdk]: Enable on-boardi SPI ADC IC by Eugeniy Paltsev · 5 years ago
  38. 8ca8fa7 ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC by Eugeniy Paltsev · 5 years ago
  39. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  40. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  41. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  42. d7b0827 Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  43. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  44. 15f5db6 kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC by Masahiro Yamada · 5 years ago
  45. 4a64489 Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 5 years ago
  46. 00a0c84 ARC: unwind: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  47. 8e3a68f dma-mapping: make dma_atomic_pool_init self-contained by Christoph Hellwig · 5 years ago
  48. 2f02941 arc: prefer __section from compiler_attributes.h by Nick Desaulniers · 5 years ago
  49. 174ae4e ARCv2: IDU-intc: Add support for edge-triggered interrupts by Mischa Jonker · 5 years ago
  50. e86d94f ARC: unwind: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  51. ce0eff0d ARC: [plat-hsdk]: allow to switch between AXI DMAC port configurations by Eugeniy Paltsev · 5 years ago
  52. da31076 ARC: fix typo in setup_dma_ops log message by Eugeniy Paltsev · 5 years ago
  53. 97abfd5 ARCv2: entry: early return from exception need not clear U & DE bits by Alexey Brodkin · 6 years ago
  54. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  55. fe6ba88 arch: replace _BITUL() in kernel-space headers with BIT() by Masahiro Yamada · 6 years ago
  56. 3eb5148 Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  57. 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  58. 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  59. 75dd474 kbuild: remove src and obj from the top Makefile by Masahiro Yamada · 6 years ago
  60. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  61. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  62. e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  63. 24a20b0 ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfig by Eugeniy Paltsev · 6 years ago
  64. aab128d ARC: [plat-hsdk]: enable DW SPI controller by Eugeniy Paltsev · 6 years ago
  65. fd5de27 ARC: hide unused function unw_hdr_alloc by Arnd Bergmann · 6 years ago
  66. 94b8beb ARC: [haps] Add Virtio support by Alexey Brodkin · 6 years ago
  67. 75370ad ARCv2: entry: simplify return to Delay Slot via interrupt by Vineet Gupta · 6 years ago
  68. 68e5c6f ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause by Vineet Gupta · 6 years ago
  69. a488080 ARCv2: entry: rewrite to enable use of double load/stores LDD/STD by Vineet Gupta · 6 years ago
  70. ab854bf ARCv2: entry: avoid a branch by Vineet Gupta · 6 years ago
  71. 23c0cbd ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUE by Vineet Gupta · 6 years ago
  72. 45869eb ARCv2: entry: comments about hardware auto-save on taken interrupts by Vineet Gupta · 6 years ago
  73. 926150d ARC: mm: do_page_fault refactor #8: release mmap_sem sooner by Vineet Gupta · 6 years ago
  74. 5e91bf5 ARC: mm: do_page_fault refactor #7: fold the various error handling by Vineet Gupta · 6 years ago
  75. 98cb57a ARC: mm: do_page_fault refactor #6: error handlers to use same pattern by Vineet Gupta · 6 years ago
  76. d0542c7 ARC: mm: do_page_fault refactor #5: scoot no_context to end by Vineet Gupta · 6 years ago
  77. 02c88d1 ARC: mm: do_page_fault refactor #4: consolidate retry related logic by Vineet Gupta · 6 years ago
  78. 85c5e33 ARC: mm: do_page_fault refactor #3: tidyup vma access permission code by Vineet Gupta · 6 years ago
  79. 13e2cc1 ARC: mm: do_page_fault refactor #2: remove short lived variable by Vineet Gupta · 6 years ago
  80. 450e5b6 ARC: mm: do_page_fault refactor #1: remove label @good_area by Vineet Gupta · 6 years ago
  81. f8b5c72 Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  82. f73c904 arc: use the generic remapping allocator for coherent DMA allocations by Christoph Hellwig · 6 years ago
  83. 80e61fc arc: remove the partial DMA_ATTR_NON_CONSISTENT support by Christoph Hellwig · 6 years ago
  84. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  85. 410df0c Merge tag 'v5.2-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  86. e949f4c kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples by Masahiro Yamada · 6 years ago
  87. cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  88. ec9b4fe ARC: [plat-hsdk]: unify memory apertures configuration by Eugeniy Paltsev · 6 years ago
  89. 2bc42bf ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefix by Alexey Brodkin · 6 years ago
  90. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  91. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  92. 1d0ea06 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 by Thomas Gleixner · 6 years ago
  93. 4fa9c49f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291 by Thomas Gleixner · 6 years ago
  94. 788a024 Merge tag 'arc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  95. 16fbad0 locking/atomic, arc: Use s64 for atomic64 by Mark Rutland · 6 years ago
  96. 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
  97. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  98. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  99. 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
  100. 46e04c2 ARC: [plat-hsdk] Get rid of inappropriate PHY settings by Alexey Brodkin · 6 years ago