aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-10-13Merge branch 'linux-3.10.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...lsk-v3.10-15.10Kevin Hilman
2015-10-01unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman
2015-09-14Merge tag 'v3.10.88' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...lsk-v3.10-15.09Kevin Hilman
2015-09-13perf: Fix fasync handling on inherited eventsPeter Zijlstra
2015-08-16signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-08-16signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras
2015-08-14Merge tag 'v3.10.86' into linux-linaro-lsk-v3.10lsk-v3.10-15.08Kevin Hilman
2015-08-10genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner
2015-08-03tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)
2015-08-03tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)
2015-08-03tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)
2015-07-06Merge tag 'v3.10.83' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...lsk-v3.10-15.07Kevin Hilman
2015-07-03__ptrace_may_access() should not deny sub-threadsMark Grondona
2015-06-29tracing: Have filter check for balanced opsSteven Rostedt
2015-06-29Merge branch 'linux-3.10.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...Kevin Hilman
2015-06-22ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long
2015-05-21 Merge tag 'v3.10.79' into linux-linaro-lsk-v3.10Alex Shi
2015-05-17revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig
2015-05-12Merge remote-tracking branch 'origin/v3.10/topic/zram' into linux-linaro-lskAlex Shi
2015-05-12 Merge tag 'v3.10.77' into linux-linaro-lskAlex Shi
2015-05-11CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat
2015-05-06ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens
2015-05-06ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov
2015-05-06ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-04-19console: Fix console name size mismatchPeter Hurley
2015-04-18Merge branch 'linux-3.10.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...Alex Shi
2015-04-15Merge branch 'for-lsk' of git://git.linaro.org/arm/big.LITTLE/mp into linux-l...Alex Shi
2015-04-14sched: hmp: fix spinlock recursion in active migrationKevin Hilman
2015-04-13perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-03-30 Merge tag 'v3.10.73' into linux-linaro-lskAlex Shi
2015-03-26workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-03-19 Merge tag 'v3.10.72' into linux-linaro-lsklsk-v3.10-15.03Alex Shi
2015-03-18PM / QoS: remove duplicate call to pm_qos_update_targetMichael Scott
2015-03-17Merge remote-tracking branch 'lsk/v3.10/topic/gcov' into linux-linaro-lskMark Brown
2015-03-17gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigsv3.10/topic/gcovRiku Voipio
2015-03-17kernel: add support for init_array constructorsFrantisek Hrbata
2015-03-17gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata
2015-03-17gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio
2015-03-17ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders
2015-03-17gcov: add support for GCC 4.9Yuan Pengfei
2015-03-17gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata
2015-03-17gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata
2015-03-10 Merge tag 'v3.10.71' into linux-linaro-lskAlex Shi
2015-03-06ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-03-06kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-03-06tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla
2015-02-11smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan
2015-02-09Merge tag 'v3.10.68' into linux-linaro-lskMark Brown
2015-02-05workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo