Difference between revisions of "Upstream kernel commits"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
! Status | ! Status | ||
! Comments | ! Comments | ||
+ | |- | ||
+ | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=218fdc37839eee98a1269c559c1c93d4764879be] || procfs: make proc_get_link to use dentry instead of inode || linux-next || out of mainline | ||
|- | |- | ||
| [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=81582b26d8e59801d400ca594cc2b8cc3599c28a] || procfs: introduce the /proc/<pid>/map_files/ directory || linux-next || out of mainline | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=81582b26d8e59801d400ca594cc2b8cc3599c28a] || procfs: introduce the /proc/<pid>/map_files/ directory || linux-next || out of mainline | ||
+ | |- | ||
+ | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=6bea62a89c3108f38a19af234b28c0e127d9bbcc] || c/r: introduce CHECKPOINT_RESTORE symbol || linux-next || out of mainline | ||
+ | |- | ||
+ | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=e9a7831c3cf82ade14eaa7ab3400cf497980a324] || c/r: prctl: add PR_SET_MM codes to set up mm_struct entries || linux-next || out of mainline | ||
+ | |- | ||
+ | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=77b9732a75818efc5d6ca23ff1630ad2d0105e0f] || c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 || linux-next || out of mainline | ||
+ | |- | ||
+ | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=64d51bda595d2c31c4e27f14e0a48423c0e89a99] || sysctl: add the kernel.ns_last_pid control || linux-next || out of mainline | ||
|- | |- | ||
| [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=64d51bda595d2c31c4e27f14e0a48423c0e89a99] || sysctl: add the kernel.ns_last_pid control || linux-next || out of mainline | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=64d51bda595d2c31c4e27f14e0a48423c0e89a99] || sysctl: add the kernel.ns_last_pid control || linux-next || out of mainline | ||
Line 14: | Line 24: | ||
| [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=e9a7831c3cf82ade14eaa7ab3400cf497980a324] || c/r: prctl: add PR_SET_MM codes to set up mm_struct entries || linux-next || out of mainline | | [http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commit;h=e9a7831c3cf82ade14eaa7ab3400cf497980a324] || c/r: prctl: add PR_SET_MM codes to set up mm_struct entries || linux-next || out of mainline | ||
|- | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/bcb455a1c51699fc062e41ec0be52bdbf0012556] || mincore: Report whether page is anon or not || sent-for-review || out of mainline | ||
+ | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/296935b63d02c419beaa32f9b6df0386d2934416] || mincore: Add named constant for reported present bit || sent-for-review || out of mainline | ||
+ | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/f8387df4a2bf7e0d5230277b32b518041ce9682d] || Add routine for generating an ID for kernel pointer || sent-for-review || out of mainline | ||
+ | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/466347bca300638bbbb805648ffdb052eb667b22] || proc: Show namespaces IDs in /proc/pid/ns/* files || sent-for-review || out of mainline | ||
+ | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/da58be09a94468aa07677b2706276f45d7baed2a] || proc: Show open file ID in /proc/pid/fdinfo/* || sent-for-review || out of mainline | ||
+ | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/ab258fe4b77cfa3a0b1a00c90f5a80132621be6d] || proc: Show IDs of objects cloned with CLONE_ in proc || sent-for-review || out of mainline | ||
+ | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/11ffe85d252809cd4ec0f4c24f0392566e6b4acb] || fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v5 || sent-for-review || out of mainline | ||
+ | |- | ||
+ | | [https://github.com/cyrillos/linux-2.6/commit/cc3661d7ae960bdbe8f0a94a29621271e08a7e41] || cgroups: freezer -- Allow to attach a task to a frozen cgroup (v2) || postproned || Tejun asked to respin review after 3.2 merge window closed | ||
|} | |} |
Revision as of 13:53, 28 December 2011
Mainline commits tracker
Commit | Description | Status | Comments |
---|---|---|---|
[1] | procfs: make proc_get_link to use dentry instead of inode | linux-next | out of mainline |
[2] | procfs: introduce the /proc/<pid>/map_files/ directory | linux-next | out of mainline |
[3] | c/r: introduce CHECKPOINT_RESTORE symbol | linux-next | out of mainline |
[4] | c/r: prctl: add PR_SET_MM codes to set up mm_struct entries | linux-next | out of mainline |
[5] | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 | linux-next | out of mainline |
[6] | sysctl: add the kernel.ns_last_pid control | linux-next | out of mainline |
[7] | sysctl: add the kernel.ns_last_pid control | linux-next | out of mainline |
[8] | c/r: prctl: add PR_SET_MM codes to set up mm_struct entries | linux-next | out of mainline |
[9] | mincore: Report whether page is anon or not | sent-for-review | out of mainline |
[10] | mincore: Add named constant for reported present bit | sent-for-review | out of mainline |
[11] | Add routine for generating an ID for kernel pointer | sent-for-review | out of mainline |
[12] | proc: Show namespaces IDs in /proc/pid/ns/* files | sent-for-review | out of mainline |
[13] | proc: Show open file ID in /proc/pid/fdinfo/* | sent-for-review | out of mainline |
[14] | proc: Show IDs of objects cloned with CLONE_ in proc | sent-for-review | out of mainline |
[15] | fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v5 | sent-for-review | out of mainline |
[16] | cgroups: freezer -- Allow to attach a task to a frozen cgroup (v2) | postproned | Tejun asked to respin review after 3.2 merge window closed |