aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-06-20hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-06-20hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra
2013-05-28perf: Fix perf mmap bugsPeter Zijlstra
2013-05-28kprobes: Fix to free gone and unused optprobesMasami Hiramatsu
2013-05-24auditfilter.c: fix kernel-doc warningsRandy Dunlap
2013-05-24Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-18Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-05-17kmemleak: No need for scanning specific module sectionsSteven Rostedt
2013-05-17kmemleak: Scan all allocated, writeable and not executable module sectionsSteven Rostedt
2013-05-16Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-16tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu
2013-05-15workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo
2013-05-15Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-05-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu
2013-05-15tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu
2013-05-15tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu
2013-05-15tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-15rcu: Don't allocate bootmem from rcu_init()Sasha Levin
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz
2013-05-14workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne
2013-05-14workqueue: correct handling of the pool spin_lockJoonsoo Kim
2013-05-14rcu: Fix comparison sense in rcu_needs_cpu()Paul E. McKenney
2013-05-14Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-14timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-14rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitSrivatsa S. Bhat
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-11Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-10workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into no...Tejun Heo
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-10Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds
2013-05-09tracing/kprobes: Support soft-mode disablingMasami Hiramatsu
2013-05-09tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu
2013-05-09tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu
2013-05-09tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu
2013-05-09tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu
2013-05-09ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)
2013-05-09ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)
2013-05-09ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)
2013-05-09tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)
2013-05-09tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu
2013-05-09tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu
2013-05-09tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu