index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
um
/
asm
Age
Commit message (
Expand
)
Author
2025-05-05
um/asm: Replace "REP; NOP" with PAUSE mnemonic
Uros Bizjak
2025-05-05
um/asm: Rename rep_nop() to native_pause()
Uros Bizjak
2025-05-05
um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
Sami Tolvanen
2025-03-18
um: x86: clean up elf specific definitions
Hajime Tazaki
2025-03-18
um/locking: Remove semicolon from "lock" prefix
Uros Bizjak
2025-01-13
um: Remove unused asm/archparam.h header
Tiwei Bie
2024-10-23
um: switch to regset API and depend on XSTATE
Benjamin Berg
2024-07-03
um: remove LDT support
Benjamin Berg
2024-04-22
um: Move declarations to proper headers
Tiwei Bie
2024-01-05
um: Rely on PTRACE_SETREGSET to set FS/GS base registers
Benjamin Berg
2023-08-26
um: Remove unsued extern declaration ldt_host_info()
YueHaibing
2022-11-24
[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...
Al Viro
2021-12-22
um: remove set_fs
Christoph Hellwig
2021-12-21
uml/i386: missing include in barrier.h
Al Viro
2021-04-15
um: elf.h: Fix W=1 warning for empty body in 'do' statement
Randy Dunlap
2020-08-20
saner calling conventions for csum_and_copy_..._user()
Al Viro
2020-08-20
unify generic instances of csum_partial_copy_nocheck()
Al Viro
2020-05-29
take the dummy csum_and_copy_from_user() into net/checksum.h
Al Viro
2020-04-10
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2020-03-29
um: Implement cpu_relax() as ndelay(1) for time-travel
Johannes Berg
2019-09-15
um: Use real DMA barriers
Johannes Berg
2019-09-15
um: Don't use generic barrier.h
Johannes Berg
2019-03-20
syscall_get_arch: add "struct task_struct *" argument
Dmitry V. Levin
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-11-03
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
2018-10-29
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
2018-09-27
x86: Add support for 64-bit place relative relocations
Ard Biesheuvel
2018-03-20
x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-20
x86/arch_prctl: Rename 'code' argument to 'option'
Kyle Huey
2016-11-17
locking/core: Provide common cpu_relax_yield() definition
Christian Borntraeger
2016-11-16
locking/core, arch: Remove cpu_relax_lowlatency()
Christian Borntraeger
2016-11-16
locking/core: Introduce cpu_relax_yield()
Christian Borntraeger
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-13
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
Alexander Duyck
2016-03-13
ipv4: Update parameters for csum_tcpudp_magic to their original types
Alexander Duyck
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2016-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2016-01-12
x86/um: reuse asm-generic/barrier.h
Michael S. Tsirkin
2016-01-10
um: Add full asm/syscall.h support
Mickaël Salaün
2015-10-14
um/x86: Fix build after x86 syscall changes
Andy Lutomirski
2015-07-06
x86/asm/tsc: Remove rdtsc_barrier()
Andy Lutomirski
2015-06-28
Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-05-31
um: Rework uaccess code
Richard Weinberger
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
2015-05-19
locking/arch: Add WRITE_ONCE() to set_mb()
Peter Zijlstra
2015-04-15
Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...
Linus Torvalds
2015-04-13
x86, UML: fix integer overflow in ELF_ET_DYN_BASE
Andrey Ryabinin
2015-04-13
um: Remove broken SMP support
Richard Weinberger
[next]