Age | Commit message (Expand) | Author | Files | Lines |
2017-11-23 | x86/boot/KASLR: Remove unused variable | Chao Fan | 1 | -3/+2 |
2017-11-23 | x86/entry/64: Add missing irqflags tracing to native_load_gs_index() | Andy Lutomirski | 1 | -2/+8 |
2017-11-22 | x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow | Andrey Ryabinin | 2 | -8/+137 |
2017-11-22 | x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing | Andy Lutomirski | 1 | -2/+2 |
2017-11-21 | x86/pkeys/selftests: Fix protection keys write() warning | Dave Hansen | 1 | -1/+4 |
2017-11-21 | x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey' | Dave Hansen | 1 | -5/+5 |
2017-11-21 | x86/mpx/selftests: Fix up weird arrays | Dave Hansen | 1 | -2/+2 |
2017-11-21 | x86/pkeys: Update documentation about availability | Dave Hansen | 1 | -2/+7 |
2017-11-21 | x86/umip: Print a warning into the syslog if UMIP-protected instructions are ... | Ricardo Neri | 1 | -4/+58 |
2017-11-17 | x86/smpboot: Fix __max_logical_packages estimate | Prarit Bhargava | 1 | -45/+10 |
2017-11-17 | x86/topology: Avoid wasting 128k for package id array | Andi Kleen | 2 | -44/+30 |
2017-11-17 | perf/x86/intel/uncore: Cache logical pkg id in uncore driver | Andi Kleen | 3 | -4/+4 |
2017-11-17 | x86/acpi: Reduce code duplication in mp_override_legacy_irq() | Vikas C Sajjan | 1 | -22/+5 |
2017-11-17 | x86/acpi: Handle SCI interrupts above legacy space gracefully | Vikas C Sajjan | 1 | -1/+33 |
2017-11-17 | x86/boot: Fix boot failure when SMP MP-table is based at 0 | Tom Lendacky | 1 | -2/+4 |
2017-11-16 | x86/mm: Limit mmap() of /dev/mem to valid physical addresses | Craig Bergstrom | 3 | -0/+24 |
2017-11-16 | x86/selftests: Add test for mapping placement for 5-level paging | Kirill A. Shutemov | 2 | -1/+178 |
2017-11-16 | x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border | Kirill A. Shutemov | 4 | -6/+62 |
2017-11-14 | x86/umip: Identify the STR and SLDT instructions | Ricardo Neri | 1 | -8/+16 |
2017-11-14 | x86/umip: Print a line in the boot log that UMIP has been enabled | Ricardo Neri | 1 | -0/+2 |
2017-11-14 | x86/umip: Select X86_INTEL_UMIP by default | Ricardo Neri | 1 | -3/+9 |
2017-11-14 | x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu() | Rafael J. Wysocki | 1 | -4/+7 |
2017-11-14 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -51/+148 |
2017-11-14 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -32/+170 |
2017-11-14 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 43 | -1317/+1493 |
2017-11-14 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -55/+14 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 253 | -1864/+1810 |
2017-11-14 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 57 | -408/+2490 |
2017-11-14 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 21 | -108/+155 |
2017-11-14 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+7 |
2017-11-14 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -8/+8 |
2017-11-14 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -7/+7 |
2017-11-14 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 110 | -1145/+4067 |
2017-11-14 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 31 | -774/+1270 |
2017-11-14 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -13/+9 |
2017-11-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 182 | -2521/+8370 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 307 | -1672/+1252 |
2017-11-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 35 | -256/+14598 |
2017-11-13 | Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/s... | Linus Torvalds | 5 | -26/+36 |
2017-11-13 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 46 | -262/+1940 |
2017-11-13 | Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 21 | -92/+90 |
2017-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 125 | -4580/+4751 |
2017-11-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 13 | -14/+238 |
2017-11-13 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 19 | -125/+164 |
2017-11-13 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 17 | -279/+385 |
2017-11-13 | Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 66 | -581/+3256 |
2017-11-13 | /proc/module: fix building without kallsyms | Arnd Bergmann | 1 | -2/+8 |
2017-11-13 | kallsyms: fix building without printk | Arnd Bergmann | 1 | -1/+2 |
2017-11-13 | Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 6 | -26/+161 |
2017-11-13 | Merge tag 'spi-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 19 | -116/+926 |