summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | perf: Add more assertionsPeter Zijlstra2016-01-211-0/+9
| * | | | | | | perf: Collapse and fix event_function_call() usersPeter Zijlstra2016-01-213-201/+168
| * | | | | | | perf: Specialize perf_event_exit_task()Peter Zijlstra2016-01-211-7/+11
| * | | | | | | perf: Fix task context schedulingPeter Zijlstra2016-01-211-64/+91
| * | | | | | | perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra2016-01-211-7/+14
| * | | | | | | perf: Optimize perf_sched_events() usagePeter Zijlstra2016-01-211-6/+16
| * | | | | | | perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra2016-01-211-26/+5
| * | | | | | | perf: Use task_ctx_sched_out()Peter Zijlstra2016-01-211-2/+1
| * | | | | | | perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra2016-01-211-20/+27
| * | | | | | | perf: Remove stale commentPeter Zijlstra2016-01-211-7/+0
| * | | | | | | perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra2016-01-211-24/+7
| * | | | | | | perf: Fix cgroup event schedulingPeter Zijlstra2016-01-211-7/+10
| * | | | | | | perf: Add lockdep assertionsPeter Zijlstra2016-01-211-2/+8
| * | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-01-195-18/+70
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | perf build: Introduce FEATURES_DUMP make variableJiri Olsa2016-01-152-1/+17
| | * | | | | | perf build: Add feature-dump targetJiri Olsa2016-01-151-0/+11
| | * | | | | | perf build: Pass O option to kernel makefile in build-testWang Nan2016-01-151-4/+5
| | * | | | | | perf build: Test correct path of perf in build-testWang Nan2016-01-151-7/+14
| | * | | | | | perf build: Pass O option to Makefile.perf in build-testWang Nan2016-01-151-3/+11
| | * | | | | | perf build: Set parallel making options build-testWang Nan2016-01-151-7/+16
| | * | | | | | perf symbols: Fix reading of build-id from vDSOBen Hutchings2016-01-151-1/+1
| | * | | | | | perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria2016-01-151-1/+1
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-02-012-72/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | rtmutex: Make wait_lock irq safeThomas Gleixner2016-01-262-72/+81
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-3110-24/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | irqchip/mxs: Add missing set_handle_irq()Oleksij Rempel2016-01-291-0/+1
| * | | | | | | | irqchip/atmel-aic: Fix wrong bit operation for IRQ priorityMilo Kim2016-01-271-1/+1
| * | | | | | | | irqchip/gic-v3-its: Recompute the number of pages on page size changeMarc Zyngier2016-01-261-2/+6
| * | | | | | | | base: Export platform_msi_domain_[alloc,free]_irqsThomas Petazzoni2016-01-261-0/+2
| * | | | | | | | of: MSI: Simplify irqdomain lookupMarc Zyngier2016-01-261-15/+3
| * | | | | | | | irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED tokenMarc Zyngier2016-01-262-3/+9
| * | | | | | | | irqchip: Fix dependencies for archs w/o HAS_IOMEMRichard Weinberger2016-01-261-0/+1
| * | | | | | | | irqchip/s3c24xx: Mark init_eint as __maybe_unusedArnd Bergmann2016-01-261-1/+1
| * | | | | | | | genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner2016-01-141-2/+3
* | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-311-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | debugobjects: Allow bigger number of early boot objectsChristian Borntraeger2016-01-271-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-01-311-14/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vfio/noiommu: Don't use iommu_present() to track fake groupsAlex Williamson2016-01-271-14/+10
| |/ / / / / / / /
* | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-312-30/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: piix4: don't regress on bus namesJean Delvare2016-01-291-5/+8
| * | | | | | | | | i2c: designware-pci: use IRQF_COND_SUSPEND flagAndy Shevchenko2016-01-261-1/+2
| * | | | | | | | | i2c: piix4: Fully initialize SB800 before it is registeredJean Delvare2016-01-261-10/+9
| * | | | | | | | | i2c: piix4: Fix SB800 lockingJean Delvare2016-01-261-16/+6
| |/ / / / / / / /
* | | | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-303-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: wire up copy_file_range() syscallRussell King2016-01-272-0/+2
| * | | | | | | | | ARM: 8500/1: fix atags_to_fdt with stack-protector-strongKees Cook2016-01-271-0/+9
| |/ / / / / / / /
* | | | | | | | | Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-3011-56/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/mm: Fixup _HPAGE_CHG_MASKAneesh Kumar K.V2016-01-281-1/+3
| * | | | | | | | | powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8Madhavan Srinivasan2016-01-281-1/+1
| * | | | | | | | | powerpc/eeh: Fix PE location codeGavin Shan2016-01-271-18/+15