summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bitPaul Mackerras2008-09-156-126/+110
* powerpc: Make it possible to move the interrupt handlers away from the kernelPaul Mackerras2008-09-157-64/+72
* powerpc: Rearrange head_64.S to move interrupt handler code to the beginningPaul Mackerras2008-09-151-97/+106
* powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernelsChandru2008-09-152-22/+95
* powerpc: Check rc of notifier chain for memory removeNathan Fontenot2008-09-151-3/+3
* powerpc: New copy_4K_page()Mark Nelson2008-09-151-105/+93
* powerpc: Add new CPU feature: CPU_FTR_CP_USE_DCBTZMark Nelson2008-09-151-3/+6
* powerpc: Fix duplicate test of MACIO_FLAG_SCCB_ONroel kluin2008-09-151-1/+1
* Merge branch 'linux-2.6'Paul Mackerras2008-09-101325-14573/+38128
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-093-7/+10
| |\
| | * x86: fix memmap=exactmap boot argumentPrarit Bhargava2008-09-091-1/+1
| | * x86: disable static NOPLs on 32 bitsLinus Torvalds2008-09-081-5/+8
| | * xen: fix 2.6.27-rc5 xen balloon driver warningsJeremy Fitzhardinge2008-09-081-1/+1
| * | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-09-096-18/+61
| |\ \
| | * | [S390] cio: allow offline processing for disconnected devicesPeter Oberparleiter2008-09-091-0/+7
| | * | [S390] cio: handle ssch() return codes correctly.Cornelia Huck2008-09-091-1/+3
| | * | [S390] cio: Correct cleanup on error.Cornelia Huck2008-09-092-17/+22
| | * | [S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit modeJarod Wilson2008-09-092-0/+29
| * | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-09-091-1/+1
| |\ \ \
| | * | | [MIPS] IP22: Fix detection of second HPC3 on Challenge SThomas Bogendoerfer2008-09-081-1/+1
| * | | | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds2008-09-0910-141/+221
| |\ \ \ \
| | * | | | UBIFS: make minimum fanout 3Artem Bityutskiy2008-09-051-1/+1
| | * | | | UBIFS: fix division by zeroArtem Bityutskiy2008-09-051-6/+7
| | * | | | UBIFS: amend f_fsidArtem Bityutskiy2008-09-031-2/+3
| | * | | | UBIFS: fill f_fsidArtem Bityutskiy2008-08-311-0/+1
| | * | | | UBIFS: improve statfs reporting even moreArtem Bityutskiy2008-08-313-10/+40
| | * | | | UBIFS: introduce LEB overheadArtem Bityutskiy2008-08-312-0/+11
| | * | | | UBIFS: add forgotten gc_idx_lebs componentArtem Bityutskiy2008-08-311-1/+1
| | * | | | UBIFS: fix assertionArtem Bityutskiy2008-08-311-9/+7
| | * | | | UBIFS: improve statfs reportingArtem Bityutskiy2008-08-313-32/+46
| | * | | | UBIFS: remove incorrect index space checkArtem Bityutskiy2008-08-311-14/+1
| | * | | | UBIFS: push empty flash hack downArtem Bityutskiy2008-08-312-15/+11
| | * | | | UBIFS: do not update min_idx_lebs in stafsArtem Bityutskiy2008-08-311-1/+0
| | * | | | UBIFS: allow for racing between GC and TNCAdrian Hunter2008-08-254-51/+87
| | * | | | UBIFS: always read hashed-key nodes under TNC mutexAdrian Hunter2008-08-251-6/+1
| | * | | | UBIFS: fix zero-length truncationsArtem Bityutskiy2008-08-212-5/+16
| * | | | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-098-11/+56
| * | | | | MAINTAINERS: add Atheros maintainer for atlxChris Snook2008-09-091-1/+3
| * | | | | update Documentation/filesystems/Locking for 2.6.27 changesChristoph Hellwig2008-09-091-11/+4
| | |_|/ / | |/| | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Linus Torvalds2008-09-083-3/+64
| |\ \ \ \
| | * | | | avr32: pm_standby low-power ram bug fixHumphrey Bucknell2008-09-011-1/+1
| | * | | | avr32: Fix lockup after Java stack underflow in user modeHaavard Skinnemoen2008-09-012-2/+63
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-09-082-7/+24
| |\ \ \ \ \
| | * | | | | powerpc: Fix rare boot build breakageHugh Dickins2008-09-081-1/+1
| | * | | | | powerpc/spufs: Fix possible scheduling of a context to multiple SPEsAndre Detsch2008-09-081-1/+2
| | * | | | | powerpc/spufs: Fix race for a free SPUJeremy Kerr2008-09-051-4/+19
| | * | | | | powerpc/spufs: Fix multiple get_spu_context()Jeremy Kerr2008-09-051-1/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-09-081-36/+48
| |\ \ \ \ \ \
| | * | | | | | Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"Herbert Xu2008-09-081-36/+48
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-0810-13/+50
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud