summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz2014-03-281-1/+2
* Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-261-2/+25
|\
| * tracing: Fix traceon trigger condition to actually turn tracing onSteven Rostedt (Red Hat)2014-03-251-2/+25
* | futex: revert back to the explicit waiter counting codeLinus Torvalds2014-03-201-10/+43
* | Merge tag 'trace-fixes-v3.14-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-202-11/+2
|\|
| * tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-202-11/+2
* | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-191-4/+7
|\ \ | |/ |/|
| * cgroup: fix a failure path in create_css()Li Zefan2014-03-181-4/+7
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-163-3/+12
|\ \
| * | sched/clock: Prevent tracing recursion in sched_clock_cpu()Fernando Luis Vazquez Cao2014-03-111-2/+2
| * | stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()Peter Zijlstra2014-03-111-1/+1
| * | sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli2014-03-111-0/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-03-113-19/+24
|\ \ \ | |/ / |/| |
| * | audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman2014-03-082-2/+2
| * | audit: Send replies in the proper network namespace.Eric W. Biederman2014-02-282-13/+15
| * | audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-02-283-6/+9