summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-152-6/+22
|\
| * x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-142-6/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-25/+4
|\ \
| * | livepatch: Cleanup module page permission changesJosh Poimboeuf2015-12-041-23/+2
| * | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-3/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1414-126/+199
|\ \ \ | |_|/ |/| |
| * | x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter2016-01-141-2/+1
| * | x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski2016-01-131-6/+6
| * | x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-01-131-7/+8
| * | x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner2016-01-121-0/+8
| * | lguest: Map switcher text R/ORusty Russell2016-01-121-1/+3
| * | x86/boot: Hide local labels in verify_cpu()Borislav Petkov2016-01-121-25/+25
| * | x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-122-5/+12
| * | x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-123-14/+46
| * | x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu2016-01-121-0/+1
| * | x86/fpu: Fix early FPU command-line parsingyu-cheng yu2016-01-121-71/+38
| * | x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNEDKefeng Wang2016-01-121-2/+1
| * | x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones2016-01-121-0/+3
| * | Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar2016-01-12130-874/+2103
| |\ \
| * | | x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu2016-01-111-1/+1
| * | | x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-112-4/+58
* | | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-132-17/+1
|\ \ \ \
| * | | | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-092-17/+1
* | | | | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-124-62/+27
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-soc'Rafael J. Wysocki2016-01-124-62/+27
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ACPI / LPSS: override power state for LPSS DMA deviceAndy Shevchenko2016-01-072-1/+4
| | * | | | x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko2015-12-093-61/+23
* | | | | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-121-7/+14
|\ \ \ \ \ \
| * | | | | | x86: ftrace: Fix the comments for ftrace_modify_code_direct()Li Bin2016-01-041-7/+5
| * | | | | | ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)2015-11-251-0/+9
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-5/+35
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-318-33/+55
| |\ \ \ \ \ \ \
| * | | | | | | | bpf, x86: detect/optimize loading 0 immediatesDaniel Borkmann2015-12-181-0/+26
| * | | | | | | | bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-5/+9
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-121-0/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: ghash-clmulni - Fix load failureWang, Rui Y2015-12-041-0/+26
* | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-46/+2
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' into work.miscAl Viro2016-01-081-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-0415-48/+74
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-232-46/+2
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-122-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: add sys_copy_file_range to syscall tablesZach Brown2015-12-012-0/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-123-6/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | um: Fix build error and kconfig for i386Mickaël Salaün2016-01-101-1/+1
| * | | | | | | | | | | um: Add full asm/syscall.h supportMickaël Salaün2016-01-101-0/+1
| * | | | | | | | | | | um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün2016-01-101-5/+3
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-1217-360/+1719
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han2016-01-121-1/+2
| * | | | | | | | | | | kvm/x86: Hyper-V SynIC timers tracepointsAndrey Smetanin2016-01-082-1/+196
| * | | | | | | | | | | kvm/x86: Hyper-V SynIC tracepointsAndrey Smetanin2016-01-082-5/+98
OpenPOWER on IntegriCloud