summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | sched/numa: Fix commentsPeter Zijlstra2013-10-091-4/+4
| * | | | | | | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0913-19/+139
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer2013-10-061-2/+1
| * | | | | | | | | sched: Prepare for per-cpu preempt_countPeter Zijlstra2013-09-251-2/+0
| * | | | | | | | | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-253-25/+20
| * | | | | | | | | sched: Create more preempt_count accessorsPeter Zijlstra2013-09-251-4/+3
| * | | | | | | | | sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2013-09-252-5/+22
| * | | | | | | | | sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-253-8/+8
| * | | | | | | | | sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-251-5/+4
| * | | | | | | | | sched, rcu: Make RCU use resched_cpu()Peter Zijlstra2013-09-252-9/+16
| * | | | | | | | | sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2013-09-252-25/+27
| * | | | | | | | | sched/balancing: Periodically decay max cost of idle balanceJason Low2013-09-201-7/+31
| * | | | | | | | | sched/balancing: Consider max cost of idle balance per sched domainJason Low2013-09-203-1/+21
| * | | | | | | | | sched: Reduce overestimating rq->avg_idleJason Low2013-09-201-3/+4
| * | | | | | | | | sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov2013-09-201-3/+3
| * | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2013-09-2049-571/+498
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched/fair: Fix the group_capacity computationPeter Zijlstra2013-09-121-7/+13
| * | | | | | | | | | sched/fair: Rework and comment the group_capacity codePeter Zijlstra2013-09-121-8/+24
| * | | | | | | | | | sched/fair: Fix group power_orig computationPeter Zijlstra2013-09-121-5/+11
| * | | | | | | | | | sched/fair: Reduce local_group logicPeter Zijlstra2013-09-121-12/+17
| * | | | | | | | | | sched/fair: Rewrite group_imb triggerPeter Zijlstra2013-09-122-60/+31
* | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-126-204/+314
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov2013-11-091-22/+21
| * | | | | | | | | | | uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov2013-11-091-1/+1
| * | | | | | | | | | | uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov2013-11-061-7/+7
| * | | | | | | | | | | uprobes: Introduce arch_uprobe->ixolOleg Nesterov2013-11-061-1/+2
| * | | | | | | | | | | uprobes: Kill module_init() and module_exit()Oleg Nesterov2013-11-061-6/+1
| * | | | | | | | | | | perf: Factor out strncpy() in perf_event_mmap_event()Oleg Nesterov2013-11-061-16/+16
| * | | | | | | | | | | perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-061-9/+26
| * | | | | | | | | | | perf: Update a stale commentPeter Zijlstra2013-11-061-2/+2
| * | | | | | | | | | | perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra2013-11-061-7/+7
| * | | | | | | | | | | perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra2013-11-061-5/+8
| * | | | | | | | | | | perf: Optimize perf_output_begin()Peter Zijlstra2013-11-061-8/+9
| * | | | | | | | | | | perf: Add unlikely() to the ring-buffer codePeter Zijlstra2013-11-061-8/+8
| * | | | | | | | | | | perf: Simplify the ring-buffer codePeter Zijlstra2013-11-061-33/+4
| * | | | | | | | | | | Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-041-4/+27
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2013-10-292-3/+9
| * | | | | | | | | | | | uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov2013-10-291-0/+28
| * | | | | | | | | | | | uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov2013-10-291-0/+43
| * | | | | | | | | | | | uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov2013-10-291-8/+12
| * | | | | | | | | | | | uprobes: Introduce __create_xol_area()Oleg Nesterov2013-10-291-22/+25
| * | | | | | | | | | | | uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov2013-10-292-9/+9
| * | | | | | | | | | | | perf: Fix the perf context switch optimizationPeter Zijlstra2013-10-291-18/+46
| * | | | | | | | | | | | perf: Change zero-padding of strings in perf_event_mmap_event()Peter Zijlstra2013-10-291-6/+11
| * | | | | | | | | | | | perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Oleg Nesterov2013-10-291-7/+8
| * | | | | | | | | | | | perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()Oleg Nesterov2013-10-291-8/+6
| * | | | | | | | | | | | perf: Remove useless atomic_tPeter Zijlstra2013-10-291-9/+9
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-295-40/+77
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge tag 'v3.12-rc5' into perf/coreIngo Molnar2013-10-155-4/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | perf: Add generic transaction flagsAndi Kleen2013-10-041-0/+6
OpenPOWER on IntegriCloud