Loading CREDITS +4 −4 Original line number Original line Diff line number Diff line Loading @@ -3554,12 +3554,12 @@ E: cvance@nai.com D: portions of the Linux Security Module (LSM) framework and security modules D: portions of the Linux Security Module (LSM) framework and security modules N: Petr Vandrovec N: Petr Vandrovec E: vandrove@vc.cvut.cz E: petr@vandrovec.name D: Small contributions to ncpfs D: Small contributions to ncpfs D: Matrox framebuffer driver D: Matrox framebuffer driver S: Chudenicka 8 S: 21513 Conradia Ct S: 10200 Prague 10, Hostivar S: Cupertino, CA 95014 S: Czech Republic S: USA N: Thibaut Varene N: Thibaut Varene E: T-Bone@parisc-linux.org E: T-Bone@parisc-linux.org Loading Documentation/00-INDEX +2 −2 Original line number Original line Diff line number Diff line Loading @@ -130,8 +130,6 @@ edac.txt - information on EDAC - Error Detection And Correction - information on EDAC - Error Detection And Correction eisa.txt eisa.txt - info on EISA bus support. - info on EISA bus support. exception.txt - how Linux v2.2 handles exceptions without verify_area etc. fault-injection/ fault-injection/ - dir with docs about the fault injection capabilities infrastructure. - dir with docs about the fault injection capabilities infrastructure. fb/ fb/ Loading Loading @@ -234,6 +232,8 @@ memory.txt - info on typical Linux memory problems. - info on typical Linux memory problems. mips/ mips/ - directory with info about Linux on MIPS architecture. - directory with info about Linux on MIPS architecture. mmc/ - directory with info about the MMC subsystem mono.txt mono.txt - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. mutex-design.txt mutex-design.txt Loading Documentation/ABI/obsolete/dv1394deleted 100644 → 0 +0 −9 Original line number Original line Diff line number Diff line What: dv1394 (a.k.a. "OHCI-DV I/O support" for FireWire) Contact: linux1394-devel@lists.sourceforge.net Description: New application development should use raw1394 + userspace libraries instead, notably libiec61883 which is functionally equivalent. Users: ffmpeg/libavformat (used by a variety of media players) dvgrab v1.x (replaced by dvgrab2 on top of raw1394 and resp. libraries) Documentation/ABI/obsolete/proc-pid-oom_adj 0 → 100644 +22 −0 Original line number Original line Diff line number Diff line What: /proc/<pid>/oom_adj When: August 2012 Why: /proc/<pid>/oom_adj allows userspace to influence the oom killer's badness heuristic used to determine which task to kill when the kernel is out of memory. The badness heuristic has since been rewritten since the introduction of this tunable such that its meaning is deprecated. The value was implemented as a bitshift on a score generated by the badness() function that did not have any precise units of measure. With the rewrite, the score is given as a proportion of available memory to the task allocating pages, so using a bitshift which grows the score exponentially is, thus, impossible to tune with fine granularity. A much more powerful interface, /proc/<pid>/oom_score_adj, was introduced with the oom killer rewrite that allows users to increase or decrease the badness() score linearly. This interface will replace /proc/<pid>/oom_adj. A warning will be emitted to the kernel log if an application uses this deprecated interface. After it is printed once, future warnings will be suppressed until the kernel is rebooted. Documentation/ABI/removed/dv1394 0 → 100644 +14 −0 Original line number Original line Diff line number Diff line What: dv1394 (a.k.a. "OHCI-DV I/O support" for FireWire) Date: May 2010 (scheduled), finally removed in kernel v2.6.37 Contact: linux1394-devel@lists.sourceforge.net Description: /dev/dv1394/* were character device files, one for each FireWire controller and for NTSC and PAL respectively, from which DV data could be received by read() or transmitted by write(). A few ioctl()s allowed limited control. This special-purpose interface has been superseded by libraw1394 + libiec61883 which are functionally equivalent, support HDV, and transparently work on top of the newer firewire kernel drivers. Users: ffmpeg/libavformat (if configured for DV1394) Loading
CREDITS +4 −4 Original line number Original line Diff line number Diff line Loading @@ -3554,12 +3554,12 @@ E: cvance@nai.com D: portions of the Linux Security Module (LSM) framework and security modules D: portions of the Linux Security Module (LSM) framework and security modules N: Petr Vandrovec N: Petr Vandrovec E: vandrove@vc.cvut.cz E: petr@vandrovec.name D: Small contributions to ncpfs D: Small contributions to ncpfs D: Matrox framebuffer driver D: Matrox framebuffer driver S: Chudenicka 8 S: 21513 Conradia Ct S: 10200 Prague 10, Hostivar S: Cupertino, CA 95014 S: Czech Republic S: USA N: Thibaut Varene N: Thibaut Varene E: T-Bone@parisc-linux.org E: T-Bone@parisc-linux.org Loading
Documentation/00-INDEX +2 −2 Original line number Original line Diff line number Diff line Loading @@ -130,8 +130,6 @@ edac.txt - information on EDAC - Error Detection And Correction - information on EDAC - Error Detection And Correction eisa.txt eisa.txt - info on EISA bus support. - info on EISA bus support. exception.txt - how Linux v2.2 handles exceptions without verify_area etc. fault-injection/ fault-injection/ - dir with docs about the fault injection capabilities infrastructure. - dir with docs about the fault injection capabilities infrastructure. fb/ fb/ Loading Loading @@ -234,6 +232,8 @@ memory.txt - info on typical Linux memory problems. - info on typical Linux memory problems. mips/ mips/ - directory with info about Linux on MIPS architecture. - directory with info about Linux on MIPS architecture. mmc/ - directory with info about the MMC subsystem mono.txt mono.txt - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. - how to execute Mono-based .NET binaries with the help of BINFMT_MISC. mutex-design.txt mutex-design.txt Loading
Documentation/ABI/obsolete/dv1394deleted 100644 → 0 +0 −9 Original line number Original line Diff line number Diff line What: dv1394 (a.k.a. "OHCI-DV I/O support" for FireWire) Contact: linux1394-devel@lists.sourceforge.net Description: New application development should use raw1394 + userspace libraries instead, notably libiec61883 which is functionally equivalent. Users: ffmpeg/libavformat (used by a variety of media players) dvgrab v1.x (replaced by dvgrab2 on top of raw1394 and resp. libraries)
Documentation/ABI/obsolete/proc-pid-oom_adj 0 → 100644 +22 −0 Original line number Original line Diff line number Diff line What: /proc/<pid>/oom_adj When: August 2012 Why: /proc/<pid>/oom_adj allows userspace to influence the oom killer's badness heuristic used to determine which task to kill when the kernel is out of memory. The badness heuristic has since been rewritten since the introduction of this tunable such that its meaning is deprecated. The value was implemented as a bitshift on a score generated by the badness() function that did not have any precise units of measure. With the rewrite, the score is given as a proportion of available memory to the task allocating pages, so using a bitshift which grows the score exponentially is, thus, impossible to tune with fine granularity. A much more powerful interface, /proc/<pid>/oom_score_adj, was introduced with the oom killer rewrite that allows users to increase or decrease the badness() score linearly. This interface will replace /proc/<pid>/oom_adj. A warning will be emitted to the kernel log if an application uses this deprecated interface. After it is printed once, future warnings will be suppressed until the kernel is rebooted.
Documentation/ABI/removed/dv1394 0 → 100644 +14 −0 Original line number Original line Diff line number Diff line What: dv1394 (a.k.a. "OHCI-DV I/O support" for FireWire) Date: May 2010 (scheduled), finally removed in kernel v2.6.37 Contact: linux1394-devel@lists.sourceforge.net Description: /dev/dv1394/* were character device files, one for each FireWire controller and for NTSC and PAL respectively, from which DV data could be received by read() or transmitted by write(). A few ioctl()s allowed limited control. This special-purpose interface has been superseded by libraw1394 + libiec61883 which are functionally equivalent, support HDV, and transparently work on top of the newer firewire kernel drivers. Users: ffmpeg/libavformat (if configured for DV1394)