summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-05-091-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan2012-05-091-1/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-095-20/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | KVM: ia64: fix build due to typoAvi Kivity2012-05-091-1/+1
| * | | | | | | | | | | | | KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson2012-05-082-11/+13
| * | | | | | | | | | | | | KVM: Do not take reference to mm during async #PFGleb Natapov2012-05-061-8/+1
| * | | | | | | | | | | | | KVM: ensure async PF event wakes up vcpu from haltGleb Natapov2012-05-061-0/+1
* | | | | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-05-095-29/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | powerpc/irq: Make alignment & program interrupt behave the sameBenjamin Herrenschmidt2012-05-093-10/+9
| * | | | | | | | | | | | | | powerpc/irq: Fix bug with new lazy IRQ handling codeBenjamin Herrenschmidt2012-05-092-19/+7
* | | | | | | | | | | | | | | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-05-082-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | regulator: Actually free the regulator in devm_regulator_put()Mark Brown2012-05-071-1/+4
| * | | | | | | | | | | | | | regulator: Fix the logic to ensure new voltage setting in valid rangeAxel Lin2012-04-171-1/+1
* | | | | | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-05-084-181/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | drm/nouveau/i2c: resume use of i2c-algo-bit, rather than custom stackBen Skeggs2012-05-072-178/+22
| * | | | | | | | | | | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-05-072-3/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+Daniel Vetter2012-05-071-3/+6
| | * | | | | | | | | | | | | | | drm/i915: disable sdvo hotplug on i945g/gmDaniel Vetter2012-05-071-0/+6
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'stable/for-linus-3.4-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-084-25/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | xen/Kconfig: fix Kconfig layoutAndrew Morton2012-05-071-10/+12
| * | | | | | | | | | | | | | | | xen/pci: don't use PCI BIOS service for configuration space accessesDavid Vrabel2012-05-071-2/+5
| * | | | | | | | | | | | | | | | xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEsKonrad Rzeszutek Wilk2012-05-071-1/+6
| * | | | | | | | | | | | | | | | xen/apic: Return the APIC ID (and version) for CPU 0.Konrad Rzeszutek Wilk2012-05-071-1/+34
| * | | | | | | | | | | | | | | | drivers/video/xen-fbfront.c: add missing cleanup codeJulia Lawall2012-05-071-11/+16
* | | | | | | | | | | | | | | | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-082-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo2012-05-081-1/+13
| * | | | | | | | | | | | | | | | | percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo2012-03-291-5/+5
* | | | | | | | | | | | | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-05-083-18/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | ARM: 7414/1: SMP: prevent use of the console when using idmap_pgdColin Cross2012-05-061-2/+2
| * | | | | | | | | | | | | | | | | ARM: 7412/1: audit: use only AUDIT_ARCH_ARM regardless of endiannessWill Deacon2012-05-051-7/+1
| * | | | | | | | | | | | | | | | | ARM: 7411/1: audit: fix treatment of saved ip register during syscall tracingWill Deacon2012-05-051-8/+8
| * | | | | | | | | | | | | | | | | ARM: 7410/1: Add extra clobber registers for assembly in kernel_execveTim Bird2012-05-051-1/+1
* | | | | | | | | | | | | | | | | | IA32 emulation: Fix build problem for modular ia32 a.out supportLarry Finger2012-05-061-0/+1
| |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Linux 3.4-rc6v3.4-rc6Linus Torvalds2012-05-061-1/+1
* | | | | | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-065-5/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | intel_mid_powerbtn: mark irq as IRQF_NO_SUSPENDYong Wang2012-05-041-1/+1
| * | | | | | | | | | | | | | | | | arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driverBjarke Istrup Pedersen2012-05-041-1/+1
| * | | | | | | | | | | | | | | | | x86, relocs: Remove an unused variableKusanagi Kouichi2012-04-301-2/+0
| * | | | | | | | | | | | | | | | | asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin2012-04-301-1/+1
| * | | | | | | | | | | | | | | | | x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann2012-04-271-0/+18
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-05-068-21/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-065-17/+34
| * | | | | | | | | | | | | | | | | | Btrfs: fix crash in scrub repair code when device is missingStefan Behrens2012-05-041-0/+7
| * | | | | | | | | | | | | | | | | | btrfs: Fix mismatching struct members in ioctl.hAlexander Block2012-05-041-2/+2
| * | | | | | | | | | | | | | | | | | Btrfs: fix page leak when allocing extent buffersJosef Bacik2012-05-041-2/+2
| * | | | | | | | | | | | | | | | | | Btrfs: Add properly locking around add_root_to_dirty_listChris Mason2012-05-041-0/+2
* | | | | | | | | | | | | | | | | | | x86: fix broken TASK_SIZE for ia32_aoutAl Viro2012-05-061-2/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2012-05-054-8/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | alpha: silence 'const' warning in sys_marvel.cMatt Turner2012-05-021-1/+1
| * | | | | | | | | | | | | | | | | | | alpha: include module.h to fix modpost on TsunamiJim Faulkner2012-05-021-0/+1
OpenPOWER on IntegriCloud