index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-14
x86/asm: Remove the xyz_cfi macros from dwarf2.h
Andy Lutomirski
1
-93
/
+0
2015-10-11
x86/entry/64/compat: Document sysenter_fix_flags's reason for existence
Borislav Petkov
1
-0
/
+6
2015-10-09
x86/entry: Split and inline syscall_return_slowpath()
Andy Lutomirski
1
-21
/
+29
2015-10-09
x86/entry: Split and inline prepare_exit_to_usermode()
Andy Lutomirski
1
-15
/
+28
2015-10-09
x86/entry: Use pt_regs_to_thread_info() in syscall entry tracing
Andy Lutomirski
1
-11
/
+11
2015-10-09
x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRY
Andy Lutomirski
1
-2
/
+4
2015-10-09
x86/entry: Micro-optimize compat fast syscall arg fetch
Andy Lutomirski
1
-2
/
+14
2015-10-09
x86/entry: Force inlining of 32-bit syscall code
Andy Lutomirski
1
-3
/
+5
2015-10-09
x86/entry: Make irqs_disabled checks in exit code depend on lockdep
Andy Lutomirski
1
-3
/
+3
2015-10-09
x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscalls
Andy Lutomirski
1
-7
/
+11
2015-10-09
x86/asm: Remove thread_info.sysenter_return
Andy Lutomirski
2
-4
/
+0
2015-10-09
x86/entry/32: Re-implement SYSENTER using the new C path
Andy Lutomirski
3
-100
/
+51
2015-10-09
x86/entry/32: Switch INT80 to the new C syscall path
Andy Lutomirski
1
-21
/
+13
2015-10-09
x86/entry/32: Open-code return tracking from fork and kthreads
Andy Lutomirski
1
-3
/
+15
2015-10-09
x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls
Andy Lutomirski
2
-5
/
+60
2015-10-09
x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace
Andy Lutomirski
2
-36
/
+62
2015-10-09
x86/entry: Add C code for fast system call entries
Andy Lutomirski
1
-0
/
+43
2015-10-09
x86/entry/64/compat: Migrate the body of the syscall entry to C
Andy Lutomirski
2
-39
/
+19
2015-10-09
x86/entry: Add do_syscall_32(), a C function to do 32-bit syscalls
Andy Lutomirski
1
-0
/
+43
2015-10-09
x86/syscalls: Give sys_call_ptr_t a useful type
Andy Lutomirski
5
-9
/
+11
2015-10-09
x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h
Andy Lutomirski
4
-9
/
+14
2015-10-09
x86/entry/64/compat: Set up full pt_regs for all compat syscalls
Andy Lutomirski
3
-40
/
+20
2015-10-09
x86/entry/64/compat: Remove most of the fast system call machinery
Andy Lutomirski
1
-242
/
+4
2015-10-09
x86/entry/64/compat: Remove audit optimizations
Andy Lutomirski
1
-96
/
+2
2015-10-09
x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries
Andy Lutomirski
1
-0
/
+13
2015-10-09
x86/vdso/32: Save extra registers in the INT80 vsyscall path
Andy Lutomirski
3
-1
/
+26
2015-10-09
x86/elf/64: Clear more registers in elf_common_init()
Andy Lutomirski
1
-4
/
+4
2015-10-09
x86/vdso: Replace hex int80 CFI annotations with GAS directives
Andy Lutomirski
1
-40
/
+8
2015-10-09
x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm
Andy Lutomirski
2
-5
/
+12
2015-10-09
x86/asm: Re-add parts of the manual CFI infrastructure
Andy Lutomirski
2
-2
/
+178
2015-10-07
x86/vdso: Remove runtime 32-bit vDSO selection
Andy Lutomirski
12
-279
/
+21
2015-10-07
x86/entry/64/compat: After SYSENTER, move STI after the NT fixup
Andy Lutomirski
1
-8
/
+22
2015-10-07
x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...
Andy Lutomirski
3
-3
/
+2
2015-10-07
x86/entry/64/compat: Fix SYSENTER's NT flag before user memory access
Andy Lutomirski
1
-9
/
+9
2015-10-07
x86/uaccess: Add unlikely() to __chk_range_not_ok() failure paths
Andy Lutomirski
1
-3
/
+3
2015-10-07
x86/uaccess: Tell the compiler that uaccess is unlikely to fault
Andy Lutomirski
1
-4
/
+4
2015-10-07
Merge branch 'linus' into x86/asm, to pick up fixes before applying new changes
Ingo Molnar
28
-207
/
+288
2015-10-06
Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-5
/
+46
2015-10-06
x86/xen/p2m: hint at the last populated P2M entry
David Vrabel
1
-1
/
+18
2015-10-03
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-65
/
+69
2015-10-03
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+66
2015-10-02
x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds
Ben Hutchings
1
-1
/
+1
2015-10-02
x86/mm: Set NX on gap between __ex_table and rodata
Stephen Smalley
1
-1
/
+1
2015-10-02
x86/kexec: Fix kexec crash in syscall kexec_file_load()
Lee, Chun-Yi
1
-4
/
+3
2015-10-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+2
2015-10-01
arch/x86/include/asm/efi.h: fix build failure
Andrey Ryabinin
1
-0
/
+2
2015-10-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-119
/
+22
2015-10-01
Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
Dirk Müller
1
-1
/
+1
2015-10-01
Revert "KVM: SVM: use NPT page attributes"
Paolo Bonzini
1
-96
/
+5
2015-10-01
Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"
Paolo Bonzini
1
-8
/
+7
[next]