aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-07-02uprobes: Fix return value in error handling pathzhangwei(Jovi)1-1/+3
2013-07-02tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)1-6/+17
2013-07-02Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-858/+819
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-131/+350
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-68/+294
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-1208/+154
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-32/+352
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-5/+20
2013-07-02tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)2-4/+54
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2013-07-02Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+88
2013-07-02tracing: Get trace_array ref counts when accessing trace filesSteven Rostedt (Red Hat)1-9/+112
2013-07-02tracing: Add trace_array_get/put() to handle instance refs betterSteven Rostedt (Red Hat)1-18/+65
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner2-12/+61
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner1-1/+9
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner1-2/+11
2013-07-02modules: don't fail to load on unknown parameters.Rusty Russell1-1/+12
2013-07-02There is no /sys/parametersJean Delvare1-1/+1
2013-07-02module: don't modify argument of module_kallsyms_lookup_name()Mathias Krause1-8/+7
2013-07-01tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam3-2/+13
2013-07-01tracing: Make trace_marker use the correct per-instance bufferAlexander Z Lam1-1/+2
2013-07-01ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)3-2/+22
2013-07-01tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov1-4/+2
2013-07-01tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)2-33/+72
2013-07-01tracing/kprobes: Turn trace_probe->files into list_headOleg Nesterov1-101/+37
2013-07-01tracing: Fix disabling of soft disableTom Zanussi1-1/+3
2013-07-01tracing: Simplify code for showing of soft disabled flagTom Zanussi1-10/+10
2013-07-01tracing/kprobes: Kill probe_enable_lockOleg Nesterov1-23/+20
2013-07-01tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyOleg Nesterov1-4/+8
2013-07-01tracing: Failed to create system directorySteven Rostedt1-6/+35
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar29-236/+428
2013-06-29cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi...Tejun Heo1-1/+1
2013-06-29Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validationMathieu Desnoyers1-9/+11
2013-06-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+5
2013-06-29Merge branch 'pm-assorted'Rafael J. Wysocki1-0/+4
2013-06-28timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel1-12/+18
2013-06-28timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel1-9/+12
2013-06-28hrtimers: Support resuming with two or more CPUs online (but stopped)David Vrabel1-3/+12
2013-06-28timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche1-3/+5
2013-06-28softirq: Use _RET_IP_Davidlohr Bueso1-6/+4
2013-06-28sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi1-4/+6
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki4-6/+17
2013-06-28Merge branch 'freezer'Rafael J. Wysocki7-24/+41
2013-06-28genirq: Add the generic chip to the genirq docbookThomas Gleixner1-5/+6
2013-06-28genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam1-0/+3
2013-06-28genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-06-28sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal1-8/+9
2013-06-27cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount optionsTejun Heo1-1/+4
2013-06-27cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()Tejun Heo1-2/+2