index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: protect group_leader from races that cause ctx double-free
John Dias
2016-12-13
1
-0
/
+16
*
BACKPORT: perf: Fix event->ctx locking
Ariel Yin
2016-12-13
1
-35
/
+206
*
BACKPORT: perf: Introduce perf_pmu_migrate_context()
Yan, Zheng
2016-12-13
1
-0
/
+36
*
BACKPORT: perf: Allow the PMU driver to choose the CPU on which to install ev...
Yan, Zheng
2016-12-13
1
-4
/
+4
*
perf: Fix race in swevent hash
Peter Zijlstra
2016-11-11
1
-7
/
+0
*
smdk4412 : fix build
RGIB
2016-10-20
1
-3
/
+0
*
net: Fix use after free in the recvmmsg exit path
Arnaldo Carvalho de Melo
2016-10-19
1
-0
/
+3
*
mm: add a field to store names for private anonymous memory
Colin Cross
2016-08-23
1
-0
/
+146
*
drivers:lmk: Fix double delete issue
Hong-Mei Li
2016-06-13
1
-0
/
+2
*
staging: android: lowmemorykiller: implement task's adj rbtree
Hong-Mei Li
2016-06-13
2
-0
/
+2
*
kernel: avoid adding non-thread-group task to LMK rbtree
Hong-Mei Li
2016-06-13
1
-0
/
+4
*
Revert "Add ZRAM_FOR_ANDROID"
Andreas Blaesius
2016-06-12
1
-13
/
+0
*
pipe: limit the per-user amount of pages allocated in pipes
Willy Tarreau
2016-05-03
1
-0
/
+14
*
Input: add infrastructure for selecting clockid for event time stamps
John Stultz
2016-03-16
1
-0
/
+2
*
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
2016-03-15
1
-4
/
+4
*
tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
Will Deacon
2016-03-15
1
-0
/
+4
*
__ptrace_may_access() should not deny sub-threads
Mark Grondona
2016-03-12
1
-1
/
+1
*
timekeeping: fix 32-bit overflow in get_monotonic_boottime
Colin Cross
2016-02-20
1
-1
/
+1
*
Revert "tick: Cleanup NOHZ per cpu data on cpu down"
andip71
2016-01-14
1
-1
/
+1
*
Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0
rogersb11
2015-11-10
35
-228
/
+586
|
\
|
*
splice: fix racy pipe->buffers uses
Eric Dumazet
2013-10-05
2
-4
/
+7
|
*
perf: Fix perf_cgroup_switch for sw-events
Peter Zijlstra
2013-10-01
1
-3
/
+6
|
*
perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu
Peter Zijlstra
2013-10-01
1
-6
/
+6
|
*
cgroup: fail if monitored file and event_control are in different cgroup
Li Zefan
2013-10-01
1
-0
/
+11
|
*
futex: Take hugepages into account when generating futex_key
Zhang Yi
2013-08-20
1
-1
/
+2
|
*
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
2013-08-14
1
-0
/
+1
|
*
perf: Use css_tryget() to avoid propping up css refcount
Salman Qazi
2013-08-11
1
-3
/
+7
|
*
perf: Fix event group context move
Jiri Olsa
2013-08-11
1
-2
/
+18
|
*
sched: Fix the broken sched_rr_get_interval()
Zhu Yanhai
2013-08-11
1
-1
/
+1
|
*
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
2013-08-04
1
-0
/
+3
|
*
hrtimers: Move SMP function call to thread context
Thomas Gleixner
2013-07-28
1
-15
/
+13
|
*
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
2013-07-28
1
-4
/
+14
|
*
perf: Fix perf_lock_task_context() vs RCU
Peter Zijlstra
2013-07-28
1
-1
/
+14
|
*
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario
Jiri Olsa
2013-07-28
1
-1
/
+10
|
*
perf: Clone child context from parent context pmu
Jiri Olsa
2013-07-28
1
-1
/
+1
|
*
tracing: Use current_uid() for critical time tracing
Steven Rostedt (Red Hat)
2013-07-28
1
-1
/
+9
|
*
tick: Prevent uncontrolled switch to oneshot mode
Thomas Gleixner
2013-07-28
1
-1
/
+9
|
*
timer: Fix jiffies wrap behavior of round_jiffies_common()
Bart Van Assche
2013-07-21
1
-3
/
+5
|
*
genirq: Fix can_request_irq() for IRQs without an action
Ben Hutchings
2013-07-21
1
-3
/
+3
|
*
hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()
Oleg Nesterov
2013-07-03
1
-2
/
+2
|
*
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt
2013-06-13
1
-13
/
+13
|
*
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
2013-06-13
1
-5
/
+5
|
*
usermodehelper: check subprocess_info->path != NULL
Oleg Nesterov
2013-05-19
1
-0
/
+5
|
*
tick: Cleanup NOHZ per cpu data on cpu down
Thomas Gleixner
2013-05-19
1
-1
/
+1
|
*
timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE
Tirupathi Reddy
2013-05-19
1
-1
/
+1
|
*
kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...
Chen Gang
2013-05-11
1
-1
/
+1
|
*
tracing: Fix ftrace_dump()
Steven Rostedt (Red Hat)
2013-05-11
2
-34
/
+26
|
*
clockevents: Set dummy handler on CPU_DEAD shutdown
Thomas Gleixner
2013-05-07
2
-0
/
+5
|
*
cgroup: fix an off-by-one bug which may trigger BUG_ON()
Li Zefan
2013-05-07
1
-1
/
+1
|
*
hrtimer: Add expiry time overflow check in hrtimer_interrupt
Prarit Bhargava
2013-05-07
1
-0
/
+2
[next]