aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-09
* crypto: camellia-x86_64 - share common functions and move structures and func...Jussi Kivilinna2012-11-09
* crypto: cast5/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-24
* crypto: serpent/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-24
* crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-24
* crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-24
* crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2012-10-24
* crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-15
* crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.cTim Chen2012-10-15
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-14
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-28
* | x86, boot: Explicitly include autoconf.h for hostprogsMatt Fleming2012-10-14
* | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-12
|\ \
| * | kgdb,x86: fix warning about unused variableJason Wessel2012-10-12
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-12
|\ \ \
| * | | perf/AMD/IBS: Add sysfs supportRobert Richter2012-10-05
| * | | perf/x86: Add support for Intel Xeon-Phi Knights Corner PMUVince Weaver2012-10-04
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-12
|\ \ \ \
| * | | | x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-12
* | | | | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-12
|\ \ \ \ \
| * | | | | xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk2012-10-12
| * | | | | xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk2012-10-12
| * | | | | xen pv-on-hvm: add pfn_is_ram helper for kdumpOlaf Hering2012-10-04
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-12
|\ \ \ \ \ \
| * | | | | | time: Convert x86_64 to using new update_vsyscallJohn Stultz2012-09-24
| * | | | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-24
| * | | | | | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-24
| * | | | | | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-24
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | x86: get rid of duplicate code in case of CONFIG_VM86Al Viro2012-10-01
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-09
|\| | | | | |
| * | | | | | um: switch to generic kernel_thread()Al Viro2012-09-30
| * | | | | | x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-30
| * | | | | | x86: split ret_from_forkAl Viro2012-09-30
| * | | | | | um: kill thread->forkingAl Viro2012-09-20
| * | | | | | um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-20
| * | | | | | x86: get rid of TIF_IRET hackeryAl Viro2012-09-20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-09
|\ \ \ \ \ \
| * | | | | | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-09
| * | | | | | um: move sysrq.h out of include/sharedAl Viro2012-10-09
| * | | | | | um/x86: merge 32 and 64 bit variants of ptrace.hAl Viro2012-10-09
| * | | | | | um/x86: merge 32 and 64bit variants of checksum.hAl Viro2012-10-09
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-09
|\ \ \ \ \ \
| * | | | | | mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-09
| * | | | | | mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli2012-10-09
| * | | | | | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-09
| * | | | | | atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-09
| * | | | | | rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-09
| * | | | | | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-09
| * | | | | | rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-09