summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* posix-timers: Cleanup reaped target handlingFrederic Weisbecker2013-12-091-6/+0
* posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker2013-12-091-34/+1
* posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker2013-12-091-18/+16
* Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-12-0411-62/+55
|\
| * posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker2013-12-021-11/+7
| * posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker2013-12-021-1/+2
| * context_tracking: Rename context_tracking_active() to context_tracking_cpu_is...Frederic Weisbecker2013-12-022-5/+6
| * context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker2013-12-025-11/+15
| * trivial: fix spelling in CONTEXT_TRACKING_FORCE help textPaul Gortmaker2013-12-021-1/+1
| * nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-025-34/+25
* | Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-12-021-27/+26
|\ \
| * | leds: pwm: Fix for deferred probe in DT booted modePeter Ujfalusi2013-12-021-27/+26
| |/
* | uio: we cannot mmap unaligned page contentsLinus Torvalds2013-12-021-0/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-023-6/+7
|\ \
| * | irqchip: Gic: fix boot for chained gicsMark Rutland2013-11-281-4/+5
| * | irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
| * | genirq: Correct fuzzy and fragile IRQ_RETVAL() definitionGeert Uytterhoeven2013-11-191-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-024-11/+29
|\ \ \
| * | | sched/doc: Fix generation of device-driversNicolas Dichtel2013-11-271-1/+1
| * | | sched: Expose preempt_schedule_irq()Thomas Gleixner2013-11-271-2/+1
| * | | sched: Fix a trivial typo in commentsShigeru Yoshida2013-11-191-1/+1
| * | | sched: Remove unused variable in 'struct sched_domain'Alex Shi2013-11-191-2/+0
| * | | sched: Avoid NULL dereference on sd_busyPeter Zijlstra2013-11-191-1/+2
| * | | sched: Check sched_domain before computing group powerSrikar Dronamraju2013-11-191-3/+24
| * | | MAINTAINERS: Update file patterns in the lockdep and scheduler entriesJoe Perches2013-11-151-2/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-029-20/+76
|\ \ \ \
| * \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-11-203-11/+31
| |\ \ \ \
| | * | | | tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-191-1/+1
| | * | | | tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-191-2/+21
| | * | | | perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim2013-11-191-1/+1
| | * | | | perf header: Fix bogus group nameNamhyung Kim2013-11-191-1/+3
| | * | | | perf tools: Tag thread comm as overridenFrederic Weisbecker2013-11-191-6/+5
| * | | | | perf/trace: Properly use u64 to hold event_idVince Weaver2013-11-191-1/+1
| * | | | | perf: Remove fragile swevent hlist optimizationPeter Zijlstra2013-11-191-8/+0
| * | | | | ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-195-0/+44
| |/ / / /
* | | | | Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-023-4/+12
|\ \ \ \ \
| * | | | | xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson2013-11-261-2/+4
| * | | | | xen/arm: p2m_init and p2m_lock should be staticStefano Stabellini2013-11-181-2/+2
| * | | | | arm/xen: Export phys_to_mach to fix Xen module link errorsJosh Boyer2013-11-181-0/+1
| * | | | | swiotlb-xen: add missing xen_dma_map_page callStefano Stabellini2013-11-151-0/+5
* | | | | | Merge tag 'spi-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2013-12-029-12/+31
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-------------. \ \ \ \ \ Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix...Mark Brown2013-11-288-11/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | spi: txx9: fix reference leak to master in txx9spi_remove()Wei Yongjun2013-11-151-1/+1
| | | | | | | | * | | | | | | spi: rspi: use platform drvdata correctly in rspi_remove()Wei Yongjun2013-11-151-2/+1
| | | | | | | | |/ / / / / /
| | | | | | | * | | | | | | spi/qspi: Fix qspi remove path.Sourav Poddar2013-11-241-1/+17
| | | | | | | * | | | | | | spi/qspi: cleanup pm_runtime error check.Sourav Poddar2013-11-241-1/+1
| | | | | | | * | | | | | | spi/qspi: set correct platform drvdata in ti_qspi_probe()Wei Yongjun2013-11-241-2/+1
| | | | | | * | | | | | | | spi/pxa2xx: Restore private register bits.Chew, Chiau Ee2013-11-281-0/+3
| | | | | | * | | | | | | | spi/pxa2xx: add new ACPI IDsMika Westerberg2013-11-241-0/+2
| | | | | | |/ / / / / / /
| | | | | * | | | | | | | spi: spi-mxs: fix reference leak to master in mxs_spi_remove()Wei Yongjun2013-11-181-1/+1
| | | | | | |/ / / / / / | | | | | |/| | | | | |