Age | Commit message (Expand) | Author | Files | Lines |
2017-10-09 | Merge back suspend/resume/hibernate material for v4.15. | Rafael J. Wysocki | 2 | -26/+0 |
2017-10-05 | PM: ARM: locomo: Drop suspend and resume bus type callbacks | Rafael J. Wysocki | 2 | -26/+0 |
2017-09-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 17 | -66/+87 |
2017-09-24 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -25/+28 |
2017-09-23 | Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 14 | -13/+106 |
2017-09-23 | x86/asm: Fix inline asm call constraints for Clang | Josh Poimboeuf | 12 | -42/+39 |
2017-09-22 | Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 18 | -36/+38 |
2017-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 3 | -4/+1 |
2017-09-22 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 3 | -2/+11 |
2017-09-22 | arch: remove unused *_segments() macros/functions | Tobias Klauser | 10 | -51/+0 |
2017-09-22 | parisc: Unbreak bootloader due to gcc-7 optimizations | Helge Deller | 2 | -2/+3 |
2017-09-22 | parisc: Reintroduce option to gzip-compress the kernel | Helge Deller | 2 | -0/+17 |
2017-09-22 | parisc: Add HWPOISON page fault handler code | Helge Deller | 1 | -4/+29 |
2017-09-22 | parisc: Move init_per_cpu() into init section | Helge Deller | 4 | -4/+4 |
2017-09-22 | parisc: Check if initrd was loaded into broken RAM | Helge Deller | 1 | -0/+9 |
2017-09-22 | parisc: Add PDCE_CHECK instruction to HPMC handler | Helge Deller | 1 | -1/+9 |
2017-09-22 | parisc: Add wrapper for pdc_instr() firmware function | Helge Deller | 2 | -0/+21 |
2017-09-22 | parisc: Move start_parisc() into init section | Helge Deller | 1 | -2/+2 |
2017-09-22 | parisc: Stop unwinding at start of stack | Helge Deller | 1 | -0/+12 |
2017-09-22 | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-09-22 | Merge tag 'powerpc-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 19 | -56/+77 |
2017-09-22 | Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-l... | Linus Torvalds | 27 | -33/+37 |
2017-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 5 | -33/+147 |
2017-09-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 12 | -156/+184 |
2017-09-21 | MIPS: PCI: fix pcibios_map_irq section mismatch | Manuel Lauss | 24 | -25/+25 |
2017-09-21 | MIPS: Fix input modify in __write_64bit_c0_split() | James Hogan | 1 | -6/+9 |
2017-09-21 | MIPS: MSP71xx: Include asm/setup.h | Arnd Bergmann | 1 | -0/+2 |
2017-09-21 | powerpc/pseries: Fix parent_dn reference leak in add_dt_node() | Tyrel Datwyler | 1 | -1/+3 |
2017-09-21 | powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR | Tyrel Datwyler | 2 | -2/+5 |
2017-09-21 | powerpc/eeh: Create PHB PEs after EEH is initialized | Benjamin Herrenschmidt | 2 | -18/+4 |
2017-09-20 | s390/topology: enable / disable topology dynamically | Heiko Carstens | 1 | -2/+74 |
2017-09-20 | s390/topology: alternative topology for topology-less machines | Heiko Carstens | 2 | -23/+61 |
2017-09-20 | powerpc/kprobes: Update optprobes to use emulate_update_regs() | Naveen N. Rao | 1 | -1/+3 |
2017-09-20 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 1 | -2/+10 |
2017-09-20 | crypto: x86/twofish - Fix RBP usage | Josh Poimboeuf | 1 | -6/+6 |
2017-09-20 | crypto: sha512-avx2 - Fix RBP usage | Josh Poimboeuf | 1 | -36/+39 |
2017-09-20 | crypto: x86/sha256-ssse3 - Fix RBP usage | Josh Poimboeuf | 1 | -8/+7 |
2017-09-20 | crypto: x86/sha256-avx2 - Fix RBP usage | Josh Poimboeuf | 1 | -15/+7 |
2017-09-20 | crypto: x86/sha256-avx - Fix RBP usage | Josh Poimboeuf | 1 | -8/+7 |
2017-09-20 | crypto: x86/sha1-ssse3 - Fix RBP usage | Josh Poimboeuf | 1 | -6/+5 |
2017-09-20 | crypto: x86/sha1-avx2 - Fix RBP usage | Josh Poimboeuf | 1 | -3/+1 |
2017-09-20 | crypto: x86/des3_ede - Fix RBP usage | Josh Poimboeuf | 1 | -6/+9 |
2017-09-20 | crypto: x86/cast6 - Fix RBP usage | Josh Poimboeuf | 1 | -16/+34 |
2017-09-20 | crypto: x86/cast5 - Fix RBP usage | Josh Poimboeuf | 1 | -17/+30 |
2017-09-20 | crypto: x86/camellia - Fix RBP usage | Josh Poimboeuf | 1 | -13/+13 |
2017-09-20 | crypto: x86/blowfish - Fix RBP usage | Josh Poimboeuf | 1 | -22/+26 |
2017-09-20 | MIPS: Fix perf event init | Paul Burton | 1 | -2/+1 |
2017-09-20 | powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offline | Gautham R. Shenoy | 1 | -1/+7 |
2017-09-20 | powerpc/sstep: mullw should calculate a 64 bit signed result | Anton Blanchard | 1 | -2/+3 |
2017-09-20 | powerpc/sstep: Fix issues with mcrf | Anton Blanchard | 1 | -2/+2 |