| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-22 | um: remove set_fs |  Christoph Hellwig | 1 | -8/+0 |
| 2021-12-21 | uml/i386: missing include in barrier.h |  Al Viro | 1 | -0/+1 |
| 2021-04-15 | um: elf.h: Fix W=1 warning for empty body in 'do' statement |  Randy Dunlap | 1 | -1/+1 |
| 2020-08-20 | saner calling conventions for csum_and_copy_..._user() |  Al Viro | 1 | -23/+0 |
| 2020-08-20 | unify generic instances of csum_partial_copy_nocheck() |  Al Viro | 1 | -16/+0 |
| 2020-05-29 | take the dummy csum_and_copy_from_user() into net/checksum.h |  Al Viro | 1 | -20/+0 |
| 2020-04-10 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS |  Anshuman Khandual | 1 | -8/+2 |
| 2020-03-29 | um: Implement cpu_relax() as ndelay(1) for time-travel |  Johannes Berg | 1 | -2/+10 |
| 2019-09-15 | um: Use real DMA barriers |  Johannes Berg | 1 | -3/+0 |
| 2019-09-15 | um: Don't use generic barrier.h |  Johannes Berg | 1 | -8/+1 |
| 2019-03-20 | syscall_get_arch: add "struct task_struct *" argument |  Dmitry V. Levin | 1 | -1/+1 |
| 2019-01-03 | Remove 'type' argument from access_ok() function |  Linus Torvalds | 1 | -1/+1 |
| 2018-11-03 | Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix |  Ingo Molnar | 2 | -11/+0 |
| 2018-10-31 | treewide: remove current_text_addr |  Nick Desaulniers | 2 | -11/+0 |
| 2018-10-29 | x86: Clean up 'sizeof x' => 'sizeof(x)' |  Jordan Borgner | 1 | -1/+1 |
| 2018-09-27 | x86: Add support for 64-bit place relative relocations |  Ard Biesheuvel | 1 | -2/+1 |
| 2018-03-20 | x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk |  Christoph Hellwig | 1 | -4/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 9 | -0/+9 |
| 2017-03-20 | x86/arch_prctl: Rename 'code' argument to 'option' |  Kyle Huey | 1 | -1/+1 |
| 2016-11-17 | locking/core: Provide common cpu_relax_yield() definition |  Christian Borntraeger | 1 | -1/+0 |
| 2016-11-16 | locking/core, arch: Remove cpu_relax_lowlatency() |  Christian Borntraeger | 1 | -1/+0 |
| 2016-11-16 | locking/core: Introduce cpu_relax_yield() |  Christian Borntraeger | 1 | -0/+1 |
| 2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 2 | -6/+5 |
| 2016-03-13 | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short |  Alexander Duyck | 1 | -1/+1 |
| 2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types |  Alexander Duyck | 1 | -5/+4 |
| 2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* |  Borislav Petkov | 1 | -1/+1 |
| 2016-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost |  Linus Torvalds | 1 | -8/+1 |
| 2016-01-12 | x86/um: reuse asm-generic/barrier.h |  Michael S. Tsirkin | 1 | -8/+1 |
| 2016-01-10 | um: Add full asm/syscall.h support |  Mickaël Salaün | 1 | -0/+1 |
| 2015-10-14 | um/x86: Fix build after x86 syscall changes |  Andy Lutomirski | 1 | -0/+4 |
| 2015-07-06 | x86/asm/tsc: Remove rdtsc_barrier() |  Andy Lutomirski | 1 | -13/+0 |
| 2015-06-28 | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml |  Linus Torvalds | 4 | -2/+11 |
| 2015-05-31 | um: Rework uaccess code |  Richard Weinberger | 4 | -2/+11 |
| 2015-05-19 | locking/arch: Rename set_mb() to smp_store_mb() |  Peter Zijlstra | 1 | -1/+2 |
| 2015-05-19 | locking/arch: Add WRITE_ONCE() to set_mb() |  Peter Zijlstra | 1 | -1/+1 |
| 2015-04-15 | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml |  Linus Torvalds | 2 | -12/+1 |
| 2015-04-13 | x86, UML: fix integer overflow in ELF_ET_DYN_BASE |  Andrey Ryabinin | 1 | -1/+1 |
| 2015-04-13 | um: Remove broken SMP support |  Richard Weinberger | 1 | -11/+0 |
| 2015-02-23 | x86/asm: Use alternative_2() in rdtsc_barrier() |  Borislav Petkov | 1 | -2/+2 |
| 2014-12-11 | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() |  Alexander Duyck | 1 | -6/+7 |
| 2014-12-11 | arch: Cleanup read_barrier_depends() and comments |  Alexander Duyck | 1 | -4/+3 |
| 2014-10-19 | Merge git://git.infradead.org/users/eparis/audit |  Linus Torvalds | 2 | -4/+15 |
| 2014-09-23 | ARCH: AUDIT: audit_syscall_entry() should not require the arch |  Eric Paris | 1 | -4/+0 |
| 2014-09-23 | UM: implement syscall_get_arch() |  Eric Paris | 1 | -0/+15 |
| 2014-08-08 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area |  Andy Lutomirski | 1 | -1/+0 |
| 2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() |  Davidlohr Bueso | 1 | -1/+2 |
| 2014-03-11 | x86: Remove CONFIG_X86_OOSTORE |  Dave Jones | 1 | -4/+0 |
| 2013-11-17 | um: Rewrite show_stack() |  Richard Weinberger | 2 | -0/+10 |
| 2012-12-19 | missing user_stack_pointer() instances |  Al Viro | 1 | -0/+1 |
| 2012-10-09 | um: get rid of pointless include "..." where include <...> will do |  Al Viro | 1 | -1/+1 |