Sign in
android-kvm
/
linux
/
5f0d736e7f7db586141f974821b6ca6c1d906d5b
/
arch
/
x86
/
entry
a9dce66
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
38e7571
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
3eb39f4
signal: add pidfd_send_signal() syscall
by Christian Brauner
· 6 years ago
edafcce
io_uring: add support for pre-mapped user IO buffers
by Jens Axboe
· 6 years ago
2b188cc
Add io_uring IO interface
by Jens Axboe
· 6 years ago
41ea391
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
by Thomas Gleixner
· 6 years ago
fd659cc
Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
by Thomas Gleixner
· 6 years ago
48166e6
y2038: add 64-bit time_t syscalls to all 32-bit architectures
by Arnd Bergmann
· 6 years ago
d33c577
y2038: rename old time and utime syscalls
by Arnd Bergmann
· 6 years ago
00bf25d
y2038: use time32 syscall names on 32-bit
by Arnd Bergmann
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
7948450
x86/x32: use time64 versions of sigtimedwait and recvmmsg
by Arnd Bergmann
· 6 years ago
0d6040d4
arch: add split IPC system calls where needed
by Arnd Bergmann
· 6 years ago
fc24d75
x86/entry/64/compat: Fix stack switching for XEN PV
by Jan Beulich
· 6 years ago
e9666d1
jump_label: move 'asm goto' support test to Kconfig
by Masahiro Yamada
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
e57d9f6
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
312a466
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
38fabca
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
70ad636
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e769742
Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs"
by Ingo Molnar
· 6 years ago
02117e4
Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
by Ingo Molnar
· 6 years ago
cd01544
x86/vdso: Pass --eh-frame-hdr to the linker
by Alistair Strachan
· 6 years ago
8586ca8
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ac3e233
x86/vdso: Drop implicit common-page-size linker flag
by Nick Desaulniers
· 6 years ago
a50480c
kprobes/x86: Blacklist non-attachable interrupt functions
by Andrea Righi
· 6 years ago
2943480
x86/vdso: Remove a stale/misleading comment from the linker script
by Sean Christopherson
· 6 years ago
24b7c77
x86/vdso: Remove obsolete "fake section table" reservation
by Sean Christopherson
· 6 years ago
a97673a
x86: Fix various typos in comments
by Ingo Molnar
· 6 years ago
af2ebdc
x86/vsyscall/64: Use X86_PF constants in the simulated #PF error code
by Andy Lutomirski
· 6 years ago
2d6bb6a
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
b13fd1d
x86: convert vdso to use vm_fault_t
by Matthew Wilcox
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
034bda1
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
d82924c
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
f682a79
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e1d20be
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
0200fbd
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ae85249
x86/entry/64: Further improve paranoid_entry comments
by Andy Lutomirski
· 6 years ago
04f4f95
x86/entry/32: Clear the CS high bits
by Jan Kiszka
· 6 years ago
16561f2
x86/entry: Add some paranoid entry/exit CR3 handling comments
by Dave Hansen
· 6 years ago
ec3a941
x86/fsgsbase/64: Clean up various details
by Ingo Molnar
· 6 years ago
22245bd
x86/segments: Introduce the 'CPUNODE' naming to better document the segment limit CPU/node NR trick
by Ingo Molnar
· 6 years ago
b2e2ba5
x86/vdso: Initialize the CPU/node NR segment descriptor earlier
by Chang S. Bae
· 6 years ago
ffebbae
x86/vdso: Introduce helper functions for CPU and node number
by Chang S. Bae
· 6 years ago
c475561
x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBER
by Chang S. Bae
· 6 years ago
5bdcd51
x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs
by Nadav Amit
· 6 years ago
99c19e6
x86/vdso: Rearrange do_hres() to improve code generation
by Andy Lutomirski
· 6 years ago
89fe0a1
x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks
by Andy Lutomirski
· 6 years ago
315f28f
x66/vdso: Add CLOCK_TAI support
by Thomas Gleixner
· 6 years ago
3e89bf3
x86/vdso: Move cycle_last handling into the caller
by Thomas Gleixner
· 6 years ago
4f72adc
x86/vdso: Simplify the invalid vclock case
by Thomas Gleixner
· 6 years ago
f3e8393
x86/vdso: Replace the clockid switch case
by Thomas Gleixner
· 6 years ago
6deec5b
x86/vdso: Collapse coarse functions
by Thomas Gleixner
· 6 years ago
e9a62f7
x86/vdso: Collapse high resolution functions
by Thomas Gleixner
· 6 years ago
49116f2
x86/vdso: Introduce and use vgtod_ts
by Thomas Gleixner
· 6 years ago
77e9c67
x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
by Thomas Gleixner
· 6 years ago
a51e996
x86/vdso: Enforce 64bit clocksource
by Thomas Gleixner
· 6 years ago
02e4256
x86/vdso: Fix vDSO syscall fallback asm constraint regression
by Andy Lutomirski
· 6 years ago
4f16656
x86/vdso: Only enable vDSO retpolines when enabled and supported
by Andy Lutomirski
· 6 years ago
715bd9d
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
by Andy Lutomirski
· 6 years ago
0a996c1
signal/x86: Use force_sig_fault where appropriate
by Eric W. Biederman
· 6 years ago
bf904d2
x86/pti/64: Remove the SYSCALL64 entry trampoline
by Andy Lutomirski
· 7 years ago
98f05b5
x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space
by Andy Lutomirski
· 7 years ago
bd7b1f7
x86/entry/64: Document idtentry
by Andy Lutomirski
· 7 years ago
afaef01
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
by Alexander Popov
· 7 years ago
28c11b0
x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
by Juergen Gross
· 7 years ago
2e549b2
x86/vdso: Fix vDSO build if a retpoline is emitted
by Andy Lutomirski
· 7 years ago
e026bcc
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
eac3411
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d191c82
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f24d6f2
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
3157060
Merge branch 'x86/pti-urgent' into x86/pti
by Thomas Gleixner
· 7 years ago
379d98d
x86: vdso: Use $LD instead of $CC to link
by Alistair Strachan
· 7 years ago
b3681dd
x86/entry/64: Remove %ebx handling from error_entry/exit
by Andy Lutomirski
· 7 years ago
d5e84c2
x86/entry/32: Check for VM86 mode in slow-path check
by Joerg Roedel
· 7 years ago
9719370
x86/entry/32: Add debug code to check entry/exit CR3
by Joerg Roedel
· 7 years ago
b65bef4
x86/entry/32: Add PTI CR3 switches to NMI handler code
by Joerg Roedel
· 7 years ago
e464fb9
x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
by Joerg Roedel
· 7 years ago
929b44e
x86/entry/32: Simplify debug entry point
by Joerg Roedel
· 7 years ago
b92a165
x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
by Joerg Roedel
· 7 years ago
8b376fa
x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
by Joerg Roedel
· 7 years ago
e5862d0
x86/entry/32: Leave the kernel via trampoline stack
by Joerg Roedel
· 7 years ago
45d7b25
x86/entry/32: Enter the kernel via trampoline stack
by Joerg Roedel
· 7 years ago
0d2eb73
x86/entry/32: Split off return-to-kernel path
by Joerg Roedel
· 7 years ago
8e676ce
x86/entry/32: Unshare NMI return path
by Joerg Roedel
· 7 years ago
46eabca
x86/entry/32: Put ESPFIX code into a macro
by Joerg Roedel
· 7 years ago
ae2e565
x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
by Joerg Roedel
· 7 years ago
d623f60
x86: Add build salt to the vDSO
by Laura Abbott
· 7 years ago
6709812
x86/entry/64: Add two more instruction suffixes
by Jan Beulich
· 7 years ago
c5fcdbf
x86/build/vdso: Simplify 'cmd_vdso2c'
by Masahiro Yamada
· 7 years ago
22cd978
x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"
by Andy Lutomirski
· 7 years ago
236f0cd
x86/entry/32: Add explicit 'l' instruction suffix
by Jan Beulich
· 7 years ago
784e030
rseq: Avoid infinite recursion when delivering SIGSEGV
by Will Deacon
· 7 years ago
d31a580
x86/unwind/orc: Detect the end of the stack
by Josh Poimboeuf
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
050e9ba
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
by Linus Torvalds
· 7 years ago
05c17ced
x86: Wire up restartable sequence system call
by Mathieu Desnoyers
· 7 years ago
d6761b8
x86: Add support for restartable sequences
by Mathieu Desnoyers
· 7 years ago
42964c6
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
Next »