[tip:x86/mm] x86/mm: Add INVPCID helpers

2016-02-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 060a402a1ddb551455ee410de2eadd3349f2801b Gitweb: http://git.kernel.org/tip/060a402a1ddb551455ee410de2eadd3349f2801b Author: Andy Lutomirski AuthorDate: Fri, 29 Jan 2016 11:42:57 -0800 Committer: Ingo Molnar CommitDate: Tue, 9 Feb 2016

[tip:x86/mm] x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID

2016-02-09 Thread tip-bot for Andy Lutomirski
Commit-ID: d12a72b844a49d4162f24cefdab30bed3f86730e Gitweb: http://git.kernel.org/tip/d12a72b844a49d4162f24cefdab30bed3f86730e Author: Andy Lutomirski AuthorDate: Fri, 29 Jan 2016 11:42:58 -0800 Committer: Ingo Molnar CommitDate: Tue, 9 Feb 2016

[tip:x86/fpu] x86/fpu: Default eagerfpu=on on all CPUs

2016-02-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 58122bf1d856a4ea9581d62a07c557d997d46a19 Gitweb: http://git.kernel.org/tip/58122bf1d856a4ea9581d62a07c557d997d46a19 Author: Andy Lutomirski AuthorDate: Sun, 24 Jan 2016 14:38:10 -0800 Committer: Ingo Molnar CommitDate: Tue, 9 Feb 2016

[tip:x86/fpu] x86/fpu: Speed up lazy FPU restores slightly

2016-02-09 Thread tip-bot for Andy Lutomirski
Commit-ID: c6ab109f7e0eae3bae3bb10f8ddb0df67735c150 Gitweb: http://git.kernel.org/tip/c6ab109f7e0eae3bae3bb10f8ddb0df67735c150 Author: Andy Lutomirski AuthorDate: Sun, 24 Jan 2016 14:38:09 -0800 Committer: Ingo Molnar CommitDate: Tue, 9 Feb 2016

[tip:x86/asm] x86/entry/64: Fix fast-path syscall return register state

2016-02-01 Thread tip-bot for Andy Lutomirski
Commit-ID: eb2a54c3271cb6443ae93ec44a91687b60c559a3 Gitweb: http://git.kernel.org/tip/eb2a54c3271cb6443ae93ec44a91687b60c559a3 Author: Andy Lutomirski AuthorDate: Sun, 31 Jan 2016 09:33:27 -0800 Committer: Ingo Molnar CommitDate: Mon, 1 Feb 2016 08:53:25 +0100 x86/entry/64: Fix

[tip:x86/asm] x86/syscalls/64: Mark sys_iopl() as using ptregs

2016-02-01 Thread tip-bot for Andy Lutomirski
Commit-ID: bb56968a37a44070de92d5690c4b08dd98a5d3f1 Gitweb: http://git.kernel.org/tip/bb56968a37a44070de92d5690c4b08dd98a5d3f1 Author: Andy Lutomirski AuthorDate: Sun, 31 Jan 2016 09:33:28 -0800 Committer: Ingo Molnar CommitDate: Mon, 1 Feb 2016 08:53:25 +0100 x86/syscalls/64: Mark

[tip:x86/asm] x86/entry/64: Fix an IRQ state error on ptregs-using syscalls

2016-02-01 Thread tip-bot for Andy Lutomirski
Commit-ID: b7765086b7c5a5be029a739c2caa161da51c2076 Gitweb: http://git.kernel.org/tip/b7765086b7c5a5be029a739c2caa161da51c2076 Author: Andy Lutomirski AuthorDate: Sun, 31 Jan 2016 09:33:26 -0800 Committer: Ingo Molnar CommitDate: Mon, 1 Feb 2016 08:53:25 +0100 x86/entry/64: Fix an IRQ

[tip:x86/asm] x86/entry/64: Fix an IRQ state error on ptregs-using syscalls

2016-02-01 Thread tip-bot for Andy Lutomirski
Commit-ID: b7765086b7c5a5be029a739c2caa161da51c2076 Gitweb: http://git.kernel.org/tip/b7765086b7c5a5be029a739c2caa161da51c2076 Author: Andy Lutomirski AuthorDate: Sun, 31 Jan 2016 09:33:26 -0800 Committer: Ingo Molnar CommitDate: Mon, 1 Feb 2016

[tip:x86/asm] x86/entry/64: Fix fast-path syscall return register state

2016-02-01 Thread tip-bot for Andy Lutomirski
Commit-ID: eb2a54c3271cb6443ae93ec44a91687b60c559a3 Gitweb: http://git.kernel.org/tip/eb2a54c3271cb6443ae93ec44a91687b60c559a3 Author: Andy Lutomirski AuthorDate: Sun, 31 Jan 2016 09:33:27 -0800 Committer: Ingo Molnar CommitDate: Mon, 1 Feb 2016

[tip:x86/asm] x86/syscalls/64: Mark sys_iopl() as using ptregs

2016-02-01 Thread tip-bot for Andy Lutomirski
Commit-ID: bb56968a37a44070de92d5690c4b08dd98a5d3f1 Gitweb: http://git.kernel.org/tip/bb56968a37a44070de92d5690c4b08dd98a5d3f1 Author: Andy Lutomirski AuthorDate: Sun, 31 Jan 2016 09:33:28 -0800 Committer: Ingo Molnar CommitDate: Mon, 1 Feb 2016

[tip:x86/asm] x86/entry/64: Migrate the 64-bit syscall slow path to C

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 1e423bff959e48166f5b7efca01fdb0dbdf05846 Gitweb: http://git.kernel.org/tip/1e423bff959e48166f5b7efca01fdb0dbdf05846 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:28 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:38 +0100 x86/entry/64: Migrate

[tip:x86/asm] x86/entry/64: Call all native slow-path syscalls with full pt-regs

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 46eabf06c04a6847a694a0c1413d4ac57e5b058a Gitweb: http://git.kernel.org/tip/46eabf06c04a6847a694a0c1413d4ac57e5b058a Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:26 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:38 +0100 x86/entry/64: Call all

[tip:x86/asm] x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 24d978b76ffd20ecff8a8d1c21b16fe740f8b119 Gitweb: http://git.kernel.org/tip/24d978b76ffd20ecff8a8d1c21b16fe740f8b119 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:27 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:38 +0100 x86/entry/64: Stop

[tip:x86/asm] x86/entry/64: Always run ptregs-using syscalls on the slow path

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 302f5b260c322696cbeb962a263a4d2d99864aed Gitweb: http://git.kernel.org/tip/302f5b260c322696cbeb962a263a4d2d99864aed Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:25 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:38 +0100 x86/entry/64: Always

[tip:x86/asm] x86/syscalls: Move compat syscall entry handling into syscalltbl.sh

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 3e65654e3db6df6aba9c5b895f8b8e6a8d8eb508 Gitweb: http://git.kernel.org/tip/3e65654e3db6df6aba9c5b895f8b8e6a8d8eb508 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:23 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:37 +0100 x86/syscalls: Move

[tip:x86/asm] x86/syscalls: Add syscall entry qualifiers

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: cfcbadb49dabb05efa23e1a0f95f3391c0a815bc Gitweb: http://git.kernel.org/tip/cfcbadb49dabb05efa23e1a0f95f3391c0a815bc Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:24 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:38 +0100 x86/syscalls: Add

[tip:x86/asm] x86/syscalls: Refactor syscalltbl.sh

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: fba324744bfd2a7948a7710d7a021d76dafb9b67 Gitweb: http://git.kernel.org/tip/fba324744bfd2a7948a7710d7a021d76dafb9b67 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:21 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:37 +0100 x86/syscalls: Refactor

[tip:x86/asm] x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 32324ce15ea8cb4c8acc28acb2fd36fabf73e9db Gitweb: http://git.kernel.org/tip/32324ce15ea8cb4c8acc28acb2fd36fabf73e9db Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:22 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:37 +0100 x86/syscalls: Remove

[tip:x86/asm] selftests/x86: Add check_initial_reg_state()

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: e21d50f3864e2a8995f5d2a41dea3f0fa07758b4 Gitweb: http://git.kernel.org/tip/e21d50f3864e2a8995f5d2a41dea3f0fa07758b4 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:20 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:37 +0100 selftests/x86: Add

[tip:x86/asm] selftests/x86: Extend Makefile to allow 64-bit-only tests

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: c31b34255b48d1a169693c9c70c49ad6418cfd20 Gitweb: http://git.kernel.org/tip/c31b34255b48d1a169693c9c70c49ad6418cfd20 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:19 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016 09:46:36 +0100 selftests/x86: Extend

[tip:x86/asm] x86/syscalls: Move compat syscall entry handling into syscalltbl.sh

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 3e65654e3db6df6aba9c5b895f8b8e6a8d8eb508 Gitweb: http://git.kernel.org/tip/3e65654e3db6df6aba9c5b895f8b8e6a8d8eb508 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:23 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/entry/64: Always run ptregs-using syscalls on the slow path

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 302f5b260c322696cbeb962a263a4d2d99864aed Gitweb: http://git.kernel.org/tip/302f5b260c322696cbeb962a263a4d2d99864aed Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:25 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/syscalls: Add syscall entry qualifiers

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: cfcbadb49dabb05efa23e1a0f95f3391c0a815bc Gitweb: http://git.kernel.org/tip/cfcbadb49dabb05efa23e1a0f95f3391c0a815bc Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:24 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] selftests/x86: Extend Makefile to allow 64-bit-only tests

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: c31b34255b48d1a169693c9c70c49ad6418cfd20 Gitweb: http://git.kernel.org/tip/c31b34255b48d1a169693c9c70c49ad6418cfd20 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:19 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/entry/64: Call all native slow-path syscalls with full pt-regs

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 46eabf06c04a6847a694a0c1413d4ac57e5b058a Gitweb: http://git.kernel.org/tip/46eabf06c04a6847a694a0c1413d4ac57e5b058a Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:26 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/entry/64: Migrate the 64-bit syscall slow path to C

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 1e423bff959e48166f5b7efca01fdb0dbdf05846 Gitweb: http://git.kernel.org/tip/1e423bff959e48166f5b7efca01fdb0dbdf05846 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:28 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 24d978b76ffd20ecff8a8d1c21b16fe740f8b119 Gitweb: http://git.kernel.org/tip/24d978b76ffd20ecff8a8d1c21b16fe740f8b119 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:27 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/syscalls: Refactor syscalltbl.sh

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: fba324744bfd2a7948a7710d7a021d76dafb9b67 Gitweb: http://git.kernel.org/tip/fba324744bfd2a7948a7710d7a021d76dafb9b67 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:21 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: 32324ce15ea8cb4c8acc28acb2fd36fabf73e9db Gitweb: http://git.kernel.org/tip/32324ce15ea8cb4c8acc28acb2fd36fabf73e9db Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:22 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] selftests/x86: Add check_initial_reg_state()

2016-01-29 Thread tip-bot for Andy Lutomirski
Commit-ID: e21d50f3864e2a8995f5d2a41dea3f0fa07758b4 Gitweb: http://git.kernel.org/tip/e21d50f3864e2a8995f5d2a41dea3f0fa07758b4 Author: Andy Lutomirski AuthorDate: Thu, 28 Jan 2016 15:11:20 -0800 Committer: Ingo Molnar CommitDate: Fri, 29 Jan 2016

[tip:x86/asm] x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST= n

2016-01-06 Thread tip-bot for Andy Lutomirski
Commit-ID: 8705d603edd49f1cff165cd3b7998f4c7f098d27 Gitweb: http://git.kernel.org/tip/8705d603edd49f1cff165cd3b7998f4c7f098d27 Author: Andy Lutomirski AuthorDate: Tue, 29 Dec 2015 20:12:18 -0800 Committer: Thomas Gleixner CommitDate: Wed, 6 Jan 2016 10:49:53 +0100 x86/vsdo: Fix build

[tip:x86/asm] x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST= n

2016-01-06 Thread tip-bot for Andy Lutomirski
Commit-ID: 8705d603edd49f1cff165cd3b7998f4c7f098d27 Gitweb: http://git.kernel.org/tip/8705d603edd49f1cff165cd3b7998f4c7f098d27 Author: Andy Lutomirski AuthorDate: Tue, 29 Dec 2015 20:12:18 -0800 Committer: Thomas Gleixner CommitDate: Wed, 6 Jan 2016

[tip:x86/asm] x86/vdso: Enable vdso pvclock access on all vdso variants

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 76480a6a55a03d0fe5dd6290ccde7f78678ab85e Gitweb: http://git.kernel.org/tip/76480a6a55a03d0fe5dd6290ccde7f78678ab85e Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:22 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015 08:56:03 +0100 x86/vdso: Enable vdso

[tip:x86/asm] x86/vdso: Remove pvclock fixmap machinery

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: cc1e24fdb064d3126a494716f22ad4fc39306742 Gitweb: http://git.kernel.org/tip/cc1e24fdb064d3126a494716f22ad4fc39306742 Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:21 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015 08:56:03 +0100 x86/vdso: Remove

[tip:x86/asm] x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: dac16fba6fc590fa7239676b35ed75dae4c4cd2b Gitweb: http://git.kernel.org/tip/dac16fba6fc590fa7239676b35ed75dae4c4cd2b Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:20 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015 08:56:03 +0100 x86/vdso: Get pvclock

[tip:x86/asm] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 6b078f5de7fc0851af4102493c7b5bb07e49c4cb Gitweb: http://git.kernel.org/tip/6b078f5de7fc0851af4102493c7b5bb07e49c4cb Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:19 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015 08:56:02 +0100 x86, vdso, pvclock:

[tip:x86/asm] x86/kvm: On KVM re-enable (e.g. after suspend), update clocks

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 677a73a9aa5433ea728200c26a7b3506d5eaa92b Gitweb: http://git.kernel.org/tip/677a73a9aa5433ea728200c26a7b3506d5eaa92b Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:18 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015 08:56:02 +0100 x86/kvm: On KVM

[tip:x86/asm] x86/kvm: On KVM re-enable (e.g. after suspend), update clocks

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 677a73a9aa5433ea728200c26a7b3506d5eaa92b Gitweb: http://git.kernel.org/tip/677a73a9aa5433ea728200c26a7b3506d5eaa92b Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:18 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015

[tip:x86/asm] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 6b078f5de7fc0851af4102493c7b5bb07e49c4cb Gitweb: http://git.kernel.org/tip/6b078f5de7fc0851af4102493c7b5bb07e49c4cb Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:19 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015

[tip:x86/asm] x86/vdso: Enable vdso pvclock access on all vdso variants

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 76480a6a55a03d0fe5dd6290ccde7f78678ab85e Gitweb: http://git.kernel.org/tip/76480a6a55a03d0fe5dd6290ccde7f78678ab85e Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:22 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015

[tip:x86/asm] x86/vdso: Remove pvclock fixmap machinery

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: cc1e24fdb064d3126a494716f22ad4fc39306742 Gitweb: http://git.kernel.org/tip/cc1e24fdb064d3126a494716f22ad4fc39306742 Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:21 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015

[tip:x86/asm] x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap

2015-12-14 Thread tip-bot for Andy Lutomirski
Commit-ID: dac16fba6fc590fa7239676b35ed75dae4c4cd2b Gitweb: http://git.kernel.org/tip/dac16fba6fc590fa7239676b35ed75dae4c4cd2b Author: Andy Lutomirski AuthorDate: Thu, 10 Dec 2015 19:20:20 -0800 Committer: Ingo Molnar CommitDate: Fri, 11 Dec 2015

[tip:x86/asm] context_tracking: Switch to new static_branch API

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: ed11a7f1b3bd482bd7d6ef7bc2859c41fb43b9ee Gitweb: http://git.kernel.org/tip/ed11a7f1b3bd482bd7d6ef7bc2859c41fb43b9ee Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:01 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015 09:56:43 +0100 context_tracking:

[tip:x86/asm] x86/asm: Add asm macros for static keys/jump labels

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 2671c3e4fe2a34bd9bf2eecdf5d1149d4b55dbdf Gitweb: http://git.kernel.org/tip/2671c3e4fe2a34bd9bf2eecdf5d1149d4b55dbdf Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:03 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015 09:56:44 +0100 x86/asm: Add asm macros

[tip:x86/asm] x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 478dc89cf316697e8029411a64ea2b30c528434d Gitweb: http://git.kernel.org/tip/478dc89cf316697e8029411a64ea2b30c528434d Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:04 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015 09:56:44 +0100 x86/entry/64: Bypass

[tip:x86/asm] x86/asm: Error out if asm/ jump_label.h is included inappropriately

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: c28454332fe0b65e22c3a2717e5bf05b5b47ca20 Gitweb: http://git.kernel.org/tip/c28454332fe0b65e22c3a2717e5bf05b5b47ca20 Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:02 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015 09:56:43 +0100 x86/asm: Error out if

[tip:x86/asm] x86/entry/64: Fix irqflag tracing wrt context tracking

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: f10750536fa783cafb2653f6fa349d6e62337e42 Gitweb: http://git.kernel.org/tip/f10750536fa783cafb2653f6fa349d6e62337e42 Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:00 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015 09:55:02 +0100 x86/entry/64: Fix

[tip:x86/asm] x86/asm: Error out if asm/ jump_label.h is included inappropriately

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: c28454332fe0b65e22c3a2717e5bf05b5b47ca20 Gitweb: http://git.kernel.org/tip/c28454332fe0b65e22c3a2717e5bf05b5b47ca20 Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:02 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015

[tip:x86/asm] x86/entry/64: Fix irqflag tracing wrt context tracking

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: f10750536fa783cafb2653f6fa349d6e62337e42 Gitweb: http://git.kernel.org/tip/f10750536fa783cafb2653f6fa349d6e62337e42 Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:00 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015

[tip:x86/asm] context_tracking: Switch to new static_branch API

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: ed11a7f1b3bd482bd7d6ef7bc2859c41fb43b9ee Gitweb: http://git.kernel.org/tip/ed11a7f1b3bd482bd7d6ef7bc2859c41fb43b9ee Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:01 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015

[tip:x86/asm] x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 478dc89cf316697e8029411a64ea2b30c528434d Gitweb: http://git.kernel.org/tip/478dc89cf316697e8029411a64ea2b30c528434d Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:04 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015

[tip:x86/asm] x86/asm: Add asm macros for static keys/jump labels

2015-11-24 Thread tip-bot for Andy Lutomirski
Commit-ID: 2671c3e4fe2a34bd9bf2eecdf5d1149d4b55dbdf Gitweb: http://git.kernel.org/tip/2671c3e4fe2a34bd9bf2eecdf5d1149d4b55dbdf Author: Andy Lutomirski AuthorDate: Thu, 12 Nov 2015 12:59:03 -0800 Committer: Ingo Molnar CommitDate: Tue, 24 Nov 2015

[tip:x86/urgent] selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugs

2015-10-31 Thread tip-bot for Andy Lutomirski
Commit-ID: 226f1f729ce277720fab60c91dd1b12574cfe66c Gitweb: http://git.kernel.org/tip/226f1f729ce277720fab60c91dd1b12574cfe66c Author: Andy Lutomirski AuthorDate: Fri, 30 Oct 2015 22:42:45 -0700 Committer: Thomas Gleixner CommitDate: Sat, 31 Oct 2015 09:50:25 +0100 selftests/x86: Add

[tip:x86/urgent] x86/vm86: Set thread.vm86 to NULL on fork/clone

2015-10-31 Thread tip-bot for Andy Lutomirski
Commit-ID: 2459ee8651dc5ab72790c2ffa99af288c7641b64 Gitweb: http://git.kernel.org/tip/2459ee8651dc5ab72790c2ffa99af288c7641b64 Author: Andy Lutomirski AuthorDate: Fri, 30 Oct 2015 22:42:46 -0700 Committer: Thomas Gleixner CommitDate: Sat, 31 Oct 2015 09:50:25 +0100 x86/vm86: Set

[tip:x86/urgent] selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugs

2015-10-31 Thread tip-bot for Andy Lutomirski
Commit-ID: 226f1f729ce277720fab60c91dd1b12574cfe66c Gitweb: http://git.kernel.org/tip/226f1f729ce277720fab60c91dd1b12574cfe66c Author: Andy Lutomirski AuthorDate: Fri, 30 Oct 2015 22:42:45 -0700 Committer: Thomas Gleixner CommitDate: Sat, 31 Oct

[tip:x86/urgent] x86/vm86: Set thread.vm86 to NULL on fork/clone

2015-10-31 Thread tip-bot for Andy Lutomirski
Commit-ID: 2459ee8651dc5ab72790c2ffa99af288c7641b64 Gitweb: http://git.kernel.org/tip/2459ee8651dc5ab72790c2ffa99af288c7641b64 Author: Andy Lutomirski AuthorDate: Fri, 30 Oct 2015 22:42:46 -0700 Committer: Thomas Gleixner CommitDate: Sat, 31 Oct

[tip:x86/asm] x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT

2015-10-18 Thread tip-bot for Andy Lutomirski
Commit-ID: 3bd29515d1cad26fa85a1a9b442de8816c1f5c54 Gitweb: http://git.kernel.org/tip/3bd29515d1cad26fa85a1a9b442de8816c1f5c54 Author: Andy Lutomirski AuthorDate: Fri, 16 Oct 2015 15:42:55 -0700 Committer: Ingo Molnar CommitDate: Sun, 18 Oct 2015 12:11:16 +0200 x86/entry/32: Fix FS

[tip:x86/asm] x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on

2015-10-18 Thread tip-bot for Andy Lutomirski
Commit-ID: 657c1eea0019e80685a84cbb1919794243a187c9 Gitweb: http://git.kernel.org/tip/657c1eea0019e80685a84cbb1919794243a187c9 Author: Andy Lutomirski AuthorDate: Fri, 16 Oct 2015 15:42:54 -0700 Committer: Ingo Molnar CommitDate: Sun, 18 Oct 2015 12:11:16 +0200 x86/entry/32: Fix

[tip:x86/asm] x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on

2015-10-18 Thread tip-bot for Andy Lutomirski
Commit-ID: 657c1eea0019e80685a84cbb1919794243a187c9 Gitweb: http://git.kernel.org/tip/657c1eea0019e80685a84cbb1919794243a187c9 Author: Andy Lutomirski AuthorDate: Fri, 16 Oct 2015 15:42:54 -0700 Committer: Ingo Molnar CommitDate: Sun, 18 Oct 2015

[tip:x86/asm] x86/entry/32: Fix FS and GS restore in opportunistic SYSEXIT

2015-10-18 Thread tip-bot for Andy Lutomirski
Commit-ID: 3bd29515d1cad26fa85a1a9b442de8816c1f5c54 Gitweb: http://git.kernel.org/tip/3bd29515d1cad26fa85a1a9b442de8816c1f5c54 Author: Andy Lutomirski AuthorDate: Fri, 16 Oct 2015 15:42:55 -0700 Committer: Ingo Molnar CommitDate: Sun, 18 Oct 2015

[tip:x86/asm] um/x86: Fix build after x86 syscall changes

2015-10-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 612bece654ff6cd43160e201985be826e96b8bcb Gitweb: http://git.kernel.org/tip/612bece654ff6cd43160e201985be826e96b8bcb Author: Andy Lutomirski AuthorDate: Mon, 12 Oct 2015 17:32:14 -0700 Committer: Ingo Molnar CommitDate: Wed, 14 Oct 2015 16:56:28 +0200 um/x86: Fix build after

[tip:x86/asm] x86/asm: Remove the xyz_cfi macros from dwarf2.h

2015-10-14 Thread tip-bot for Andy Lutomirski
Commit-ID: af22aa7c766d50712b9afeca53e9e4208ce6284c Gitweb: http://git.kernel.org/tip/af22aa7c766d50712b9afeca53e9e4208ce6284c Author: Andy Lutomirski AuthorDate: Mon, 12 Oct 2015 17:32:13 -0700 Committer: Ingo Molnar CommitDate: Wed, 14 Oct 2015 16:56:28 +0200 x86/asm: Remove the

[tip:x86/asm] selftests/x86: Style fixes for the 'unwind_vdso' test

2015-10-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 893a3ec27e1dae62a904f78d53244001979748a6 Gitweb: http://git.kernel.org/tip/893a3ec27e1dae62a904f78d53244001979748a6 Author: Andy Lutomirski AuthorDate: Mon, 12 Oct 2015 17:32:12 -0700 Committer: Ingo Molnar CommitDate: Wed, 14 Oct 2015 16:56:28 +0200 selftests/x86: Style

[tip:x86/asm] selftests/x86: Style fixes for the 'unwind_vdso' test

2015-10-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 893a3ec27e1dae62a904f78d53244001979748a6 Gitweb: http://git.kernel.org/tip/893a3ec27e1dae62a904f78d53244001979748a6 Author: Andy Lutomirski AuthorDate: Mon, 12 Oct 2015 17:32:12 -0700 Committer: Ingo Molnar CommitDate: Wed, 14 Oct 2015

[tip:x86/asm] um/x86: Fix build after x86 syscall changes

2015-10-14 Thread tip-bot for Andy Lutomirski
Commit-ID: 612bece654ff6cd43160e201985be826e96b8bcb Gitweb: http://git.kernel.org/tip/612bece654ff6cd43160e201985be826e96b8bcb Author: Andy Lutomirski AuthorDate: Mon, 12 Oct 2015 17:32:14 -0700 Committer: Ingo Molnar CommitDate: Wed, 14 Oct 2015

[tip:x86/asm] x86/asm: Remove the xyz_cfi macros from dwarf2.h

2015-10-14 Thread tip-bot for Andy Lutomirski
Commit-ID: af22aa7c766d50712b9afeca53e9e4208ce6284c Gitweb: http://git.kernel.org/tip/af22aa7c766d50712b9afeca53e9e4208ce6284c Author: Andy Lutomirski AuthorDate: Mon, 12 Oct 2015 17:32:13 -0700 Committer: Ingo Molnar CommitDate: Wed, 14 Oct 2015

[tip:x86/asm] x86/entry: Split and inline syscall_return_slowpath ()

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: f5e6a9753ac2965564a14e6285a06f44043ed9c8 Gitweb: http://git.kernel.org/tip/f5e6a9753ac2965564a14e6285a06f44043ed9c8 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:24 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:13 +0200 x86/entry: Split and

[tip:x86/asm] x86/entry: Use pt_regs_to_thread_info() in syscall entry tracing

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: dd636071c3d8044c802b7a365e9934724a929530 Gitweb: http://git.kernel.org/tip/dd636071c3d8044c802b7a365e9934724a929530 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:22 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:12 +0200 x86/entry: Use

[tip:x86/asm] x86/entry: Split and inline prepare_exit_to_usermode()

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 39b48e575e92e31251b74b4b48cea2129cee90bd Gitweb: http://git.kernel.org/tip/39b48e575e92e31251b74b4b48cea2129cee90bd Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:23 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:13 +0200 x86/entry: Split and

[tip:x86/asm] x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRY

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 4aabd140f9cbe0361401a1368bac74df1010abf5 Gitweb: http://git.kernel.org/tip/4aabd140f9cbe0361401a1368bac74df1010abf5 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:21 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:12 +0200 x86/entry: Hide two

[tip:x86/asm] x86/entry: Micro-optimize compat fast syscall arg fetch

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: c68ca6787bdd6d2df37cf950135aa11e71af358a Gitweb: http://git.kernel.org/tip/c68ca6787bdd6d2df37cf950135aa11e71af358a Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:20 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:12 +0200 x86/entry: Micro-optimize

[tip:x86/asm] x86/entry: Force inlining of 32-bit syscall code

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 33c52129f45e06d9ce23e1a3d50bf9fd6770748b Gitweb: http://git.kernel.org/tip/33c52129f45e06d9ce23e1a3d50bf9fd6770748b Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:19 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:12 +0200 x86/entry: Force inlining

[tip:x86/asm] x86/entry: Make irqs_disabled checks in exit code depend on lockdep

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 460d12453e1afe20416ce9536cfecb31d17a9abd Gitweb: http://git.kernel.org/tip/460d12453e1afe20416ce9536cfecb31d17a9abd Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:18 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:11 +0200 x86/entry: Make

[tip:x86/asm] x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscalls

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 8b13c2552ffc8e54e57598df36707183933e8e8c Gitweb: http://git.kernel.org/tip/8b13c2552ffc8e54e57598df36707183933e8e8c Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:17 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:11 +0200 x86/entry: Remove

[tip:x86/asm] x86/asm: Remove thread_info.sysenter_return

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 487e3bf4f77699160aa81a414200060a78a67c3d Gitweb: http://git.kernel.org/tip/487e3bf4f77699160aa81a414200060a78a67c3d Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:16 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:11 +0200 x86/asm: Remove

[tip:x86/asm] x86/entry/32: Re-implement SYSENTER using the new C path

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 5f310f739b4cc343f3f087681e41bbc2f0ce902d Gitweb: http://git.kernel.org/tip/5f310f739b4cc343f3f087681e41bbc2f0ce902d Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:15 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:10 +0200 x86/entry/32:

[tip:x86/asm] x86/entry/32: Switch INT80 to the new C syscall path

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 150ac78d63afb96360dab448b7b4d33c98c8266c Gitweb: http://git.kernel.org/tip/150ac78d63afb96360dab448b7b4d33c98c8266c Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:14 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:10 +0200 x86/entry/32: Switch

[tip:x86/asm] x86/entry/compat: Implement opportunistic SYSRETL for compat syscalls

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 7841b408717d4c3b1b334c8f1fef7f18c98cd2bd Gitweb: http://git.kernel.org/tip/7841b408717d4c3b1b334c8f1fef7f18c98cd2bd Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:12 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:10 +0200 x86/entry/compat:

[tip:x86/asm] x86/entry/32: Open-code return tracking from fork and kthreads

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 39e8701f33d65c7f51d749a5d12a1379065e0926 Gitweb: http://git.kernel.org/tip/39e8701f33d65c7f51d749a5d12a1379065e0926 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:13 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:10 +0200 x86/entry/32: Open-code

[tip:x86/asm] x86/entry/64/compat: Migrate the body of the syscall entry to C

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: ee08c6bd315e70756ad2c47ee6ea708a4a882b55 Gitweb: http://git.kernel.org/tip/ee08c6bd315e70756ad2c47ee6ea708a4a882b55 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:09 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:09 +0200 x86/entry/64/compat:

[tip:x86/asm] x86/entry: Add C code for fast system call entries

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 710246df58041106b7de645f4b45770f8a59a269 Gitweb: http://git.kernel.org/tip/710246df58041106b7de645f4b45770f8a59a269 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:10 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:09 +0200 x86/entry: Add C code for

[tip:x86/asm] x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: a474e67c913d3ebaf02ba9d7835d5299d226c3ed Gitweb: http://git.kernel.org/tip/a474e67c913d3ebaf02ba9d7835d5299d226c3ed Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:11 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:09 +0200 x86/vdso/compat: Wire up

[tip:x86/asm] x86/entry/64/compat: Set up full pt_regs for all compat syscalls

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 8169aff611956ed360e3313e8c718f530f58f6cb Gitweb: http://git.kernel.org/tip/8169aff611956ed360e3313e8c718f530f58f6cb Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:05 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:07 +0200 x86/entry/64/compat: Set

[tip:x86/asm] x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 034042cc1e2837a584cda0a5e4fc2b0a96b74543 Gitweb: http://git.kernel.org/tip/034042cc1e2837a584cda0a5e4fc2b0a96b74543 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:06 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:08 +0200 x86/entry/syscalls: Move

[tip:x86/asm] x86/entry/64/compat: Remove most of the fast system call machinery

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 2ec67971faccc21ff18878552ccfe4409088c4c8 Gitweb: http://git.kernel.org/tip/2ec67971faccc21ff18878552ccfe4409088c4c8 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:04 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:07 +0200 x86/entry/64/compat:

[tip:x86/asm] x86/syscalls: Give sys_call_ptr_t a useful type

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: eb974c62565072e10c1422eb3205f5b611dd99a1 Gitweb: http://git.kernel.org/tip/eb974c62565072e10c1422eb3205f5b611dd99a1 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:07 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:08 +0200 x86/syscalls: Give

[tip:x86/asm] x86/entry: Add do_syscall_32(), a C function to do 32-bit syscalls

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: bd2d3a3ba67ac580f6e809aac36bf942f5447f91 Gitweb: http://git.kernel.org/tip/bd2d3a3ba67ac580f6e809aac36bf942f5447f91 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:08 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:08 +0200 x86/entry: Add

[tip:x86/asm] x86/entry/64/compat: Remove audit optimizations

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: c5f638ac90d514202155c87aa58730e86d484d9e Gitweb: http://git.kernel.org/tip/c5f638ac90d514202155c87aa58730e86d484d9e Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:03 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:07 +0200 x86/entry/64/compat:

[tip:x86/asm] x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: e62a254a1f93fcc7299497a5c7231639400b8c3c Gitweb: http://git.kernel.org/tip/e62a254a1f93fcc7299497a5c7231639400b8c3c Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:02 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:07 +0200 x86/entry/64/compat:

[tip:x86/asm] x86/vdso/32: Save extra registers in the INT80 vsyscall path

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 8242c6c84a644e5f0f721e4ae2bd542f640c89f9 Gitweb: http://git.kernel.org/tip/8242c6c84a644e5f0f721e4ae2bd542f640c89f9 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:01 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:06 +0200 x86/vdso/32: Save extra

[tip:x86/asm] x86/vdso: Replace hex int80 CFI annotations with GAS directives

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 29c0ce9508458ed31a9db2ed425f64c0d6d3ddfb Gitweb: http://git.kernel.org/tip/29c0ce9508458ed31a9db2ed425f64c0d6d3ddfb Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:47:59 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:06 +0200 x86/vdso: Replace hex

[tip:x86/asm] x86/elf/64: Clear more registers in elf_common_init ()

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 7bcdea4d050cbe4912854a68b93494203eec8b24 Gitweb: http://git.kernel.org/tip/7bcdea4d050cbe4912854a68b93494203eec8b24 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:00 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:06 +0200 x86/elf/64: Clear more

[tip:x86/asm] x86/asm: Re-add parts of the manual CFI infrastructure

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 7b956f035a9ef8bd3ef5490f49fc1bd834d8a70a Gitweb: http://git.kernel.org/tip/7b956f035a9ef8bd3ef5490f49fc1bd834d8a70a Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:47:57 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:05 +0200 x86/asm: Re-add parts of

[tip:x86/asm] x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: f24f910884277aa6824bbc2dda4b5d0418d45c28 Gitweb: http://git.kernel.org/tip/f24f910884277aa6824bbc2dda4b5d0418d45c28 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:47:58 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015 09:41:05 +0200 x86/vdso: Define

[tip:x86/asm] x86/entry/64/compat: Remove audit optimizations

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: c5f638ac90d514202155c87aa58730e86d484d9e Gitweb: http://git.kernel.org/tip/c5f638ac90d514202155c87aa58730e86d484d9e Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:03 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015

[tip:x86/asm] x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRY

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 4aabd140f9cbe0361401a1368bac74df1010abf5 Gitweb: http://git.kernel.org/tip/4aabd140f9cbe0361401a1368bac74df1010abf5 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:21 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015

[tip:x86/asm] x86/entry: Micro-optimize compat fast syscall arg fetch

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: c68ca6787bdd6d2df37cf950135aa11e71af358a Gitweb: http://git.kernel.org/tip/c68ca6787bdd6d2df37cf950135aa11e71af358a Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:20 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015

[tip:x86/asm] x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: e62a254a1f93fcc7299497a5c7231639400b8c3c Gitweb: http://git.kernel.org/tip/e62a254a1f93fcc7299497a5c7231639400b8c3c Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:02 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015

[tip:x86/asm] x86/vdso/32: Save extra registers in the INT80 vsyscall path

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: 8242c6c84a644e5f0f721e4ae2bd542f640c89f9 Gitweb: http://git.kernel.org/tip/8242c6c84a644e5f0f721e4ae2bd542f640c89f9 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:01 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015

[tip:x86/asm] x86/entry/64/compat: Migrate the body of the syscall entry to C

2015-10-09 Thread tip-bot for Andy Lutomirski
Commit-ID: ee08c6bd315e70756ad2c47ee6ea708a4a882b55 Gitweb: http://git.kernel.org/tip/ee08c6bd315e70756ad2c47ee6ea708a4a882b55 Author: Andy Lutomirski AuthorDate: Mon, 5 Oct 2015 17:48:09 -0700 Committer: Ingo Molnar CommitDate: Fri, 9 Oct 2015

<    2   3   4   5   6   7   8   9   10   11   >