- 04 Sep, 2013 1 commit
-
-
Joe Perches authored
Tyops should be fixed. Signed-off-by:
Joe Perches <joe@perches.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 27 Aug, 2013 12 commits
-
-
Li Zhong authored
It seems the "it's" should be "its" here. Signed-off-by:
Li Zhong <zhong@linux.vnet.ibm.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Zoltan Kiss authored
The sample missed the moving of the header files into the events subdirectory. I've also extended it based on the existing headers, and mentioned the tiny but important role of CREATE_TRACE_POINTS. Signed-off-by:
Zoltan Kiss <zoltan.kiss@citrix.com> Acked-by:
Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Xishi Qiu authored
Fix a trivial typo in Documentation/memory-hotplug.txt Signed-off-by:
Xishi Qiu <qiuxishi@huawei.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Jens Frederich authored
The s2ram link is broken because there is a new OpenSuse wiki online. The page does no longer exist, it was merged in the Suspend_to_RAM page. Signed-off-by:
Jens Frederich <jfrederich@gmail.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Murilo Opsfelder Araujo authored
Signed-off-by:
Murilo Opsfelder Araujo <mopsfelder@gmail.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Geert Uytterhoeven authored
Now all 64-bit architectures have been converted to int-ll64.h in kernel space, casting to (unsigned) long long is no longer needed when formatting u64/s64. For backwards compatibility, alpha, ia64, mips64, and powerpc64 still use int-l64.h in userspace. Signed-off-by:
Geert Uytterhoeven <geert@linux-m68k.org> Acked-by:
Randy Dunlap <rdunlap@xenotime.net> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Fix double words "is is" in Documentations. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Joe Perches authored
Using 0x%# emits 0x0x. Only one is necessary. Signed-off-by:
Joe Perches <joe@perches.com> Acked-by:
Takashi Iwai <tiwai@suse.de> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Bernhard M. Wiedemann authored
Simple doc updates to zram documentation. Signed-off-by:
Bernhard M. Wiedemann <bwiedemann@suse.de> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Libin authored
Kmemcheck configuration menu location correction in Documentation/ kmemcheck.txt Signed-off-by:
Libin <huawei.libin@huawei.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Xishi Qiu authored
Fix a trivial typo in Documentation/hwspinlock.txt Signed-off-by:
Xishi Qiu <qiuxishi@huawei.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Sebastian Capella authored
Expand the existing documentation to explicitly list the options for resuming a hibernation image, including the manual resume option which can be used from the initrd or initramfs and the kernel init resume. Signed-off-by:
Sebastian Capella <sebastian.capella@linaro.org> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 20 Aug, 2013 27 commits
-
-
Masanari Iida authored
Correct spelling typo in Documentations/filesystems. Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Acked-by:
Randy Dunlap <rdunlap@infradead.org> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Matthias Schid authored
Fixed several typos in comments in megaraid_mbox.c, megaraid_mm.c and megaraid_sas_fusion.h. Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Paul Bolle authored
Signed-off-by:
Paul Bolle <pebolle@tiscali.nl> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Joe Perches authored
Don't emit OOM warnings when k.alloc calls fail when there there is a v.alloc immediately afterwards. Converted a kmalloc/vmalloc with memset to kzalloc/vzalloc. Signed-off-by:
Joe Perches <joe@perches.com> Acked-by:
"Theodore Ts'o" <tytso@mit.edu> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Tang Chen authored
pageblock_nr_page should be pageblock_nr_pages, and fist is a typo of first. Signed-off-by:
Tang Chen <tangchen@cn.fujitsu.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Hu Tao authored
smp_affinity holds bitmask and smp_affinity_list holds list. So we should write a list to smp_affinity_list, instead of smp_affinity. Signed-off-by:
Hu Tao <hutao@cn.fujitsu.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Geert Uytterhoeven authored
Request inclusion of oneline summaries when referring to other commits Signed-off-by:
Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Oleksandr Kravchenko authored
Add devm_iio_device_alloc() and devm_iio_device_free() functions to list of supported calls. Signed-off-by:
Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Yacine Belkadi authored
When building the htmldocs (in verbose mode), scripts/kernel-doc reports the following type of warnings: Warning(kernel/workqueue.c:653): No description found for return value of 'get_work_pool' Fix them by: - Using "Return:" sections to introduce descriptions of return values - Adding some missing descriptions Signed-off-by:
Yacine Belkadi <yacine.belkadi.1@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Joe Perches authored
> docproc: kernel/printk.c: No such file or directory So rename the file. Signed-off-by:
Joe Perches <joe@perches.com> Noticed-by:
kbuild test robot <fengguang.wu@intel.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Jingoo Han authored
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by:
Jingoo Han <jg1.han@samsung.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Sachin Kamat authored
__initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Fix the example code. Signed-off-by:
Sachin Kamat <sachin.kamat@linaro.org> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Sachin Kamat authored
__initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Fix the examples. Signed-off-by:
Sachin Kamat <sachin.kamat@linaro.org> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Sachin Kamat authored
__initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Fix the example. Signed-off-by:
Sachin Kamat <sachin.kamat@linaro.org> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Paul Gortmaker authored
Signed-off-by:
Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Paul Gortmaker authored
Fix a typo, and the reference to a proposed v2.7 kernel, as that in itself is dated. Signed-off-by:
Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by:
Rob Landley <rob@landley.net> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Michael Witten authored
Signed-off-by:
Michael Witten <mfwitten@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Masanari Iida authored
Correct spelling typo in printk Signed-off-by:
Masanari Iida <standby24x7@gmail.com> Acked-by:
Randy Dunlap <rdunlap@infradead.org> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word beteween to between in the file rs485.txt. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word MAITAINERS to MAINTAINERS. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word Configuraion to Configuration in the file dscr.txt. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word ponter to pointer. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word negtive to negative. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word avarage to average in the file compress_offload.txt. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word configation to configuration. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
Stefan Huber authored
Corrected the word adventerous to adventurous. Signed-off-by:
Stefan Huber <steffhip@gmail.com> Signed-off-by:
Matthias Schid <aircrach115@gmail.com> Signed-off-by:
Simon Puels <simon.puels@gmail.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-