summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-02-02audit: keep inode pinnedMiklos Szeredi
2015-02-02tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent
2015-02-02tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon
2015-02-02PM / Sleep: fix recovery during resuming from hibernationImre Deak
2015-02-02futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman
2015-02-02posix-timers: Fix stack info leak in timer_create()Mathias Krause
2015-02-02OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2015-02-02introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2015-02-02kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov
2015-02-02freezer: Do not freeze tasks killed by OOM killerCong Wang
2015-02-02futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas
2014-12-01perf: Handle compat ioctlPawel Moll
2014-12-01perf: fix perf bug in fork()Peter Zijlstra
2014-12-01cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2014-12-01perf: Fix a race condition in perf_remove_from_context()Cong Wang
2014-12-01jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-12-01alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-12-01alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-12-01alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-12-01futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner
2014-12-01cgroup: reject cgroup names with ' 'Alban Crequy
2014-08-07timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara
2014-08-07printk: rename printk_sched to printk_deferredJohn Stultz
2014-07-28PM / sleep: Fix request_firmware() error at resumeTakashi Iwai
2014-07-28alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz
2014-07-17rtmutex: Plug slow unlock raceThomas Gleixner
2014-07-17rtmutex: Handle deadlock detection smarterThomas Gleixner
2014-07-17rtmutex: Detect changes in the pi lock chainThomas Gleixner
2014-07-17rtmutex: Fix deadlock detector for realThomas Gleixner
2014-07-17tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)
2014-07-17cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng
2014-07-06tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov
2014-06-30genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner
2014-06-26nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner
2014-06-16auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski
2014-06-11sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
2014-06-11perf: Fix race in removing an eventPeter Zijlstra
2014-06-11perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra
2014-06-11perf: Prevent false warning in perf_swevent_addJiri Olsa
2014-06-11sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-06-07futex: Make lookup_pi_state more robustThomas Gleixner
2014-06-07futex: Always cleanup owner tid in unlock_piThomas Gleixner
2014-06-07futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner
2014-06-07futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner
2014-06-07tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2014-06-07perf: Fix error return codeWei Yongjun
2014-06-07sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2014-06-07sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim
2014-06-07ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2014-06-07perf: Fix perf ring buffer memory orderingPeter Zijlstra