summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [S390] sclp: event buffer dissectionMartin Schwidefsky2011-05-232-84/+60
* [S390] chsc: process channel-path-availability informationSebastian Ott2011-05-231-1/+34
* [S390] refactor page table functions for better pgste supportMartin Schwidefsky2011-05-237-233/+331
* [S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky2011-05-235-71/+68
* [S390] qdio: prevent compile warningJan Glauber2011-05-231-1/+1
* [S390] sclp: remove unnecessary sendmask checkHeiko Carstens2011-05-231-13/+1
* [S390] convert old cpumask API into new oneKOSAKI Motohiro2011-05-234-23/+23
* [S390] pfault: cleanup codeHeiko Carstens2011-05-231-30/+37
* [S390] pfault: cpu hotplug vs missing completion interruptsHeiko Carstens2011-05-236-26/+71
* [S390] smp: add __noreturn attribute to cpu_die()Heiko Carstens2011-05-231-1/+1
* [S390] percpu: implement arch specific irqsafe_cpu_opsHeiko Carstens2011-05-232-1/+68
* [S390] vdso: disable gcov profilingPeter Oberparleiter2011-05-232-0/+6
* [S390] ap: skip device registration on type probe failureHolger Dengler2011-05-232-2/+8
* [S390] extmem: get rid of compile warningHeiko Carstens2011-05-231-0/+2
* [S390] tape: remove unused/not handled return codesHeiko Carstens2011-05-232-6/+2
* [S390] monwriter: fix return code handlingHeiko Carstens2011-05-231-2/+2
* [S390] dasd: fix return code handlingHeiko Carstens2011-05-231-2/+1
* [S390] get rid of unused variablesHeiko Carstens2011-05-239-35/+0
* [S390] Remove tape block device driver.Heiko Carstens2011-05-233-457/+0
* [S390] Remove data execution protectionMartin Schwidefsky2011-05-2314-283/+35
* [S390] cio: fix unreg race in set_online pathSebastian Ott2011-05-231-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2011-05-2227-386/+603
|\
| * nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi2011-05-1015-86/+63
| * nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi2011-05-108-36/+14
| * nilfs2: get rid of NILFS_I_NILFSRyusuke Konishi2011-05-107-22/+20
| * nilfs2: use list_first_entryRyusuke Konishi2011-05-102-8/+8
| * nilfs2: use empty_aops for gc-inodesRyusuke Konishi2011-05-101-4/+1
| * nilfs2: implement resize ioctlRyusuke Konishi2011-05-107-5/+189
| * nilfs2: add truncation routine of segment usage fileRyusuke Konishi2011-05-101-0/+112
| * nilfs2: add routine to move secondary super blockRyusuke Konishi2011-05-101-0/+57
| * nilfs2: add ioctl which limits range of segment to be allocatedRyusuke Konishi2011-05-104-10/+100
| * nilfs2: zero fill unused portion of super root blockRyusuke Konishi2011-05-102-2/+15
| * nilfs2: super root size should change depending on inode sizeRyusuke Konishi2011-05-103-3/+6
| * nilfs2: get rid of private page allocatorRyusuke Konishi2011-05-106-207/+18
| * nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-05-102-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2011-05-225-7/+7
|\ \
| * | ide/ide-scan-pci.c: Use for_each_pci_dev().Thiago Farina2011-05-161-1/+1
| * | ide: Use linux/mutex.hAnton Blanchard2011-05-081-1/+1
| * | IDE: ide-floppy, remove unnecessary NULL checkJiri Slaby2010-11-221-1/+1
| * | drivers/ide/pmac.c: Remove unnecessary casts of pci_get_drvdataJoe Perches2010-11-221-2/+2
| * | ide: fix use after free in ide-acpiMariusz Kozlowski2010-11-221-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-05-2255-1684/+1553
|\ \ \
| * | | sparc32: fix build, fix missing cpu_relax declarationSam Ravnborg2011-05-221-0/+1
| * | | SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom2011-05-202-6/+1
| * | | Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'David S. Miller2011-05-2039-377/+501
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller2011-05-206-9/+32
| |\ \ \ \
| | * | | | sparc: add {read,write}*_be routinesJan Andersson2011-05-121-0/+13
| * | | | | sparc32,leon: Remove unnecessary page_address calls in LEON DMA API.Kristoffer Glembo2011-05-161-26/+16
| * | | | | sparc: convert old cpumask API into new oneKOSAKI Motohiro2011-05-1616-105/+115
| * | | | | sparc32, sun4d: Implemented SMP IPIs support for SUN4D machinesDaniel Hellstrom2011-05-163-0/+94