summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | x86: remove rdc321x_defs.hFlorian Fainelli2010-05-281-12/+0
| * | | | | watchdog: Convert rdc321x_wdt to use southbridge pci deviceFlorian Fainelli2010-05-281-13/+40
| * | | | | gpio: Add support for RDC321x GPIO controllerFlorian Fainelli2010-05-283-1/+255
| * | | | | mfd: Add support for the RDC321x southbridgeFlorian Fainelli2010-05-284-1/+160
| * | | | | mfd: Fix dangling pointersWolfram Sang2010-05-287-2/+10
| * | | | | mfd: Add in XIIC to some configurations of timberdaleRichard Röjfors2010-05-281-0/+41
| * | | | | mfd: Check t7l66 platform_data pointerSamuel Ortiz2010-05-281-0/+3
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-3010-1/+1204
|\ \ \ \ \ \
| * | | | | | DMAENGINE: DMA40 U8500 platform configurationLinus Walleij2010-05-276-1/+283
| * | | | | | DMA: PL330: Add dma api driverJassi Brar2010-05-234-0/+921
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-305-622/+203
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branches 'misc' and 'qib' into for-nextRoland Dreier2010-05-274-614/+200
| |\ \ \ \ \ \ \
| | * | | | | | | IB/qib: Remove DCA support until feature is finishedRalph Campbell2010-05-271-189/+0
| | * | | | | | | IB/qib: Use a single txselect module parameter for serdes tuningRalph Campbell2010-05-261-403/+179
| | * | | | | | | IB/qib: Don't rely on (undefined) order of function parameter evaluationRoland Dreier2010-05-261-10/+15
| | * | | | | | | IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=nRalph Campbell2010-05-252-12/+6
| * | | | | | | | IB/ucm: Use memdup_user()Julia Lawall2010-05-251-8/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-3027-560/+274
|\ \ \ \ \ \ \ \
| * | | | | | | | quota: Convert quota statistics to generic percpu_counterDmitry Monakhov2010-05-272-45/+17
| * | | | | | | | ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi2010-05-271-1/+1
| * | | | | | | | quota: Fixup dquot_transferJan Kara2010-05-271-1/+1
| * | | | | | | | reiserfs: Fix resuming of quotas on remount read-writeJan Kara2010-05-271-2/+10
| * | | | | | | | pohmelfs: Remove dead quota codeDmitry Monakhov2010-05-271-8/+0
| * | | | | | | | ufs: Remove dead quota codeJan Kara2010-05-247-195/+1
| * | | | | | | | udf: Remove dead quota codeJan Kara2010-05-247-128/+6
| * | | | | | | | quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-2410-86/+86
| * | | | | | | | quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-247-15/+22
| * | | | | | | | quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-248-38/+20
| * | | | | | | | quota: move unmount handling into the filesystemChristoph Hellwig2010-05-249-16/+14
| * | | | | | | | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-2410-90/+85
| * | | | | | | | quota: move remount handling into the filesystemChristoph Hellwig2010-05-248-14/+84
| * | | | | | | | ocfs2: Fix use after free on remount read-onlyJan Kara2010-05-241-1/+7
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-3011-26/+93
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, cpufeature: Unbreak compile with gcc 3.xH. Peter Anvin2010-05-271-0/+7
| * | | | | | | | | x86, pat: Fix memory leak in free_memtypeXiaotian Feng2010-05-263-9/+14
| * | | | | | | | | x86, k8: Fix section mismatch for powernowk8_exit()Borislav Petkov2010-05-251-3/+3
| * | | | | | | | | lib/atomic64_test: fix missing include of linux/kernel.hPeter Huewe2010-05-241-0/+1
| * | | | | | | | | x86: remove last traces of quicklist usagePeter Zijlstra2010-05-241-1/+0
| * | | | | | | | | x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas2010-05-241-0/+11
| * | | | | | | | | x86: "nosmp" command line option should force the system into UP modeJan Beulich2010-05-241-3/+23
| * | | | | | | | | arch/x86/pci: use kasprintfJulia Lawall2010-05-241-2/+1
| * | | | | | | | | x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson2010-05-241-8/+33
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | CPU: Avoid using unititialized error variable in disable_nonboot_cpus()Rafael J. Wysocki2010-05-301-1/+1
* | | | | | | | | rapidio: fix new kernel-doc warningsRandy Dunlap2010-05-303-5/+13
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2010-05-306-76/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomicJohn David Anglin2010-05-301-3/+13
| * | | | | | | | | parisc: Remove unnecessary macros from entry.SJohn David Anglin2010-05-301-33/+7
| * | | | | | | | | parisc: LWS fixes for syscall.SJohn David Anglin2010-05-301-23/+9
| * | | | | | | | | parisc: Delete unnecessary nop's in entry.SJohn David Anglin2010-05-301-7/+0
| * | | | | | | | | parisc: Avoid interruption in critical region in entry.SJohn David Anglin2010-05-301-2/+3
OpenPOWER on IntegriCloud