summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MAINTAINERS: fix a few pinctrl related entriesUwe Kleine-König2012-08-071-2/+3
| * | | | pinctrl-sirf: remove devm_kfree at error pathDevendra Naga2012-08-071-1/+0
| * | | | pinctrl/nomadik: fix hsi function group listPatrice Chotard2012-08-071-1/+1
| * | | | pinctrl/pinctrl-u300: remove unneeded devm_kfree callDevendra Naga2012-08-051-6/+2
| * | | | pinctrl: mxs: register driver at postcore_initcall timeShawn Guo2012-08-052-2/+2
* | | | | Merge tag 'iommu-fixes-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-08-086-19/+63
|\ \ \ \ \
| * | | | | iommu/amd: Fix ACS path checkingAlex Williamson2012-08-061-3/+22
| * | | | | iommu/intel: Fix ACS path checkingAlex Williamson2012-08-061-3/+22
| * | | | | iommu/amd: Fix pci_request_acs() call-placeJoerg Roedel2012-08-061-3/+3
| * | | | | iommu/exynos: Fix build errorSachin Kamat2012-08-031-3/+3
| * | | | | iommu/tegra: smmu: Fix error initial value at domain_initHiroshi Doyu2012-08-031-1/+1
| * | | | | iommu/tegra: smmu: Cleanup with lesser nestHiroshi Doyu2012-08-031-5/+8
| * | | | | iommu: Add missing forward declaration in include fileJoerg Roedel2012-08-031-0/+1
| * | | | | iommu: Include linux/types.hThierry Reding2012-08-031-0/+1
| * | | | | iommu/intel: add missing free_domain_memJulia Lawall2012-08-031-0/+1
| * | | | | iommu/tegra: remove invalid reference to list iterator variableJulia Lawall2012-08-031-1/+1
| |/ / / /
* | | | | Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-08-086-16/+21
|\ \ \ \ \
| * | | | | ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo IdeapadDavid Henningsson2012-08-081-2/+3
| * | | | | ALSA: hda - Fix ugly debug prints with CONFIG_SND_VERBOSE_PRINTK=yTakashi Iwai2012-08-071-3/+2
| * | | | | ALSA: hda - remove redundant auto quirks for conexant 506xDavid Henningsson2012-08-071-5/+0
| * | | | | ALSA: hda - remove quirk for Dell Vostro 1015David Henningsson2012-08-071-1/+0
| * | | | | ALSA: hda - add dock support for Thinkpad X230Felix Kaechele2012-08-071-0/+1
| * | | | | ALSA: hda - Fix regression of HDMI codec probingTakashi Iwai2012-08-061-3/+9
| * | | | | ALSA: hda - add dock support for Thinkpad T430sPhilipp A. Mohrenweiser2012-08-061-0/+1
| * | | | | ALSA: emu10k1: Avoid access to invalid pages when period=1Takashi Iwai2012-08-031-1/+4
| * | | | | ALSA: PCM: Fix possible memory leaks in the error pathTakashi Iwai2012-08-031-1/+1
* | | | | | Merge branches 'timers-urgent-for-linus' and 'perf-urgent-for-linus' of git:/...Linus Torvalds2012-08-0524-187/+498
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-08-0524-187/+498
| |\ \ \ \ \ \
| | * | | | | | perf tools: Remove brace expansion from clean targetPalmer Cox2012-08-031-1/+2
| | * | | | | | perf kvm top: Limit guest kernel info message to onceDavid Ahern2012-08-031-2/+11
| | * | | | | | perf tools: Introduce intlistDavid Ahern2012-08-033-0/+178
| | * | | | | | perf tools: Change strlist to use the new rblistDavid Ahern2012-08-032-84/+57
| | * | | | | | perf tools: Introducing rblistDavid Ahern2012-08-033-0/+156
| | * | | | | | perf kvm: Use strtol for walking guestmount directoryDavid Ahern2012-08-031-1/+9
| | * | | | | | perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern2012-08-033-2/+12
| | * | | | | | perf top: Error handling for counter creation should parallel perf-recordDavid Ahern2012-08-031-2/+4
| | * | | | | | perf session: Remove no longer used synthesize_sample methodArnaldo Carvalho de Melo2012-08-022-12/+0
| | * | | | | | perf evsel: Adopt parse_sample method from perf_eventArnaldo Carvalho de Melo2012-08-025-15/+11
| | * | | | | | perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo2012-08-027-31/+21
| | * | | | | | perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo2012-08-014-10/+10
| | * | | | | | perf session: Use perf_evlist__sample_id_all more extensivelyArnaldo Carvalho de Melo2012-08-012-6/+4
| | * | | | | | perf session: Use perf_evlist__sample_type more extensivelyArnaldo Carvalho de Melo2012-08-014-27/+30
| | * | | | | | perf evsel: Precalculate the sample sizeArnaldo Carvalho de Melo2012-08-016-25/+24
| | * | | | | | perf target: Fix check on buffer sizeNamhyung Kim2012-08-011-1/+1
| | * | | | | | perf symbols: Fix array sizes for binary types arraysJiri Olsa2012-08-011-2/+2
| | * | | | | | perf test: Fix parse events automated testsJiri Olsa2012-08-011-6/+6
* | | | | | | | time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar2012-08-051-14/+17
|/ / / / / / /
* | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-08-0431-194/+38
|\ \ \ \ \ \ \
| * | | | | | | missed mnt_drop_write() in do_dentry_open()Al Viro2012-08-041-1/+1
| * | | | | | | UBIFS: nuke pdflush from commentsArtem Bityutskiy2012-08-042-6/+6
OpenPOWER on IntegriCloud