summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* uprobes: Install_breakpoint() should fail if is_swbp_insn() == TOleg Nesterov2012-06-16
* uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()Oleg Nesterov2012-06-16
* uprobes: __copy_insn() should ensure a_ops->readpage != NULLOleg Nesterov2012-06-16
* uprobes: Valid_vma() should reject VM_HUGETLBOleg Nesterov2012-06-16
* Merge tag 'v3.5-rc2' into perf/coreIngo Molnar2012-06-11
|\
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-08
| |\
| | * sched: Fix the relax_domain_level boot parameterDimitri Sivanich2012-06-06
| | * sched: Validate assumptions in sched_init_numa()Peter Zijlstra2012-06-06
| | * sched: Always initialize cpu-powerPeter Zijlstra2012-06-06
| | * sched: Fix domain iterationPeter Zijlstra2012-06-06
| | * sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra2012-06-06
| | * sched/numa: Load balance between remote nodesAlex Shi2012-06-06
| * | sched/fair: fix lots of kernel-doc warningsRandy Dunlap2012-06-08
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-08
| |\ \
| * \ \ Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-06-08
| |\ \ \
| | * | | timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz2012-06-04
| * | | | Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds2012-06-07
| * | | | mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov2012-06-07
| * | | | c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignmentCyrill Gorcunov2012-06-07
| * | | | c/r: prctl: add ability to get clear_tid_addressCyrill Gorcunov2012-06-07
| * | | | c/r: prctl: add minimal address test to PR_SET_MMCyrill Gorcunov2012-06-07
| * | | | c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removalKonstantin Khlebnikov2012-06-07
| | |_|/ | |/| |
| * | | Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-05
| |\ \ \
| | * | | cgroup: superblock can't be released with active dentriesTejun Heo2012-05-27
* | | | | uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()Ananth N Mavinakayanahalli2012-06-08
* | | | | uprobes: Kill uprobes_srcu/uprobe_srcu_idOleg Nesterov2012-06-06
* | | | | uprobes: Teach handle_swbp() to rely on "is_swbp" rather than uprobes_srcuOleg Nesterov2012-06-06
* | | | | uprobes: Change register_for_each_vma() to take mm->mmap_sem for writingOleg Nesterov2012-06-06
* | | | | uprobes: Teach find_active_uprobe() to provide the "is_swbp" infoOleg Nesterov2012-06-06
* | | | | uprobes: Introduce find_active_uprobe() helperOleg Nesterov2012-06-06
* | | | | uprobes: Change read_opcode() to use FOLL_FORCEOleg Nesterov2012-06-06
* | | | | uprobes: Optimize is_swbp_at_addr() for current->mmOleg Nesterov2012-06-06
| |_|_|/ |/| | |
* | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-06-06
|\ \ \ \ | |/ / / |/| | |
| * | | perf: Remove duplicate invocation on perf_event_for_eachNamhyung Kim2012-05-31
| * | | Merge branch 'linus' into perf/urgentIngo Molnar2012-05-30
| |\ \ \
* | \ \ \ Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-05
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sched: Remove NULL assignment of dattr_curKamalesh Babulal2012-05-30
| * | | | sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto2012-05-30
| * | | | sched: Make sched_feat_names constHiroshi Shimamoto2012-05-30
| * | | | sched/rt: Fix SCHED_RR across cgroupsColin Cross2012-05-30
| * | | | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-30
| * | | | sched: Make sure to not re-read variables after validationPeter Zijlstra2012-05-30
| * | | | sched: Fix SD_OVERLAPPeter Zijlstra2012-05-30
| * | | | sched: Don't try allocating memory from offline nodesPeter Zijlstra2012-05-30
| * | | | sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-30
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds2012-06-04
|\ \ \ \ \
| | * | | | smpboot, idle: Fix comment mismatch over idle_threads_init()Srivatsa S. Bhat2012-05-24
| | * | | | smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()Srivatsa S. Bhat2012-05-24
| * | | | | genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu2012-05-24
| * | | | | genirq: Add IRQS_PENDING for nested and simple irqNing Jiang2012-05-24
| |/ / / /