06 Apr, 2012
12 commits
-
Emit the function name not the address when possible.
builtin_return_address() gives an address. When building
a kernel with CONFIG_KALLSYMS, emit the actual function
name not the address.Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Emit the function name not the address when possible.
builtin_return_address() gives an address. When building
a kernel with CONFIG_KALLSYMS, emit the actual function
name not the address.Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Emit the function name not the address when possible.
builtin_return_address() gives an address. When building
a kernel with CONFIG_KALLSYMS, emit the actual function
name not the address.Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina -
Emit the function name not the address when possible.
builtin_return_address() gives an address. When building
a kernel with CONFIG_KALLSYMS, emit the actual function
name not the address.Signed-off-by: Joe Perches
Acked-by: Felipe Balbi
Signed-off-by: Jiri Kosina -
Emit the function name not the address when possible.
builtin_return_address() gives an address. When building
a kernel with CONFIG_KALLSYMS, emit the actual function
name not the address.Signed-off-by: Joe Perches
Acked-by: David S. Miller
Signed-off-by: Jiri Kosina -
One is enough.
Signed-off-by: Jesper Juhl
Signed-off-by: Jiri Kosina -
return statement needs just one semi-colon
Signed-off-by: Jesper Juhl
Signed-off-by: Jiri Kosina -
Correct spelling "platfom" to "platform", "deactived" to "deactivated"
and "deprectated" to "deprecated" in arch/mips directory.Signed-off-by: Masanari Iida
Signed-off-by: Jiri Kosina -
Signed-off-by: Masanari Iida
Signed-off-by: Jiri Kosina -
Signed-off-by: Geert Uytterhoeven
Acked-by: Florian Tobias Schandinat
Signed-off-by: Jiri Kosina -
Signed-off-by: Thomas Weber
Signed-off-by: Jiri Kosina -
Break a few lines that go way over the usual 80 column limit that we prefer.
Also adjust the placement of a few line continuations.Signed-off-by: Jesper Juhl
Signed-off-by: Jiri Kosina
03 Apr, 2012
1 commit
-
W1 core prints "Failed to register master driver" if error happens
on registering SLAVE driver. Fix it.Signed-off-by: Dmitry Artamonow
Acked-by: Evgeniy Polyakov
Signed-off-by: Jiri Kosina
28 Mar, 2012
2 commits
-
This patch updates Jonathan Woithe's contact details across the kernel tree.
Signed-off-by: Jonathan Woithe
Signed-off-by: Jiri Kosina -
The below patch fixes a typo that I found while reading the code.
Signed-off-by: Justin P. Mattock
Signed-off-by: Jiri Kosina
20 Mar, 2012
2 commits
-
Signed-off-by: Laura Vasilescu
Signed-off-by: Jiri Kosina -
Signed-off-by: Al Viro
Signed-off-by: Jiri Kosina
16 Mar, 2012
1 commit
-
This reverts commit a7ccf3775219bfcb2e0df73619abbe13abc6408f.
It changes deprecated code that is being removed in powerpc tree.
Reported-by: Stephen Rothwell
Signed-off-by: Jiri Kosina
15 Mar, 2012
1 commit
-
s/countinuous/contiguous/, reword sentence.
Signed-off-by: Jim Cromie
Acked-by: KAMEZAWA Hiroyuki
Signed-off-by: Jiri Kosina
12 Mar, 2012
1 commit
-
Signed-off-by: Fabio Baltieri
Reviewed-by: Jesper Juhl
Signed-off-by: Jiri Kosina
07 Mar, 2012
4 commits
-
This reverts commit ce64b8d85de96a1a9538f6dbc960ef592ca05fe8. It is done
via moduleh tree as part of a larger cleanup.Reported-by: Stephen Rothwell
-
Signed-off-by: Fengguang Wu
Signed-off-by: Jiri Kosina -
Signed-off-by: Andrew Morton
Signed-off-by: Fengguang Wu
Signed-off-by: Jiri Kosina -
Signed-off-by: Masanari Iida
Acked-by: Randy Dunlap
Signed-off-by: Jiri Kosina
05 Mar, 2012
1 commit
-
cleanup_tis() -> tpm_remove_hardware() -> syncrhonize_rcu() is being
called in an atomic context (tis_lock spinlock held), which is not
allowed. Convert tis_lock to mutex.Signed-off-by: Jiri Kosina
Tested-by: Stefan Berger
Acked-by: Rajiv Andrade
01 Mar, 2012
1 commit
-
This reverts commit 382d19f197f9870522a23d726ce857cd7bc572fe, as the
changes in question are done in v4l tree differently.Reported-by: Stephen Rothwell
Signed-off-by: Jiri Kosina
28 Feb, 2012
7 commits
-
The existing numactl website is no longer working. Change website information
of numactl/libnuma utility. And, Rearrange tab space for readability.Signed-off-by: Geunsik Lim
Signed-off-by: Jiri Kosina -
Signed-off-by: Petr Uzel
Acked-by: Vikas Chaudhary
Signed-off-by: Jiri Kosina -
Signed-off-by: Alexander Stein
Signed-off-by: Jiri Kosina -
unix_may_send hook has the prototype:
int (*unix_may_send) (struct socket *sock, struct socket *other)
so the documentation is wrongly referring to the second argument as @sock.
Signed-off-by: Javier Martinez Canillas
Signed-off-by: Jiri Kosina -
The text for version 1.1 of the Open Sofware license doesn't seem
to be available anywhere on http://www.opensource.org/ any more.
Replace it with an URL on fedora.org.Thanks to Randy Dunlap for his advise choosing the most
appropriate replacement URL.Signed-off-by: Michael Opdenacker
Signed-off-by: Jiri Kosina -
Fix broken link in Documentation/filesystem, replacing
ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz
by a URL on http://kernel.orgThanks to Randy Dunlap for his advise on the best replacement
URL to use.Signed-off-by: Michael Opdenacker
Signed-off-by: Jiri Kosina -
Signed-off-by: Uwe Kleine-König
Signed-off-by: Jiri Kosina
23 Feb, 2012
1 commit
-
The typo of API truncate_inode_pages_range is not updated.
Signed-off-by: Liu Bo
Signed-off-by: Jiri Kosina
21 Feb, 2012
6 commits
-
Fix two typos in comments.
Signed-off-by: Thomas Weber
Signed-off-by: Jiri Kosina -
There's no need for drivers/block/nvme.c to include linux/version.h,
so remove the include.Signed-off-by: Jesper Juhl
Signed-off-by: Jiri Kosina -
Correct spelling "mininum" to "minimum", "conroller" to "controller"
and "explicitely" to "explicitly" in
Documentation/kernel-parameters.txtSigned-off-by: Masanari Iida
Acked-by: Randy Dunlap
Signed-off-by: Jiri Kosina -
Correct spelling "registeration" to "registration" in
arch/arm/mach-spear3xx/spear300.c, spear310.c and spear320.cSigned-off-by: Masanari Iida
Acked-by: Viresh Kumar
Signed-off-by: Jiri Kosina -
Fix broken URL for JF (Japanese FAQ) and its e-mail address.
Signed-off-by: Masanari Iida
Acked-by: Randy Dunlap
Signed-off-by: Jiri Kosina -
Fix broken URL in documents "freshmeat" to "freecode" in
Documentation/filesystems/ramfs-rootfs-initramfs.txt,
Documentation/scsi/scsi-generic.txt
Documentation/usb/mtouchusb.txtSigned-off-by: Masanari Iida
Acked-by: Randy Dunlap
Signed-off-by: Jiri Kosina