1. 18a1d5e parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() by Andy Shevchenko · 2 years, 11 months ago
  2. ecb6a16 parisc: mark xchg functions notrace by Sven Schnelle · 3 years, 2 months ago
  3. 9caea00 parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabled by Helge Deller · 3 years, 3 months ago
  4. 6710287 parisc: Implement __get/put_kernel_nofault() by Helge Deller · 3 years, 4 months ago
  5. 1260dea parisc: Drop strnlen_user() in favour of generic version by Helge Deller · 3 years, 4 months ago
  6. a7a08b2 arch: remove compat_alloc_user_space by Arnd Bergmann · 3 years, 4 months ago
  7. f6a3308 Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat" by Helge Deller · 3 years, 4 months ago
  8. 2a7d4ee parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64() by John David Anglin · 4 years, 3 months ago
  9. f15309d parisc: Add ioread64_hi_lo() and iowrite64_hi_lo() by Helge Deller · 4 years, 3 months ago
  10. 6e41c58 unify generic instances of csum_partial_copy_nocheck() by Al Viro · 4 years, 5 months ago
  11. 8f28ca6 iomap: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
  12. b344d6a parisc: add support for cmpxchg on u8 pointers by Liam Beguin · 4 years, 5 months ago
  13. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 6 months ago
  14. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years, 7 months ago
  15. eab0c60 maccess: unify the probe kernel arch hooks by Christoph Hellwig · 4 years, 7 months ago
  16. 5904122 take the dummy csum_and_copy_from_user() into net/checksum.h by Al Viro · 4 years, 10 months ago
  17. 77a8710 parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user() by Al Viro · 4 years, 10 months ago
  18. 83af58f parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat by Helge Deller · 6 years ago
  19. de6cc65 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 by Thomas Gleixner · 6 years ago
  20. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  21. 660662f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 by Thomas Gleixner · 6 years ago
  22. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  23. 7d1689a parisc: iomap: introduce io{read|write}64 by Logan Gunthorpe · 6 years ago
  24. c8921d7 parisc: Fix and improve kernel stack unwinding by Helge Deller · 6 years ago
  25. 6a16fc3 parisc: remove duplicate includes by Pravin Shedge · 7 years ago
  26. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  27. da3dc73 parisc: Drop exception_data struct by Helge Deller · 7 years ago
  28. 741394c parisc: Inline trivial exception code in lusercopy.S by Helge Deller · 8 years ago
  29. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  30. 409c1b2 parisc: fix bugs in pa_memcpy by Mikulas Patocka · 8 years ago
  31. f64fd18 parisc: switch to RAW_COPY_USER by Al Viro · 8 years ago
  32. 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
  33. d19f5e4 parisc: Clean up fixup routines for get_user()/put_user() by Helge Deller · 8 years ago
  34. 554bfec parisc: Fix access fault handling in pa_memcpy() by Helge Deller · 8 years ago
  35. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  36. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  37. 9e91db6 parisc: Add hardened usercopy feature by Helge Deller · 8 years ago
  38. f39cce6 parisc: Add cfi_startproc and cfi_endproc to assembly code by Helge Deller · 8 years ago
  39. a549c45 parisc: Change structure intialisation to C99 style in iomap.c by Amitoj Kaur Chawla · 9 years ago
  40. 54b66800 parisc: Add native high-resolution sched_clock() implementation by Helge Deller · 9 years ago
  41. 2ef4dfd parisc: Unbreak handling exceptions from kernel modules by Helge Deller · 9 years ago
  42. 6ddb798 parisc: percpu: update comments referring to __get_cpu_var by Christoph Lameter · 10 years ago
  43. 496252f parisc: Replace __get_cpu_var uses for address calculation by Christoph Lameter · 11 years ago
  44. 964f413 parisc: size_t is unsigned, so comparison size < 0 doesn't make sense. by Helge Deller · 11 years ago
  45. 9af63ae parisc: do not inline pa_memcpy() internal functions by Helge Deller · 11 years ago
  46. f6d12ee parisc: make udelay() SMP-safe by Helge Deller · 11 years ago
  47. 61dbbae parisc: provide macro to create exception table entries by Helge Deller · 11 years ago
  48. db080f9 parisc: let probe_kernel_read() capture access to page zero by Helge Deller · 11 years ago
  49. 5b879d7 parisc: Fix gcc miscompilation in pa_memcpy() by Helge Deller · 11 years ago
  50. ca0ad83 parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds. by John David Anglin · 12 years ago
  51. d8d0524 parisc: avoid unitialized variable warning in pa_memcpy() by Helge Deller · 12 years ago
  52. b1195c0 [PARISC] update parisc to use generic strncpy_from_user() by James Bottomley · 13 years ago
  53. 527dcdc Disintegrate asm/system.h for PA-RISC by David Howells · 13 years ago
  54. 629a858 parisc: switch to GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  55. a87df54 parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  56. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  57. 888c31f parisc: add strict copy size checks (v2) by Helge Deller · 15 years ago
  58. 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  59. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  60. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  61. dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
  62. 87451d8 parisc: fix mismatched parenthesis in memcpy.c by Randolph Chung · 16 years ago
  63. 071327e parisc: remove CVS keywords by Alexander Beregalov · 16 years ago
  64. 8f47cb87 parisc: lib/: make code static by Adrian Bunk · 16 years ago
  65. dfcf753 Revert "parisc: fix trivial section name warnings" by Kyle McMartin · 17 years ago
  66. 91bae23 parisc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  67. bd3bb8c parisc: fix trivial section name warnings by Helge Deller · 17 years ago
  68. b70d3a2 iomap: fix 64 bits resources on 32 bits by Benjamin Herrenschmidt · 17 years ago
  69. 9d29213 Revert "[PARISC] import necessary bits of libgcc.a" by Kyle McMartin · 17 years ago
  70. efb80e7 [PARISC] import necessary bits of libgcc.a by Kyle McMartin · 17 years ago
  71. f13cec8 [PARISC] parisc: "extern inline" -> "static inline" by Adrian Bunk · 17 years ago
  72. a8f44e3 [PARISC] use CONFIG_64BIT instead of __LP64__ by Helge Deller · 18 years ago
  73. 0b3d643 [PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macro by Helge Deller · 18 years ago
  74. 7814e4b [NET]: PARISC checksum annotations and cleanups. by Al Viro · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  76. a41d386 [PARISC] Remove obsolete CONFIG_DEBUG_IOREMAP by Helge Deller · 19 years ago
  77. 61520e1 [PARISC] Specify level to fix binutils level promotion bug by Grant Grundler · 19 years ago
  78. fa681a1 [PARISC] Disable use of fpregs in pa_memcpy by Randolph Chung · 19 years ago
  79. fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 19 years ago
  80. 0013a85 kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  81. dae409a [PATCH] add Big Endian variants of ioread/iowrite by James Bottomley · 20 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago