| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Fix RLIMIT_RTTIME when PI-boosting to RT | Brian Silverman | 2015-05-09 | 1 | -1/+4 |
* | perf: Fix irq_work 'tail' recursion | Peter Zijlstra | 2015-05-09 | 1 | -0/+10 |
* | ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled | Steven Rostedt (Red Hat) | 2015-05-09 | 1 | -3/+3 |
* | ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl | Pratyush Anand | 2015-05-09 | 1 | -5/+22 |
* | console: Fix console name size mismatch | Peter Hurley | 2015-05-09 | 1 | -1/+2 |
* | kdb: fix incorrect counts in KDB summary command output | Jay Lan | 2015-05-09 | 1 | -1/+1 |
* | sched/autogroup: Fix failure to set cpu.rt_runtime_us | Peter Zijlstra | 2015-05-09 | 2 | -5/+7 |
* | ntp: Fixup adjtimex freq validation on 32-bit systems | John Stultz | 2015-03-06 | 1 | -3/+7 |
* | time: adjtimex: Validate the ADJ_FREQUENCY values | Sasha Levin | 2015-03-06 | 1 | -0/+7 |
* | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta... | Tim Chen | 2015-03-06 | 1 | -1/+16 |
* | time: settimeofday: Validate the values of tv from user | Sasha Levin | 2015-02-20 | 1 | -0/+4 |
* | genirq: Prevent proc race against freeing of irq descriptors | Thomas Gleixner | 2015-02-20 | 3 | -1/+80 |
* | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2015-01-01 | 1 | -2/+2 |
* | perf: Handle compat ioctl | Pawel Moll | 2014-12-14 | 1 | -1/+21 |
* | audit: keep inode pinned | Miklos Szeredi | 2014-12-14 | 1 | -0/+1 |
* | tracing/syscalls: Ignore numbers outside NR_syscalls' range | Rabin Vincent | 2014-12-14 | 1 | -4/+4 |
* | tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 | Will Deacon | 2014-12-14 | 1 | -0/+4 |
* | PM / Sleep: fix recovery during resuming from hibernation | Imre Deak | 2014-12-14 | 1 | -1/+7 |
* | futex: Fix a race condition between REQUEUE_PI and task death | Brian Silverman | 2014-12-14 | 1 | -11/+11 |
* | posix-timers: Fix stack info leak in timer_create() | Mathias Krause | 2014-12-14 | 1 | -0/+1 |
* | ring-buffer: Fix infinite spin in reading buffer | Steven Rostedt (Red Hat) | 2014-11-05 | 1 | -1/+1 |
* | perf: fix perf bug in fork() | Peter Zijlstra | 2014-11-05 | 2 | -3/+6 |
* | alarmtimer: Lock k_itimer during timer callback | Richard Larocque | 2014-11-05 | 1 | -2/+8 |
* | alarmtimer: Do not signal SIGEV_NONE timers | Richard Larocque | 2014-11-05 | 1 | -2/+4 |
* | alarmtimer: Return relative times in timer_gettime | Richard Larocque | 2014-11-05 | 1 | -7/+17 |
* | jiffies: Fix timeval conversion to jiffies | Andrew Hunter | 2014-11-05 | 1 | -24/+30 |
* | futex: Unlock hb->lock in futex_wait_requeue_pi() error path | Thomas Gleixner | 2014-11-05 | 1 | -0/+1 |
* | perf: Fix a race condition in perf_remove_from_context() | Cong Wang | 2014-11-05 | 1 | -0/+10 |
* | cgroup: reject cgroup names with ' | Alban Crequy | 2014-11-05 | 1 | -0/+5 |
* | ring-buffer: Always reset iterator to reader page | Steven Rostedt (Red Hat) | 2014-09-13 | 1 | -11/+6 |
* | ring-buffer: Up rb_iter_peek() loop count to 3 | Steven Rostedt (Red Hat) | 2014-09-13 | 1 | -5/+7 |
* | nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off | Thomas Gleixner | 2014-08-06 | 1 | -1/+3 |
* | locking/mutex: Disable optimistic spinning on some architectures | Peter Zijlstra | 2014-08-06 | 1 | -1/+5 |
* | sched: Fix possible divide by zero in avg_atom() calculation | Mateusz Guzik | 2014-08-06 | 1 | -1/+1 |
* | ring-buffer: Fix polling on trace_pipe | Martin Lau | 2014-08-06 | 1 | -2/+0 |
* | alarmtimer: Fix bug where relative alarm timers were treated as absolute | John Stultz | 2014-08-06 | 1 | -2/+18 |
* | cpuset,mempolicy: fix sleeping function called from invalid context | Gu Zheng | 2014-08-06 | 1 | -1/+7 |
* | perf: Fix race in removing an event | Peter Zijlstra | 2014-07-11 | 1 | -20/+25 |
* | tracing: Fix syscall_*regfunc() vs copy_process() race | Oleg Nesterov | 2014-07-11 | 1 | -0/+2 |
* | rtmutex: Plug slow unlock race | Thomas Gleixner | 2014-07-11 | 1 | -6/+109 |
* | rtmutex: Detect changes in the pi lock chain | Thomas Gleixner | 2014-07-11 | 1 | -15/+75 |
* | rtmutex: Handle deadlock detection smarter | Thomas Gleixner | 2014-07-11 | 3 | -5/+38 |
* | auditsc: audit_krule mask accesses need bounds checking | Andy Lutomirski | 2014-07-11 | 1 | -7/+18 |
* | ptrace: fix fork event messages across pid namespaces | Matthew Dempsky | 2014-07-11 | 1 | -3/+7 |
* | rtmutex: Fix deadlock detector for real | Thomas Gleixner | 2014-07-11 | 1 | -4/+28 |
* | genirq: Sanitize spurious interrupt detection of threaded irqs | Thomas Gleixner | 2014-07-11 | 2 | -6/+104 |
* | futex: Make lookup_pi_state more robust | Thomas Gleixner | 2014-06-09 | 1 | -28/+106 |
* | futex: Always cleanup owner tid in unlock_pi | Thomas Gleixner | 2014-06-09 | 1 | -22/+18 |
* | futex: Validate atomic acquisition in futex_lock_pi_atomic() | Thomas Gleixner | 2014-06-09 | 1 | -3/+11 |
* | futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in... | Thomas Gleixner | 2014-06-09 | 1 | -0/+25 |