Linus Torvalds
8a5f06056a
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull x86 fixes from Thomas Gleixner:
"A set of fixes for x86:
- Fix the swapped outb() parameters in the KASLR code
- Fix the PKEY handling at fork which missed to preserve the pkey
state for the child. Comes with a test case to validate that.
- Fix the entry stack handling for XEN PV to respect that XEN PV
systems enter the function already on the current thread stack and
not on the trampoline.
- Fix kexec load failure caused by using a stale value when the
kexec_buf structure is reused for subsequent allocations.
- Fix a bogus sizeof() in the memory encryption code
- Enforce PCI dependency for the Intel Low Power Subsystem
- Enforce PCI_LOCKLESS_CONFIG when PCI is enabled"
* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled
x86/entry/64/compat: Fix stack switching for XEN PV
x86/kexec: Fix a kexec_file_load() failure
x86/mm/mem_encrypt: Fix erroneous sizeof()
x86/selftests/pkeys: Fork() to check for state being preserved
x86/pkeys: Properly copy pkey state at fork()
x86/kaslr: Fix incorrect i8254 outb() parameters
x86/intel/lpss: Make PCI dependency explicit
2019-01-27 12:02:00 -08:00
..
2018-12-03 10:49:13 +01:00
2018-12-08 12:24:35 +01:00
2019-01-09 10:35:56 +01:00
2019-01-03 18:57:57 -08:00
2018-12-26 17:03:51 -08:00
2018-10-23 17:54:58 +01:00
2019-01-05 08:27:32 +01:00
2018-11-07 21:36:09 +01:00
2018-11-05 21:18:31 +01:00
2018-09-15 10:16:25 +02:00
2018-07-20 01:11:36 +02:00
2018-09-03 16:50:36 +02:00
2018-12-08 12:24:35 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-11-23 07:59:59 +01:00
2018-03-27 12:01:48 +02:00
2017-11-02 11:10:55 +01:00
2018-12-03 10:49:13 +01:00
2019-01-15 12:12:50 +01:00
2018-11-23 07:59:59 +01:00
2017-12-17 13:59:55 +01:00
2018-03-08 12:04:59 +01:00
2018-03-08 12:04:59 +01:00
2018-09-06 14:33:12 +02:00
2018-10-31 08:54:16 -07:00
2018-10-02 21:02:47 +02:00
2018-07-20 12:29:24 +10:00
2017-11-02 11:10:55 +01:00
2018-09-11 23:36:50 +02:00
2018-04-09 18:27:33 +02:00
2018-01-12 00:14:30 +01:00
2018-12-19 22:43:37 -05:00
2018-12-19 22:43:37 -05:00
2018-11-20 09:43:10 +01:00
2018-11-20 09:43:10 +01:00
2018-07-20 01:11:41 +02:00
2018-12-13 13:41:49 -05:00
2018-12-04 12:17:21 +01:00
2018-06-26 09:07:55 +02:00
2018-04-27 16:44:29 +02:00
2017-11-02 11:10:55 +01:00
2018-08-05 09:53:13 +02:00
2018-08-05 09:53:13 +02:00
2018-12-11 07:19:45 -05:00
2017-11-02 11:10:55 +01:00
2018-04-02 20:16:12 +02:00
2018-08-05 09:53:13 +02:00
2018-08-05 09:53:13 +02:00
2017-11-02 11:10:55 +01:00
2018-08-05 09:53:13 +02:00
2018-07-03 10:56:27 +02:00
2018-08-05 09:53:13 +02:00
2017-12-12 11:32:24 +01:00
2018-11-23 07:59:59 +01:00
2019-01-06 09:46:51 +09:00
2017-07-18 11:37:58 +02:00
2019-01-15 12:12:50 +01:00
2018-12-30 08:33:06 +00:00
2018-06-12 16:19:22 -07:00
2019-01-25 19:11:33 +01:00
2018-12-21 11:28:25 +01:00
2018-11-06 21:35:11 +01:00
2018-07-30 13:53:48 +02:00
2018-05-19 11:56:57 +02:00
2019-01-06 09:46:51 +09:00
2017-11-02 11:10:55 +01:00
2018-09-27 17:56:47 +02:00
2018-10-31 08:54:16 -07:00
2018-10-29 07:13:28 +01:00
2017-11-02 11:10:55 +01:00
2017-10-25 11:01:08 +02:00
2018-10-30 09:55:31 +01:00
2018-10-30 09:55:31 +01:00
2018-09-03 16:50:35 +02:00
2018-10-30 09:55:31 +01:00
2018-12-06 06:56:46 -08:00
2018-12-13 21:06:18 +01:00
2018-08-02 14:33:19 +02:00
2018-12-13 21:06:17 +01:00
2018-07-24 09:46:42 +02:00
2018-05-25 08:11:12 +02:00
2018-04-27 16:44:29 +02:00
2017-11-07 15:35:57 +01:00
2017-11-02 11:10:55 +01:00
2018-12-26 17:37:51 -08:00
2018-12-26 18:08:18 -08:00
2018-12-03 10:47:53 +01:00
2018-12-06 11:49:15 +01:00
2018-12-18 14:26:09 +01:00
2018-10-31 08:54:16 -07:00
2018-11-23 07:59:59 +01:00
2017-11-02 11:10:55 +01:00
2018-02-17 11:47:45 +01:00
2018-01-31 08:39:40 +01:00
2017-11-02 11:10:55 +01:00
2018-05-19 14:03:14 +02:00
2018-10-31 08:54:16 -07:00
2019-01-05 13:25:58 -08:00
2018-04-25 10:40:56 -05:00
2019-01-03 18:57:57 -08:00
2018-08-05 09:53:13 +02:00
2018-12-18 13:38:37 +01:00
2019-01-03 18:57:57 -08:00
2017-11-02 11:10:55 +01:00
2018-11-01 12:59:25 +01:00
2018-12-08 12:24:35 +01:00
2018-11-12 14:22:56 +01:00
2018-10-31 08:54:16 -07:00
2018-10-23 19:07:25 +01:00
2017-12-23 21:13:01 +01:00
2018-09-12 21:15:02 +02:00
2017-11-02 11:10:55 +01:00
2018-12-08 12:24:35 +01:00
2018-10-29 07:19:26 +01:00
2018-10-02 10:14:32 +02:00
2017-11-13 19:07:38 -08:00
2018-11-06 21:53:15 +01:00
2018-09-21 15:30:54 +02:00
2017-10-10 12:49:49 +02:00
2017-07-26 13:18:20 +02:00
2018-06-21 16:34:56 +02:00
2018-09-11 21:18:53 +02:00
2017-09-28 09:39:03 +02:00
2019-01-03 18:57:57 -08:00
2018-10-23 18:43:04 +01:00
2018-11-06 21:35:11 +01:00
2018-10-10 10:44:22 +02:00