summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-04Merge branch 'pm-qos'Rafael J. Wysocki
2012-03-04Merge branch 'pm-sleep'Rafael J. Wysocki
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-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
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
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra
2012-02-22jump label: Fix compiler warningJason Baron
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall