| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaults | David Hildenbrand | 2015-05-19 | 1 | -1/+2 |
| * | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 2015-05-19 | 30 | -57/+72 |
| * | | sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitly | David Hildenbrand | 2015-05-19 | 1 | -0/+2 |
| * | | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* | David Hildenbrand | 2015-05-19 | 15 | -7/+38 |
| * | | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 2015-05-19 | 12 | -59/+118 |
| * | | sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled... | David Hildenbrand | 2015-05-19 | 2 | -13/+8 |
| * | | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled | David Hildenbrand | 2015-05-19 | 3 | -7/+33 |
| * | | sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic() | Frederic Weisbecker | 2015-05-19 | 1 | -1/+1 |
| * | | sched/preempt: Fix out of date comment | Frederic Weisbecker | 2015-05-19 | 1 | -1/+1 |
| * | | sched/preempt: Optimize preemption operations on __schedule() callers | Frederic Weisbecker | 2015-05-19 | 2 | -20/+21 |
| * | | sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSET | Frederic Weisbecker | 2015-05-19 | 1 | -4/+4 |
| * | | sched/preempt: Rearrange a few symbols after headers merge | Frederic Weisbecker | 2015-05-19 | 1 | -19/+15 |
| * | | sched/preempt: Merge preempt_mask.h into preempt.h | Frederic Weisbecker | 2015-05-19 | 7 | -124/+114 |
| * | | Merge tag 'v4.1-rc4' into sched/core, before applying new patches | Ingo Molnar | 2015-05-19 | 428 | -4249/+4363 |
| |\ \ |
|
| * | | | sched: Fix function declaration return type mismatch | Nicholas Mc Guire | 2015-05-17 | 1 | -3/+3 |
| * | | | sched: Remove redundant #ifdef | Nikolay Borisov | 2015-05-14 | 1 | -2/+0 |
| * | | | sched, timer: Fix documentation for 'struct thread_group_cputimer' | Jason Low | 2015-05-10 | 1 | -2/+1 |
| * | | | ipc/mqueue: Implement lockless pipelined wakeups | Davidlohr Bueso | 2015-05-08 | 1 | -21/+33 |
| * | | | futex: Implement lockless wakeups | Davidlohr Bueso | 2015-05-08 | 1 | -16/+17 |
| * | | | sched: Implement lockless wake-queues | Peter Zijlstra | 2015-05-08 | 2 | -0/+92 |
| * | | | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low | 2015-05-08 | 4 | -23/+19 |
| * | | | sched, timer: Provide an atomic 'struct task_cputime' data structure | Jason Low | 2015-05-08 | 1 | -0/+17 |
| * | | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 2015-05-08 | 5 | -52/+62 |
| * | | | sched/numa: Document usages of mm->numa_scan_seq | Jason Low | 2015-05-08 | 1 | -0/+13 |
| * | | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low | 2015-05-08 | 12 | -26/+26 |
| * | | | sched/core: Remove unnecessary down/up conversion | Nicholas Mc Guire | 2015-05-08 | 1 | -2/+2 |
| * | | | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() | Palmer Dabbelt | 2015-05-08 | 1 | -1/+1 |
| * | | | sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void * | Palmer Dabbelt | 2015-05-08 | 1 | -7/+10 |
| * | | | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt | 2015-05-08 | 2 | -12/+12 |
| * | | | sched: Move the loadavg code to a more obvious location | Peter Zijlstra | 2015-05-08 | 6 | -219/+222 |
| * | | | Merge branch 'sched/urgent' into sched/core, before applying new patches | Ingo Molnar | 2015-05-08 | 3 | -36/+37 |
| |\ \ \ |
|
| * | | | | sched/core: Remove __cpuinit section tag that crept back in | Paul Gortmaker | 2015-05-08 | 1 | -1/+1 |
| * | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2015-05-08 | 1 | -4/+0 |
| |\ \ \ \ |
|
| | * | | | | sched/autogroup: Remove unnecessary #ifdef guards | Tobias Klauser | 2015-04-16 | 1 | -4/+0 |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-23 | 6 | -36/+84 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-06-20 | 1 | -4/+4 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | perf tools: Fix build breakage if prefix= is specified | Lukas Wunner | 2015-06-19 | 1 | -4/+4 |
| * | | | | | | | perf/x86: Honor the architectural performance monitoring version | Palik, Imre | 2015-06-19 | 1 | -6/+6 |
| * | | | | | | | perf/x86/intel: Fix PMI handling for Intel PT | Alexander Shishkin | 2015-06-19 | 1 | -4/+23 |
| * | | | | | | | perf/x86/intel/bts: Fix DS area sharing with x86_pmu events | Alexander Shishkin | 2015-06-19 | 3 | -19/+46 |
| * | | | | | | | perf/x86: Add more Broadwell model numbers | Andi Kleen | 2015-06-19 | 1 | -0/+2 |
| * | | | | | | | perf: Fix ring_buffer_attach() RCU sync, again | Oleg Nesterov | 2015-06-19 | 1 | -7/+7 |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-06-23 | 211 | -2891/+10821 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-06-20 | 26 | -81/+278 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | perf tools: Configurable per thread proc map processing time out | Kan Liang | 2015-06-19 | 17 | -31/+87 |
| | * | | | | | | | | perf tools: Add time out to force stop proc map processing | Kan Liang | 2015-06-19 | 4 | -0/+34 |
| | * | | | | | | | | perf report: Fix sort__sym_cmp to also compare end of symbol | Yannick Brosseau | 2015-06-19 | 1 | -5/+3 |
| | * | | | | | | | | perf hists browser: React to unassigned hotkey pressing | Arnaldo Carvalho de Melo | 2015-06-19 | 1 | -3/+4 |
| | * | | | | | | | | perf top: Tell the user how to unfreeze events after pressing 'f' | Arnaldo Carvalho de Melo | 2015-06-19 | 1 | -1/+7 |
| | * | | | | | | | | perf hists browser: Honour the help line provided by builtin-{top,report}.c | Arnaldo Carvalho de Melo | 2015-06-19 | 1 | -4/+3 |