index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
auditsc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
perf: Clean up sync_child_event()
Peter Zijlstra
1
-42
/
+39
2016-01-29
perf: Robustify event->owner usage and SMP ordering
Peter Zijlstra
1
-10
/
+10
2016-01-29
perf: Fix STATE_EXIT usage
Peter Zijlstra
1
-2
/
+4
2016-01-29
perf: Update locking order
Peter Zijlstra
1
-1
/
+1
2016-01-29
perf: Remove __free_event()
Peter Zijlstra
1
-25
/
+20
2016-01-29
perf/bpf: Convert perf_event_array to use struct file
Alexei Starovoitov
4
-27
/
+33
2016-01-29
perf: Fix NULL deref
Peter Zijlstra
1
-2
/
+2
2016-01-29
perf/x86: De-obfuscate code
Peter Zijlstra
1
-3
/
+1
2016-01-29
perf/x86: Fix uninitialized value usage
Peter Zijlstra
1
-1
/
+2
2016-01-28
perf: Fix race in perf_event_exit_task_context()
Peter Zijlstra
1
-21
/
+29
2016-01-28
perf: Fix orphan hole
Peter Zijlstra
1
-2
/
+2
2016-01-21
perf: Synchronously free aux pages in case of allocation failure
Alexander Shishkin
1
-20
/
+20
2016-01-21
perf/x86: add Intel SkyLake uncore IMC PMU support
Stephane Eranian
3
-0
/
+24
2016-01-21
perf: Fix perf_event_exit_task() race
Peter Zijlstra
1
-66
/
+85
2016-01-21
perf: Add more assertions
Peter Zijlstra
1
-0
/
+9
2016-01-21
perf: Collapse and fix event_function_call() users
Peter Zijlstra
3
-201
/
+168
2016-01-21
perf: Specialize perf_event_exit_task()
Peter Zijlstra
1
-7
/
+11
2016-01-21
perf: Fix task context scheduling
Peter Zijlstra
1
-64
/
+91
2016-01-21
perf: Make ctx->is_active and cpuctx->task_ctx consistent
Peter Zijlstra
1
-7
/
+14
2016-01-21
perf: Optimize perf_sched_events() usage
Peter Zijlstra
1
-6
/
+16
2016-01-21
perf: Simplify/fix perf_event_enable() event scheduling
Peter Zijlstra
1
-26
/
+5
2016-01-21
perf: Use task_ctx_sched_out()
Peter Zijlstra
1
-2
/
+1
2016-01-21
perf: Fix perf_enable_on_exec() event scheduling
Peter Zijlstra
1
-20
/
+27
2016-01-21
perf: Remove stale comment
Peter Zijlstra
1
-7
/
+0
2016-01-21
perf: Fix cgroup scheduling in perf_enable_on_exec()
Peter Zijlstra
1
-24
/
+7
2016-01-21
perf: Fix cgroup event scheduling
Peter Zijlstra
1
-7
/
+10
2016-01-21
perf: Add lockdep assertions
Peter Zijlstra
1
-2
/
+8
2016-01-15
perf build: Introduce FEATURES_DUMP make variable
Jiri Olsa
2
-1
/
+17
2016-01-15
perf build: Add feature-dump target
Jiri Olsa
1
-0
/
+11
2016-01-15
perf build: Pass O option to kernel makefile in build-test
Wang Nan
1
-4
/
+5
2016-01-15
perf build: Test correct path of perf in build-test
Wang Nan
1
-7
/
+14
2016-01-15
perf build: Pass O option to Makefile.perf in build-test
Wang Nan
1
-3
/
+11
2016-01-15
perf build: Set parallel making options build-test
Wang Nan
1
-7
/
+16
2016-01-15
perf symbols: Fix reading of build-id from vDSO
Ben Hutchings
1
-1
/
+1
2016-01-15
perf kvm record/report: 'unprocessable sample' error while recording/reportin...
Ravi Bangoria
1
-1
/
+1
2016-01-14
x86/cpu/amd: Remove an unneeded condition in srat_detect_node()
Dan Carpenter
1
-2
/
+1
2016-01-14
mfd: davinci_voicecodec: Remove pointless 'out of memory' error message
Lee Jones
1
-4
/
+1
2016-01-14
mfd: da9052-irq: Fix trivial 'space before comma' error
Lee Jones
1
-1
/
+1
2016-01-14
mfd: da9052-i2c: Fix tabbing/whitespace issue
Lee Jones
1
-1
/
+1
2016-01-14
mfd: da903x: Fix white space and split string issues
Lee Jones
1
-5
/
+5
2016-01-14
mfd: cs5535-mfd: Add missing line spacing and make local array static
Lee Jones
1
-1
/
+5
2016-01-14
mfd: cros_ec_spi: Repair comparison ordering issue
Lee Jones
1
-2
/
+2
2016-01-14
mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.
Lee Jones
1
-1
/
+1
2016-01-14
mfd: asic3: Fix a plethora of Checkpatch errors and warnings
Lee Jones
1
-15
/
+12
2016-01-14
mfd: as3711: Repair OOM and 'line over 80 chars' formatting warnings
Lee Jones
1
-12
/
+16
2016-01-14
mfd: arizona-i2c: Add blank line formatting after declaration
Lee Jones
1
-0
/
+2
2016-01-14
mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range...
Lee Jones
1
-4
/
+4
2016-01-14
mfd: adp5520: Some trivial 'no space before tab' fixes
Lee Jones
1
-3
/
+3
2016-01-14
mfd: ab8500-sysctrl: Fix Constify, printk => pr_info and formatting issues
Lee Jones
1
-7
/
+6
2016-01-14
mfd: ab8500-gpadc: Squash a whole bunch of Checkpatch warnings and one error
Lee Jones
1
-72
/
+73
[next]