aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: protect group_leader from races that cause ctx double-freeJohn Dias2016-12-131-0/+16
* BACKPORT: perf: Fix event->ctx lockingAriel Yin2016-12-131-35/+206
* BACKPORT: perf: Introduce perf_pmu_migrate_context()Yan, Zheng2016-12-131-0/+36
* BACKPORT: perf: Allow the PMU driver to choose the CPU on which to install ev...Yan, Zheng2016-12-131-4/+4
* perf: Fix race in swevent hashPeter Zijlstra2016-11-111-7/+0
* smdk4412 : fix buildRGIB2016-10-201-3/+0
* net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-10-191-0/+3
* mm: add a field to store names for private anonymous memoryColin Cross2016-08-231-0/+146
* drivers:lmk: Fix double delete issueHong-Mei Li2016-06-131-0/+2
* staging: android: lowmemorykiller: implement task's adj rbtreeHong-Mei Li2016-06-132-0/+2
* kernel: avoid adding non-thread-group task to LMK rbtreeHong-Mei Li2016-06-131-0/+4
* Revert "Add ZRAM_FOR_ANDROID"Andreas Blaesius2016-06-121-13/+0
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-05-031-0/+14
* Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2016-03-161-0/+2
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2016-03-151-4/+4
* tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2016-03-151-0/+4
* __ptrace_may_access() should not deny sub-threadsMark Grondona2016-03-121-1/+1
* timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross2016-02-201-1/+1
* Revert "tick: Cleanup NOHZ per cpu data on cpu down"andip712016-01-141-1/+1
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-1035-228/+586
|\
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-052-4/+7
| * perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2013-10-011-3/+6
| * perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-011-6/+6
| * cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-10-011-0/+11
| * futex: Take hugepages into account when generating futex_keyZhang Yi2013-08-201-1/+2
| * tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-141-0/+1
| * perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2013-08-111-3/+7
| * perf: Fix event group context moveJiri Olsa2013-08-111-2/+18
| * sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-08-111-1/+1
| * tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-08-041-0/+3
| * hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-281-15/+13
| * tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-281-4/+14
| * perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-281-1/+14
| * perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-281-1/+10
| * perf: Clone child context from parent context pmuJiri Olsa2013-07-281-1/+1
| * tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-07-281-1/+9
| * tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-281-1/+9
| * timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-07-211-3/+5
| * genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-211-3/+3
| * hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-07-031-2/+2
| * ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt2013-06-131-13/+13
| * tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-06-131-5/+5
| * usermodehelper: check subprocess_info->path != NULLOleg Nesterov2013-05-191-0/+5
| * tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-191-1/+1
| * timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-191-1/+1
| * 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-34/+26
| * clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-05-072-0/+5
| * 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