summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-03-19cgroup: make cgrp_dfl_root mountableTejun Heo
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-03-19cgroup: rename cgroup_dummy_root and related namesTejun Heo
2014-03-19cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo
2014-03-19cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebindingTejun Heo
2014-03-19cgroup: use cgroup_setup_root() to initialize cgroup_dummy_rootTejun Heo
2014-03-19cgroup: reorganize cgroup bootstrappingTejun Heo
2014-03-19cgroup: relocate setting of CGRP_DEADTejun Heo
2014-03-19genirq: procfs: Make smp_affinity values go+rChema Gonzalez
2014-03-19softirq: Add linux/irq.h to make it compile againThomas Gleixner
2014-03-18cgroup: fix a failure path in create_css()Li Zefan
2014-03-18uprobes: allow ignoring of probe hitsDavid A. Long
2014-03-18uprobes: Kconfig dependency fixDavid A. Long
2014-03-16Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner
2014-03-13block: remove old blk_iopoll_enabled variableJens Axboe
2014-03-13sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers
2014-03-13module: use pr_contJiri Slaby
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra
2014-03-12sched: Clean up the task_hot() functionAlex Shi
2014-03-12sched: Remove double calculation in fix_small_imbalance()Vincent Guittot
2014-03-12sched: Fix broken setscheduler()Steven Rostedt
2014-03-11ftrace: Constify ftrace_text_reservedSasha Levin
2014-03-11tracepoints: API doc update to tracepoint_probe_register() return valueMathieu Desnoyers
2014-03-11tracepoints: API doc update to data argumentMathieu Desnoyers
2014-03-12PM: Add missing "freeze" stateGeert Uytterhoeven
2014-03-12PM / Hibernate: Spelling s/anonymouns/anonymous/Geert Uytterhoeven
2014-03-11ftrace: Fix compilation warning about control_ops_freeJiri Slaby
2014-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra
2014-03-11sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith
2014-03-11sched/fair: Fix endless loop in idle_balance()Kirill Tkhai
2014-03-11sched/core: Fix endless loop in pick_next_task()Kirill Tkhai
2014-03-11sched/fair: Push down check for high priority class task into idle_balance()Kirill Tkhai
2014-03-11sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai
2014-03-11perf: Disallow user-space stack dumps for function trace eventsJiri Olsa
2014-03-11perf: Disallow user-space callchains for function trace eventsJiri Olsa
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar
2014-03-11sched/idle: Add more comments to the codeDaniel Lezcano
2014-03-11sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano
2014-03-11sched/idle: Reorganize the idle loopDaniel Lezcano