summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
LongXiang [Mon, 10 Dec 2012 09:03:59 +0000 (18:03 +0900)]
Merge "Update background apps' oom_adj adjustment algorithm"
LongXiang [Thu, 6 Dec 2012 09:10:49 +0000 (17:10 +0800)]
Update background apps' oom_adj adjustment algorithm
[Titile] Update background apps' oom_adj adjustment algorithm.
[Issue#] TDIS-1148 (https://tizendev.org/bugs/browse/TDIS-1148)
[Problem] N/A
[Cause]
There are two tasks system-server need to do when an application goes
to background:
1. Update older apps' oom_adj values to make them more vulnerable to OOM killers;
2. Kill the oldest foreground app when background apps number exceeds the limitation.
Previous algorithm will increase older apps' oom_adj whenever an app goes to
background and there's a oom_adj == 1 app exists.
[Solution]
1. Utilizes bucket sort to sort existing background apps then update their oom_adj
values one by one.
2. Kill remain apps when the limitation is reached.
Change-Id: I166b11a91d05b39704686059f633cc725413974d
KunHoon Baik [Thu, 6 Dec 2012 00:47:41 +0000 (09:47 +0900)]
Merge "Merge branch 'systemd'"
Jacek Migacz [Tue, 4 Dec 2012 08:59:17 +0000 (09:59 +0100)]
Merge branch 'systemd'
Conflicts:
packaging/system-server.spec
Change-Id: I396eccf32a949ef0baca7c4bf460a338492ba281
juho [Mon, 3 Dec 2012 16:06:42 +0000 (01:06 +0900)]
changed protocol for crash-worker-sdk
giyeol.ok [Wed, 28 Nov 2012 06:50:07 +0000 (15:50 +0900)]
patch manifest domain rule
Jinkun Jang [Tue, 27 Nov 2012 03:40:31 +0000 (12:40 +0900)]
modify spec file
Change-Id: I4d48eeb92a7fa5e6ac90caaa464a154935183c81
Patric McCarty [Fri, 23 Nov 2012 07:31:04 +0000 (16:31 +0900)]
Add a dbus config for system-server
Change-Id: I35a6bcf750d00232603921da8b400a25f1c4ae51
Yin Kangkai [Fri, 23 Nov 2012 07:23:27 +0000 (16:23 +0900)]
Add some ENV setting in service file to fix usb_setting launch
Patrick McCarty [Fri, 23 Nov 2012 07:19:13 +0000 (16:19 +0900)]
add/install s systemd service file
giyeol.ok [Mon, 19 Nov 2012 11:01:44 +0000 (20:01 +0900)]
insert invalid status of HDMI
giyeol.ok [Thu, 15 Nov 2012 08:42:57 +0000 (17:42 +0900)]
patch smack rule
Jacek Migacz [Wed, 14 Nov 2012 15:46:10 +0000 (16:46 +0100)]
Merged 'rsa/master' into rsa/systemd.
Change-Id: I08d00510337c65ab58e9fca3f32f3b1d54aa2a06
giyeol.ok [Mon, 12 Nov 2012 06:57:06 +0000 (15:57 +0900)]
insert pci change notification
Change-Id: I146867b4bc1b0100659188ff953424bd00865d8b
giyeol.ok [Mon, 29 Oct 2012 12:14:05 +0000 (21:14 +0900)]
init HDMI vconf key
giyeol.ok [Thu, 25 Oct 2012 00:59:26 +0000 (09:59 +0900)]
rollback patched systemd code
giyeol.ok [Wed, 24 Oct 2012 09:15:28 +0000 (18:15 +0900)]
patch smack default manifest
giyeol.ok [Wed, 24 Oct 2012 07:41:33 +0000 (16:41 +0900)]
tizen build patch
giyeol.ok [Wed, 24 Oct 2012 05:36:26 +0000 (14:36 +0900)]
change USB HOST enum string
Patrick McCarty [Wed, 24 Oct 2012 05:35:10 +0000 (14:35 +0900)]
Add a dbus config for system-server
Yin Kangkai [Wed, 24 Oct 2012 05:31:17 +0000 (14:31 +0900)]
service: Add some ENV setting in service file to fix usb_setting launch
Patrick McCarty [Wed, 24 Oct 2012 05:28:00 +0000 (14:28 +0900)]
Add/install a systemd service file
giyeol.ok [Wed, 24 Oct 2012 05:12:49 +0000 (14:12 +0900)]
add vconf key to publish hdmi is changed
giyeol.ok [Wed, 24 Oct 2012 05:09:49 +0000 (14:09 +0900)]
add vconf enum for low battery control
giyeol.ok [Wed, 24 Oct 2012 03:52:16 +0000 (12:52 +0900)]
patch prevent defect
giyeol.ok [Wed, 24 Oct 2012 02:52:49 +0000 (11:52 +0900)]
insert mmc mount fail popup launching routine
giyeol.ok [Wed, 24 Oct 2012 02:50:59 +0000 (11:50 +0900)]
change make rule for strip
giyeol.ok [Wed, 24 Oct 2012 02:45:04 +0000 (11:45 +0900)]
remove all features of usb host
Change-Id: I4969726d4e62d6c57c6fca9c3dd796af6346625e
giyeol.ok [Wed, 24 Oct 2012 02:34:19 +0000 (11:34 +0900)]
update flight mode control routine
giyeol.ok [Wed, 24 Oct 2012 02:24:56 +0000 (11:24 +0900)]
move LMM lv1 logging routine
giyeol.ok [Wed, 24 Oct 2012 02:13:47 +0000 (11:13 +0900)]
fixed tel init control routine
giyeol.ok [Wed, 24 Oct 2012 02:09:54 +0000 (11:09 +0900)]
support multi language for battery fully charge
giyeol.ok [Fri, 12 Oct 2012 02:03:05 +0000 (11:03 +0900)]
merge 2.0_beta
Patrick McCarty [Fri, 10 Aug 2012 18:45:39 +0000 (11:45 -0700)]
Add a dbus config for system-server
system-server sends a request to libslp-tapi to own the name
"slp.system.server" on the system bus, so a dbus config file is required
to permit this action.
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
Conflicts:
packaging/system-server.changes
Yin Kangkai [Wed, 25 Jul 2012 14:49:18 +0000 (22:49 +0800)]
service: Add some ENV setting in service file to fix usb_setting launch
Set DISPLAY so that system_server can fork and launch usb_setting
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
Conflicts:
packaging/system-server.changes
Patrick McCarty [Mon, 9 Jul 2012 20:16:21 +0000 (13:16 -0700)]
Add/install a systemd service file
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
Merged-and-mangled-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Conflicts:
packaging/system-server.spec
giyeol.ok [Thu, 23 Aug 2012 07:58:12 +0000 (16:58 +0900)]
change usb control process name to usb-server
giyeol.ok [Tue, 21 Aug 2012 09:13:51 +0000 (18:13 +0900)]
tizen_2.0_build
Change-Id: Ice0f7b67853877acf1f43a238f79dd460d8594eb
Kim Kibum [Fri, 8 Jun 2012 05:54:15 +0000 (14:54 +0900)]
apply FSL(Flora Software License)
Hyesook Choi [Thu, 7 Jun 2012 23:56:50 +0000 (08:56 +0900)]
Initial empty repository