summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-07-06tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov
2014-07-06tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)
2014-07-06kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus
2014-06-30genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner
2014-06-30rtmutex: Plug slow unlock raceThomas Gleixner
2014-06-30rtmutex: Handle deadlock detection smarterThomas Gleixner
2014-06-30rtmutex: Detect changes in the pi lock chainThomas Gleixner
2014-06-30ptrace: fix fork event messages across pid namespacesMatthew Dempsky
2014-06-30kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa
2014-06-30printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers
2014-06-16auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski
2014-06-16fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-05Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner)Linus Torvalds
2014-06-05futex: Make lookup_pi_state more robustThomas Gleixner
2014-06-05futex: Always cleanup owner tid in unlock_piThomas Gleixner
2014-06-05futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner
2014-06-05futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner
2014-06-05sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin
2014-06-05sched/dl: Fix race in dl_task_timer()Kirill Tkhai
2014-06-05sched: Fix sched_policy < 0 comparisonRichard Weinberger
2014-06-05sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt
2014-06-03kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan
2014-06-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner
2014-05-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra
2014-05-22sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli
2014-05-22sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra
2014-05-22sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra
2014-05-22sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk
2014-05-21Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-05-19perf: Fix a race between ring_buffer_detach() and ring_buffer_attach()Peter Zijlstra
2014-05-19perf: Prevent false warning in perf_swevent_addJiri Olsa
2014-05-19perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra
2014-05-19futex: Prevent attaching to kernel threadsThomas Gleixner
2014-05-19futex: Add another early deadlock detection checkThomas Gleixner
2014-05-13cgroup: fix rcu_read_lock() leak in update_if_frozen()Tejun Heo
2014-05-13cgroup_freezer: replace freezer->lock with freezer_mutexTejun Heo
2014-05-13cgroup: introduce task_css_is_root()Tejun Heo
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-12hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar