Loading Documentation/DocBook/kernel-locking.tmpl +5 −2 Original line number Diff line number Diff line Loading @@ -1922,9 +1922,12 @@ machines due to caching. <function>mutex_lock()</function> </para> <para> There is a <function>mutex_trylock()</function> which can be used inside interrupt context, as it will not sleep. There is a <function>mutex_trylock()</function> which does not sleep. Still, it must not be used inside interrupt context since its implementation is not safe for that. <function>mutex_unlock()</function> will also never sleep. It cannot be used in interrupt context either since a mutex must be released by the same task that acquired it. </para> </listitem> </itemizedlist> Loading Documentation/hwmon/f71882fg +0 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,6 @@ Kernel driver f71882fg ====================== Supported chips: * Fintek F71808E Prefix: 'f71808fg' Addresses scanned: none, address read from Super I/O config space Datasheet: Not public * Fintek F71858FG Prefix: 'f71858fg' Addresses scanned: none, address read from Super I/O config space Loading Documentation/kernel-parameters.txt +4 −2 Original line number Diff line number Diff line Loading @@ -2629,8 +2629,10 @@ and is between 256 and 4096 characters. It is defined in the file aux-ide-disks -- unplug non-primary-master IDE devices nics -- unplug network devices all -- unplug all emulated devices (NICs and IDE disks) ignore -- continue loading the Xen platform PCI driver even if the version check failed unnecessary -- unplugging emulated devices is unnecessary even if the host did not respond to the unplug protocol never -- do not unplug even if version check succeeds xirc2ps_cs= [NET,PCMCIA] Format: Loading Documentation/laptops/thinkpad-acpi.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1024,6 +1024,10 @@ ThinkPad-specific interface. The driver will disable its native backlight brightness control interface if it detects that the standard ACPI interface is available in the ThinkPad. If you want to use the thinkpad-acpi backlight brightness control instead of the generic ACPI video backlight brightness control for some reason, you should use the acpi_backlight=vendor kernel parameter. The brightness_enable module parameter can be used to control whether the LCD brightness control feature will be enabled when available. brightness_enable=0 forces it to be disabled. brightness_enable=1 Loading Documentation/lguest/Makefile +2 −1 Original line number Diff line number Diff line # This creates the demonstration utility "lguest" which runs a Linux guest. CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE # Missing headers? Add "-I../../include -I../../arch/x86/include" CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE all: lguest Loading Loading
Documentation/DocBook/kernel-locking.tmpl +5 −2 Original line number Diff line number Diff line Loading @@ -1922,9 +1922,12 @@ machines due to caching. <function>mutex_lock()</function> </para> <para> There is a <function>mutex_trylock()</function> which can be used inside interrupt context, as it will not sleep. There is a <function>mutex_trylock()</function> which does not sleep. Still, it must not be used inside interrupt context since its implementation is not safe for that. <function>mutex_unlock()</function> will also never sleep. It cannot be used in interrupt context either since a mutex must be released by the same task that acquired it. </para> </listitem> </itemizedlist> Loading
Documentation/hwmon/f71882fg +0 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,6 @@ Kernel driver f71882fg ====================== Supported chips: * Fintek F71808E Prefix: 'f71808fg' Addresses scanned: none, address read from Super I/O config space Datasheet: Not public * Fintek F71858FG Prefix: 'f71858fg' Addresses scanned: none, address read from Super I/O config space Loading
Documentation/kernel-parameters.txt +4 −2 Original line number Diff line number Diff line Loading @@ -2629,8 +2629,10 @@ and is between 256 and 4096 characters. It is defined in the file aux-ide-disks -- unplug non-primary-master IDE devices nics -- unplug network devices all -- unplug all emulated devices (NICs and IDE disks) ignore -- continue loading the Xen platform PCI driver even if the version check failed unnecessary -- unplugging emulated devices is unnecessary even if the host did not respond to the unplug protocol never -- do not unplug even if version check succeeds xirc2ps_cs= [NET,PCMCIA] Format: Loading
Documentation/laptops/thinkpad-acpi.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1024,6 +1024,10 @@ ThinkPad-specific interface. The driver will disable its native backlight brightness control interface if it detects that the standard ACPI interface is available in the ThinkPad. If you want to use the thinkpad-acpi backlight brightness control instead of the generic ACPI video backlight brightness control for some reason, you should use the acpi_backlight=vendor kernel parameter. The brightness_enable module parameter can be used to control whether the LCD brightness control feature will be enabled when available. brightness_enable=0 forces it to be disabled. brightness_enable=1 Loading
Documentation/lguest/Makefile +2 −1 Original line number Diff line number Diff line # This creates the demonstration utility "lguest" which runs a Linux guest. CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE # Missing headers? Add "-I../../include -I../../arch/x86/include" CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE all: lguest Loading