summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-16ARM: orion5x: Refactor mpp code to use common orion platform mpp.Andrew Lunn23-688/+622
2011-05-16ARM: orion: Refactor the MPP code common in the orion platformAndrew Lunn7-123/+122
2011-05-16ARM: orion: Consolidate setup of the crypto engine.Andrew Lunn4-57/+45
2011-05-16ARM: orion: Consolidate SATA platform setup.Andrew Lunn6-108/+50
2011-05-16ARM: orion: Consolidate USB platform setup code.Andrew Lunn6-247/+117
2011-05-16ARM: orion: Consolidate the XOR platform setup code.Andrew Lunn5-478/+242
2011-05-16ARM: orion: Consolidate the platform data setup for the watchdog.Andrew Lunn4-32/+25
2011-05-16ARM: orion: Consolidate SPI initialization.Andrew Lunn5-114/+58
2011-05-16ARM: orion: Consolidate I2C initialization.Andrew Lunn6-158/+67
2011-05-16ARM: orion: Consolidate ethernet platform dataAndrew Lunn7-572/+348
2011-05-16ARM: kirkwood: Add support for RTC interrupts which allows RTC alarms.Andrew Lunn2-1/+2
2011-05-16ARM: orion: Consolidate the creation of the RTC platform data.Andrew Lunn4-19/+23
2011-05-16ARM: orion: Consolidate the creation of the uart platform data.Andrew Lunn8-522/+241
2011-05-16ARM: orion: Rename some constants to macros to make code more identicalAndrew Lunn5-62/+64
2011-05-16arm: orion: Use generic irq chipThomas Gleixner3-117/+45
2011-04-23genirq: Add chip suspend and resume callbacksThomas Gleixner2-0/+104
2011-04-23genirq: Implement a generic interrupt chipThomas Gleixner3-0/+397
2011-04-23genirq: Support per-IRQ thread disabling.Paul Mundt5-2/+34
2011-04-23genirq: irq_desc: Document preflow_handler and affinity_hintGeert Uytterhoeven1-1/+3
2011-04-23genirq: Update DocBook commentsGeert Uytterhoeven1-35/+47
2011-04-23genirq: Forgotten updates/deletions after removal of compat codeGeert Uytterhoeven2-19/+2
2011-04-18Linux 2.6.39-rc4v2.6.39-rc4Linus Torvalds1-1/+1
2011-04-18Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-5/+2
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-26/+361
2011-04-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-187/+186
2011-04-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-26/+81
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-233/+430
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds2-2/+5
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown2-0/+46
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig9-23/+36
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown2-9/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe3-22/+0
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown2-1/+26
2011-04-18powerpc/powermac: Build fix with SMP and CPU hotplugBenjamin Herrenschmidt1-3/+5
2011-04-18powerpc/perf_event: Skip updating kernel counters if register value shrinksEric B Munson1-7/+30
2011-04-18powerpc: Don't write protect kernel text with CONFIG_DYNAMIC_FTRACE enabledStefan Roese1-1/+1
2011-04-18powerpc: Fix oops if scan_dispatch_log is called too earlyAnton Blanchard1-0/+3
2011-04-18powerpc/pseries: Use a kmem cache for DTL buffersNishanth Aravamudan1-2/+10
2011-04-18powerpc/kexec: Fix regression causing compile failure on UPPaul Gortmaker1-6/+6
2011-04-18Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt5-7/+26