1. 0750e8b um: Fix PTRACE_POKEUSER on x86_64 by Richard Weinberger · 7 years ago
  2. 63ae602 Merge branch 'gup_flag-cleanups' by Linus Torvalds · 8 years ago
  3. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  4. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  5. d896fa2 um/Stop conflating task_struct::stack with thread_info by Linus Torvalds · 8 years ago
  6. ce29856 um/ptrace: Fix the syscall number update after a ptrace by Mickaël Salaün · 8 years ago
  7. 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
  8. 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
  9. 915eed2 um: Support kcov by Vegard Nossum · 8 years ago
  10. eb008eb x86: Audit and remove any remaining unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  11. 7d8eb50 Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  12. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  13. a78ff11 um: add extended processor state save/restore support by Eli Cooper · 8 years ago
  14. b6024b2 um: extend fpstate to _xstate to support YMM registers by Eli Cooper · 8 years ago
  15. 6de5a8a um: fix FPU state preservation around signal handlers by Eli Cooper · 8 years ago
  16. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  17. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 8 years ago
  18. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  19. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 8 years ago
  20. ad32a1f um: use %lx format specifiers for unsigned longs by Colin Ian King · 8 years ago
  21. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 8 years ago
  22. cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 8 years ago
  23. 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 8 years ago
  24. 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 8 years ago
  25. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  26. 577f183 x86/um: reuse asm-generic/barrier.h by Michael S. Tsirkin · 9 years ago
  27. 42d91f6 um: Fix build error and kconfig for i386 by Mickaël Salaün · 9 years ago
  28. d8f8b84 um: Add full asm/syscall.h support by Mickaël Salaün · 9 years ago
  29. e04c989 um: Fix ptrace GETREGS/SETREGS bugs by Mickaël Salaün · 9 years ago
  30. de37937 um: Fix pointer cast by Mickaël Salaün · 9 years ago
  31. 8090bfd um: Fix fpstate handling by Richard Weinberger · 9 years ago
  32. 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
  33. 1b2411c um: Simplify STUB_DATA loading by Richard Weinberger · 9 years ago
  34. 246d254 um: Remove dead symbol from i386 syscall stub by Richard Weinberger · 9 years ago
  35. ec2c6c0 um: Remove dead code from x86_64 syscall stub by Richard Weinberger · 9 years ago
  36. 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
  37. 37e81a0 um: Do not rely on libc to provide modify_ldt() by Hans-Werner Hilse · 9 years ago
  38. 612bece um/x86: Fix build after x86 syscall changes by Andy Lutomirski · 9 years ago
  39. eb974c6 x86/syscalls: Give sys_call_ptr_t a useful type by Andy Lutomirski · 9 years ago
  40. 034042c x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h by Andy Lutomirski · 9 years ago
  41. bb8dd96 x86/asm/tsc: Remove rdtsc_barrier() by Andy Lutomirski · 9 years ago
  42. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  43. da028d5 um: Don't pollute kernel namespace with uapi by Richard Weinberger · 9 years ago
  44. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  45. e6b93f4 x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ by Ingo Molnar · 9 years ago
  46. 298e20b um: Stop abusing __KERNEL__ by Richard Weinberger · 9 years ago
  47. 6c68446 um: Fix warning in setup_signal_stack_si() by Richard Weinberger · 9 years ago
  48. f8d65d2 um: Rework uaccess code by Richard Weinberger · 9 years ago
  49. 1d04c8d um: Add uaccess.h to ldt.c by Richard Weinberger · 9 years ago
  50. 7017f42 um: Add uaccess.h to syscalls_64.c by Richard Weinberger · 9 years ago
  51. 9b46e21 um: Add asm/elf.h to vma.c by Richard Weinberger · 9 years ago
  52. 2779567 um: Cleanup mem_32/64.c headers by Richard Weinberger · 9 years ago
  53. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 9 years ago
  54. ab3f02f locking/arch: Add WRITE_ONCE() to set_mb() by Peter Zijlstra · 9 years ago
  55. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 9 years ago
  56. e44740c Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  57. fc9bea0 x86, UML: fix integer overflow in ELF_ET_DYN_BASE by Andrey Ryabinin · 9 years ago
  58. a98a6d8 um: Remove broken highmem support by Richard Weinberger · 9 years ago
  59. 28fa468 um: Remove broken SMP support by Richard Weinberger · 9 years ago
  60. d0b5e15 um: Remove SKAS3/4 support by Richard Weinberger · 9 years ago
  61. fd22384 um: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  62. 616ab24 x86/asm/entry/64: Remove stub_iopl by Denys Vlasenko · 9 years ago
  63. c70e1b4 x86/asm: Use alternative_2() in rdtsc_barrier() by Borislav Petkov · 10 years ago
  64. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  65. b485342 x86, um: actually mark system call tables readonly by Daniel Borkmann · 10 years ago
  66. 78a45c6 Merge branch 'akpm' (second patch-bomb from Andrew) by Linus Torvalds · 10 years ago
  67. 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
  68. 1077fa3 arch: Add lightweight memory barriers dma_rmb() and dma_wmb() by Alexander Duyck · 10 years ago
  69. 8a44971 arch: Cleanup read_barrier_depends() and comments by Alexander Duyck · 10 years ago
  70. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  71. 6713123 um: remove csum_partial_copy_generic_i386 to clean up exception table by Honggang Li · 10 years ago
  72. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 10 years ago
  73. 4b4665e UM: implement syscall_get_arch() by Eric Paris · 10 years ago
  74. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  75. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  76. 307627e um: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  77. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  78. 3d7ee96 x86, vdso: Clean up 32-bit vs 64-bit vdso params by Andy Lutomirski · 10 years ago
  79. 09df7c4 x86: Remove CONFIG_X86_OOSTORE by Dave Jones · 10 years ago
  80. cdc7ef8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  81. b13a9bf um/vdso: add .gitignore for a couple of targets by Ramkumar Ramachandra · 11 years ago
  82. e40f04d arch/um: make it work with defconfig and x86_64 by Ramkumar Ramachandra · 11 years ago
  83. 9d1ee8c um: Rewrite show_stack() by Richard Weinberger · 11 years ago
  84. aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
  85. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  86. b5c04da um: prctl: Do not include linux/ptrace.h by Richard Weinberger · 11 years ago
  87. 9e82d45 um: remove dead code by Richard Weinberger · 11 years ago
  88. 2cf0966 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect by Al Viro · 11 years ago
  89. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  90. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  91. 11743a1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. d64008a burying unused conditionals by Al Viro · 12 years ago
  93. 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago
  94. 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
  95. 49cb25e x86: get rid of pt_regs argument in vm86/vm86old by Al Viro · 12 years ago
  96. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  97. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
  98. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  99. 01b35ab arch/x86/um: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  100. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago