[PATCH 2/3] ntrig filtering module parameters
Signed-off-by: Rafi Rubin <rafi(a)seas.upenn.edu> --- drivers/hid/hid-ntrig.c | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/drivers/hid/hid-ntrig.c b/drivers/hid/hid-ntrig.c index 227d015..18609c1 100644 --- a/drivers/hid/hid-ntrig.c +++ b/drivers/hid/hid-ntrig.c ... 4 May 2010 14:34
[tip:tracing/core] ring-buffer: Wrap open-coded WARN_ONCE
Commit-ID: 956097912c40a03bf22603a3be73503fd9ea9e44 Gitweb: http://git.kernel.org/tip/956097912c40a03bf22603a3be73503fd9ea9e44 Author: Borislav Petkov <bp(a)alien8.de> AuthorDate: Sun, 2 May 2010 08:03:54 +0200 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Tue, 4 May 2010 12:23:47 -0400 ri... 4 May 2010 14:34
x86: Introduce 'struct fpu' and related API
On Sun, 2010-05-02 at 07:53 -0700, Avi Kivity wrote: Currently all fpu state access is through tsk->thread.xstate. Since we wish to generalize fpu access to non-task contexts, wrap the state in a new 'struct fpu' and convert existing access to use an fpu API. Signal frame handlers are not converted to ... 4 May 2010 14:34
[GIT PULL] core fixes
Linus, Please pull the latest core-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus Thanks, Ingo ------------------> Benjamin Herrenschmidt (1): mutex: Don't spin when the owner CPU is offline or other weird cases Paul... 4 May 2010 14:34
ring-buffer: Wrap open-coded WARN_ONCE
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, Oops, I forgot to add this one too. I just pushed it after you did your last pull. Please pull the latest tip/tracing/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git ti... 4 May 2010 14:34
[GIT PULL] perf fix
Linus, Please pull the latest perf-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf-fixes-for-linus Thanks, Ingo ------------------> Tejun Heo (1): perf: Fix resource leak in failure path of perf_event_open() kernel/perf_event.c | ... 4 May 2010 14:34
The FunctionFS composite function
On Fri, Apr 16, 2010 at 11:49:25AM +0200, Michal Nazarewicz wrote: Hello everyone, *Changes from Previous Version* This is the second version of the FunctionFS patchset. Yet your Subject says "v3" :) Are you resending these again? thanks, greg k-h -- To unsubscribe from this list: sen... 6 May 2010 05:16
[PATCH][GIT PULL] ring-buffer: Wrap open-coded WARN_ONCE
Ingo, Oops, I forgot to add this one too. I just pushed it after you did your last pull. Please pull the latest tip/tracing/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/core Borislav Petkov (1): ring-buffer: Wrap open-... 4 May 2010 14:34
sched,perf: unify tracers in sched and move perf on top of TP
On Tue, 2010-05-04 at 14:38 +0200, Tejun Heo wrote: This patchset does the following two things. * 0001-0007: Unify the three tracers (tracepoints, perf_events and preempt/sched notifiers) in scheduler. Right, so I really don't like the SCHED_EVENT() thing much, esp the 3 different function postf... 10 May 2010 02:17
sched: drop @cpu argument from sched_in preempt notifier
On Tue, 2010-05-04 at 14:38 +0200, Tejun Heo wrote: @cpu parameter is superflous. Drop it. This will help unifying notifiers in sched. This seems sensible enough. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majord... 4 May 2010 13:27