| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled | David Hildenbrand | 2015-05-19 | 1 | -0/+3 |
* | sched/preempt: Optimize preemption operations on __schedule() callers | Frederic Weisbecker | 2015-05-19 | 1 | -20/+9 |
* | Merge tag 'v4.1-rc4' into sched/core, before applying new patches | Ingo Molnar | 2015-05-19 | 5 | -19/+52 |
|\ |
|
| * | watchdog: Fix merge 'conflict' | Peter Zijlstra | 2015-05-18 | 1 | -5/+15 |
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-05-15 | 2 | -33/+33 |
| |\ |
|
| * \ | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-05-15 | 1 | -8/+33 |
| |\ \ |
|
| | * | | perf: Annotate inherited event ctx->mutex recursion | Peter Zijlstra | 2015-05-08 | 1 | -8/+33 |
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-05-09 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip | Roger Quadros | 2015-04-24 | 1 | -0/+1 |
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2015-05-09 | 1 | -5/+1 |
| |\ \ \ \ |
|
| | * | | | | clockevents: Shutdown detached clockevent device | Viresh Kumar | 2015-04-24 | 1 | -5/+1 |
| | |/ / / |
|
| * | | | | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-05-08 | 1 | -1/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | tracing: Make ftrace_print_array_seq compute buf_len | Alex Bennée | 2015-05-06 | 1 | -1/+2 |
* | | | | | sched: Fix function declaration return type mismatch | Nicholas Mc Guire | 2015-05-17 | 1 | -3/+3 |
* | | | | | futex: Implement lockless wakeups | Davidlohr Bueso | 2015-05-08 | 1 | -16/+17 |
* | | | | | sched: Implement lockless wake-queues | Peter Zijlstra | 2015-05-08 | 1 | -0/+46 |
* | | | | | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low | 2015-05-08 | 2 | -16/+16 |
* | | | | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 2015-05-08 | 3 | -42/+55 |
* | | | | | 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 | 11 | -24/+24 |
* | | | | | sched/core: Remove unnecessary down/up conversion | Nicholas Mc Guire | 2015-05-08 | 1 | -2/+2 |
* | | | | | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt | 2015-05-08 | 1 | -3/+3 |
* | | | | | sched: Move the loadavg code to a more obvious location | Peter Zijlstra | 2015-05-08 | 5 | -219/+217 |
* | | | | | Merge branch 'sched/urgent' into sched/core, before applying new patches | Ingo Molnar | 2015-05-08 | 2 | -33/+33 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | sched/core: Fix regression in cpuset_cpu_inactive() for suspend | Omar Sandoval | 2015-05-08 | 1 | -16/+12 |
| * | | | | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 2015-05-08 | 2 | -17/+21 |
| |/ / / |
|
* | | | | 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 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-05-06 | 1 | -7/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-04-18 | 1 | -7/+9 |
| |\ \ \ |
|
| | * | | | rcu: Control grace-period delays directly from value | Paul E. McKenney | 2015-04-14 | 1 | -7/+9 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-05-01 | 1 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | bpf: fix 64-bit divide | Alexei Starovoitov | 2015-04-27 | 1 | -6/+6 |
* | | | | | | Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-04-30 | 1 | -14/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | cpuidle: Run tick_broadcast_exit() with disabled interrupts | Rafael J. Wysocki | 2015-04-29 | 1 | -14/+2 |
| |/ / / / / |
|
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-04-30 | 1 | -15/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: pvclock: Really remove the sched notifier for cross-cpu migrations | Paolo Bonzini | 2015-04-27 | 1 | -15/+0 |
| |/ / / / / |
|
* | | | | | | modsign: change default key details | David Howells | 2015-04-30 | 1 | -3/+3 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-04-28 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP | Martin Schwidefsky | 2015-04-23 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 8 | -19/+19 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | VFS: kernel/: d_inode() annotations | David Howells | 2015-04-15 | 4 | -9/+9 |
| * | | | | | VFS: audit: d_backing_inode() annotations | David Howells | 2015-04-15 | 4 | -13/+13 |
* | | | | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2015-04-22 | 4 | -53/+94 |
|\ \ \ \ \ \ |
|
| * | | | | | | audit: Remove condition which always evaluates to false | Pranith Kumar | 2015-03-13 | 1 | -3/+2 |
| * | | | | | | audit: reduce mmap_sem hold for mm->exe_file | Davidlohr Bueso | 2015-02-23 | 1 | -8/+14 |
| * | | | | | | audit: consolidate handling of mm->exe_file | Davidlohr Bueso | 2015-02-23 | 3 | -16/+19 |
| * | | | | | | audit: code clean up | Ameen Ali | 2015-02-23 | 1 | -3/+2 |
| * | | | | | | audit: don't reset working wait time accidentally with auditd | Richard Guy Briggs | 2015-02-23 | 1 | -1/+2 |