aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Handle compat ioctlPawel Moll2014-11-211-1/+21
* audit: keep inode pinnedMiklos Szeredi2014-11-211-0/+1
* posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-11-141-0/+1
* PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-11-141-1/+7
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-141-1/+39
* freezer: Do not freeze tasks killed by OOM killerCong Wang2014-11-141-0/+3
* modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava2014-11-141-0/+2
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-11-141-4/+4
* 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
* introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-10-052-0/+8
* kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2014-10-051-8/+7
* 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
* kcmp: fix standard comparison bugRasmus Villemoes2014-10-051-3/+4
* 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
* timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-071-4/+6
* printk: rename printk_sched to printk_deferredJohn Stultz2014-08-073-3/+3
* 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
* 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
* rtmutex: Plug slow unlock raceThomas Gleixner2014-07-171-6/+109
* rtmutex: Handle deadlock detection smarterThomas Gleixner2014-07-173-5/+38
* rtmutex: Detect changes in the pi lock chainThomas Gleixner2014-07-171-15/+59
* rtmutex: Fix deadlock detector for realThomas Gleixner2014-07-171-4/+28
* 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
* tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)2014-07-091-2/+0
* 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
* genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-06-302-6/+104
* ptrace: fix fork event messages across pid namespacesMatthew Dempsky2014-06-301-3/+7
* nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2014-06-261-1/+3
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-261-2/+2
* auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski2014-06-161-9/+18