| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
* 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
timer: Use debugobjects to catch deletion of uninitialized timers
timer: Setup uninitialized timer with a stub callback
debugobjects: Extend to assert that an object is initialized
debugobjects: Be smarter about static objects
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Calling del_timer_sync() on an uninitialized timer leads to a
never ending loop in lock_timer_base() that spins checking for a
non-NULL timer base. Add an assertion to debugobjects to catch
usage of uninitialized objects so that we can initialize timers
in the del_timer_sync() path before it calls lock_timer_base().
[ sboyd@codeaurora.org: Clarify commit message ]
Signed-off-by: Christine Chan <cschan@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/1320724108-20788-3-git-send-email-sboyd@codeaurora.org
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
* 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
drivers/base/node.c: fix compilation error with older versions of gcc
uio: documentation fixups
device.h: Fix struct member documentation
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The 'name' attribute of struct uio_mem wasn't documented, and the note
about 'kobj' is stale and needs to be changed to 'map'.
Signed-off-by: Geoff Thorpe <geoff@geoffthorpe.net>
Signed-off-by: "Hans J. Koch" <hjk@hansjkoch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs
* 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs: (45 commits)
DocBook/drm: Clean up a todo-note
DocBook/drm: `device aware' -> `device-aware'
DocBook/drm: `(device|driver) specific' -> `(device|driver)-specific'
DocBook/drm: Clean up the paragraph on framebuffer objects
DocBook/drm: Use `; otherwise,'
DocBook/drm: Better flow with `, and then'
DocBook/drm: Refer to the domain-setting function as a device-specific ioctl
DocBook/drm: Improve flow of GPU/CPU coherence sentence
DocBook/drm: Use an <itemizelist> for fundamental GEM operations
DocBook/drm: Insert a comma
DocBook/drm: Use a <variablelist> for vblank ioctls
DocBook/drm: Use an itemizedlist for what an encoder needs to provide
DocBook/drm: Insert `the' for readability, and change `set' to `setting'
DocBook/drm: Remove extraneous commas
DocBook/drm: Use a colon
DocBook/drm: Clarify `final initialization' via better formatting
DocBook/drm: Remove redundancy
DocBook/drm: Insert `it' for smooth reading
DocBook/drm: The word `so-called'; I do not think it connotes what you think it connotes
DocBook/drm: Use a singular subject for grammatical cleanliness
...
|
| |\
| | |
| | |
| | | |
docs-move
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
it connotes
From Webster's Revised Unabridged Dictionary (1913) [web1913]:
So-called \So"-called`\, a.
So named; called by such a name (but perhaps called thus with
doubtful propriety).
From WordNet (r) 2.0 [wn]:
so-called
adj : doubtful or suspect; "these so-called experts are no help"
[syn: {alleged(a)}, {supposed}]
My strong conviction is that widespread use of 'so gennant'
or 'sogennant' in German has led to the creeping misuse of
'so-called' in English (especially through technical writings).
In English, it would be better to use:
what is called
or a better translation of 'so gennant':
so named
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Witten <mfwitten@gmail.com>
|