/[packages]/cauldron/kernel-tmb/current/SOURCES/kernel-tmb.patchlist
ViewVC logotype

Contents of /cauldron/kernel-tmb/current/SOURCES/kernel-tmb.patchlist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 819386 - (show annotations) (download)
Mon Mar 30 11:04:46 2015 UTC (9 years ago) by tmb
File size: 4417 byte(s)
- update to 3.19.3
- update patches:
  * BB01-BB03: BFQ block scheduler
  * CK01: Con Colivas -ck patchset including BFS cpu scheduler
  * FR01: reiser4 support
- only build kernel-tmb-desktop
  * support 64GB RAM even on i586
- add patches:
  * AX01-AX02: restore mwait_idle() support
  * DG01: drm/i915: Make sample_c messages go faster on Haswell
  * DG02: drm/i915: Improve HiZ throughput on Cherryview
  * DG03: drm/i915: Enable the HiZ RAW Stall Optimization on Broadwell
  * DG04: drm/i915: Ensure the HiZ RAW Stall Optimization is on for Cherryview
  * DG05: drm/i915: Align initial plane backing objects correctly
  * DG06: drm/i915: Push vblank enable/disable past encoder->enable/disable
  * DG07: drm/i915: Revert back to legacy turbo for vlv, fixes random crashes
  * DI01: Input: psmouse - support for the FocalTech PS/2 protocol extensions
  * DN01: net/tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
  * DN10: net/wireless/ath9k: Update PCI IDs for AR9565
  * DN11: net/wireless/rtlwifi: Improve handling of IPv6 packets
  * DN12: net/wireless/brcmfmac: Add support for bcm43340/1 wireless chipsets
  * DN13: net/wireless/iwlwifi: mvm: BT Coex - fix a NULL pointer exception
  * DS01: alsa: Add VT1613 AC97 codec support
  * DU01: usb/xhci: remove unused parameter 'xhci' in function xhci_handshake()
  * DU02: usb/xhci: clean up work to remove unused parameters for functions in xhci-mem.c
  * DU03: usb/xhci: handle Config Error Change (CEC) in xhci driver
  * DU04: usb/xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers
  * DV01: video: fbdev: fix possible null dereference
  * FR02: reiser4 buildfixes for kernel 3.19
- update conflicts on old dkms and firmware packages
- update defconfigs
- update filelists


1 *** kernel-tmb-3.19.3-1.mga5 ***
2
3 ### Git Queue
4
5 ### Stable Queue
6
7 ### see mdv bugzilla #18989
8 AI01_x86-pci-toshiba-equium-a60-assign-busses.patch
9
10 ### restore mwait_idle()
11 AX01_kernel-sched-idle-x86-Restore-mwait_idle.patch
12 AX02_kernel-sched-idle-x86-Optimize-unnecessary-mwait_idle-resched-IPIs.patch
13
14 ### fix "out of vmalloc space"
15 AX05_x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch
16
17 # BFQ Scheduler
18 BB01-block-cgroups-kconfig-build-bits-for-BFQ-v7r7-3.19.patch
19 BB02-block-introduce-the-BFQ-v7r7-I-O-sched-for-3.19.patch
20 BB03-block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r7-for-3.19.0.patch
21
22 # disable floppy autoloading
23 BF01_block-floppy-disable-pnp-modalias.patch
24
25 ### Con Kolivas -ck patchset (BFS Sceduler + desktop optimizations)
26 CK01_patch-3.19-ck1.patch
27
28 ### Tecra M4/M6 and Satellite R20 have broken piix_suspend
29 DA52_ata-piix-blacklist-toshiba-piix-suspend.patch
30
31 ### make megaraid_mbox show correct sysfsname
32 DB25_megaraid_mbox_sysfsname_fix.patch
33
34 ### module aliases for old ieee1394 stack
35 DF01_firewire-ieee1394-module-aliases.patch
36
37 ### i915 fixes
38 DG01_gpu-drm-i915-Make-sample_c-messages-go-faster-on-Haswell.patch
39 DG02_gpu-drm-i915-Improve-HiZ-throughput-on-Cherryview.patch
40 DG03_gpu-drm-i915-Enable-the-HiZ-RAW-Stall-Optimization-on-Broadwell.patch
41 DG04_gpu-drm-i915-Ensure-the-HiZ-RAW-Stall-Optimization-is-on-for-Cherryview.patch
42 DG05_gpu-drm-i915-Align-initial-plane-backing-objects-correctly.patch
43 DG06_gpu-drm-i915-Push-vblank-enable-disable-past-encoder-ena.patch
44 DG07_gpu-drm-i915-fix-vlv-crash.patch
45
46 ### FocalTech support
47 DI01_input-psmouse-Add-some-support-for-the-FocalTech-PS2-protocol-extensions.patch
48
49 ### module aliases for old dm-raid45
50 DM01_dm-raid-aliases.patch
51
52 ### network fixes
53 DN01_net-tg3-Hold-tp-lock-before-calling-tg3_halt-from-tg3_in.patch
54
55 ### wireless fixes
56 DN10_net-wireless-ath9k-Update-PCI-IDs-for-AR9565.patch
57 DN11_net-wireless-rtlwifi-Improve-handling-of-IPv6-packets.patch
58 DN12_net-wireless-brcmfmac-Add-support-for-bcm43340_1-wireless-chipsets.patch
59 DN13_net-wireless-iwlwifi-mvm-BT-Coex-fix-a-NULL-pointer-exception.patch
60
61 ### shuttle-wmi support
62 DP10_platform-x86-add-shuttle-wmi-driver.patch
63
64 ### Sound fixes & addons
65 DS01_sound-alsa-add-VT1613-AC97-codec-support.patch
66 DS03_sound-bluetooth-SCO-support.patch
67
68 ### xhci fixes
69 DU01_usb-xhci-remove-unused-parameter-xhci-in-function-xhci-handshake.patch
70 DU02_usb-xhci-clean-up-work-to-remove-unused-parameters-for-functions-in-xhci-mem.c.patch
71 DU03_usb-xhci-handle-Config-Error-Change-CEC.patch
72 DU04_usb-xhci-apply-XHCI_AVOID_BEI-quirk-to-all-Intel-xHCI-controllers.patch
73
74 ###
75 DV01_video-fbdev-fix-possible-null-dereference.patch
76
77 # Reiser4
78 # https://reiser4.wiki.kernel.org/
79 FR01_fs-reiser4-for-3.18.6.patch
80 FR02_fs-reiser4-kernel-3.19-buildfix.patch
81
82 ### TuxOnIce / Suspend2 support
83 ### from http://www.tuxonice.net/
84 # BROKEN: KP01_tuxonice-for-linux-head-3.19.0-2015-02-10.patch
85
86 ### adds the 3rdparty drivers framework
87 MB01_3rdparty-1.0.tar
88 MB02_3rd-3rdparty-merge.patch
89
90 ### ndiswrapper 1.59
91 MB10_3rd-ndiswrapper-1.59.patch
92 MB11_3rd-ndiswrapper-Kconfig.patch
93 MB12_3rd-ndiswrapper-Makefile-build-fix.patch
94 MB13_3rd-ndiswrapper-linux-3.14-buildfix.patch
95
96 ### Fujitsu Siemens Tablet button driver
97 ### http://fjbtndrv.wiki.sourceforge.net/
98 MC40_fsc_btns-2.1.0.tar
99 MC41_fsc_btns-Kconfig-Makefile.patch
100
101 ### DazukoFS support (#24333)
102 MC50_3rd-dazukofs-3.1.3.tar
103 MC51_3rd-dazukofs-add-Kconfig-Makefile.patch
104 MC52_3rd-dazukofs-2.6.35-buildfix.patch
105
106 ### Via high speed serial support
107 MC80_viahss-0.92.tar
108 MC81_viahss_config.patch
109 MC82_3rd-viahss-module-license.patch
110 MC83_3rd-viahss-fix-pci_get_device.patch
111
112 ### video4linux vloopback support
113 MC90_3rd-vloopback.tar
114 MC91_3rd-vloopback-Kconfig-Makefile.patch
115 MC92_3rd-vloopback-2.6.33-buildfix.patch
116 MC93_3rd-vloopback-include-slab.h.patch
117 MC94_3rd-vloopback-2.6.37-buildfix.patch
118
119 ### adds sco-flowcontrol support to bluetooth, needed for
120 ### bluetooth-alsa
121 NB01_bluetooth-sco-flowcontrol.patch
122
123 ### netfilter logging support, used by Interactive Firewall
124 NI10_net-netfilter-IFWLOG.patch
125 NI11_net-netfilter-IFWLOG-mdv.patch
126 NI12_net-netfilter-IFWLOG-2.6.35-buildfix.patch
127 NI13_net-netfilter-IFWLOG-2.6.37-buildfix.patch
128 NI14_net-ipv4-netfilter-ipt_IFWLOG-3.6-buildfix.patch
129
130 ### netfilter port-scan detection, used by Interactive Firewall
131 NI15_net-netfilter-psd.patch
132 NI16_net-netfilter-psd-mdv.patch
133 NI17_net-netfilter-psd-2.6.35-buildfix.patch

  ViewVC Help
Powered by ViewVC 1.1.30