summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2012-08-282-1/+22
* uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov2012-08-281-11/+5Star
* uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov2012-08-281-21/+6Star
* uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov2012-08-282-30/+3Star
* uprobes: Kill uprobes_state->countOleg Nesterov2012-08-281-36/+2Star
* uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior2012-08-281-9/+7Star
* uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju2012-08-281-2/+0Star
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-08-2814-78/+142
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-242-2/+6
| |\
| | * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-211-0/+4
| | |\
| | | * tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2012-08-171-0/+4
| | * | uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2012-08-211-2/+2
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-241-5/+32
| |\ \ \
| | * | | time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-221-0/+4
| | * | | time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-221-2/+2
| | * | | time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-221-1/+1
| | * | | time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz2012-08-221-0/+1
| | * | | time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-151-2/+24
| | | |/ | | |/|
| * | | Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2012-08-211-7/+12
| |\ \ \
| | * | | audit: clean up refcounting in audit-treeMiklos Szeredi2012-08-151-3/+9
| | * | | audit: fix refcounting in audit-treeMiklos Szeredi2012-08-151-3/+2Star
| | * | | audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi2012-08-151-3/+3
| | |/ /
| * | / task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-211-0/+1
| | |/ | |/|
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-205-19/+70
| |\ \
| | * | sched: Fix migration thread runtime bogosityMike Galbraith2012-08-131-1/+21
| | * | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-131-0/+13
| | * | sched,cgroup: Fix up task_groups listMike Galbraith2012-08-132-1/+2
| | * | sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka2012-08-131-14/+20
| | * | sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2012-08-132-3/+14
| * | | Merge branch 'alpha' (alpha architecture patches)Linus Torvalds2012-08-191-9/+0Star
| |\ \ \ | | |_|/ | |/| |
| | * | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-191-9/+0Star
| * | | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-122-22/+2Star
| |\ \ \
| | * | | Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2012-08-082-22/+2Star
| | |/ /
| * | | printk: Fix calculation of length used to discard recordsJeff Mahoney2012-08-121-0/+2
| * | | time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar2012-08-051-14/+17
* | | | ftrace: Do not test frame pointers if -mfentry is usedSteven Rostedt2012-08-231-1/+4
* | | | ftrace: Add -mfentry to Makefile on function tracerSteven Rostedt2012-08-231-0/+5
* | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-08-214-20/+19Star
|\ \ \ \
| * | | | tracing/trivial: Fix some typos in kernel/traceWang Tianhong2012-08-072-5/+5
| * | | | tracing/filter: Add missing initializationJiri Olsa2012-08-071-1/+1
| * | | | tracing: Fix wakeup_rt self test on virtual machinesSteven Rostedt2012-08-071-14/+13Star
* | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-08-2155-1516/+2399
|\ \ \ \ \
| * | | | | perf: Add attribute to filter out callchainsFrederic Weisbecker2012-08-101-14/+24
| * | | | | perf: Add ability to attach user stack dump to sampleJiri Olsa2012-08-102-1/+165
| * | | | | perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa2012-08-102-0/+10
| * | | | | perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker2012-08-102-23/+43
| * | | | | perf: Add ability to attach user level registers dump to sampleJiri Olsa2012-08-101-0/+66
| | |/ / / | |/| | |
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-031-7/+10
| |\ \ \ \
| | * | | | futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart2012-07-241-5/+8
| | * | | | futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart2012-07-241-1/+1