Frédéric Pierret (fepitre)
502e8891de
Update to kernel-4.19.1 and rework patches
2018-11-11 18:40:18 +01:00
Marek Marczykowski-Górecki
f3ef056267
Add xen_scrub_pages runtime control
...
Fix performance issue in nested virtualization (used for system tests).
See patch description for details.
Similar patch is already accepted for Linux 4.19.
2018-09-12 03:50:18 +02:00
Marek Marczykowski-Górecki
ce8314b4e1
Apply XSA 270 fix
2018-08-07 14:07:15 +02:00
Marek Marczykowski-Górecki
d27a8e5314
Drop patches included in 4.17
2018-06-14 03:02:26 +02:00
Marek Marczykowski-Górecki
06f28bd3c9
version 4.16.8-1
2018-05-15 01:12:55 +02:00
Simon Gaiser
7dd1395812
Re-add synaptics patches
2018-04-17 04:58:00 +02:00
Simon Gaiser
e4913200f6
Replace xenbus workaround with upstreamed fix
2018-04-17 04:57:47 +02:00
Frédéric Pierret
c138013c75
Update to kernel-4.15.16
2018-04-12 21:25:53 +02:00
Simon Gaiser
b70202bead
Update to 4.15.6
...
Probably contains fixes for
https://github.com/QubesOS/updates-status/issues/401#issuecomment-365726878
2018-02-28 23:48:56 +01:00
Simon Gaiser
5468bc3f11
Work around regression in 4.15 in smpboot.c
...
Linux commit b4c0a7326f5d breaks PV domains since native_smp_cpus_done()
isn't called in that case. So __max_logical_packages is uninitialized
and breaks for example coretemp.
2018-02-07 18:40:35 +01:00
Simon Gaiser
d922e28b0b
Add upstream fix for 4.15
...
This is from xen-devel and isn't yet in master.
Without it PV is broken.
2018-02-06 06:09:11 +01:00
Simon Gaiser
2c4bf83c10
Workaround for HVM suspend issue
...
(cherry picked from commit 56ea7eaf76
)
2018-02-05 22:06:43 +01:00
Marek Marczykowski-Górecki
9248d5d924
Add fixes for synaptics driver for new Thinkpads (X1 Carbon, X280)
...
(cherry picked from commit d5d1a870da
)
2018-02-05 22:06:35 +01:00
Simon Gaiser
90b55c46ad
Add fix for grant-table in PVH/HVM in 4.14
2018-01-05 20:55:55 +01:00
HW42
8532058b5b
Update to 4.13.12
2017-11-10 02:22:16 +01:00
HW42
ad64b001a0
Add patch for stubdom MSI support
...
(cherry picked from commit 96b956b38c
)
2017-10-31 03:43:29 +01:00
HW42
f9e729c7af
Replace workaround for the HVM/PVH ballooning bug with upstream patch
2017-10-30 17:14:47 +01:00
Marek Marczykowski-Górecki
9db4cdbb32
Drop patch already applied upstream.
2017-10-08 03:11:04 +02:00
HW42
8390e28466
Revert patch which breaks memory ballooning for HVM/PVH
2017-10-02 22:29:35 +02:00
Reg Tiangha
66c0d0f191
Remove XSA 229 patch as it now appears in upstream as of 4.9.45
2017-08-24 22:06:30 -06:00
Marek Marczykowski-Górecki
8857431418
Apply XSA 229 patch
2017-08-11 01:00:50 +02:00
Reg Tiangha
78bcad94a3
Remove XSA216 patch which is now merged into 4.9.35
2017-06-29 13:41:07 -06:00
Marek Marczykowski-Górecki
98cd82b126
Apply XSA 216 patch
2017-06-20 02:03:38 +02:00
Reg Tiangha
6004e2da8a
Revert XSA 157 related commits; empty files accidentally uploaded and is already patched in upstream
2017-05-07 10:33:09 -06:00
Reg Tiangha
f44fd8a1b1
Add in relevant XSA 157 security patches
2017-04-24 23:02:30 -06:00
Marek Marczykowski-Górecki
233a2e9f94
Revert "Backport fix for NULL ptr dereference in mem_cgroup_node_nr_lru_pages"
...
This patch is already applies upstream.
This reverts commit 64a1f34050
.
2016-12-11 04:57:47 +01:00
Marek Marczykowski-Górecki
64a1f34050
Backport fix for NULL ptr dereference in mem_cgroup_node_nr_lru_pages
...
Details in patch header.
2016-12-03 19:45:01 +01:00
Marek Marczykowski-Górecki
40ed9a9f4c
version 4.8.7-11
...
As usual:
- updated config for new options
- updated patches
- dropped patches already included upstream
2016-11-11 14:28:22 +01:00
Marek Marczykowski-Górecki
e795492b99
version 4.4.30-11
2016-11-10 14:22:22 +01:00
Marek Marczykowski-Górecki
dfa046e641
version 4.4.28-11
2016-10-30 02:24:34 +02:00
Marek Marczykowski-Górecki
c6829b97a1
Merge remote-tracking branch 'qubesos/pr/4' into devel-4.4
...
* qubesos/pr/4:
block: add no_part_scan module parameter
2016-07-13 02:28:35 +02:00
Marek Marczykowski-Górecki
0821e637f6
Add psmouse-byd driver
...
Since this driver is already included in mainline 4.6, lets integrate it
into main kernel package instead of keeping as separate DKMS package.
Fixes QubesOS/qubes-issues#2131
2016-07-13 02:27:31 +02:00
Marek Marczykowski-Górecki
0ae44af42d
Rename "patches.fixes" to "patches.backports" directory
2016-07-13 02:27:30 +02:00
Marek Marczykowski-Górecki
e5ff4c6c43
Backport fixes for Logitech DJ receiver
...
Fixes QubesOS/qubes-issues#1689
2016-07-13 02:27:30 +02:00
Marek Marczykowski-Górecki
0a61e5805b
Backport fix for scsi device add affecting alua driver
...
Fixes QubesOS/qubes-issues#2115
2016-07-13 02:27:29 +02:00
Rusty Bird
77e136f08d
block: add no_part_scan module parameter
2016-07-12 18:16:03 +00:00
Marek Marczykowski-Górecki
69126ad1cf
usbip: hide "Not yet implemented" message to improve performance
...
QubesOS/qubes-issues#531
2016-05-17 07:01:27 +02:00
Marek Marczykowski-Górecki
d78c498a97
version 4.4.8-9
...
As usual - dropped patched already applied there, other updated.
2016-05-08 20:45:02 +02:00
Marek Marczykowski-Górecki
8f6ab1ea26
version 4.1.20-9
2016-04-21 20:40:27 +02:00
Marek Marczykowski-Górecki
77d6484c99
Apply patch for nf_nat_redirect bug
...
Fixes QubesOS/qubes-issues#1753
2016-02-21 01:08:33 +01:00
Marek Marczykowski-Górecki
8cf0449067
Apply pciback/pcifront patches fixing MSI-X enabled devices handling
...
Fixes QubesOS/qubes-issues#1734
2016-02-09 16:20:48 +01:00
Marek Marczykowski-Górecki
c9318689a6
Log error code of EVTCHNOP_bind_pirq failure
...
Ease debugging of PCI passthrough problems.
2016-01-30 01:53:26 +01:00
Marek Marczykowski-Górecki
d41292ed74
mce: hide misleading error message
...
Xen mcelog device initialization path _expect to fail_ baremetal flavor
during initialization. So hide this error message to not scare users.
Fixes QubesOS/qubes-issues#1164
(cherry picked from commit 1c910bcf9c
)
Conflicts:
series.conf
2016-01-07 05:56:49 +01:00
Marek Marczykowski-Górecki
f43d14ef34
Apply XSA-155 patches (frontends part)
2015-12-17 09:24:01 +01:00
Marek Marczykowski-Górecki
7f4bcb4fdc
Apply XSA-155 patches (backends part)
2015-12-17 08:29:25 +01:00
Marek Marczykowski-Górecki
fdbdf930ba
Apply patch for xen-netfront crash on network detach
...
It still isn't clear this fix doesn't introduce some memory leak, but
even if so, it's much better to have memory leak in rare situation, than
crash preventing netvm change operation. Details in this thread:
http://xen.markmail.org/thread/pw5edbtqienjx4q5
Unfortunately no one responded there about possible memory leak...
Fixes QubesOS/qubes-issues#975
2015-10-31 15:53:31 +01:00
Marek Marczykowski-Górecki
c109f90a92
version 4.1.7-6
...
- remove one patch already applied upstream
- update config
2015-09-26 10:19:34 +02:00
Marek Marczykowski-Górecki
2afad7e9aa
Fix race condition in gntdev driver ( #984 )
...
Fixes qubesos/qubes-issues#984
2015-07-08 05:23:07 +02:00
Marek Marczykowski-Górecki
e161831c76
Remove support for multiple kernel flavors in the single branch
...
It isn't used for a long time and only complicated build scripts.
(cherry picked from commit 6c44f5e1ed
)
2015-06-21 02:29:18 +02:00
Marek Marczykowski
6ea017a8fc
prepare files for pvops kernel
...
Just copy/rename files, no actual modifications.
2011-09-08 13:08:25 +02:00