1. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. d286e13 Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  3. 0768e17 net: socket: implement 64-bit timestamps by Arnd Bergmann · 6 years ago
  4. 39036cd arch: add pidfd and io_uring syscalls everywhere by Arnd Bergmann · 6 years ago
  5. 10d4339 Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  6. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  7. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  8. ecae26f xtensa: fix format string warning in init_pmd by Max Filippov · 6 years ago
  9. ada770b xtensa: fix return_address by Max Filippov · 6 years ago
  10. 2663147 xtensa: fix initialization of pt_regs::syscall in start_thread by Max Filippov · 6 years ago
  11. 2201f31 xtensa: use actual syscall number in do_syscall_trace_leave by Max Filippov · 6 years ago
  12. 3d9683c KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported by Masahiro Yamada · 6 years ago
  13. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  14. 7cbbbb8 kbuild: warn redundant generic-y by Masahiro Yamada · 6 years ago
  15. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  16. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  17. f240ec0 memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc by Mike Rapoport · 6 years ago
  18. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  19. dd1c3ed Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  20. fa29f5b Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  21. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  23. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  24. cfbe271 Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  25. 942fa98 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option by Yury Norov · 7 years ago
  26. 746c939 arch: move common mmap flags to linux/mman.h by Michael S. Tsirkin · 6 years ago
  27. 34e04ee of: select OF_RESERVED_MEM automatically by Christoph Hellwig · 6 years ago
  28. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  29. fd659cc Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  30. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. 60deebe xtensa: simplify trap_init by Max Filippov · 6 years ago
  32. 7256864 xtensa: drop unused definitions by Max Filippov · 6 years ago
  33. d90b88fd xtensa: fix get_wchan by Max Filippov · 6 years ago
  34. 579afe86 xtensa: use generic spinlock/rwlock implementation by Max Filippov · 6 years ago
  35. af3d890 xtensa: provide xchg for sizes 1 and 2 by Max Filippov · 6 years ago
  36. 74d69ea xtensa: clean up arch/xtensa/kernel/time.c by Max Filippov · 6 years ago
  37. 815af8f xtensa: SMP: rework IPI processing by Max Filippov · 6 years ago
  38. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  39. d33c577 y2038: rename old time and utime syscalls by Arnd Bergmann · 6 years ago
  40. 00bf25d y2038: use time32 syscall names on 32-bit by Arnd Bergmann · 6 years ago
  41. 805089c syscalls: remove obsolete __IGNORE_ macros by Arnd Bergmann · 6 years ago
  42. 2edfd8e arch: Use asm-generic/socket.h when possible by Deepa Dinamani · 6 years ago
  43. 25384ce xtensa: SMP: limit number of possible CPUs by NR_CPUS by Max Filippov · 6 years ago
  44. 687cffd xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCE by Corentin Labbe · 6 years ago
  45. ad33cc8 xtensa: Fix typo use space=>user space by Corentin Labbe · 6 years ago
  46. 8b1c42c xtensa: SMP: mark each possible CPU as present by Max Filippov · 6 years ago
  47. 306b383 xtensa: smp_lx200_defconfig: fix vectors clash by Max Filippov · 6 years ago
  48. 32a7726c xtensa: SMP: fix secondary CPU initialization by Max Filippov · 6 years ago
  49. b41c51c arch: add pkey and rseq syscall numbers everywhere by Arnd Bergmann · 6 years ago
  50. 275f221 ipc: rename old-style shmctl/semctl/msgctl syscalls by Arnd Bergmann · 6 years ago
  51. 4fe8713 xtensa: SMP: fix ccount_timer_shutdown by Max Filippov · 7 years ago
  52. f5dd3d0 net: introduce SO_BINDTOIFINDEX sockopt by David Herrmann · 6 years ago
  53. d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
  54. d4ce545 arch: remove stale comments "UAPI Header export list" by Masahiro Yamada · 6 years ago
  55. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  56. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  57. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  58. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  59. 1953031 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  60. 9ef1034 Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  61. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  62. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  63. 9577dd7 kasan: rename kasan_zero_page to kasan_early_shadow_page by Andrey Konovalov · 6 years ago
  64. 64711f9 xtensa: implement jump_label support by Max Filippov · 6 years ago
  65. 518a2f1 dma-mapping: zero memory returned from dma_alloc_* by Christoph Hellwig · 6 years ago
  66. af5395c xtensa: implement syscall tracepoints by Max Filippov · 6 years ago
  67. 9f24f3c xtensa: implement tracehook functions and enable HAVE_ARCH_TRACEHOOK by Max Filippov · 6 years ago
  68. 9215344 xtensa: enable CORE_DUMP_USE_REGSET by Max Filippov · 6 years ago
  69. 1819afc xtensa: implement TIE regset by Max Filippov · 6 years ago
  70. 06fbac8 xtensa: implement task_user_regset_view by Max Filippov · 6 years ago
  71. 3aee3e2 xtensa: call do_syscall_trace_{enter,leave} selectively by Max Filippov · 6 years ago
  72. 6a98698 xtensa: use NO_SYSCALL instead of -1 by Max Filippov · 6 years ago
  73. 98c3115 xtensa: define syscall_get_arch() by Dmitry V. Levin · 6 years ago
  74. b61c41c Move EM_XTENSA to uapi/linux/elf-em.h by Dmitry V. Levin · 6 years ago
  75. 4e460f6 xtensa: support memtest by Max Filippov · 6 years ago
  76. 3731c3d dma-mapping: always build the direct mapping code by Christoph Hellwig · 6 years ago
  77. 7c703e5 arch: switch the default on ARCH_HAS_SG_CHAIN by Christoph Hellwig · 6 years ago
  78. 0376027 xtensa: don't use l32r opcode directly by Max Filippov · 6 years ago
  79. f37598b xtensa: xtfpga.dtsi: fix dtc warnings about SPI by Max Filippov · 6 years ago
  80. be38e4f xtensa: don't clear cpenable unconditionally on release by Max Filippov · 6 years ago
  81. 5dacbbe xtensa: simplify coprocessor.S by Max Filippov · 6 years ago
  82. cad6fad xtensa: clean up WSR*/RSR*/get_sr/set_sr by Max Filippov · 6 years ago
  83. c066cc8 xtensa: drop unused declarations from elf.h by Max Filippov · 6 years ago
  84. 58b17c5 xtensa: clean up syscall.h by Max Filippov · 6 years ago
  85. 3ffc2df xtensa: drop unused coprocessor helper functions by Max Filippov · 6 years ago
  86. 633f1ff xtensa: drop custom PTRACE_{PEEK,POKE}{TEXT,DATA} by Max Filippov · 6 years ago
  87. 44ba57a xtensa: drop unused field from the struct exc_table by Max Filippov · 6 years ago
  88. 8ed3a54 xtensa: drop fast_syscall_kernel by Max Filippov · 6 years ago
  89. 5eacadb xtensa: generate uapi header and syscall table header files by Firoz Khan · 6 years ago
  90. c7914ef xtensa: add system call table generation support by Firoz Khan · 6 years ago
  91. a86067f xtensa: add __NR_syscalls along with __NR_syscall_count by Firoz Khan · 6 years ago
  92. f0edfea dma-mapping: move the remap helpers to a separate file by Christoph Hellwig · 6 years ago
  93. 38a35a7 xtensa: fix coprocessor part of ptrace_{get,set}xregs by Max Filippov · 6 years ago
  94. 03bc996 xtensa: fix coprocessor context offset definitions by Max Filippov · 6 years ago
  95. 2958b66 xtensa: enable coprocessors that are being flushed by Max Filippov · 6 years ago
  96. 8fb71ef pcmcia: allow PCMCIA support independent of the architecture by Christoph Hellwig · 6 years ago
  97. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  98. 50d25bd Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  99. 40dc948 xtensa: fix boot parameters address translation by Max Filippov · 6 years ago
  100. 0773495 xtensa: make sure bFLT stack is 16 byte aligned by Max Filippov · 6 years ago