Age | Commit message (Expand) | Author |
2012-03-21 | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() | David Rientjes |
2012-03-21 | cpuset: mm: reduce large amounts of memory barrier related damage v3 | Mel Gorman |
2012-03-21 | mm: add rss counters consistency check | Konstantin Khlebnikov |
2012-03-21 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-03-21 | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds |
2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-03-20 | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2012-03-20 | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2012-03-20 | exit_signal: fix the "parent has changed security domain" logic | Oleg Nesterov |
2012-03-20 | exit_signal: simplify the "we have changed execution domain" logic | Oleg Nesterov |
2012-03-20 | CLONE_PARENT shouldn't allow to set ->exit_signal | Oleg Nesterov |
2012-03-20 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-03-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2012-03-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-03-20 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2012-03-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2012-03-20 | power: remove the second argument of k[un]map_atomic() | Cong Wang |
2012-03-20 | kdb: remove the second argument of k[un]map_atomic() | Cong Wang |
2012-03-19 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2012-03-16 | genirq: Remove paranoid warnons and bogus fixups | Thomas Gleixner |
2012-03-15 | prctl: use CAP_SYS_RESOURCE for PR_SET_MM option | Cyrill Gorcunov |
2012-03-15 | ntp: Fix integer overflow when setting time | Sasha Levin |
2012-03-15 | printk: Make it compile with !CONFIG_PRINTK | Peter Zijlstra |
2012-03-14 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2012-03-14 | genirq: Flush the irq thread on synchronization | Ido Yariv |
2012-03-13 | Merge branch 'linus' into irq/core | Thomas Gleixner |
2012-03-13 | Merge tag 'v3.3-rc7' into sched/core | Ingo Molnar |
2012-03-12 | Merge branch 'perf/hw-branch-sampling' into perf/core | Ingo Molnar |
2012-03-12 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2012-03-12 | sched: Fix nohz load accounting -- again! | Peter Zijlstra |
2012-03-12 | sched: Update yield() docs | Peter Zijlstra |
2012-03-12 | printk/sched: Introduce special printk_sched() for those awkward moments | Peter Zijlstra |
2012-03-12 | sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer | Diwakar Tundlam |
2012-03-12 | sched: Cleanup cpu_active madness | Peter Zijlstra |
2012-03-12 | sched: Fix load-balance wreckage | Peter Zijlstra |
2012-03-12 | workqueue: use percpu allocator for cwq on UP | Lai Jiangshan |
2012-03-09 | genirq: Get rid of unnecessary IRQTF_DIED flag | Alexander Gordeev |
2012-03-09 | genirq: No need to check IRQTF_DIED before stopping a thread handler | Alexander Gordeev |
2012-03-09 | genirq: Get rid of unnecessary irqaction field in task_struct | Alexander Gordeev |
2012-03-09 | genirq: Fix incorrect check for forced IRQ thread handler | Alexander Gordeev |
2012-03-07 | Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res... | Linus Torvalds |
2012-03-06 | genirq: Clear action->thread_mask if IRQ_ONESHOT is not set | Thomas Gleixner |
2012-03-06 | softirq: Reduce invoke_softirq() code duplication | Heiko Carstens |
2012-03-06 | genirq: Fix long-term regression in genirq irq_set_irq_type() handling | Russell King |
2012-03-05 | hung_task: fix the broken rcu_lock_break() logic | Oleg Nesterov |
2012-03-05 | vfork: kill PF_STARTING | Oleg Nesterov |
2012-03-05 | coredump_wait: don't call complete_vfork_done() | Oleg Nesterov |
2012-03-05 | vfork: make it killable | Oleg Nesterov |
2012-03-05 | vfork: introduce complete_vfork_done() | Oleg Nesterov |