aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki6-14/+20
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki1-6/+12
2014-03-20timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar3-21/+6
2014-03-20timer: Use variable head instead of &work_list in __run_timers()Viresh Kumar1-1/+1
2014-03-19Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2014-03-19cgroup: fix cgroup_taskset walking orderTejun Heo1-5/+19
2014-03-19resources: Set type in __request_region()Bjorn Helgaas1-2/+2
2014-03-19cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo1-0/+2
2014-03-19cgroup: make cgrp_dfl_root mountableTejun Heo1-33/+61
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo3-3/+3
2014-03-19cgroup: rename cgroup_dummy_root and related namesTejun Heo1-87/+81
2014-03-19cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo1-22/+39
2014-03-19cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebindingTejun Heo1-44/+56
2014-03-19cgroup: use cgroup_setup_root() to initialize cgroup_dummy_rootTejun Heo1-23/+20
2014-03-19cgroup: reorganize cgroup bootstrappingTejun Heo1-51/+49
2014-03-19cgroup: relocate setting of CGRP_DEADTejun Heo1-9/+9
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez1-4/+4
2014-03-19softirq: Add linux/irq.h to make it compile againThomas Gleixner1-0/+1
2014-03-18cgroup: fix a failure path in create_css()Li Zefan1-4/+7
2014-03-18uprobes: allow ignoring of probe hitsDavid A. Long1-0/+9
2014-03-18uprobes: Kconfig dependency fixDavid A. Long1-0/+1
2014-03-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-3/+12
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner3-9/+42
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe1-12/+0
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2-16/+0
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker1-5/+11
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers3-3/+8
2014-03-13module: use pr_contJiri Slaby1-3/+3
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner20-98/+168
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner1-1/+27
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra2-0/+13
2014-03-12sched: Clean up the task_hot() functionAlex Shi1-2/+2
2014-03-12sched: Remove double calculation in fix_small_imbalance()Vincent Guittot1-4/+2
2014-03-12sched: Fix broken setscheduler()Steven Rostedt1-1/+9
2014-03-11ftrace: Constify ftrace_text_reservedSasha Levin1-1/+1
2014-03-11tracepoints: API doc update to tracepoint_probe_register() return valueMathieu Desnoyers1-1/+11
2014-03-11tracepoints: API doc update to data argumentMathieu Desnoyers1-0/+4
2014-03-12PM: Add missing "freeze" stateGeert Uytterhoeven1-2/+2
2014-03-12PM / Hibernate: Spelling s/anonymouns/anonymous/Geert Uytterhoeven1-1/+1
2014-03-11ftrace: Fix compilation warning about control_ops_freeJiri Slaby1-5/+5
2014-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-19/+24
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra1-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra4-5/+200
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low1-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low1-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low1-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2-1/+115
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith2-2/+1
2014-03-11sched/fair: Fix endless loop in idle_balance()Kirill Tkhai1-1/+1
2014-03-11sched/core: Fix endless loop in pick_next_task()Kirill Tkhai3-11/+15