summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-022-0/+4
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-022-0/+3
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-022-0/+4
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-027-2/+9
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0221-0/+21
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0213-0/+14
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-2/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0211-0/+11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-011-2/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-289-22/+30
|\
| *---. Merge branches 'x86/cache', 'x86/debug' and 'x86/irq' into x86/urgentIngo Molnar2017-02-209-22/+30
| |\ \ \
| | | | * x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira2017-01-058-21/+27
| | | * | x86/crash: Update the stale comment in reserve_crashkernel()Xunlei Pang2017-01-231-1/+3
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-0/+1
|\ \ \ \ \
| * | | | | objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-241-0/+1
| |/ / / /
* | | | | mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()Dave Jiang2017-02-271-1/+2
* | | | | mm: add arch-independent testcases for RODATAJinbum Park2017-02-276-103/+0
* | | | | mm: add new mmgrab() helperVegard Nossum2017-02-271-2/+2
* | | | | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | | | scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | | | kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-1/+8
* | | | | Merge tag 'platform-drivers-x86-v4.11-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-02-251-0/+6
|\ \ \ \ \
| * | | | | platform/x86: intel_pmc_ipc: read s0ix residency APIShanth Murthy2017-02-241-0/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-02-254-623/+0
|\ \ \ \ \
| * | | | | arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86Irina Tirdea2017-01-264-623/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-2511-29/+19
|\ \ \ \ \
| * | | | | treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-8/+1
| * | | | | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-245-12/+9
| * | | | | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-2410-13/+13
* | | | | | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-1/+2
* | | | | | userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-242-3/+3
* | | | | | mm: fix get_user_pages() vs device-dax pud mappingsDan Williams2017-02-241-4/+24
* | | | | | mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-249-0/+248
* | | | | | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-1/+1
|\ \ \ \ \ \
| * | | | | | PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig2017-02-101-1/+1
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-2337-138/+313
|\ \ \ \ \ \ \
| * | | | | | | crypto: sha512-mb - Protect sha512 mb ctx mgr accessTim Chen2017-02-111-22/+42
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-02-031-5/+6
| |\ \ \ \ \ \ \
| * | | | | | | | crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko2017-01-2333-74/+229
| * | | | | | | | crypto: x86/crc32c - fix %progbits -> @progbitsDenys Vlasenko2017-01-231-1/+1
OpenPOWER on IntegriCloud