| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2006-09-22 | 13 | -289/+1429 |
|\ |
|
| * | [CRYPTO] drivers: Remove obsolete block cipher operations | Herbert Xu | 2006-09-21 | 2 | -315/+0 |
| * | [CRYPTO] s390: Added block cipher versions of CBC/ECB | Herbert Xu | 2006-09-21 | 3 | -14/+590 |
| * | [CRYPTO] s390: Added missing driver name and priority | Herbert Xu | 2006-09-21 | 5 | -0/+14 |
| * | [CRYPTO] api: Get rid of flags argument to setkey | Herbert Xu | 2006-09-21 | 4 | -9/+15 |
| * | [CRYPTO] twofish: x86-64 assembly version | Joachim Fritschi | 2006-09-21 | 3 | -0/+424 |
| * | [CRYPTO] twofish: i586 assembly version | Joachim Fritschi | 2006-09-21 | 3 | -0/+435 |
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2006-09-22 | 34 | -980/+2466 |
|\ \ |
|
| * | | [S390] hypfs crashes with invalid mount option. | Michael Holzheu | 2006-09-20 | 1 | -4/+6 |
| * | | [S390] Use alternative user-copy operations for new hardware. | Gerald Schaefer | 2006-09-20 | 4 | -1/+175 |
| * | | [S390] Make user-copy operations run-time configurable. | Gerald Schaefer | 2006-09-20 | 6 | -426/+348 |
| * | | [S390] Cleanup in signal handling code. | Gerald Schaefer | 2006-09-20 | 1 | -22/+17 |
| * | | [S390] Cleanup in page table related code. | Gerald Schaefer | 2006-09-20 | 1 | -22/+14 |
| * | | [S390] Linux API for writing z/VM APPLDATA Monitor records. | Melissa Howland | 2006-09-20 | 1 | -0/+1 |
| * | | [S390] Remove kexec experimental flag. | Heiko Carstens | 2006-09-20 | 1 | -2/+1 |
| * | | [S390] cleanup appldata. | Gerald Schaefer | 2006-09-20 | 3 | -85/+13 |
| * | | [S390] Kernel stack overflow handling. | Heiko Carstens | 2006-09-20 | 1 | -2/+2 |
| * | | [S390] convert some assembler to C. | Heiko Carstens | 2006-09-20 | 4 | -88/+57 |
| * | | [S390] __exit cleanup. | Heiko Carstens | 2006-09-20 | 2 | -2/+2 |
| * | | [S390] Use simple_strtoul instead of own cmm_strtoul wrapper. | Heiko Carstens | 2006-09-20 | 1 | -23/+7 |
| * | | [S390] fix syscall restart handling. | Heiko Carstens | 2006-09-20 | 1 | -0/+1 |
| * | | [S390] ipl/dump on panic. | Michael Holzheu | 2006-09-20 | 9 | -284/+1002 |
| * | | [S390] hypfs compiler warnings. | Michael Holzheu | 2006-09-20 | 1 | -4/+8 |
| * | | [S390] hypfs comment cleanup. | Michael Holzheu | 2006-09-20 | 4 | -4/+4 |
| * | | [S390] initrd vs. bootmem bitmap. | Heiko Carstens | 2006-09-20 | 4 | -11/+48 |
| * | | [S390] add kprobes support. | Michael Grundy | 2006-09-20 | 8 | -4/+764 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-09-22 | 139 | -1862/+3086 |
|\ \
| |/
|/| |
|
| * | [POWERPC] EEH: Power4 systems sometimes need multiple resets. | Linas Vepstas | 2006-09-22 | 1 | -12/+24 |
| * | [POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t. | Scott Wood | 2006-09-22 | 1 | -0/+2 |
| * | [POWERPC] Demacrofy arch/powerpc/platforms/maple/pci.c | Nathan Lynch | 2006-09-22 | 1 | -19/+25 |
| * | [POWERPC] Maple U3 HT - reject inappropriate config space access | Nathan Lynch | 2006-09-22 | 1 | -0/+6 |
| * | [POWERPC] Fix IPIC pending register assignments | Scott Wood | 2006-09-22 | 1 | -21/+21 |
| * | [POWERPC] Merge iSeries i/o operations with the rest | Stephen Rothwell | 2006-09-22 | 2 | -52/+242 |
| * | [POWERPC] Fix compile error in sbc8560 | Amy Fong | 2006-09-21 | 2 | -0/+19 |
| * | [POWERPC] EEH: support MMIO enable recovery step | Linas Vepstas | 2006-09-21 | 1 | -17/+64 |
| * | [POWERPC] EEH: enable MMIO/DMA on frozen slot | Linas Vepstas | 2006-09-21 | 1 | -0/+29 |
| * | [POWERPC] EEH: code comment cleanup | Linas Vepstas | 2006-09-21 | 2 | -11/+35 |
| * | [POWERPC] EEH: balance pcidev_get/put calls | Linas Vepstas | 2006-09-21 | 1 | -15/+2 |
| * | [POWERPC] PPC: Fix xmon stack frame address in backtrace | Josh Boyer | 2006-09-21 | 1 | -1/+1 |
| * | [POWERPC] Add AT_PLATFORM value for Xilinx Virtex-4 FX | Peter Bergner | 2006-09-21 | 1 | -0/+1 |
| * | [POWERPC] Start arch/powerpc/boot code reorganization | Mark A. Greer | 2006-09-20 | 9 | -178/+441 |
| * | [POWERPC] Define of_read_ulong helper | Paul Mackerras | 2006-09-20 | 3 | -25/+11 |
| * | [POWERPC] convert string i/o operations to C | Stephen Rothwell | 2006-09-20 | 4 | -103/+118 |
| * | [POWERPC] clean up ide io accessors | Stephen Rothwell | 2006-09-20 | 4 | -28/+0 |
| * | [POWERPC] remove unused asm routines | Stephen Rothwell | 2006-09-20 | 4 | -144/+0 |
| * | [POWERPC] remove unused io accessors | Stephen Rothwell | 2006-09-20 | 1 | -16/+0 |
| * | [POWERPC] silence a warning | Stephen Rothwell | 2006-09-20 | 1 | -1/+1 |
| * | [POWERPC] make spinlocks work in a combined kernel | Stephen Rothwell | 2006-09-20 | 1 | -14/+13 |
| * | [POWERPC] Fix MPC8349EMDS dts PCI interrupt-map values for IDSEL 0x18 | Kim Phillips | 2006-09-14 | 1 | -8/+8 |
| * | [POWERPC] Fix non-smp build | Olof Johansson | 2006-09-14 | 1 | -0/+1 |