Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | crypto: powerpc - move files to fix build error | Kim Phillips | 2015-03-09 | 6 | -4/+4 | |
* | crypto: powerpc/md5 - kernel config | Markus Stockhausen | 2015-03-04 | 1 | -0/+2 | |
* | crypto: powerpc/md5 - glue | Markus Stockhausen | 2015-03-04 | 1 | -0/+165 | |
* | crypto: powerpc/md5 - assembler | Markus Stockhausen | 2015-03-04 | 1 | -0/+243 | |
* | crypto: powerpc/sha1 - kernel config | Markus Stockhausen | 2015-03-02 | 1 | -0/+2 | |
* | crypto: powerpc/sha1 - glue | Markus Stockhausen | 2015-03-02 | 1 | -0/+210 | |
* | crypto: powerpc/sha1 - assembler | Markus Stockhausen | 2015-03-02 | 1 | -0/+299 | |
* | crypto: powerpc/aes - kernel config | Markus Stockhausen | 2015-03-01 | 1 | -0/+2 | |
* | cyprot: powerpc/aes - glue code | Markus Stockhausen | 2015-03-01 | 1 | -0/+512 | |
* | crypto: powerpc/aes - ECB/CBC/CTR/XTS modes | Markus Stockhausen | 2015-03-01 | 1 | -0/+630 | |
* | crypto: powerpc/aes - key handling | Markus Stockhausen | 2015-03-01 | 1 | -0/+283 | |
* | crypto: powerpc/aes - assembler core | Markus Stockhausen | 2015-03-01 | 1 | -0/+351 | |
* | crypto: powerpc/aes - aes tables | Markus Stockhausen | 2015-03-01 | 1 | -0/+331 | |
* | crypto: powerpc/aes - register defines | Markus Stockhausen | 2015-03-01 | 1 | -0/+42 | |
* | crypto: ppc/sha256 - kernel config | Markus Stockhausen | 2015-02-27 | 1 | -0/+2 | |
* | crypto: ppc/sha256 - glue | Markus Stockhausen | 2015-02-27 | 1 | -0/+275 | |
* | crypto: ppc/sha256 - assembler | Markus Stockhausen | 2015-02-27 | 1 | -0/+323 | |
* | Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 2015-02-21 | 4 | -6/+12 | |
|\ | ||||||
| * | powerpc/corenet: Enable CLK_QORIQ | Emil Medve | 2015-02-18 | 2 | -0/+2 | |
| * | Merge branch 'clk-next' into v3.19-rc7 | Michael Turquette | 2015-02-02 | 2 | -6/+10 | |
| |\ | ||||||
| | * | powerpc: call of_clk_init() from time_init() | Kevin Hao | 2015-01-20 | 2 | -6/+10 | |
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2015-02-19 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion | Masahiro Yamada | 2015-01-09 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
* | | | kexec: add IND_FLAGS macro | Geoff Levand | 2015-02-17 | 1 | -2/+0 | |
* | | | powerpc: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-16 | 11 | -26/+4 | |
* | | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-15 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * \ \ | Merge 3.19-rc5 into char-misc-next | Greg Kroah-Hartman | 2015-01-19 | 9 | -18/+29 | |
| |\ \ \ | ||||||
| * | | | | uio: uio_fsl_elbc_gpcm: new driver | John Ogness | 2015-01-12 | 1 | -0/+3 | |
| | |/ / | |/| | | ||||||
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds | 2015-02-14 | 3 | -14/+14 | |
|\ \ \ \ | ||||||
| * | | | | ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE | Christian Borntraeger | 2015-01-19 | 1 | -2/+2 | |
| * | | | | ppc/kvm: Replace ACCESS_ONCE with READ_ONCE | Christian Borntraeger | 2015-01-19 | 2 | -12/+12 | |
* | | | | | powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 3 | -18/+10 | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-02-13 | 4 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | kvm: add halt_poll_ns module parameter | Paolo Bonzini | 2015-02-06 | 3 | -0/+3 | |
| * | | | | | KVM: remove unneeded return value of vcpu_postcreate | Dominik Dingel | 2015-01-23 | 1 | -2/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-02-12 | 12 | -86/+70 | |
|\ \ \ \ \ | ||||||
| * | | | | | powerpc: add running_clock for powerpc to prevent spurious softlockup warnings | Cyril Bur | 2015-02-12 | 1 | -0/+32 | |
| * | | | | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 3 | -7/+3 | |
| * | | | | | mm: remove remaining references to NUMA hinting bits and helpers | Mel Gorman | 2015-02-12 | 3 | -64/+1 | |
| * | | | | | ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT | Mel Gorman | 2015-02-12 | 2 | -13/+15 | |
| * | | | | | mm: convert p[te|md]_numa users to p[te|md]_protnone_numa | Mel Gorman | 2015-02-12 | 4 | -10/+11 | |
| * | | | | | mm: add p[te|md] protnone helpers for use by NUMA balancing | Mel Gorman | 2015-02-12 | 1 | -0/+16 | |
* | | | | | | Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'for-3.20/core' into for-3.20/drivers | Jens Axboe | 2015-01-13 | 1 | -13/+4 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | axonram: Fix bug in direct_access | Matthew Wilcox | 2015-01-13 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -13/+4 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | | | ||||||
| * | | | | | block: Change direct_access calling convention | Matthew Wilcox | 2015-01-13 | 1 | -13/+4 | |
| |/ / / / | ||||||
* | | | | | Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-02-12 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *---. \ \ \ \ | Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a... | Joerg Roedel | 2015-02-04 | 5 | -4/+7 | |
| |\ \ \ \ \ \ \ | | | | | |_|/ / | | | | |/| | / | | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | iommu/fsl: Various cleanups | Emil Medve | 2015-02-03 | 1 | -2/+2 | |
| |/ / / / / |