| Commit message (Expand) | Author | Age | Files | Lines |
* | xtensa: use __memset in __xtensa_clear_user | Max Filippov | 2017-12-17 | 1 | -1/+1 |
* | xtensa: add support for KASAN | Max Filippov | 2017-12-17 | 13 | -8/+194 |
* | xtensa: move fixmap and kmap just above the KSEG | Max Filippov | 2017-12-17 | 4 | -11/+9 |
* | xtensa: don't clear swapper_pg_dir in paging_init | Max Filippov | 2017-12-17 | 1 | -1/+0 |
* | xtensa: extract init_kio | Max Filippov | 2017-12-17 | 4 | -17/+28 |
* | xtensa: implement early_trap_init | Max Filippov | 2017-12-17 | 1 | -0/+12 |
* | xtensa: clean up exception handling structure | Max Filippov | 2017-12-17 | 5 | -32/+56 |
* | xtensa: clean up custom-controlled debug output | Max Filippov | 2017-12-17 | 11 | -117/+66 |
* | xtensa: enable stack protector | Max Filippov | 2017-12-17 | 6 | -0/+60 |
* | xtensa: print hardware config ID on startup | Max Filippov | 2017-12-11 | 1 | -0/+9 |
* | xtensa: consolidate kernel stack size related definitions | Max Filippov | 2017-12-10 | 4 | -10/+13 |
* | xtensa: clean up functions in assembly code | Max Filippov | 2017-12-10 | 6 | -36/+36 |
* | xtensa: clean up word alignment macros in assembly code | Max Filippov | 2017-12-10 | 4 | -52/+59 |
* | xtensa: clean up fixups in assembly code | Max Filippov | 2017-12-10 | 7 | -194/+133 |
* | xtensa: use call instead of callx in assembly code | Max Filippov | 2017-12-10 | 4 | -48/+24 |
* | xtensa: build kernel with text-section-literals | Max Filippov | 2017-12-10 | 8 | -88/+52 |
* | xtensa: add -mno-serialize-volatile to CFLAGS | Max Filippov | 2017-12-10 | 1 | -0/+1 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-12 | 7 | -19/+20 |
|\ |
|
| * | x86/debug: Handle warnings before the notifier chain, to fix KGDB crash | Alexander Shishkin | 2017-11-10 | 1 | -3/+7 |
| * | x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging | Kirill A. Shutemov | 2017-11-09 | 1 | -1/+1 |
| * | x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps() | Yonghong Song | 2017-11-08 | 1 | -2/+0 |
| * | x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context | Borislav Petkov | 2017-11-08 | 1 | -2/+2 |
| * | x86/unwind: Disable KASAN checking in the ORC unwinder | Josh Poimboeuf | 2017-11-08 | 1 | -1/+1 |
| * | x86/smpboot: Make optimization of delay calibration work correctly | Pavel Tatashin | 2017-11-07 | 2 | -10/+9 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-11-10 | 2 | -10/+29 |
|\ \ |
|
| * \ | Merge tag 'kvm-ppc-fixes-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 2017-11-08 | 2 | -10/+29 |
| |\ \ |
|
| | * | | KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates | Paul Mackerras | 2017-11-08 | 2 | -10/+29 |
* | | | | Merge tag 'mips_fixes_4.14_2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-10 | 3 | -4/+7 |
|\ \ \ \ |
|
| * | | | | MIPS: AR7: Ensure that serial ports are properly set up | Oswald Buddenhagen | 2017-11-08 | 1 | -0/+1 |
| * | | | | MIPS: AR7: Defer registration of GPIO | Jonas Gorski | 2017-11-08 | 2 | -2/+4 |
| * | | | | MIPS: BMIPS: Fix missing cbr address | Jaedon Shin | 2017-11-07 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo" | Linus Torvalds | 2017-11-10 | 3 | -11/+6 |
* | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-11-10 | 1 | -10/+18 |
|\ \ \ \ |
|
| * | | | | ARM: 8720/1: ensure dump_instr() checks addr_limit | Mark Rutland | 2017-11-06 | 1 | -10/+18 |
* | | | | | x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability | Jiri Kosina | 2017-11-08 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-06 | 2 | -12/+12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | crypto: x86/sha1-mb - fix panic due to unaligned access | Andrey Ryabinin | 2017-11-03 | 1 | -6/+6 |
| * | | | crypto: x86/sha256-mb - fix panic due to unaligned access | Andrey Ryabinin | 2017-11-03 | 1 | -6/+6 |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-05 | 4 | -3/+31 |
|\ \ \ \ |
|
| * | | | | x86/module: Detect and skip invalid relocations | Josh Poimboeuf | 2017-11-05 | 1 | -0/+13 |
| * | | | | Revert "x86/mm: Stop calling leave_mm() in idle code" | Andy Lutomirski | 2017-11-04 | 3 | -3/+18 |
* | | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-05 | 1 | -94/+27 |
|\ \ \ \ \ |
|
| * | | | | | x86/mcelog: Get rid of RCU remnants | Borislav Petkov | 2017-11-01 | 1 | -94/+27 |
| |/ / / / |
|
* | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-11-04 | 4 | -1/+38 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | ARM: add debug ".edata_real" symbol | Russell King | 2017-11-02 | 1 | -0/+9 |
| * | | | | ARM: 8716/1: pass endianness info to sparse | Luc Van Oostenryck | 2017-11-01 | 1 | -0/+2 |
| * | | | | ARM: 8715/1: add a private asm/unaligned.h | Arnd Bergmann | 2017-10-24 | 2 | -1/+27 |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-11-04 | 7 | -11/+25 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'kvm-arm-fixes-for-v4.14' of git://git.kernel.org/pub/scm/linux/ker... | Paolo Bonzini | 2017-11-02 | 4 | -7/+19 |
| |\ \ \ \ \ |
|
| | * | | | | | arm/arm64: kvm: Disable branch profiling in HYP code | Julien Thierry | 2017-10-21 | 2 | -2/+2 |