1. e5859eb Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  2. 33f9e02 parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs by Thomas Bogendoerfer · 7 years ago
  3. 2474623 parisc: Report SIGSEGV instead of SIGBUS when running out of stack by Helge Deller · 7 years ago
  4. b0f94ef parisc: use compat_sys_keyctl() by Eric Biggers · 8 years ago
  5. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
  6. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  7. f02e6c6 parisc: Don't hardcode PSW values in hpmc code by Helge Deller · 8 years ago
  8. 3f4fb10 parisc: Don't hardcode PSW values in gsc_*() functions by Helge Deller · 8 years ago
  9. b752c7b parisc: Avoid zeroing gr[0] in fixup_exception() by Helge Deller · 8 years ago
  10. 649aa24 parisc/mm: Ensure IRQs are off in switch_mm() by Helge Deller · 8 years ago
  11. c9c2877 parisc: Add Page Deallocation Table (PDT) support by Helge Deller · 8 years ago
  12. c8c3735 parisc: Enhance detection of synchronous cr16 clocksources by Helge Deller · 8 years ago
  13. c3e5523 parisc: Drop per_cpu uaccess related exception_data struct by Helge Deller · 8 years ago
  14. 741394c parisc: Inline trivial exception code in lusercopy.S by Helge Deller · 8 years ago
  15. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  16. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  17. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  18. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  19. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  20. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  21. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 2fefc97 HAVE_ARCH_HARDENED_USERCOPY is unconditional now by Al Viro · 8 years ago
  23. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
  24. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 6a94ca1 parisc: Use generic pci_mmap_resource_range() by David Woodhouse · 8 years ago
  26. f66e225 PCI: Add BAR index argument to pci_mmap_page_range() by David Woodhouse · 8 years ago
  27. 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
  28. 3f795ce parisc: Fix get_user() for 64-bit value on 32-bit kernel by Helge Deller · 8 years ago
  29. 409c1b2 parisc: fix bugs in pa_memcpy by Mikulas Patocka · 8 years ago
  30. 5daab9d New getsockopt option to get socket cookie by Chenbo Feng · 8 years ago
  31. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. f64fd18 parisc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  33. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
  34. 19d4362 debug: Add _ONCE() logic to report_bug() by Peter Zijlstra · 8 years ago
  35. 476e75a parisc: Avoid stalled CPU warnings after system shutdown by Helge Deller · 8 years ago
  36. d19f5e4 parisc: Clean up fixup routines for get_user()/put_user() by Helge Deller · 8 years ago
  37. 554bfec parisc: Fix access fault handling in pa_memcpy() by Helge Deller · 8 years ago
  38. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  39. 6d43390 net: Introduce SO_INCOMING_NAPI_ID by Sridhar Samudrala · 8 years ago
  40. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. a2d133b sock: introduce SO_MEMINFO getsockopt by Josh Hunt · 8 years ago
  42. 73580da parisc: Fix system shutdown halt by Helge Deller · 8 years ago
  43. 74e3f6e parisc: perf: Fix potential NULL pointer dereference by Arvind Yadav · 8 years ago
  44. 186ecf1 parisc: Avoid compiler warnings with access_ok() by Helge Deller · 8 years ago
  45. 63d32d1 parisc: Wire up statx system call by Helge Deller · 8 years ago
  46. 316ec06 parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range by John David Anglin · 8 years ago
  47. 5f65532 parisc: support R_PARISC_SECREL32 relocation in modules by Mikulas Patocka · 8 years ago
  48. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  49. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  50. f47e2db Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  51. 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  52. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  53. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  54. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  55. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  56. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  57. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  58. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  59. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  60. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  61. ef470a6 parisc: Remove flush_user_dcache_range and flush_user_icache_range by John David Anglin · 8 years ago
  62. 8351bad parisc: fix a printk by Dan Carpenter · 8 years ago
  63. 09b871f parisc: Define access_ok() as macro by Helge Deller · 8 years ago
  64. 6d23f8a arch, mm: remove arch specific show_mem by Michal Hocko · 8 years ago
  65. 6302666 parisc: use generic current.h by Davidlohr Bueso · 8 years ago
  66. 7bb0338 Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  67. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  68. ad21fc4 arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common by Laura Abbott · 8 years ago
  69. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  70. cd19c36 fs/binfmt: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  71. ed5c8c8 Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch by Ingo Molnar · 8 years ago
  72. 2ad5d52 parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header by Helge Deller · 8 years ago
  73. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  74. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  75. acb0405 sched/clock: Fix hotplug crash by Peter Zijlstra · 8 years ago
  76. b4a9eb4 parisc: Add line-break when printing segfault info by Helge Deller · 8 years ago
  77. 1fe0a7e parisc: Drop TIF_RESTORE_SIGMASK and switch to generic code by Helge Deller · 8 years ago
  78. 4174421 parisc: Mark cr16 clocksource unstable on SMP systems by Helge Deller · 8 years ago
  79. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  80. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  81. 0c961c5 Merge branch 'parisc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  82. 160494d parisc: Optimize timer interrupt function by Helge Deller · 8 years ago
  83. f50a2bd arch/parisc: add option to skip DMA sync as a part of map and unmap by Alexander Duyck · 8 years ago
  84. 82cbd56 parisc: perf: return -EFAULT on error by Dan Carpenter · 8 years ago
  85. 637250c parisc: Enhance CPU detection code on PAT machines by Helge Deller · 8 years ago
  86. 5c38602 parisc: Re-enable interrupts early by Helge Deller · 8 years ago
  87. 18d98a7 parisc: Enable KASLR by Helge Deller · 8 years ago
  88. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  90. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. 24d0492 parisc: Fix TLB related boot crash on SMP machines by Helge Deller · 8 years ago
  92. febe429 parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_icache_page_asm by John David Anglin · 8 years ago
  93. c78e710 parisc: Purge TLB before setting PTE by John David Anglin · 8 years ago
  94. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  95. 5035b23 parisc: Also flush data TLB in flush_icache_page_asm by John David Anglin · 8 years ago
  96. c0452fb parisc: Fix race in pci-dma.c by John David Anglin · 8 years ago
  97. 43b1f6a parisc: Switch to generic sched_clock implementation by Helge Deller · 8 years ago
  98. 741dc7b parisc: Fix races in parisc_setup_cache_timing() by John David Anglin · 8 years ago
  99. 4345a64 parisc: Fix printk continuations in system detection by Helge Deller · 8 years ago
  100. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago