Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | xen: use generated hypercall symbols in arch/x86/xen/xen-head.S | Juergen Gross | 2015-03-16 | 1 | -53/+10 | |
| * | | | | | | | | | | | | | | xen: use generated hypervisor symbols in arch/x86/xen/trace.c | Juergen Gross | 2015-03-16 | 1 | -46/+4 | |
| * | | | | | | | | | | | | | | xen: synchronize include/xen/interface/xen.h with xen | Juergen Gross | 2015-03-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | xen: build infrastructure for generating hypercall depending symbols | Juergen Gross | 2015-03-16 | 1 | -0/+9 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-16 | 1 | -7/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | x86: mtrr: if: remove use of seq_printf return value | Joe Perches | 2015-04-16 | 1 | -7/+5 | |
* | | | | | | | | | | | | | | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 3 | -25/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | x86: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 2 | -18/+1 | |
| * | | | | | | | | | | | | | | | um: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 1 | -7/+0 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw... | Linus Torvalds | 2015-04-15 | 7 | -220/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | x86, UML: fix integer overflow in ELF_ET_DYN_BASE | Andrey Ryabinin | 2015-04-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | um: Remove broken highmem support | Richard Weinberger | 2015-04-13 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | um: Remove broken SMP support | Richard Weinberger | 2015-04-13 | 1 | -11/+0 | |
| * | | | | | | | | | | | | | | | um: Remove SKAS3/4 support | Richard Weinberger | 2015-04-13 | 4 | -207/+48 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2015-04-15 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | kbuild: use relative path more to include Makefile | Masahiro Yamada | 2015-04-02 | 2 | -2/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-04-15 | 22 | -567/+335 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer | Ard Biesheuvel | 2015-04-10 | 4 | -176/+44 | |
| * | | | | | | | | | | | | | | crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer | Ard Biesheuvel | 2015-04-10 | 4 | -173/+50 | |
| * | | | | | | | | | | | | | | crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layer | Ard Biesheuvel | 2015-04-10 | 1 | -111/+28 | |
| * | | | | | | | | | | | | | | crypto: sha-mb - mark Multi buffer SHA1 helper cipher | Stephan Mueller | 2015-03-31 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | crypto: twofish_avx - mark Twofish AVX helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | crypto: serpent_avx - mark Serpent AVX helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | crypto: cast6_avx - mark CAST6 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | crypto: cast5_avx - mark CAST5 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | crypto: clmulni - mark ghash clmulni helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | crypto: aesni - mark AES-NI helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -8/+15 | |
| * | | | | | | | | | | | | | | crypto: sha1-mb - Syntax error | Ameen Ali | 2015-03-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | crypto: don't export static symbol | Julia Lawall | 2015-03-13 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg | Tadeusz Struk | 2015-02-28 | 1 | -54/+110 | |
| * | | | | | | | | | | | | | | crypto: sha-mb - Fix big integer constant sparse warning | Lad, Prabhakar | 2015-02-27 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-04-15 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge back earlier suspend/hibernate material for v4.1. | Rafael J. Wysocki | 2015-04-10 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | PM / sleep: add pm-trace support for suspending phase | Zhonghui Fu | 2015-03-18 | 1 | -4/+6 | |
| | |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-15 | 20 | -202/+153 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | mm: move memtest under mm | Vladimir Murzin | 2015-04-15 | 4 | -139/+0 | |
| * | | | | | | | | | | | | | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE | Kees Cook | 2015-04-15 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 2015-04-15 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | mm: expose arch_mmap_rnd when available | Kees Cook | 2015-04-15 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | x86: standardize mmap_rnd() usage | Kees Cook | 2015-04-15 | 1 | -16/+20 | |
| * | | | | | | | | | | | | | | x86, mm: support huge KVA mappings on x86 | Toshi Kani | 2015-04-15 | 2 | -0/+66 | |
| * | | | | | | | | | | | | | | x86, mm: support huge I/O mapping capability I/F | Toshi Kani | 2015-04-15 | 2 | -2/+23 | |
| * | | | | | | | | | | | | | | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 2015-04-15 | 12 | -39/+41 | |
| * | | | | | | | | | | | | | | watchdog: introduce the hardlockup_detector_disable() function | Ulrich Obergfell | 2015-04-15 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-14 | 19 | -235/+4642 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init() | Ingo Molnar | 2015-04-12 | 1 | -23/+30 |