summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kgdb: gdb documentation fixFrank Rowand2009-05-151-1/+1
* kgdb,i386: use address that SP register points to in the exception frameJason Wessel2009-05-151-1/+2
* sysrq, intel_fb: fix sysrq g collisionJason Wessel2009-05-153-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds2009-05-1312-20/+81
|\
| * xtensa: Fix linker script to include .literal sectionsChris Zankel2009-05-112-6/+19
| * xtensa: update s6105_defconfig for ccount calibrationOskar Schirmer2009-05-111-2/+1
| * xtensa: implement ccount calibration for s6000Oskar Schirmer2009-05-113-0/+29
| * xtensa: fix wrong extern declaration renamed in code using itOskar Schirmer2009-05-111-2/+2
| * xtensa: register gpio chip before useJohannes Weiner2009-05-113-2/+10
| * xtensa: always use correct stack pointer for stack tracesJohannes Weiner2009-05-111-2/+14
| * xtensa: Fix checksum header fileChris Zankel2009-05-111-2/+4
| * xtensa: Fix architecture specific KconfigChris Zankel2009-05-111-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2009-05-133-1/+11
|\ \
| * | Squashfs: cody tidying, remove commented out line in MakefilePhillip Lougher2009-05-131-1/+0
| * | Squashfs: check page size is not larger than the filesystem block sizePhillip Lougher2009-05-131-0/+10
| * | Squashfs: fix breakage when page size > metadata block sizeDoug Chapman2009-05-131-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-05-131-0/+1
|\ \
| * | fuse: destroy bdi on errorMiklos Szeredi2009-04-281-0/+1
* | | Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-05-132-6/+8
|\ \ \
| * | | KVM: SVM: Remove port 80 passthroughAvi Kivity2009-05-111-1/+0
| * | | KVM: Make EFER reads safe when EFER does not existAvi Kivity2009-05-111-2/+2
| * | | KVM: Fix NX support reportingAvi Kivity2009-05-111-1/+1
| * | | KVM: SVM: Fix cross vendor migration issue with unusable bitAndre Przywara2009-05-111-2/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-05-137-149/+167
|\ \ \ \
| * | | | nilfs2: check size of array structured data exchanged via ioctlsRyusuke Konishi2009-05-121-0/+10
| * | | | nilfs2: fix lock order reversal in nilfs_clean_segments ioctlRyusuke Konishi2009-05-114-74/+100
| * | | | nilfs2: fix possible circular locking for get information ioctlsRyusuke Konishi2009-05-111-62/+38
| * | | | nilfs2: ensure to clear dirty state when deleting metadata file blockRyusuke Konishi2009-05-102-2/+3
| * | | | nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi2009-05-092-9/+12
| * | | | nilfs2: fix possible recovery failure due to block creation without writerRyusuke Konishi2009-05-091-2/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-05-134-3/+11
|\ \ \ \ \
| * \ \ \ \ Merge branches 'cxgb3' and 'mlx4' into for-linusRoland Dreier2009-05-133-3/+10
| |\ \ \ \ \
| | * | | | | IB/mlx4: Don't overwrite fast registration page list when posting work requestJack Morgenstein2009-05-073-3/+10
| * | | | | | RDMA/cxgb3: Don't complete flushed send work requests twiceSteve Wise2009-04-291-0/+1
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-05-131-0/+1
|\ \ \ \ \ \
| * | | | | | drm/i915: automatically select FRAMEBUFFER_CONSOLE if !EMBEDDEDJesse Barnes2009-05-121-0/+1
* | | | | | | Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"Linus Torvalds2009-05-131-8/+0
* | | | | | | Remove implementation of readpage from the hugetlbfs_aopsMel Gorman2009-05-131-11/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-05-123-1/+9
|\ \ \ \ \ \ \
| * | | | | | | HID: add NOGET quirk for devices from CH ProductsAlan Stern2009-05-112-0/+8
| * | | | | | | HID: fix dropped device-specific quirksZoltan Karcagi2009-05-111-1/+1
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-05-125-29/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | dma: fix ipu_idmac.c to not discard the last queued bufferGuennadi Liakhovetski2009-05-121-1/+2
| * | | | | | | | ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski2009-05-123-23/+45
| * | | | | | | | ipu_idmac: Use disable_irq_nosync() from within irq handlers.Ben Nizette2009-05-051-2/+2
| * | | | | | | | dmatest: fix max channels handlingDan Williams2009-04-081-3/+1
* | | | | | | | | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-127-10/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nfsd: silence lockdep warningJ. Bruce Fields2009-05-111-2/+2
| * | | | | | | | | lockd: fix list corruption on lockd restartJ. Bruce Fields2009-05-061-4/+11
| * | | | | | | | | nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields2009-05-061-1/+15
OpenPOWER on IntegriCloud