aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-06-1017-113/+206
|\
| * kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang2013-05-111-1/+1
| * tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-05-112-40/+31
| * rcutrace: single_open() leaksAl Viro2013-05-071-4/+4
| * clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-05-072-0/+5
| * cgroup: fix broken file xattrsLi Zefan2013-05-071-5/+6
| * cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan2013-05-071-1/+1
| * hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava2013-05-071-0/+2
| * hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf2013-05-071-0/+4
| * tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-05-071-1/+2
| * tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-05-073-0/+6
| * tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-05-071-1/+1
| * tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)2013-05-071-21/+54
| * tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)2013-05-071-4/+29
| * tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)2013-05-071-5/+7
| * tracing: Fix selftest function recursion accountingSteven Rostedt2013-05-011-13/+3
| * Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds2013-04-261-0/+24
| * userns: Changing any namespace id mappings should require privilegesAndy Lutomirski2013-04-251-3/+3
| * userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski2013-04-251-2/+2
| * userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman2013-04-251-4/+8
| * perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-251-1/+1
| * sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-251-1/+1
| * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-04-251-2/+4
| * kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-251-1/+1
| * hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-04-251-2/+1
| * kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-251-24/+28
* | Merge remote-tracking branch 'origin/p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-04-174-21/+47
|\|
| * sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-161-0/+26
| * ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-161-14/+14
| * tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-162-6/+6
| * PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen2013-04-161-1/+2
| * tracing: Fix double free when function profile init failedNamhyung Kim2013-04-161-1/+0
* | Merge remote-tracking branch 'origin/p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-04-161-6/+2
|\|
| * ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-121-6/+2
* | Merge remote-tracking branch 'origin/p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-04-058-18/+81
|\|
| * tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-04-054-16/+65
| * kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-04-051-1/+1
| * userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-04-052-0/+4
| * userns: Don't allow creation if the user is chrootedEric W. Biederman2013-04-051-0/+9
| * pid: Handle the exit of a multi-threaded init.Eric W. Biederman2013-04-051-1/+2
* | Merge remote-tracking branch 'origin/p-ti-linux-3.8.y' into p-ti-android-3.8.yPraneeth Bajjuri2013-04-023-9/+19
|\|
| * clockevents: Don't allow dummy broadcast timersMark Rutland2013-03-281-1/+2
| * tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-281-1/+5
| * tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-281-4/+8
| * tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-281-2/+2
| * tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-281-1/+2
* | Merge branch 'android-3.8' of ti-android-kernel/kernel-common into p-ti-andro...Praneeth Bajjuri2013-03-2015-19/+414
|\ \ | |/ |/|
| * hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross2013-02-191-5/+118
| * PM / Suspend: Print wall time at suspend entry and exitTodd Poynor2013-02-191-0/+15
| * debug: add parameters to prevent entering debug mode on errorsColin Cross2013-02-191-0/+12