summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen2013-10-042-1/+2
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-1/+1
|\ \ \ \ \
| * | | | | genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff2013-10-281-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-12/+25
|\ \ \ \ \
| * | | | | irq: Optimize softirq stack selection in irq exitFrederic Weisbecker2013-10-011-4/+10
| * | | | | irq: Justify the various softirq stack choicesFrederic Weisbecker2013-10-011-1/+10
| * | | | | irq: Improve a bit softirq debuggingFrederic Weisbecker2013-10-011-2/+2
| * | | | | irq: Optimize call to softirq on hardirq exitFrederic Weisbecker2013-10-011-1/+1
| * | | | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-5/+3
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-1213-103/+251
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-10-1813-103/+251
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-1512-18/+38
| | * | | | | Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney2013-10-156-24/+41
| | |\ \ \ \ \
| | | * | | | | rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-254-24/+24
| | | * | | | | rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney2013-09-251-1/+1
| | | * | | | | rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2013-09-252-2/+15
| | | * | | | | rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney2013-09-251-0/+2
| | | * | | | | rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney2013-09-252-3/+11
| | | * | | | | rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney2013-09-251-8/+2
| | * | | | | | Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney2013-10-153-15/+78
| | |\ \ \ \ \ \
| | | * | | | | | rcu: Avoid sparse warnings in rcu_nocb_wake trace eventPaul E. McKenney2013-09-231-1/+1
OpenPOWER on IntegriCloud