summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-11-141-4/+4
* futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas2014-10-301-0/+2
* mm: per-thread vma cachingDavidlohr Bueso2014-10-092-4/+17
* mm: optimize put_mems_allowed() usageMel Gorman2014-10-091-1/+1
* jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-10-091-24/+30
* ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-091-1/+1
* perf: fix perf bug in fork()Peter Zijlstra2014-10-092-3/+6
* PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki2014-10-054-37/+36
* PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki2014-10-054-27/+30
* perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-10-051-0/+10
* alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-10-051-2/+8
* alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-10-051-2/+4
* alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-10-051-7/+11
* kcmp: fix standard comparison bugRasmus Villemoes2014-10-051-3/+4
* futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner2014-10-051-0/+1
* cgroup: fix unbalanced lockingZefan Li2014-10-051-1/+0
* trace: Fix epoll hang when we race with new entriesJosef Bacik2014-10-051-1/+15
* ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)2014-09-171-6/+8
* ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)2014-09-171-11/+6
* kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin2014-09-171-1/+1
* CAPABILITIES: remove undefined caps from all processesEric Paris2014-09-172-1/+5
* sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira2014-09-051-2/+3
* timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-071-4/+6
* sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd2014-08-071-1/+3
* printk: rename printk_sched to printk_deferredJohn Stultz2014-08-074-4/+4
* tracing: Fix wraparound problems in "uptime" trace clockTony Luck2014-07-312-5/+6
* sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik2014-07-281-1/+1
* locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-07-281-1/+4
* PM / sleep: Fix request_firmware() error at resumeTakashi Iwai2014-07-281-0/+1
* alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-07-281-2/+18
* ring-buffer: Fix polling on trace_pipeMartin Lau2014-07-281-4/+0
* perf: Do not allow optimized switch for non-cloned eventsJiri Olsa2014-07-281-1/+1
* tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)2014-07-281-0/+6
* tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)2014-07-281-2/+10
* tracing: Fix graph tracer with stack tracer on other archsSteven Rostedt (Red Hat)2014-07-281-2/+2
* tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov2014-07-281-0/+1
* ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)2014-07-173-10/+24
* workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu2014-07-171-1/+1
* cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-07-171-1/+7
* workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon2014-07-171-0/+1
* audit: remove superfluous new- prefix in AUDIT_LOGIN messagesRichard Guy Briggs2014-07-091-1/+1
* tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)2014-07-091-2/+0
* mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes2014-07-091-2/+1
* tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-07-061-0/+2
* tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)2014-07-061-6/+7
* kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus2014-07-061-2/+0
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-06-302-6/+104
* rtmutex: Plug slow unlock raceThomas Gleixner2014-06-301-6/+109
* rtmutex: Handle deadlock detection smarterThomas Gleixner2014-06-303-5/+38
* rtmutex: Detect changes in the pi lock chainThomas Gleixner2014-06-301-24/+71