aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov2-10/+2
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2-1/+22
2012-08-28uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov1-11/+5
2012-08-28uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pending()Oleg Nesterov1-21/+6
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov2-30/+3
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov1-36/+2
2012-08-28uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior1-9/+7
2012-08-28uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju1-2/+0
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar14-78/+142
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+6
2012-08-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+32
2012-08-23ftrace: Do not test frame pointers if -mfentry is usedSteven Rostedt1-1/+4
2012-08-23ftrace: Add -mfentry to Makefile on function tracerSteven Rostedt1-0/+5
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz1-2/+2
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab1-1/+1
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz1-0/+1
2012-08-21Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-7/+12
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet1-0/+1
2012-08-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgentIngo Molnar1-0/+4
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-2/+2
2012-08-21Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar4-20/+19
2012-08-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar55-1516/+2399
2012-08-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar11-169/+719
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-19/+70
2012-08-19Merge branch 'alpha' (alpha architecture patches)Linus Torvalds1-9/+0
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro1-9/+0
2012-08-17tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon1-0/+4
2012-08-15time: Improve sanity checking of timekeeping inputsJohn Stultz1-2/+24
2012-08-15audit: clean up refcounting in audit-treeMiklos Szeredi1-3/+9
2012-08-15audit: fix refcounting in audit-treeMiklos Szeredi1-3/+2
2012-08-15audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi1-3/+3
2012-08-13sched: Fix migration thread runtime bogosityMike Galbraith1-1/+21
2012-08-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith2-1/+2
2012-08-13sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2-3/+14
2012-08-12Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-22/+2
2012-08-12printk: Fix calculation of length used to discard recordsJeff Mahoney1-0/+2
2012-08-10perf: Add attribute to filter out callchainsFrederic Weisbecker1-14/+24
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa2-1/+165
2012-08-10perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa2-0/+10
2012-08-10perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker2-23/+43
2012-08-10perf: Add ability to attach user level registers dump to sampleJiri Olsa1-0/+66
2012-08-08Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2-22/+2
2012-08-07tracing/trivial: Fix some typos in kernel/traceWang Tianhong2-5/+5
2012-08-07tracing/filter: Add missing initializationJiri Olsa1-1/+1
2012-08-07tracing: Fix wakeup_rt self test on virtual machinesSteven Rostedt1-14/+13
2012-08-05time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar1-14/+17
2012-08-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+10