summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | spi/spi_bfin_sport: drop bits_per_word from client dataScott Jiang2012-04-271-6/+8
| | * | | | | | | | spi/bfin_spi: drop bits_per_word from client dataScott Jiang2012-04-271-1/+0
| | * | | | | | | | spi/spi-bfin-sport: move word length setup to transfer handlerScott Jiang2012-04-271-4/+3
| | * | | | | | | | spi/bfin5xx: rename config macro name for bfin5xx spi controller driverScott Jiang2012-04-272-2/+2
| | * | | | | | | | spi/pl022: Allow request for higher frequency than maximum possibleViresh Kumar2012-04-271-2/+8
| | * | | | | | | | spi/bcm63xx: set master driver mode_bits.Florian Fainelli2012-04-271-0/+1
| | * | | | | | | | spi/bcm63xx: don't use the stopping stateFlorian Fainelli2012-04-271-11/+2
| | * | | | | | | | spi/bcm63xx: convert to the pump message infrastructureFlorian Fainelli2012-04-271-60/+89
| | * | | | | | | | spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_directionH Hartley Sweeten2012-04-271-14/+10
| | * | | | | | | | spi: fix spi.h kernel-doc warningRandy Dunlap2012-04-271-1/+1
| | * | | | | | | | spi/pl022: Fix calculate_effective_freq()Viresh Kumar2012-04-271-6/+17
| | * | | | | | | | spi/pl022: Fix range checking for bits per wordVinit Shenoy2012-04-171-16/+9
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-272-10/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | hwmon: (fam15h_power) Fix pci_device_id arrayGuenter Roeck2012-04-261-3/+6
| | * | | | | | | | hwmon: (ad7314) Fix build warningGuenter Roeck2012-04-221-7/+5
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-04-276-61/+46
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/radeon/kms: use frac fb div on APUsAlex Deucher2012-04-271-0/+3
| | * | | | | | | | drm/radeon: add a missing entry to encoder_namesIlija Hadzic2012-04-271-1/+2
| | * | | | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-04-273-35/+36
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/i915: handle input/output sdvo timings separately in mode_setDaniel Vetter2012-04-261-16/+18
| | | * | | | | | | | drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang2012-04-231-0/+5
| | | * | | | | | | | drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang2012-04-231-1/+2
| | | * | | | | | | | drm/i915: fixup load-detect on enabled, but not active pipeDaniel Vetter2012-04-221-18/+11
| | | |/ / / / / / /
| | * | | | | | | | Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-04-271-25/+5
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/exynos: added missed vm area region mapping type.Inki Dae2012-04-231-0/+2
| | | * | | | | | | | drm/exynos: fixed exynos_drm_gem_map_pages bug.Inki Dae2012-04-231-13/+3
| | | * | | | | | | | drm/exynos: fixed duplicatd memory allocation bug.Inki Dae2012-04-231-12/+0
| * | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-271-1/+0
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-04-251-1/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | rcu: Permit call_rcu() from CPU_DYING notifiersPaul E. McKenney2012-04-171-1/+0
| * | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-273-6/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson2012-04-251-0/+6
| | * | | | | | | | | | | x86/mrst: Quiet sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-04-251-2/+2
| | * | | | | | | | | | | Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2012-04-2556-310/+226
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat2012-04-191-4/+4
| | | |/ / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-04-273-14/+27
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo2012-04-261-6/+16
| | * | | | | | | | | | | | sched: Fix more load-balancing falloutPeter Zijlstra2012-04-262-8/+11
| * | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-279-21/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | perf: Fix perf_event_for_each() to use siblingMichael Ellerman2012-04-261-1/+1
| | * | | | | | | | | | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-04-253-5/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt2012-04-191-0/+5
| | | * | | | | | | | | | | | | tracing: Fix regression with tracing_onSteven Rostedt2012-04-161-3/+5
| | | * | | | | | | | | | | | | tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown2012-04-131-2/+2
| | * | | | | | | | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2012-04-255-15/+51
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | perf symbols: Read plt symbols from proper symtab_type binaryJiri Olsa2012-04-201-7/+6
| | | * | | | | | | | | | | | | | perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov2012-04-172-1/+31
| | | * | | | | | | | | | | | | | perf tools: Drop CROSS_COMPILE from flex and bison callsOtavio Salvador2012-04-161-2/+2
| | | * | | | | | | | | | | | | | perf report: Fix crash showing warning related to kernel mapsDavid Ahern2012-04-161-5/+12
| * | | | | | | | | | | | | | | | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-278-49/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud