index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
Linus Torvalds
1
-8
/
+17
2014-06-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-69
/
+79
2014-05-25
ARM: 8043/1: uprobes need icache flush after xol write
Victor Kamensky
1
-8
/
+17
2014-05-19
perf/events/core: Drop unused variable after cleanup
Borislav Petkov
1
-1
/
+1
2014-05-19
perf: Fix a race between ring_buffer_detach() and ring_buffer_attach()
Peter Zijlstra
1
-60
/
+49
2014-05-19
perf: Prevent false warning in perf_swevent_add
Jiri Olsa
1
-1
/
+12
2014-05-19
perf: Limit perf_event_attr::sample_period to 63 bits
Peter Zijlstra
1
-0
/
+3
2014-05-07
perf: Simplify perf_event_exit_task_context()
Peter Zijlstra
1
-16
/
+1
2014-05-07
perf: Rework free paths
Peter Zijlstra
1
-26
/
+40
2014-05-07
perf: Validate locking assumption
Peter Zijlstra
1
-0
/
+2
2014-05-07
perf: Always destroy groups on exit
Peter Zijlstra
1
-1
/
+1
2014-05-07
perf: Ensure consistent inherit state in groups
Peter Zijlstra
1
-3
/
+10
2014-05-07
Merge branch 'perf/urgent' into perf/core, to avoid conflicts
Ingo Molnar
1
-21
/
+28
2014-05-07
perf: Fix perf_event_init_context()
Peter Zijlstra
1
-0
/
+2
2014-05-07
perf: Fix race in removing an event
Peter Zijlstra
1
-21
/
+26
2014-04-18
perf: Allow building PMU drivers as modules
Yan, Zheng
1
-0
/
+15
2014-04-17
uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails
Oleg Nesterov
1
-1
/
+7
2014-04-17
uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()
Oleg Nesterov
1
-21
/
+2
2014-04-05
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-0
/
+9
2014-04-03
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-21
/
+4
2014-03-18
uprobes: allow ignoring of probe hits
David A. Long
1
-0
/
+9
2014-02-27
perf: Optimize group_sched_in()
Peter Zijlstra
1
-1
/
+1
2014-02-27
perf: Remove redundant PMU assignment
Mark Rutland
1
-2
/
+0
2014-02-27
perf: Fix prototype of find_pmu_context()
Mark Rutland
1
-1
/
+1
2014-02-27
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-6
/
+6
2014-02-27
perf: Fix hotplug splat
Peter Zijlstra
1
-6
/
+6
2014-02-21
perf/x86: Warn to early_printk() in case irq_work is too slow
Peter Zijlstra
1
-2
/
+7
2014-02-13
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
1
-1
/
+1
2014-02-11
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
1
-16
/
+1
2014-02-09
perf/x86: Push the duration-logging printk() to IRQ context
Peter Zijlstra
1
-7
/
+21
2014-02-08
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
1
-5
/
+3
2014-01-22
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+4
2014-01-16
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-3
/
+18
2014-01-12
perf: Introduce a flag to enable close-on-exec in perf_event_open()
Yann Droneaud
1
-3
/
+9
2014-01-12
perf/x86: Fix active_entry initialization
Stephane Eranian
1
-0
/
+2
2014-01-02
uprobes: Allocate ->utask before handler_chain() for tracing handlers
Oleg Nesterov
1
-0
/
+4
2013-12-17
perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the period
Peter Zijlstra
1
-1
/
+15
2013-12-17
perf: Disable all pmus on unthrottling and rescheduling
Alexander Shishkin
1
-3
/
+18
2013-12-11
perf: Optimize ring-buffer write by depending on control dependencies
Peter Zijlstra
1
-16
/
+26
2013-11-27
perf: Add active_entry list head to struct perf_event
Stephane Eranian
1
-0
/
+1
2013-11-21
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-17
/
+43
2013-11-20
uprobes: Document xol_area and arch_uprobe->insn/ixol
Oleg Nesterov
1
-0
/
+15
2013-11-20
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
Oleg Nesterov
1
-0
/
+19
2013-11-20
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
Oleg Nesterov
1
-5
/
+5
2013-11-20
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
Oleg Nesterov
1
-12
/
+4
2013-11-19
perf: Remove fragile swevent hlist optimization
Peter Zijlstra
1
-8
/
+0
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
1
-3
/
+0
2013-11-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-203
/
+312
2013-11-09
uprobes: Fix the memory out of bound overwrite in copy_insn()
Oleg Nesterov
1
-22
/
+21
2013-11-09
uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()
Oleg Nesterov
1
-1
/
+1
[next]