| Commit message (Expand) | Author | Age | Files | Lines |
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 20 | -39/+39 |
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 10 | -48/+190 |
|\ |
|
| * | x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space | H. Peter Anvin | 2012-09-25 | 1 | -0/+17 |
| * | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin | 2012-09-21 | 11 | -326/+316 |
| |\ |
|
| * | | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 2012-09-21 | 1 | -8/+6 |
| * | | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 2012-09-21 | 5 | -28/+46 |
| * | | x86, uaccess: Merge prototypes for clear_user/__clear_user | H. Peter Anvin | 2012-09-21 | 3 | -6/+3 |
| * | | x86, smap: Add a header file with macros for STAC/CLAC | H. Peter Anvin | 2012-09-21 | 1 | -0/+91 |
| * | | x86, alternative: Add header guards to <asm/alternative-asm.h> | H. Peter Anvin | 2012-09-21 | 1 | -0/+5 |
| * | | x86, alternative: Use .pushsection/.popsection | H. Peter Anvin | 2012-09-21 | 2 | -18/+18 |
| * | | x86, smap: Add CR4 bit for SMAP | H. Peter Anvin | 2012-09-21 | 1 | -0/+1 |
* | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-10-01 | 1 | -8/+2 |
|\ \ \ |
|
| * | | | x86, microcode: Add a refresh firmware flag to ->request_microcode_fw | Borislav Petkov | 2012-08-22 | 1 | -2/+2 |
| * | | | x86, microcode, AMD: Remove useless get_ucode_data wrapper | Borislav Petkov | 2012-08-22 | 1 | -6/+0 |
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-10-01 | 2 | -8/+7 |
|\ \ \ \ |
|
| * | | | | x86: Document x86_init.paging.pagetable_init() | Attilio Rao | 2012-09-12 | 1 | -1/+4 |
| * | | | | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() | Attilio Rao | 2012-09-12 | 2 | -4/+0 |
| * | | | | x86: Move paging_init() call to x86_init.paging.pagetable_init() | Attilio Rao | 2012-09-12 | 1 | -1/+1 |
| * | | | | x86: Rename pagetable_setup_start() to pagetable_init() | Attilio Rao | 2012-09-12 | 2 | -4/+4 |
| * | | | | x86: Remove base argument from x86_init.paging.pagetable_setup_start | Attilio Rao | 2012-09-12 | 2 | -4/+4 |
| |/ / / |
|
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-10-01 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | x86: Distinguish TLB shootdown interrupts from other functions call interrupts | Tomoki Sekiyama | 2012-09-27 | 1 | -0/+4 |
* | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-10-01 | 1 | -11/+2 |
|\ \ \ \ \ |
|
| * | | | | | x86/mce: Provide boot argument to honour bios-set CMCI threshold | Naveen N. Rao | 2012-09-27 | 1 | -0/+1 |
| * | | | | | x86, MCE: Remove unused defines | Borislav Petkov | 2012-09-17 | 1 | -11/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-10-01 | 8 | -318/+292 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | x86, kvm: fix kvm's usage of kernel_fpu_begin/end() | Suresh Siddha | 2012-09-21 | 1 | -2/+26 |
| * | | | | x86, fpu: remove cpu_has_xmm check in the fx_finit() | Suresh Siddha | 2012-09-18 | 1 | -2/+1 |
| * | | | | x86, fpu: enable eagerfpu by default for xsaveopt | Suresh Siddha | 2012-09-18 | 1 | -0/+1 |
| * | | | | x86, fpu: decouple non-lazy/eager fpu restore from xsave | Suresh Siddha | 2012-09-18 | 2 | -15/+41 |
| * | | | | x86, fpu: use non-lazy fpu restore for processors supporting xsave | Suresh Siddha | 2012-09-18 | 3 | -33/+65 |
| * | | | | x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usage | Suresh Siddha | 2012-09-18 | 3 | -142/+29 |
| * | | | | x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig() | Suresh Siddha | 2012-09-18 | 1 | -14/+3 |
| * | | | | x86, fpu: drop_fpu() before restoring new state from sigframe | Suresh Siddha | 2012-09-18 | 1 | -6/+1 |
| * | | | | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha | 2012-09-18 | 2 | -45/+72 |
| * | | | | x86, fpu: Consolidate inline asm routines for saving/restoring fpu state | Suresh Siddha | 2012-09-18 | 2 | -112/+78 |
| * | | | | x86, signal: Cleanup ifdefs and is_ia32, is_x32 | Suresh Siddha | 2012-09-18 | 2 | -1/+29 |
* | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-10-01 | 3 | -5/+6 |
|\| | | | |
|
| * | | | | x86/iommu: Use NULL instead of plain 0 for __IOMMU_INIT | Mathias Krause | 2012-09-05 | 1 | -2/+2 |
| * | | | | x86/iommu: Drop duplicate const in __IOMMU_INIT | Mathias Krause | 2012-09-05 | 1 | -1/+1 |
| * | | | | x86/vdso: Add __user annotation to VDSO32_SYMBOL | Mathias Krause | 2012-09-05 | 1 | -1/+2 |
| * | | | | x86: Fix __user annotations in asm/sys_ia32.h | Mathias Krause | 2012-09-05 | 1 | -1/+1 |
| |/ / / |
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'x86-cpu-for-linus' and 'x86-cpufeature-for-linus' of git://gi... | Linus Torvalds | 2012-10-01 | 1 | -0/+1 |
|\ \ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | x86, cpufeature: Add feature bit for SMAP | H. Peter Anvin | 2012-09-09 | 1 | -0/+1 |
| | |/ / |
|
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-10-01 | 4 | -36/+31 |
|\ \ \ \ |
|
| * | | | | x86_64: Work around old GAS bug | Tao Guo | 2012-09-26 | 1 | -25/+23 |
| * | | | | x86: Use REP BSF unconditionally | Jan Beulich | 2012-09-19 | 1 | -17/+2 |
| * | | | | x86: Prefer TZCNT over BFS | Jan Beulich | 2012-09-13 | 1 | -2/+17 |
| * | | | | x86/64: Adjust types of temporaries used by ffs()/fls()/fls64() | Jan Beulich | 2012-09-13 | 1 | -6/+4 |
| * | | | | x86: Drop unnecessary kernel_eflags variable on 64-bit | Ian Campbell | 2012-09-13 | 1 | -1/+0 |