summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Replace old style lock initializerThomas Gleixner2009-11-241-2/+6
* macintosh: Remove BKL from nvram driverThomas Gleixner2009-11-241-8/+3Star
* powerpc: Use unlocked ioctl in nvram_64Thomas Gleixner2009-11-241-7/+7
* powerpc/spufs: Fix test in spufs_switch_log_read()roel kluin2009-11-241-1/+1
* Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2009-11-248-3/+36
|\
| * powerpc/44x: Enable 64bit (>= 4GB) memory size in Katmai dtsStefan Roese2009-11-041-3/+11
| * powerpc/4xx: Add 16K FIFO size DTS entries on supported platformsDave Mitchell2009-11-047-0/+25
* | powerpc/p4080: Add basic support for p4080ds platformKumar Gala2009-11-206-0/+785
* | powerpc/86xx: Support for NVRAM on GE Fanuc's PPC9AMartyn Welch2009-11-204-1/+13
* | powerpc/86xx: Support for NVRAM on GE Fanuc's SBC310Martyn Welch2009-11-204-1/+13
* | powerpc/86xx: Enable NVRAM on GE Fanuc's SBC610Martyn Welch2009-11-204-2/+14
* | powerpc/fsl: Add PCI device ids for new QoirQ chipsKumar Gala2009-11-202-0/+28
* | powerpc/fsl-booke: Rework TLB CAM codeKumar Gala2009-11-204-94/+74Star
* | powerpc/85xx: Kconfig cleanupKumar Gala2009-11-206-20/+20
* | powerpc/fsl: Make fsl_deep_sleep() usable w/ modules and non-83xx buildsAnton Vorontsov2009-11-122-0/+5
* | powerpc/83xx: Add power management support for MPC83xx QE boardsAnton Vorontsov2009-11-125-0/+43
* | powerpc/86xx: Add power management support for MPC8610HPCD boardsAnton Vorontsov2009-11-123-4/+74
* | powerpc/85xx: Add power management support for MPC85xxMDS boardsAnton Vorontsov2009-11-123-78/+153
* | powerpc/85xx/86xx: Add suspend/resume supportAnton Vorontsov2009-11-123-1/+99
* | powerpc/qe: Implement QE driver for handling resume on MPC85xxAnton Vorontsov2009-11-121-0/+34
* | spi_mpc8xxx: Add support for QE DMA mode and CPM1/CPM2 chipsAnton Vorontsov2009-11-122-43/+500
* | spi_mpc8xxx: Turn qe_mode into flagsAnton Vorontsov2009-11-122-12/+20
* | spi_mpc8xxx: Factor out SPI mode change steps into a callAnton Vorontsov2009-11-121-32/+24Star
* | spi_mpc8xxx: Fix uninitialized variableAnton Vorontsov2009-11-121-0/+1
* | powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM buildsAnton Vorontsov2009-11-123-16/+54
* | powerpc/cpm: Move CPMFCR_* defines into cpm.hAnton Vorontsov2009-11-122-8/+16
* | powerpc/qe&cpm2: Avoid redefinitions in CPM2 and QE headersAnton Vorontsov2009-11-123-5/+27
* | powerpc/cpm: Remove SPI defines and spi structsAnton Vorontsov2009-11-122-84/+0Star
* | powerpc/85xx: Added P1020RDB Platform support.Poonam Aggrwal2009-11-122-0/+501
* | powerpc/qe: QE also shuts down on MPC8568Anton Vorontsov2009-11-122-14/+22
* | powerpc/qe: Make qe_reset() code path safe for repeated invocationAnton Vorontsov2009-11-123-7/+12
* | powerpc/85xx: Create dts for each core in CAMP mode for P2020RDBPoonam Aggrwal2009-11-123-1/+556
* | powerpc/qe: Add qe_upload_firmware() stub for non-QE buildsAnton Vorontsov2009-11-121-0/+7
* | powerpc/qe: Increase MAX_QE_RISC to 4Anton Vorontsov2009-11-121-1/+1
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-12590-8130/+9041
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-11-116-50/+183
| |\ \
| | * | Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik2009-11-111-0/+10
| | * | Btrfs: allow more metadata chunk preallocationChris Mason2009-11-111-2/+2
| | * | Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik2009-11-111-8/+23
| | * | Btrfs: find ideal block group for cachingJosef Bacik2009-11-111-23/+86
| | * | Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter2009-11-111-1/+1
| | * | Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang2009-11-111-2/+0Star
| | * | Btrfs: fix some metadata enospc issuesJosef Bacik2009-11-111-5/+31
| | * | Btrfs: fix how we set max_size for free space clustersJosef Bacik2009-11-111-1/+1
| | * | Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik2009-11-111-6/+13
| | * | Btrfs: fix data allocation hint startJosef Bacik2009-11-111-2/+16
| * | | btusb bluetooth driver: wait for 'waker' work too before closingLinus Torvalds2009-11-111-0/+1
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-11-116-21/+65
| |\ \ \
| | * | | JBD/JBD2: free j_wbuf if journal init fails.Tao Ma2009-11-112-0/+4
| | * | | ext3: Wait for proper transaction commit on fsyncJan Kara2009-11-114-21/+57