summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | arm: clocksource: mvebu: Use the main timer as clock source from DTJean Pihet2013-09-261-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar2013-09-282-4/+16
| |\ \ \ \ \ \ \
| | * | | | | | | arm: Fix build error with context tracking callsFrederic Weisbecker2013-09-272-4/+16
| | |/ / / / / /
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-288-41/+75
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar2013-09-281-1/+1
| * | | | | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-09-257-40/+74
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf symbols: Demangle cloned functionsAndi Kleen2013-09-251-1/+26
| | * | | | | | | | perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter2013-09-251-1/+1
| | * | | | | | | | perf tools: Explicitly add libdl dependencyDavid Ahern2013-09-251-1/+1
| | * | | | | | | | perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu2013-09-252-36/+44
| | * | | | | | | | perf trace: Add mmap2 handlerDavid Ahern2013-09-241-0/+1
| | * | | | | | | | perf kmem: Make it work again on non NUMA machinesJiri Olsa2013-09-241-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-285-22/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xfs: fix node forward in xfs_node_toosmallMark Tinguely2013-09-261-2/+3
| * | | | | | | | | xfs: log recovery lsn ordering needs uuid checkDave Chinner2013-09-241-14/+59
| * | | | | | | | | xfs: fix XFS_IOC_FREE_EOFBLOCKS definitionDave Chinner2013-09-241-1/+1
| * | | | | | | | | xfs: asserting lock not held during freeing not validDave Chinner2013-09-241-5/+4Star
| * | | | | | | | | xfs: lock the AIL before removing the buffer itemDave Chinner2013-09-241-0/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-284-15/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: ismt: initialize DMA bufferJames Ralston2013-09-281-0/+3
| * | | | | | | | | i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee2013-09-271-6/+20
| * | | | | | | | | i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding2013-09-271-2/+2
| * | | | | | | | | i2c: mv64xxx: Fix some build warningsThierry Reding2013-09-271-5/+7
| * | | | | | | | | i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips2013-09-271-2/+0Star
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-285-12/+23
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2013-09-273-1/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cpufreq: exynos5440: Fix potential NULL pointer dereferenceSachin Kamat2013-09-251-1/+1
| | * | | | | | | | | cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar2013-09-251-0/+3
| | * | | | | | | | | acpi-cpufreq: skip loading acpi_cpufreq after intel_pstateYinghai Lu2013-09-251-0/+4
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'acpi-fixes'Rafael J. Wysocki2013-09-272-11/+15
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | ACPI / scan: fix typo in comments of acpi_bus_unregister_driver()Hanjun Guo2013-09-251-1/+1
| | * | | | | | | | ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler()Lv Zheng2013-09-251-10/+14
| |/ / / / / / / /
* | | | | | | | | PCI: Workaround missing pci_set_master in pci driversYinghai Lu2013-09-281-1/+7
* | | | | | | | | Merge branch 'lockref' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2013-09-287-10/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2013-09-282-0/+6
| * | | | | | | | | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens2013-09-281-1/+9
| * | | | | | | | | mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens2013-09-285-9/+5Star
* | | | | | | | | | kernel/params: fix handling of signed integer typesJean Delvare2013-09-281-3/+3
* | | | | | | | | | Merge tag 'devicetree-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-286-71/+23Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dts: Fix misspelling of SynopsysDinh Nguyen2013-09-254-15/+15
| * | | | | | | | | | of: clean-up ifdefs in of_irq.hRob Herring2013-09-251-12/+8Star
| * | | | | | | | | | openrisc: clean-up prom.hRob Herring2013-09-251-44/+0Star
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-09-284-7/+13
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | ARM: 7837/3: fix Thumb-2 bug in AES assembler codeArd Biesheuvel2013-09-221-3/+3
| * | | | | | | | | ARM: only allow kernel mode neon with AEABIRussell King2013-09-221-2/+1Star
| * | | | | | | | | ARM: 7839/1: entry: fix tracing of ARM-private syscallsWill Deacon2013-09-211-2/+2
| * | | | | | | | | ARM: 7836/1: add __get_user_unaligned/__put_user_unalignedNicolas Pitre2013-09-181-0/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-271-1/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hwmon: (applesmc) Check key count before proceedingHenrik Rydberg2013-09-261-1/+10
* | | | | | | | | | Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-09-275-25/+131
|\ \ \ \ \ \ \ \ \ \