From 8a9b051b06c4ff8920a695fd045d5ccffee4e634 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 12 Apr 2011 14:26:48 +0000 Subject: [PATCH] added compcache patch for notification of freed pages, a fix for IPv6 by Bernard B for https://garage.maemo.org/tracker/index.php?aid=6784, a standard patch to configure cpufreq with arch_initcall as per http://code.google.com/p/nitdroid-v2/issues/detail?id=41 and a bfs patch (disabled by default) for hierarchical tree-based penalty found at http://ck-hack.blogspot.com/2010/10/hierarchical-tree-based-penalty.html --- kernel-bfs-2.6.28/debian/patches/series | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kernel-bfs-2.6.28/debian/patches/series b/kernel-bfs-2.6.28/debian/patches/series index 7f92140..bc30448 100644 --- a/kernel-bfs-2.6.28/debian/patches/series +++ b/kernel-bfs-2.6.28/debian/patches/series @@ -26,6 +26,7 @@ mmcnames-fanoush.diff gethercharge.diff ondemand-avoid.diff overclock.diff +cpufreq_earlyload.diff #usbwhitelist.diff #bq24150-sniff.diff bfs.patch @@ -34,12 +35,14 @@ bfs-318-to-330.patch sched_reset_on_fork.diff bfs-330-to-350.patch bfs-350-to-357.patch +#bfs357-penalise_fork_depth_account_threads.patch bfs-357-to-360.patch bfs-360-to-363.patch voltage_scaling_1.diff voltage_scaling_0.diff armthumb.diff wl12xx_rohar.diff +#wl12xx-rx-fix.diff #issue_12309_0.diff fmtx.unlock.diff radio-bcm2048.diff @@ -48,3 +51,4 @@ usbhostmode.diff bt-mice.diff #vanilla-2.6.28-anti-io-stalling.patch mtd-nandsim-add-cache_file-option.diff +patch_swap_notify_core_support_2.6.28.diff -- 1.7.9.5