Age | Commit message (Expand) | Author | Files | Lines |
2017-09-22 | parisc: Unbreak bootloader due to gcc-7 optimizations | Helge Deller | 2 | -2/+3 |
2017-09-22 | parisc: Reintroduce option to gzip-compress the kernel | Helge Deller | 2 | -0/+17 |
2017-09-22 | parisc: Add HWPOISON page fault handler code | Helge Deller | 1 | -4/+29 |
2017-09-22 | parisc: Move init_per_cpu() into init section | Helge Deller | 4 | -4/+4 |
2017-09-22 | parisc: Check if initrd was loaded into broken RAM | Helge Deller | 1 | -0/+9 |
2017-09-22 | parisc: Add PDCE_CHECK instruction to HPMC handler | Helge Deller | 1 | -1/+9 |
2017-09-22 | parisc: Add wrapper for pdc_instr() firmware function | Helge Deller | 2 | -0/+21 |
2017-09-22 | parisc: Move start_parisc() into init section | Helge Deller | 1 | -2/+2 |
2017-09-22 | parisc: Stop unwinding at start of stack | Helge Deller | 1 | -0/+12 |
2017-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -16/+15 |
2017-09-08 | arch: define CPU_BIG_ENDIAN for all fixed big endian archs | Babu Moger | 1 | -0/+3 |
2017-09-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+3 |
2017-09-06 | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 1 | -0/+3 |
2017-09-06 | mm: arch: consolidate mmap hugetlb size encodings | Mike Kravetz | 1 | -11/+0 |
2017-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -1/+2 |
2017-09-05 | Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 24 | -72/+1050 |
2017-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -22/+6 |
2017-09-04 | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. | Varsha Rao | 1 | -1/+0 |
2017-08-25 | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 1 | -22/+4 |
2017-08-22 | parisc/core: Fix section mismatches | Helge Deller | 1 | -3/+3 |
2017-08-22 | parisc: Wire up support for self-extracting kernel | Helge Deller | 2 | -3/+19 |
2017-08-22 | parisc: Make existing core files reuseable for bootloader | Helge Deller | 4 | -1/+24 |
2017-08-22 | parisc: Add core code for self-extracting kernel | Helge Deller | 9 | -0/+679 |
2017-08-22 | parisc: Enable UBSAN support | Helge Deller | 1 | -0/+2 |
2017-08-22 | parisc/random: Add machine specific randomness | Helge Deller | 1 | -3/+21 |
2017-08-22 | parisc: Optimize switch_mm | John David Anglin | 1 | -0/+3 |
2017-08-22 | parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERIT | Helge Deller | 1 | -3/+0 |
2017-08-22 | parisc: Static initialization of pcxl_res_lock spinlock | Helge Deller | 1 | -2/+1 |
2017-08-22 | parisc: Drop exception_data struct | Helge Deller | 1 | -2/+0 |
2017-08-22 | parisc: Static initialization of spinlocks in perf and unwind code | Helge Deller | 2 | -6/+2 |
2017-08-22 | parisc: PDT: Add full support for memory failure via Page Deallocation Table ... | Helge Deller | 2 | -41/+240 |
2017-08-22 | parisc: PDT/firmware: Add support to read PDT on older PAT-machines | Helge Deller | 2 | -8/+53 |
2017-08-22 | parisc: Add MADV_HWPOISON and MADV_SOFT_OFFLINE | Helge Deller | 1 | -0/+3 |
2017-08-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -7/+0 |
2017-08-17 | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 1 | -7/+0 |
2017-08-10 | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 1 | -0/+2 |
2017-08-07 | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 4 | -5/+7 |
2017-08-03 | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn | 1 | -0/+2 |
2017-07-31 | parisc: Define CONFIG_CPU_BIG_ENDIAN | Babu Moger | 1 | -0/+3 |
2017-07-31 | parisc: Increase thread and stack size to 32kb | Helge Deller | 2 | -2/+2 |
2017-07-31 | parisc: Handle vma's whose context is not current in flush_cache_range | John David Anglin | 1 | -3/+2 |
2017-07-25 | parisc: Extend disabled preemption in copy_user_page | John David Anglin | 1 | -1/+1 |
2017-07-25 | parisc: Prevent TLB speculation on flushed pages on CPUs that only support eq... | John David Anglin | 1 | -20/+14 |
2017-07-25 | parisc: Suspend lockup detectors before system halt | Helge Deller | 1 | -0/+2 |
2017-07-25 | parisc: Show DIMM slot number which holds broken memory module | Helge Deller | 1 | -5/+14 |
2017-07-25 | parisc: Add function to return DIMM slot of physical address | Helge Deller | 2 | -1/+40 |
2017-07-25 | parisc: Fix crash when calling PDC_PAT_MEM PDT firmware function | Helge Deller | 2 | -3/+12 |
2017-07-24 | signal: Remove kernel interal si_code magic | Eric W. Biederman | 1 | -16/+15 |
2017-07-23 | parisc: regenerate defconfig files | Helge Deller | 8 | -222/+59 |
2017-07-23 | parisc: Merge millicode routines via linker script | Helge Deller | 1 | -0/+2 |