summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-274-6/+2
|\
| * kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-203-4/+0
| * kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-201-2/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-2611-27/+85
|\ \
| * | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
| * | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski2016-05-202-4/+4
| * | Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-20201-3735/+6867
| |\ \
| * | | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-203-0/+48
| * | | x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-191-6/+5
| * | | x86/efi: Fix 7-parameter efi_call()sLinus Torvalds2016-05-171-5/+4
| * | | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-163-9/+13
| * | | x86/tsc: Add missing Cherrytrail frequency to the tableJeremy Compostella2016-05-121-0/+3
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-263-9/+9
|\ \ \ \
| * | | | perf/x86/intel/p4: Trival indentation fix, remove spaceColin Ian King2016-05-201-1/+1
| * | | | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-7/+7
| |\ \ \ \
| | * | | | perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-171-2/+2
| | * | | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-171-7/+7
| * | | | | perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probeJiri Olsa2016-05-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-243-44/+34
|\ \ \ \ \
| * | | | | xen: use same main loop for counting and remapping pagesJuergen Gross2016-05-241-39/+26
| * | | | | xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini2016-05-241-2/+5
| * | | | | xen/x86: don't lose event interruptsStefano Stabellini2016-05-241-3/+3
* | | | | | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-242-2/+4
* | | | | | mm, aout: handle vm_brk failuresMichal Hocko2016-05-241-7/+15
* | | | | | arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2016-05-242-2/+0
* | | | | | kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-05-241-0/+45
* | | | | | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-231-1/+2
|\ \ \ \ \ \
| * | | | | | ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt2016-05-201-1/+2
| |/ / / / /
* | | | | | x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-231-26/+0
* | | | | | x86: remove pointless uaccess_32.h complexityLinus Torvalds2016-05-221-36/+0
* | | | | | x86 isa: add back X86_32 dependency on CONFIG_ISALinus Torvalds2016-05-211-2/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-215-4/+16
|\ \ \ \ \ \
| * | | | | | printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-212-1/+1
| * | | | | | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-211-3/+2
| * | | | | | exit_thread: remove empty bodiesJiri Slaby2016-05-211-0/+1
| * | | | | | x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-212-0/+12
* | | | | | | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-211-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | isa: Decouple X86_32 dependency from the ISA Kconfig optionWilliam Breathitt Gray2016-05-021-8/+2
| * | | | | | Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman2016-04-1830-84/+219
| |\| | | | |
| * | | | | | base: isa: Remove X86_32 dependencyWilliam Breathitt Gray2016-03-291-0/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-201-2/+11
|\ \ \ \ \ \
| * | | | | | crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABIJosh Poimboeuf2016-05-171-2/+11
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-203-3/+3
|\ \ \ \ \ \ \
| * | | | | | | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-201-0/+1
| * | | | | | | x86: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-0/+1
| * | | | | | | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-201-3/+1
* | | | | | | | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-192-1/+8
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas2016-05-171-0/+7
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARsPrarit Bhargava2016-05-161-0/+7
| | |/ / / / / / / /
| * / / / / / / / / x86/PCI: Refine PCI support check in pcibios_init()Adrian-Ken Rueegsegger2016-04-111-1/+1
| |/ / / / / / / /