| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 2017-08-07 | 4 | -5/+7 |
| |\ \ |
|
| * | | | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn | 2017-08-03 | 1 | -0/+2 |
* | | | | Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-09-05 | 24 | -72/+1050 |
|\ \ \ \ |
|
| * | | | | parisc/core: Fix section mismatches | Helge Deller | 2017-08-22 | 1 | -3/+3 |
| * | | | | parisc: Wire up support for self-extracting kernel | Helge Deller | 2017-08-22 | 2 | -3/+19 |
| * | | | | parisc: Make existing core files reuseable for bootloader | Helge Deller | 2017-08-22 | 4 | -1/+24 |
| * | | | | parisc: Add core code for self-extracting kernel | Helge Deller | 2017-08-22 | 9 | -0/+679 |
| * | | | | parisc: Enable UBSAN support | Helge Deller | 2017-08-22 | 1 | -0/+2 |
| * | | | | parisc/random: Add machine specific randomness | Helge Deller | 2017-08-22 | 1 | -3/+21 |
| * | | | | parisc: Optimize switch_mm | John David Anglin | 2017-08-22 | 1 | -0/+3 |
| * | | | | parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERIT | Helge Deller | 2017-08-22 | 1 | -3/+0 |
| * | | | | parisc: Static initialization of pcxl_res_lock spinlock | Helge Deller | 2017-08-22 | 1 | -2/+1 |
| * | | | | parisc: Drop exception_data struct | Helge Deller | 2017-08-22 | 1 | -2/+0 |
| * | | | | parisc: Static initialization of spinlocks in perf and unwind code | Helge Deller | 2017-08-22 | 2 | -6/+2 |
| * | | | | parisc: PDT: Add full support for memory failure via Page Deallocation Table ... | Helge Deller | 2017-08-22 | 2 | -41/+240 |
| * | | | | parisc: PDT/firmware: Add support to read PDT on older PAT-machines | Helge Deller | 2017-08-22 | 2 | -8/+53 |
| * | | | | parisc: Add MADV_HWPOISON and MADV_SOFT_OFFLINE | Helge Deller | 2017-08-22 | 1 | -0/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-09-04 | 2 | -22/+6 |
|\ \ \ \ |
|
| * | | | | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 2017-08-25 | 1 | -22/+4 |
| * | | | | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 2017-08-10 | 1 | -0/+2 |
| |/ / / |
|
* | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-08-21 | 1 | -7/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 2017-08-17 | 1 | -7/+0 |
* | | | | parisc: Define CONFIG_CPU_BIG_ENDIAN | Babu Moger | 2017-07-31 | 1 | -0/+3 |
* | | | | parisc: Increase thread and stack size to 32kb | Helge Deller | 2017-07-31 | 2 | -2/+2 |
* | | | | parisc: Handle vma's whose context is not current in flush_cache_range | John David Anglin | 2017-07-31 | 1 | -3/+2 |
| |/ /
|/| | |
|
* | | | parisc: Extend disabled preemption in copy_user_page | John David Anglin | 2017-07-25 | 1 | -1/+1 |
* | | | parisc: Prevent TLB speculation on flushed pages on CPUs that only support eq... | John David Anglin | 2017-07-25 | 1 | -20/+14 |
* | | | parisc: Suspend lockup detectors before system halt | Helge Deller | 2017-07-25 | 1 | -0/+2 |
* | | | parisc: Show DIMM slot number which holds broken memory module | Helge Deller | 2017-07-25 | 1 | -5/+14 |
* | | | parisc: Add function to return DIMM slot of physical address | Helge Deller | 2017-07-25 | 2 | -1/+40 |
* | | | parisc: Fix crash when calling PDC_PAT_MEM PDT firmware function | Helge Deller | 2017-07-25 | 2 | -3/+12 |
* | | | parisc: regenerate defconfig files | Helge Deller | 2017-07-23 | 8 | -222/+59 |
* | | | parisc: Merge millicode routines via linker script | Helge Deller | 2017-07-23 | 1 | -0/+2 |
* | | | parisc: Disable further stack checks when panic occurs during stack check | Helge Deller | 2017-07-23 | 1 | -1/+7 |
|/ / |
|
* | | Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-07-22 | 1 | -1/+1 |
|\ \ |
|
| * | | tty: Fix TIOCGPTPEER ioctl definition | Gleb Fotengauer-Malinovskiy | 2017-07-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-21 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | debug: Fix WARN_ON_ONCE() for modules | Josh Poimboeuf | 2017-07-20 | 1 | -3/+3 |
* | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 1 | -1/+0 |
|\ \ |
|
| * | | kill {__,}{get,put}_user_unaligned() | Al Viro | 2017-07-03 | 1 | -1/+0 |
* | | | parisc: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2017-07-11 | 2 | -6/+5 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-06 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 2017-07-06 | 1 | -1/+2 |
* | | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-06 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | kill strlen_user() | Al Viro | 2017-05-15 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-07-06 | 1 | -1/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | trim __ARCH_WANT_SYS_OLD_GETRLIMIT | Al Viro | 2017-05-27 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-05 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | parisc: ->mapping_error | Christoph Hellwig | 2017-07-05 | 1 | -2/+0 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 | 1 | -0/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|