index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2018-04-06
kvm: x86: fix a prototype warning
Peng Hao
2018-04-05
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2018-04-05
x86/mm/memory_hotplug: determine block size based on the end of boot memory
Pavel Tatashin
2018-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2018-04-05
Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2018-04-05
time: tick-sched: Reorganize idle tick management code
Rafael J. Wysocki
2018-04-05
Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-04-05
syscalls/x86: Extend register clearing on syscall entry to lower registers
Dominik Brodowski
2018-04-05
syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64
Dominik Brodowski
2018-04-05
syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...
Dominik Brodowski
2018-04-05
syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...
Dominik Brodowski
2018-04-05
x86/syscalls: Don't pointlessly reload the system call number
Linus Torvalds
2018-04-05
x86/uapi: Fix asm/bootparam.h userspace compilation errors
Dmitry V. Levin
2018-04-05
perf/x86/intel: Move regs->flags EXACT bit init
Stephane Eranian
2018-04-04
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-04
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-04-05
x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th...
Sai Praneeth
2018-04-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-04-04
kvm: x86: fix a compile warning
Peng Hao
2018-04-04
KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"
Wanpeng Li
2018-04-04
KVM: X86: Introduce handle_ud()
Wanpeng Li
2018-04-04
KVM: vmx: unify adjacent #ifdefs
Paolo Bonzini
2018-04-04
x86: kvm: hide the unused 'cpu' variable
Arnd Bergmann
2018-04-04
KVM: VMX: remove bogus WARN_ON in handle_ept_misconfig
Sean Christopherson
2018-04-04
Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
Sean Christopherson
2018-04-04
kvm: Add emulation for movups/movupd
Stefan Fritsch
2018-04-04
KVM: VMX: raise internal error for exception during invalid protected mode state
Sean Christopherson
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-02
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-02
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-02
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-02
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-02
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-02
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-04-02
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-02
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
syscalls/x86: auto-create compat_sys_*() prototypes
Dominik Brodowski
2018-04-02
x86/sigreturn: use SYSCALL_DEFINE0
Tautschnig, Michael
2018-04-02
x86: fix sys_sigreturn() return type to be long, not unsigned long
Dominik Brodowski
2018-04-02
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Dominik Brodowski
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
[prev]
[next]