summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-06-03ENGR00265061 System hang when running the game lsh.emu.apkguoyin.chen
2014-06-03ENGR00251209-8 usb: fix the build error when building usb as loadable modulePeter Chen
2014-06-03timer: fix the too many reries on the per-cpu event deviceJason Liu
2014-06-03nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens
2014-06-03sched: Cleanup cpu_active madnessPeter Zijlstra
2014-06-03futex: Simplify return logicThomas Gleixner
2014-06-03ENGR00177745-1 Add interactive cpufreq governorAnson Huang
2014-06-03futex: Fix spelling in a source code commentBart Van Assche
2014-06-03futex: uninitialized warning correctionsVitaliy Ivanov
2014-06-03plist: Remove the need to supply locks to plist headsDima Zavin
2014-06-03ENGR00156637 [MX6]Reboot take long time on SMPAnson Huang
2014-06-03ENGR00133978 PM: add time sensitive debug function to suspend & resumeZhang Jiejing
2013-10-05splice: fix racy pipe->buffers usesEric Dumazet
2013-10-01perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2013-10-01perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2013-10-01cgroup: fail if monitored file and event_control are in different cgroupLi Zefan
2013-08-20futex: Take hugepages into account when generating futex_keyZhang Yi
2013-08-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-11perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2013-08-11perf: Fix event group context moveJiri Olsa
2013-08-11sched: Fix the broken sched_rr_get_interval()Zhu Yanhai
2013-08-04tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-28hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-07-28tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-28perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-28perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-28perf: Clone child context from parent context pmuJiri Olsa
2013-07-28tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-07-28tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner
2013-07-21timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche
2013-07-21genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-07-03hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-06-13ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt
2013-06-13tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-05-19usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-19tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-19timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-11kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-11tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-07clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-05-07cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-05-07hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-05-07hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-05-07tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-07tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-05-07tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-05-07tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-05-07tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-05-07tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2013-04-25perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala