1. 23a12dd Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix by Ingo Molnar · 6 years ago
  2. 9bb9d4f Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  3. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  4. 3033998 um: Remove update_debugregs() by Richard Weinberger · 7 years ago
  5. 0676b95 um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP by Richard Weinberger · 7 years ago
  6. 0e96f31 x86: Clean up 'sizeof x' => 'sizeof(x)' by Jordan Borgner · 6 years ago
  7. b40a142 x86: Add support for 64-bit place relative relocations by Ard Biesheuvel · 6 years ago
  8. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  9. f24d6f2 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  10. f163977 um: cleanup Kconfig files by Christoph Hellwig · 6 years ago
  11. 79b05c1 um: stop abusing KBUILD_KCONFIG by Christoph Hellwig · 6 years ago
  12. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  13. b5722a4 x86/build/vdso: Remove unused vdso-syms.lds by Masahiro Yamada · 7 years ago
  14. 0ad39cb Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  15. e1cfdc0 kconfig: add basic helper macros to scripts/Kconfig.include by Masahiro Yamada · 7 years ago
  16. 21c54b7 kconfig: show compiler version text in the top comment by Masahiro Yamada · 7 years ago
  17. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 7 years ago
  18. 1742ed2 x86/build/vdso: Put generated linker scripts to $(obj)/ by Masahiro Yamada · 7 years ago
  19. 61615fa x86/build/vdso: Remove unnecessary export in Makefile by Masahiro Yamada · 7 years ago
  20. 375479c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  21. 530ba6c um: Compile with modern headers by Jason A. Donenfeld · 7 years ago
  22. 5927145 x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk by Christoph Hellwig · 7 years ago
  23. 4d1a535 um: Use POSIX ucontext_t instead of struct ucontext by Krzysztof Mazur · 7 years ago
  24. b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
  25. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  26. da20ab3 x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt() by Dave Hansen · 7 years ago
  27. 7b24afb um: remove a stray tab by Dan Carpenter · 7 years ago
  28. 6f602afd um: Fix FP register size for XSTATE/XSAVE by Thomas Meyer · 7 years ago
  29. 2fb4460 um: Fix check for _xstate for older hosts by Florian Fainelli · 7 years ago
  30. 4ecd4ff Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  31. 61e8d46 um: Correctly check for PTRACE_GETRESET/SETREGSET by Richard Weinberger · 7 years ago
  32. 0a98764 um: Allow building and running on older hosts by Florian Fainelli · 8 years ago
  33. f44f1e7 um: Avoid longjmp/setjmp symbol clashes with libpthread.a by Florian Fainelli · 8 years ago
  34. 827880e x86/um: thin archives build fix by Nicholas Piggin · 8 years ago
  35. ec05901 Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  36. 601b7b91 um: Include kbuild.h instead of duplicating its macros by Matthias Kaehlcke · 8 years ago
  37. 9abc74a um: Fix PTRACE_POKEUSER on x86_64 by Richard Weinberger · 8 years ago
  38. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. 9a93848 x86/debug: Implement __WARN() using UD0 by Peter Zijlstra · 8 years ago
  40. d582799 um/arch_prctl: Fix fallout from x86 arch_prctl() rework by Kyle Huey · 8 years ago
  41. 79170fd x86/syscalls/32: Wire up arch_prctl on x86-32 by Kyle Huey · 8 years ago
  42. 17a6e1b x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64() by Kyle Huey · 8 years ago
  43. ff3f097 x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl() by Kyle Huey · 8 years ago
  44. dd93938 x86/arch_prctl: Rename 'code' argument to 'option' by Kyle Huey · 8 years ago
  45. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  46. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  47. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  48. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  49. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  50. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  51. 63ae602 Merge branch 'gup_flag-cleanups' by Linus Torvalds · 8 years ago
  52. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  53. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  54. d896fa2 um/Stop conflating task_struct::stack with thread_info by Linus Torvalds · 8 years ago
  55. ce29856 um/ptrace: Fix the syscall number update after a ptrace by Mickaël Salaün · 8 years ago
  56. 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
  57. 9e0243d Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  58. 915eed2 um: Support kcov by Vegard Nossum · 9 years ago
  59. eb008eb x86: Audit and remove any remaining unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  60. 7d8eb50 Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  61. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 9 years ago
  62. a78ff11 um: add extended processor state save/restore support by Eli Cooper · 9 years ago
  63. b6024b2 um: extend fpstate to _xstate to support YMM registers by Eli Cooper · 9 years ago
  64. 6de5a8a um: fix FPU state preservation around signal handlers by Eli Cooper · 9 years ago
  65. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  66. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
  67. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  68. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  69. ad32a1f um: use %lx format specifiers for unsigned longs by Colin Ian King · 9 years ago
  70. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  71. cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 9 years ago
  72. 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 9 years ago
  73. 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 9 years ago
  74. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  75. 577f183 x86/um: reuse asm-generic/barrier.h by Michael S. Tsirkin · 9 years ago
  76. 42d91f6 um: Fix build error and kconfig for i386 by Mickaël Salaün · 9 years ago
  77. d8f8b84 um: Add full asm/syscall.h support by Mickaël Salaün · 9 years ago
  78. e04c989 um: Fix ptrace GETREGS/SETREGS bugs by Mickaël Salaün · 9 years ago
  79. de37937 um: Fix pointer cast by Mickaël Salaün · 9 years ago
  80. 8090bfd um: Fix fpstate handling by Richard Weinberger · 9 years ago
  81. 4bde961 Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  82. 1b2411c um: Simplify STUB_DATA loading by Richard Weinberger · 9 years ago
  83. 246d254 um: Remove dead symbol from i386 syscall stub by Richard Weinberger · 9 years ago
  84. ec2c6c0 um: Remove dead code from x86_64 syscall stub by Richard Weinberger · 9 years ago
  85. a75a3f6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 37e81a0 um: Do not rely on libc to provide modify_ldt() by Hans-Werner Hilse · 10 years ago
  87. 612bece um/x86: Fix build after x86 syscall changes by Andy Lutomirski · 9 years ago
  88. eb974c6 x86/syscalls: Give sys_call_ptr_t a useful type by Andy Lutomirski · 9 years ago
  89. 034042c x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h by Andy Lutomirski · 9 years ago
  90. bb8dd96 x86/asm/tsc: Remove rdtsc_barrier() by Andy Lutomirski · 10 years ago
  91. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  92. da028d5 um: Don't pollute kernel namespace with uapi by Richard Weinberger · 10 years ago
  93. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 10 years ago
  94. e6b93f4 x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ by Ingo Molnar · 10 years ago
  95. 298e20b um: Stop abusing __KERNEL__ by Richard Weinberger · 10 years ago
  96. 6c68446 um: Fix warning in setup_signal_stack_si() by Richard Weinberger · 10 years ago
  97. f8d65d2 um: Rework uaccess code by Richard Weinberger · 10 years ago
  98. 1d04c8d um: Add uaccess.h to ldt.c by Richard Weinberger · 10 years ago
  99. 7017f42 um: Add uaccess.h to syscalls_64.c by Richard Weinberger · 10 years ago
  100. 9b46e21 um: Add asm/elf.h to vma.c by Richard Weinberger · 10 years ago