summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* xen: introduce the header file for the Xen 9pfs transport protocolStefano Stabellini2017-05-021-0/+36
* xen: import new ring macros in ring.hStefano Stabellini2017-05-021-0/+143
* xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only buildsVitaly Kuznetsov2017-05-021-0/+14
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-016-36/+50
|\
| * mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-14/+0
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-1/+1
| |\
| * \ Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-0336-135/+170
| |\ \
| * | | mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()Kirill A. Shutemov2017-03-281-2/+2
| * | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-14/+14
| * | | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-232-0/+6
| |\ \ \
| * | | | mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov2017-03-181-0/+4
| * | | | mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-181-0/+25
| * | | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-6/+0
| * | | | Merge branch 'linus' into x86/mm, to pick up a bugfixIngo Molnar2017-03-1714-13/+55
| |\ \ \ \
| * | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-0/+5
* | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-011-0/+29
|\ \ \ \ \ \
| * | | | | | usb/early: Add driver for xhci debug capabilityLu Baolu2017-03-211-0/+29
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-013-6/+21
|\ \ \ \ \ \ \
| * | | | | | | debug: Avoid setting BUGFLAG_WARNING twicePeter Zijlstra2017-04-141-1/+1
| * | | | | | | debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-303-5/+20
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-012-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He2017-04-181-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-111-1/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-01694-6952/+19432
| | |\ \ \ \ \ \ \
| | * | | | | | | | x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-281-1/+1
* | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-1/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | RAS: Add a Corrected Errors CollectorBorislav Petkov2017-03-281-1/+12
* | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-014-5/+49
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'WIP.x86/process' into perf/coreIngo Molnar2017-04-202-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'v4.11-rc6' into perf/core, to pick up fixesIngo Molnar2017-04-1120-38/+75
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit2017-03-301-0/+7
| * | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-3030-123/+144
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-161-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-151-0/+1
| * | | | | | | | | | | | | | perf/core: Add a flag for partial AUX recordsAlexander Shishkin2017-03-161-0/+1
| * | | | | | | | | | | | | | perf/core: Keep AUX flags in the output handleWill Deacon2017-03-162-4/+6
| * | | | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-1645-104/+433
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | / / | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | perf: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-132-1/+33
| * | | | | | | | | | | | | Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-071-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | kretprobes: Ensure probe location is at function entryNaveen N. Rao2017-03-031-0/+1
* | | | | | | | | | | | | | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-012-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-201-0/+4
| * | | | | | | | | | | | | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-201-0/+2
* | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-0110-22/+107
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-04-1451-179/+247
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra2017-04-041-7/+9
| * | | | | | | | | | | | | | | sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra2017-04-041-16/+8
| * | | | | | | | | | | | | | | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-043-0/+4
| * | | | | | | | | | | | | | | Merge branch 'sched/core' into locking/coreThomas Gleixner2017-04-0414-13/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | locking/atomic: Fix atomic_try_cmpxchg() semanticsPeter Zijlstra2017-03-301-6/+10