summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-12-05cpuset: convert away from cftype->read()Tejun Heo
2013-12-05cgroup, sched: convert away from cftype->read_map()Tejun Heo
2013-12-05padata: Fix wrong usage of rcu_dereference()Mathias Krause
2013-12-05sched/numa: Drop idx field of task_numa_env structWanpeng Li
2013-12-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-12-04Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2013-12-04params: improve standard definitionsFelipe Contreras
2013-12-03rcu: Let the world know when RCU adjusts its geometryPaul E. McKenney
2013-12-03rcu: Fix srcu_barrier() docbook headerPaul E. McKenney
2013-12-03rcu: Allow task-level idle entry/exit nestingPaul E. McKenney
2013-12-03rcu: Break call_rcu() deadlock involving scheduler and perfPaul E. McKenney
2013-12-03rcu: Fix and comment ordering around wait_event()Paul E. McKenney
2013-12-03rcu: Kick CPU halfway to RCU CPU stall warningPaul E. McKenney
2013-12-02posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker
2013-12-02posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker
2013-12-02context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-12-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-11-30PM / hibernate: export hibernation_set_opsLeonardo Potenza
2013-11-29Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-29Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-29cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo
2013-11-29cgroup: remove cgroup_pidlist->use_countTejun Heo
2013-11-29cgroup: load and release pidlists from seq_file start and stop respectivelyTejun Heo
2013-11-29cgroup: remove cgroup_pidlist->rwsemTejun Heo
2013-11-29cgroup: refactor cgroup_pidlist_find()Tejun Heo
2013-11-29cgroup: introduce struct cgroup_pidlist_open_fileTejun Heo
2013-11-29cgroup: implement delayed destruction for cgroup_pidlistTejun Heo
2013-11-29cgroup: remove cftype->release()Tejun Heo
2013-11-29cgroup: don't skip seq_open on write only opens on pidlist filesTejun Heo
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner
2013-11-28kernel/extable: fix address-checks for core_kernel and init areasHelge Deller
2013-11-27cgroup: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo
2013-11-27cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo
2013-11-27cpuset: Fix memory allocator deadlockPeter Zijlstra
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli
2013-11-27sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal
2013-11-27sched/fair: Move load idx selection in find_idlest_groupVincent Guittot
2013-11-27sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug()Oleg Nesterov
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov
2013-11-27lockdep: Be nice about building from userspaceSasha Levin
2013-11-27perf: Add active_entry list head to struct perf_eventStephane Eranian
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner
2013-11-26fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman
2013-11-26Merge tag 'trace-fixes-v3.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-26sched: Fix a trivial syntax misuseShigeru Yoshida