summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-12-29cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo1-12/+19
2014-12-29cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo1-0/+32
2014-12-29cgroup: make hierarchy_id use cyclic idrTejun Heo1-20/+8
2014-12-29cgroup: drop hierarchy_id_lockTejun Heo1-6/+17
2014-12-29cgroup: refactor hierarchy_id handlingTejun Heo1-21/+35
2014-12-29shm: add memfd_create() syscallDavid Herrmann1-0/+1
2014-12-29mm: allow drivers to prevent new writable mappingsDavid Herrmann1-1/+1
2014-11-21mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst1-0/+1
2014-11-18alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav1-1/+1
2014-11-18alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie1-1/+9
2014-11-18alarmtimer: Add functions for timerfd supportTodd Poynor1-1/+38
2014-11-18pm_qos: Add PM_QOS_CPU_FREQUENCY pm_qos to guarantee required CPU frequencyChanwoo Choi1-0/+14
2014-11-18pm_qos: Add PM_QOS_BUS_FREQUENCY pm_qos to guarantee required memory bus freq...Chanwoo Choi1-1/+14
2014-11-18upstream: drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2014-11-18upstream: Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2014-11-18mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-3/+41
2014-11-18mutex: Add support for wound/wait style locksMaarten Lankhorst1-16/+302
2014-11-18arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst1-18/+14
2014-11-14posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-11-14PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-1/+39
2014-11-14freezer: Do not freeze tasks killed by OOM killerCong Wang1-0/+3
2014-11-14modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava1-0/+2
2014-11-14tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-10-09jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-24/+30
2014-10-09ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-09perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-05introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2-0/+8
2014-10-05kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov1-8/+7
2014-10-05PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki4-37/+36
2014-10-05PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki4-27/+30
2014-10-05perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-10-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-10-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-10-05kcmp: fix standard comparison bugRasmus Villemoes1-3/+4
2014-10-05trace: Fix epoll hang when we race with new entriesJosef Bacik1-1/+15
2014-09-17ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)1-6/+8
2014-09-17ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)1-11/+6
2014-09-17kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin1-1/+1
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris2-1/+5
2014-08-07timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-08-07printk: rename printk_sched to printk_deferredJohn Stultz3-3/+3
2014-07-31tracing: Fix wraparound problems in "uptime" trace clockTony Luck2-5/+6
2014-07-28sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik1-1/+1
2014-07-28locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra1-1/+4
2014-07-28PM / sleep: Fix request_firmware() error at resumeTakashi Iwai1-0/+1
2014-07-28alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz1-2/+18
2014-07-28ring-buffer: Fix polling on trace_pipeMartin Lau1-4/+0
2014-07-28tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-28tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)1-2/+2