summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* ptrace: fix fork event messages across pid namespacesMatthew Dempsky2014-06-301-3/+7
* kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa2014-06-301-2/+2
* 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
* fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-161-12/+8
* sched: Fix sched_policy < 0 comparisonRichard Weinberger2014-06-111-1/+1
* sched/dl: Fix race in dl_task_timer()Kirill Tkhai2014-06-111-1/+9
* sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-06-112-3/+4
* sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli2014-06-111-7/+30
* sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra2014-06-111-6/+3
* sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk2014-06-111-2/+3
* sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra2014-06-111-0/+3
* perf: Fix race in removing an eventPeter Zijlstra2014-06-111-21/+26
* perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra2014-06-111-0/+3
* perf: Prevent false warning in perf_swevent_addJiri Olsa2014-06-111-1/+12
* sched: Sanitize irq accounting madnessThomas Gleixner2014-06-111-16/+16
* sched/deadline: Fix memory leakLi Zefan2014-06-111-3/+1
* sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)2014-06-111-2/+1
* futex: Make lookup_pi_state more robustThomas Gleixner2014-06-071-28/+106
* futex: Always cleanup owner tid in unlock_piThomas Gleixner2014-06-071-22/+18
* futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner2014-06-071-3/+11
* futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner2014-06-071-0/+25
* powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat2014-06-071-0/+8
* workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan2014-06-071-5/+16
* workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan2014-06-071-0/+12
* workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn2014-06-071-1/+2
* hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar2014-06-071-4/+4
* hrtimer: Prevent remote enqueue of leftmost timersLeon Ma2014-06-071-0/+5
* hrtimer: Prevent all reprogramming if hang detectedStuart Hayes2014-06-071-0/+17
* module: remove warning about waiting module removal.Rusty Russell2014-06-071-3/+0
* timer: Prevent overflow in apply_slackJiri Bohac2014-06-071-1/+1
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-06-071-11/+6
* ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2014-06-072-23/+7
* rtmutex: Fix deadlock detector for realThomas Gleixner2014-06-071-4/+28
* futex: Prevent attaching to kernel threadsThomas Gleixner2014-06-071-0/+5
* futex: Add another early deadlock detection checkThomas Gleixner2014-06-071-13/+34