summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-0923-120/+595
* asm-generic: introduce <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-093-24/+89
* arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-0934-1/+46
* asm-generic: introduce __ARCH_USE_5LEVEL_HACKKirill A. Shutemov2017-03-092-0/+67
* asm-generic: introduce 5level-fixup.hKirill A. Shutemov2017-03-093-1/+46
* x86/cpufeature: Add 5-level paging detectionKirill A. Shutemov2017-03-091-1/+2
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-0814-0/+20
|\
| * MIPS: Add missing include filesArnd Bergmann2017-03-0814-0/+20
* | mm, page_alloc: Add missing check for memory holesTony Luck2017-03-081-1/+2
* | Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-081-8/+13
|\ \
| * | ktest: Make sure wait_for_input does honor the timeoutSteven Rostedt (VMware)2017-03-081-7/+11
| * | ktest: Fix while loop in wait_for_inputSteven Rostedt (VMware)2017-03-081-3/+4
* | | overlayfs: remove now unnecessary header file includeLinus Torvalds2017-03-081-1/+0
* | | sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds2017-03-082-21/+49
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-0727-57/+106
|\ \
| * | x86/build/x86_64_defconfig: Enable CONFIG_R8169Andy Shevchenko2017-03-061-0/+1
| * | x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-03-061-0/+8
| * | x86/hpet: Prevent might sleep splat on resumeThomas Gleixner2017-03-021-1/+1
| * | x86/boot: Correct setup_header.start_sys nameBorislav Petkov2017-03-011-1/+1
| * | x86/purgatory: Fix sparse warning, symbol not declaredTobin C. Harding2017-03-013-0/+10
| * | x86/purgatory: Make functions and variables staticTobin C. Harding2017-03-011-5/+5
| * | x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-015-7/+7
| * | x86/pkeys: Check against max pkey to avoid overflowsDave Hansen2017-03-011-6/+9
| * | x86/ioapic: Split IOAPIC hot-removal into two stepsRui Wang2017-03-013-8/+20
| * | x86/PCI: Implement pcibios_release_device to release IRQ from IOAPICRui Wang2017-03-011-0/+9
| * | x86/intel_rdt: Remove duplicate inclusion of linux/cpu.hMasanari Iida2017-03-011-1/+0
| * | x86/vmware: Remove duplicate inclusion of asm/timer.hMasanari Iida2017-03-011-1/+0
| * | x86/hyperv: Hide unused labelArnd Bergmann2017-03-011-1/+1
| * | x86/reboot/quirks: Add ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-03-011-0/+8
| * | x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack registerAndrew Banman2017-03-011-1/+0
| * | x86/selftests: Add clobbers for int80 on x86_64Dmitry Safonov2017-03-014-8/+18
| * | x86/apic: Simplify enable_IR_x2apic(), remove try_to_enable_IR()Dou Liyang2017-03-011-13/+4
| * | x86/apic: Fix a warning message in logical CPU IDs allocationDou Liyang2017-03-011-3/+3
| * | x86/kdebugfs: Move boot params hierarchy under (debugfs)/x86/Borislav Petkov2017-03-011-1/+1
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-03-072-5/+5
|\ \ \
| * | | jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker2017-03-071-1/+1
| * | | timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley2017-03-011-4/+4
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-0710-32/+37
|\ \ \ \
| * | | | sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra2017-03-027-28/+23
| * | | | sched/core: Fix pick_next_task() for RT,DLPeter Zijlstra2017-03-021-3/+8
| * | | | sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-03-022-1/+6
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-0713-23/+23
|\ \ \ \ \
| * | | | | Merge branch 'linus' into perf/urgent, to resolve conflictIngo Molnar2017-03-02195-6901/+13074
| |\| | | |
| * | | | | perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-0111-19/+19
| * | | | | kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu2017-03-013-5/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-073-12/+19
|\ \ \ \ \
| * | | | | locking/ww_mutex: Adjust the lock number for stress testBoqun Feng2017-03-021-1/+1
| * | | | | locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-03-021-2/+9
| * | | | | locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson2017-03-021-2/+2
| * | | | | Merge branch 'linus' into locking/urgent, to pick up fixesIngo Molnar2017-03-02195-6901/+13074
| |\ \ \ \ \ | | | |/ / / | | |/| | |