Age | Commit message (Expand) | Author | Files | Lines |
2018-10-20 | parisc: Retrieve and display the PDC PAT capabilities | Helge Deller | 2 | -0/+11 |
2018-10-20 | parisc: Optimze cache flush algorithms | John David Anglin | 2 | -20/+229 |
2018-10-20 | parisc: Remove pte_inserted define | John David Anglin | 1 | -8/+2 |
2018-10-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 9 | -18/+30 |
2018-10-19 | parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functions | Helge Deller | 2 | -13/+98 |
2018-10-19 | parisc: Drop two instructions from pte lookup code | Helge Deller | 1 | -3/+1 |
2018-10-19 | parisc: Use zdep for shlw macro on PA1.1 and PA2.0 | Helge Deller | 1 | -8/+1 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 20 | -102/+147 |
2018-10-19 | sparc: Fix parport build warnings. | David S. Miller | 1 | -0/+2 |
2018-10-19 | arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP work | James Morse | 1 | -0/+9 |
2018-10-19 | x86/intel_rdt: Prevent pseudo-locking from using stale pointers | Jithu Joseph | 4 | -12/+55 |
2018-10-19 | s390/perf: Return error when debug_register fails | Thomas Richter | 1 | -1/+5 |
2018-10-19 | x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels | Christoph Hellwig | 1 | -2/+0 |
2018-10-19 | ubd: remove use of blk_rq_map_sg | Christoph Hellwig | 1 | -104/+54 |
2018-10-18 | Merge branches 'acpi-pm' and 'pm-sleep' | Rafael J. Wysocki | 10 | -247/+334 |
2018-10-18 | kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stack | Steven Rostedt (VMware) | 1 | -7/+35 |
2018-10-18 | sparc: vDSO: Silence an uninitialized variable warning | Dan Carpenter | 1 | -1/+3 |
2018-10-18 | sparc: Fix syscall fallback bugs in VDSO. | David S. Miller | 1 | -1/+11 |
2018-10-18 | x86/mcelog: Remove one mce_helper definition | Sebastian Andrzej Siewior | 1 | -3/+0 |
2018-10-17 | parisc: Add alternative coding infrastructure | Helge Deller | 12 | -43/+223 |
2018-10-17 | Merge branch 'parisc-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Greg Kroah-Hartman | 1 | -1/+1 |
2018-10-17 | x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ... | Sebastian Andrzej Siewior | 1 | -1/+1 |
2018-10-17 | x86/fpu: Remove second definition of fpu in __fpu__restore_sig() | Sebastian Andrzej Siewior | 1 | -1/+0 |
2018-10-17 | x86/entry/64: Further improve paranoid_entry comments | Andy Lutomirski | 1 | -6/+4 |
2018-10-17 | x86/entry/32: Clear the CS high bits | Jan Kiszka | 1 | -6/+7 |
2018-10-17 | x86/kconfig: Remove redundant 'default n' lines from all x86 Kconfig's | Bartlomiej Zolnierkiewicz | 3 | -9/+0 |
2018-10-17 | parisc: Include compressed vmlinux file in vmlinuz boot kernel | Helge Deller | 4 | -30/+91 |
2018-10-17 | parisc: Fix address in HPMC IVA | John David Anglin | 2 | -2/+3 |
2018-10-17 | parisc: Fix exported address of os_hpmc handler | Helge Deller | 1 | -2/+1 |
2018-10-17 | parisc: Fix map_pages() to not overwrite existing pte entries | Helge Deller | 1 | -6/+2 |
2018-10-17 | parisc: Purge TLB entries after updating page table entry and set page access... | John David Anglin | 2 | -15/+13 |
2018-10-17 | parisc: Release spinlocks using ordered store | John David Anglin | 2 | -10/+6 |
2018-10-17 | parisc: Clean up crash header output | Helge Deller | 1 | -2/+2 |
2018-10-17 | parisc: Add SYSTEM_INFO and REGISTER TOC PAT functions | Helge Deller | 1 | -0/+8 |
2018-10-17 | parisc: Remove PTE load and fault check from L2_ptep macro | John David Anglin | 1 | -6/+6 |
2018-10-17 | parisc: Reorder TLB flush timing calculation | John David Anglin | 1 | -8/+10 |
2018-10-17 | parisc: remove check for minimum required GCC version | Masahiro Yamada | 1 | -9/+0 |
2018-10-17 | parisc: Use PARISC_ITLB_TRAP constant in entry.S | Helge Deller | 1 | -1/+1 |
2018-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Greg Kroah-Hartman | 10 | -61/+81 |
2018-10-16 | ataflop: fold headers into C file | Omar Sandoval | 2 | -93/+0 |
2018-10-16 | locking/qspinlock, x86: Provide liveness guarantee | Peter Zijlstra | 1 | -0/+15 |
2018-10-16 | x86/asm: 'Simplify' GEN_*_RMWcc() macros | Peter Zijlstra | 7 | -53/+64 |
2018-10-16 | perf/x86/intel: Export mem events only if there's PEBS support | Jiri Olsa | 2 | -21/+56 |
2018-10-16 | arm64: cpufeature: Trap CTR_EL0 access only where it is necessary | Suzuki K Poulose | 1 | -1/+6 |
2018-10-16 | arm64: cpufeature: Fix handling of CTR_EL0.IDC field | Suzuki K Poulose | 4 | -5/+87 |
2018-10-16 | arm64: cpufeature: ctr: Fix cpu capability check for late CPUs | Suzuki K Poulose | 1 | -4/+18 |
2018-10-16 | parisc: Fix uninitialized variable usage in unwind.c | Helge Deller | 1 | -1/+1 |
2018-10-16 | Revert "sparc: Convert to using %pOFn instead of device_node.name" | David S. Miller | 4 | -51/+51 |
2018-10-15 | s390/sthyi: Fix machine name validity indication | Janosch Frank | 1 | -3/+5 |
2018-10-15 | sparc64: Set %l4 properly on trap return after handling signals. | David S. Miller | 1 | -1/+2 |