Age | Commit message (Expand) | Author | Files | Lines |
2012-05-30 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+5 |
2012-05-30 | Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+2 |
2012-05-30 | sched: Remove NULL assignment of dattr_cur | Kamalesh Babulal | 1 | -1/+0 |
2012-05-30 | sched: Remove the last NULL entry from sched_feat_names | Hiroshi Shimamoto | 1 | -1/+0 |
2012-05-30 | sched: Make sched_feat_names const | Hiroshi Shimamoto | 1 | -1/+1 |
2012-05-30 | sched/rt: Fix SCHED_RR across cgroups | Colin Cross | 1 | -5/+10 |
2012-05-30 | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' | Peter Zijlstra | 3 | -17/+23 |
2012-05-30 | sched: Make sure to not re-read variables after validation | Peter Zijlstra | 1 | -4/+11 |
2012-05-30 | sched: Fix SD_OVERLAP | Peter Zijlstra | 2 | -7/+25 |
2012-05-30 | sched: Don't try allocating memory from offline nodes | Peter Zijlstra | 1 | -1/+1 |
2012-05-30 | sched/nohz: Fix rq->cpu_load calculations some more | Peter Zijlstra | 2 | -10/+44 |
2012-05-30 | Merge branch 'linus' into perf/urgent | Ingo Molnar | 21 | -940/+3723 |
2012-05-30 | brlocks/lglocks: turn into functions | Andi Kleen | 2 | -1/+90 |
2012-05-30 | vsprintf: fix %ps on non symbols when using kallsyms | Stephen Boyd | 1 | -8/+24 |
2012-05-30 | rescounters: add res_counter_uncharge_until() | Frederic Weisbecker | 1 | -2/+8 |
2012-05-30 | kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite | Johannes Weiner | 1 | -10/+10 |
2012-05-30 | mm/fork: fix overflow in vma length when copying mmap on clone | Siddhesh Poyarekar | 1 | -1/+2 |
2012-05-30 | mm: remove swap token code | Rik van Riel | 1 | -9/+0 |
2012-05-28 | cgroup: superblock can't be released with active dentries | Tejun Heo | 1 | -3/+14 |
2012-05-25 | tick: Move skew_tick option into the HIGH_RES_TIMER section | Thomas Gleixner | 1 | -8/+8 |
2012-05-25 | clockevents: Make clockevents_config() a global symbol | Magnus Damm | 1 | -2/+1 |
2012-05-25 | tick: Add tick skew boot option | Mike Galbraith | 1 | -0/+18 |
2012-05-25 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+12 |
2012-05-25 | smpboot, idle: Fix comment mismatch over idle_threads_init() | Srivatsa S. Bhat | 1 | -4/+7 |
2012-05-25 | smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init() | Srivatsa S. Bhat | 1 | -2/+4 |
2012-05-25 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -18/+88 |
2012-05-25 | genirq: Introduce irq_do_set_affinity() to reduce duplicated code | Jiang Liu | 3 | -28/+27 |
2012-05-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -15/+55 |
2012-05-25 | genirq: Add IRQS_PENDING for nested and simple irq | Ning Jiang | 1 | -2/+6 |
2012-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+2 |
2012-05-24 | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 11 | -876/+3521 |
2012-05-24 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2012-05-24 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 1 | -0/+5 |
2012-05-24 | mm: add a low limit to alloc_large_system_hash | Tim Bird | 1 | -1/+2 |
2012-05-24 | keys: kill task_struct->replacement_session_keyring | Oleg Nesterov | 1 | -9/+0 |
2012-05-24 | genirq: reimplement exit_irq_thread() hook via task_work_add() | Oleg Nesterov | 2 | -37/+33 |
2012-05-24 | task_work_add: generic process-context callbacks | Oleg Nesterov | 4 | -2/+90 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -18/+17 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 14 | -287/+883 |
2012-05-24 | Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2012-05-24 | Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 8 | -42/+635 |
2012-05-23 | ring-buffer: Check for valid buffer before changing size | Steven Rostedt | 1 | -0/+5 |
2012-05-23 | Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git... | Linus Torvalds | 2 | -11/+12 |
2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2012-05-23 | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+7 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 1 | -6/+0 |
2012-05-23 | Revert "sched, perf: Use a single callback into the scheduler" | Jiri Olsa | 2 | -11/+12 |
2012-05-23 | Guard check in module loader against integer overflow | David Howells | 1 | -1/+2 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2012-05-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -608/+352 |