summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2016-08-232-5/+5
* ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu2016-08-231-0/+24
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-234-13/+34
* perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKGDavid Carrillo-Cisneros2016-08-181-2/+23
* perf/core: Generalize event->group_flagsDavid Carrillo-Cisneros2016-08-181-8/+8
* bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Madhavan Srinivasan2016-08-181-2/+3
* Merge branch 'perf/urgent' into perf/core, to pick up dependenciesIngo Molnar2016-08-181-27/+68
|\
| * perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros2016-08-181-3/+4
| * perf/core: Enable mapping of the stop filtersMathieu Poirier2016-08-181-10/+5
| * perf/core: Update filters only on executable mmapMathieu Poirier2016-08-181-0/+7
| * perf/core: Fix file name handling for start/stop filtersMathieu Poirier2016-08-181-2/+4
| * perf/core: Fix event_function_local()Peter Zijlstra2016-08-181-12/+48
* | uprobes: Rename the "struct page *" args of __replace_page()Oleg Nesterov2016-08-181-18/+18
* | Merge branch 'perf/urgent' into perf/core, to pick up dependencyIngo Molnar2016-08-1815-55/+88
|\|
| * uprobes: Fix the memcg accountingOleg Nesterov2016-08-181-2/+3
| * Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-08-121-2/+2
| |\
| | *-. Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2016-08-121-2/+2
| | |\ \
| | | * | PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier2016-08-121-2/+2
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-121-1/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar2016-08-1020-99/+709
| | |\ \ \ \
| | * | | | | timers: Fix get_next_timer_interrupt() computationChris Metcalf2016-08-091-1/+4
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-08-125-4/+34
| |\ \ \ \ \ \
| | * | | | | | sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker2016-08-111-1/+2
| | * | | | | | sched/cputime: Fix steal time accountingWanpeng Li2016-08-111-2/+9
| | * | | | | | sched/deadline: Fix lock pinning warning during CPU hotplugWanpeng Li2016-08-101-1/+4
| | * | | | | | sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich2016-08-101-0/+19
| | * | | | | | sched/fair: Fix typo in sync_throttle()Xunlei Pang2016-08-101-1/+1
| | * | | | | | sched/deadline: Fix wrap-around in DL heapTommaso Cucinotta2016-08-101-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-121-23/+54
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-08-123-3/+23
| |\ \ \ \ \ \ \
| | * | | | | | | locking/pvqspinlock: Fix a bug in qstat_read()Pan Xinhui2016-08-101-1/+0
| | * | | | | | | locking/pvqspinlock: Fix double hash raceWanpeng Li2016-08-101-1/+1
| | * | | | | | | Merge branch 'linus' into locking/urgent, to pick up fixesIngo Molnar2016-08-1073-2083/+3111
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | futex: Assume all mappings are private on !MMU systemsThomas Gleixner2016-07-291-1/+22
| * | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-121-0/+11
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-08-091-0/+11
| * | | | | | | | Revert "printk: create pr_<level> functions"Linus Torvalds2016-08-093-43/+11
| |/ / / / / / /
* | | | | | | | perf/core: Optimize perf_pmu_sched_task()Peter Zijlstra2016-08-101-19/+24
* | | | | | | | perf/x86/intel: Rework the large PEBS setup codePeter Zijlstra2016-08-101-0/+4
* | | | | | | | perf/core: Sched out groups atomicallyMark Rutland2016-08-101-0/+4
| |_|/ / / / / |/| | | | | |
* | | | | | | perf/core: Set cgroup in CPU contexts for new cgroup eventsDavid Carrillo-Cisneros2016-08-101-18/+36
* | | | | | | perf/core: Fix sideband list-iteration vs. event ordering NULL pointer defere...Peter Zijlstra2016-08-101-5/+18
|/ / / / / /
* | | / / / printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler2016-08-081-2/+0
| |_|/ / / |/| | | |
* | | | | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-061-1/+1
|\ \ \ \ \
| * | | | | perf/core: Change log level for duration warning to KERN_INFODavid Ahern2016-08-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-051-0/+3
|\ \ \ \ \
| * | | | | jump_label: Make it possible for arches to invoke jump_label_init() earlierKevin Hao2016-08-011-0/+3
| |/ / / /
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-043-23/+105
|\ \ \ \ \
| * | | | | modules: add ro_after_init supportJessica Yu2016-08-042-13/+55