aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-12-05sched/numa: Drop idx field of task_numa_env structWanpeng Li1-1/+1
2013-12-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-19/+32
2013-12-04Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar6-47/+35
2013-12-04params: improve standard definitionsFelipe Contreras1-16/+9
2013-12-03rcu: Let the world know when RCU adjusts its geometryPaul E. McKenney1-0/+2
2013-12-03rcu: Fix srcu_barrier() docbook headerPaul E. McKenney1-0/+1
2013-12-03rcu: Allow task-level idle entry/exit nestingPaul E. McKenney1-6/+8
2013-12-03rcu: Break call_rcu() deadlock involving scheduler and perfPaul E. McKenney4-17/+74
2013-12-03rcu: Fix and comment ordering around wait_event()Paul E. McKenney3-4/+13
2013-12-03rcu: Kick CPU halfway to RCU CPU stall warningPaul E. McKenney2-1/+27
2013-12-02posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker1-11/+7
2013-12-02posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker1-1/+2
2013-12-02context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker1-4/+4
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker4-31/+22
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-12-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+28
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+7
2013-11-30PM / hibernate: export hibernation_set_opsLeonardo Potenza1-0/+1
2013-11-29Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+37
2013-11-29Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+37
2013-11-29cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo1-5/+46
2013-11-29cgroup: remove cgroup_pidlist->use_countTejun Heo1-21/+7
2013-11-29cgroup: load and release pidlists from seq_file start and stop respectivelyTejun Heo1-29/+34
2013-11-29cgroup: remove cgroup_pidlist->rwsemTejun Heo1-11/+4
2013-11-29cgroup: refactor cgroup_pidlist_find()Tejun Heo1-27/+38
2013-11-29cgroup: introduce struct cgroup_pidlist_open_fileTejun Heo1-12/+27
2013-11-29cgroup: implement delayed destruction for cgroup_pidlistTejun Heo1-25/+77
2013-11-29cgroup: remove cftype->release()Tejun Heo1-3/+0
2013-11-29cgroup: don't skip seq_open on write only opens on pidlist filesTejun Heo1-12/+1
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner1-1/+3
2013-11-28kernel/extable: fix address-checks for core_kernel and init areasHelge Deller1-2/+2
2013-11-27cgroup: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2-3/+10
2013-11-27cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo1-1/+4
2013-11-27cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli2-0/+4
2013-11-27sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal1-4/+1
2013-11-27sched/fair: Move load idx selection in find_idlest_groupVincent Guittot1-6/+6
2013-11-27sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug()Oleg Nesterov1-3/+3
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov1-3/+1
2013-11-27lockdep: Be nice about building from userspaceSasha Levin1-0/+4
2013-11-27perf: Add active_entry list head to struct perf_eventStephane Eranian1-0/+1
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker1-21/+16
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar1-9/+45
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner1-2/+1
2013-11-26fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman1-1/+1
2013-11-26Merge tag 'trace-fixes-v3.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-29/+35
2013-11-26sched: Fix a trivial syntax misuseShigeru Yoshida1-1/+1
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-29/+35
2013-11-26panic: Make panic_timeout configurableJason Baron1-1/+1
2013-11-25Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas1-22/+10