summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaultsDavid Hildenbrand2015-05-191-1/+2
| * | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-1930-57/+72
| * | sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand2015-05-191-0/+2
| * | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-1915-7/+38
| * | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-1912-59/+118
| * | sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand2015-05-192-13/+8
| * | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2015-05-193-7/+33
| * | sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic()Frederic Weisbecker2015-05-191-1/+1
| * | sched/preempt: Fix out of date commentFrederic Weisbecker2015-05-191-1/+1
| * | sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker2015-05-192-20/+21
| * | sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSETFrederic Weisbecker2015-05-191-4/+4
| * | sched/preempt: Rearrange a few symbols after headers mergeFrederic Weisbecker2015-05-191-19/+15
| * | sched/preempt: Merge preempt_mask.h into preempt.hFrederic Weisbecker2015-05-197-124/+114
| * | Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar2015-05-19428-4249/+4363
| |\ \
| * | | sched: Fix function declaration return type mismatchNicholas Mc Guire2015-05-171-3/+3
| * | | sched: Remove redundant #ifdefNikolay Borisov2015-05-141-2/+0
| * | | sched, timer: Fix documentation for 'struct thread_group_cputimer'Jason Low2015-05-101-2/+1
| * | | ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso2015-05-081-21/+33
| * | | futex: Implement lockless wakeupsDavidlohr Bueso2015-05-081-16/+17
| * | | sched: Implement lockless wake-queuesPeter Zijlstra2015-05-082-0/+92
| * | | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-084-23/+19
| * | | sched, timer: Provide an atomic 'struct task_cputime' data structureJason Low2015-05-081-0/+17
| * | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-085-52/+62
| * | | sched/numa: Document usages of mm->numa_scan_seqJason Low2015-05-081-0/+13
| * | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-0812-26/+26
| * | | sched/core: Remove unnecessary down/up conversionNicholas Mc Guire2015-05-081-2/+2
| * | | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt2015-05-081-1/+1
| * | | sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *Palmer Dabbelt2015-05-081-7/+10
| * | | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt2015-05-082-12/+12
| * | | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-086-219/+222
| * | | Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar2015-05-083-36/+37
| |\ \ \
| * | | | sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker2015-05-081-1/+1
| * | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-05-081-4/+0
| |\ \ \ \
| | * | | | sched/autogroup: Remove unnecessary #ifdef guardsTobias Klauser2015-04-161-4/+0
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-236-36/+84
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-06-201-4/+4
| |\ \ \ \ \ \
| | * | | | | | perf tools: Fix build breakage if prefix= is specifiedLukas Wunner2015-06-191-4/+4
| * | | | | | | perf/x86: Honor the architectural performance monitoring versionPalik, Imre2015-06-191-6/+6
| * | | | | | | perf/x86/intel: Fix PMI handling for Intel PTAlexander Shishkin2015-06-191-4/+23
| * | | | | | | perf/x86/intel/bts: Fix DS area sharing with x86_pmu eventsAlexander Shishkin2015-06-193-19/+46
| * | | | | | | perf/x86: Add more Broadwell model numbersAndi Kleen2015-06-191-0/+2
| * | | | | | | perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov2015-06-191-7/+7
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-23211-2891/+10821
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-06-2026-81/+278
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf tools: Configurable per thread proc map processing time outKan Liang2015-06-1917-31/+87
| | * | | | | | | | perf tools: Add time out to force stop proc map processingKan Liang2015-06-194-0/+34
| | * | | | | | | | perf report: Fix sort__sym_cmp to also compare end of symbolYannick Brosseau2015-06-191-5/+3
| | * | | | | | | | perf hists browser: React to unassigned hotkey pressingArnaldo Carvalho de Melo2015-06-191-3/+4
| | * | | | | | | | perf top: Tell the user how to unfreeze events after pressing 'f'Arnaldo Carvalho de Melo2015-06-191-1/+7
| | * | | | | | | | perf hists browser: Honour the help line provided by builtin-{top,report}.cArnaldo Carvalho de Melo2015-06-191-4/+3