summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2012-03-20exit_signal: fix the "parent has changed security domain" logicOleg Nesterov
2012-03-20exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov
2012-03-20CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov
2012-03-20power: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-20kdb: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner
2012-03-15prctl: use CAP_SYS_RESOURCE for PR_SET_MM optionCyrill Gorcunov
2012-03-15ntp: Fix integer overflow when setting timeSasha Levin
2012-03-15printk: Make it compile with !CONFIG_PRINTKPeter Zijlstra
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv
2012-03-14padata: Fix race on sequence number wrapSteffen Klassert
2012-03-14padata: Fix race in the serialization pathSteffen Klassert
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra
2012-03-12sched: Update yield() docsPeter Zijlstra
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra
2012-03-12workqueue: use percpu allocator for cwq on UPLai Jiangshan
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev
2012-03-09genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds
2012-03-06genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner
2012-03-06softirq: Reduce invoke_softirq() code duplicationHeiko Carstens
2012-03-06genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King
2012-03-05hung_task: fix the broken rcu_lock_break() logicOleg Nesterov
2012-03-05vfork: kill PF_STARTINGOleg Nesterov
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov
2012-03-05vfork: make it killableOleg Nesterov
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov
2012-03-05kprobes: return proper error code from register_kprobe()Prashanth Nageshappa
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian
2012-03-04PM / Freezer: Remove references to TIF_FREEZE in commentsMarcos Paulo de Souza
2012-03-04PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner