summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)2014-05-311-1/+1
* tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)2014-05-311-0/+6
* tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar2014-05-311-1/+1
* tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar2014-05-311-0/+3
* tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar2014-05-311-1/+1
* tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)2014-05-311-0/+6
* blktrace: fix accounting of partially completed requestsRoman Pen2014-05-311-9/+11
* audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs2014-05-312-3/+3
* hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2014-05-061-0/+6
* exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov2014-04-261-4/+2
* wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2014-04-261-4/+11
* pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov2014-04-261-1/+3
* user namespace: fix incorrect memory barriersMikulas Patocka2014-04-261-6/+5
* futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens2014-04-141-13/+24
* futex: avoid race between requeue and wakeLinus Torvalds2014-04-141-0/+5
* AUDIT: Allow login in non-init namespacesEric Paris2014-03-301-1/+11