1. f24ffde parisc: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  2. 2e3f0ab parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT by Helge Deller · 9 years ago
  3. 0e0da48 parisc: mm: don't count preallocated pmds by Mikulas Patocka · 9 years ago
  4. 47514da parisc: Add compile-time check when adding new syscalls by Helge Deller · 9 years ago
  5. c07af4f mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines by Kirill A. Shutemov · 9 years ago
  6. 27a22ee Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  7. 3d66b81 parisc: Remove unused function by Rickard Strandqvist · 9 years ago
  8. b9762e7 parisc: macro whitespace fixes by Michael S. Tsirkin · 9 years ago
  9. 876b2a0 parisc/uaccess: fix sparse errors by Michael S. Tsirkin · 9 years ago
  10. cf635f8 parisc: hpux - Remove HPUX syscall numbers by Helge Deller · 9 years ago
  11. c78c2b7 parisc: hpux - Remove hpux gateway page by Helge Deller · 9 years ago
  12. 863722e parisc: hpux - Delete files in hpux subdirectory by Helge Deller · 9 years ago
  13. e28f295 parisc: hpux - Do not compile hpux subdirectory by Helge Deller · 9 years ago
  14. 04c1614 parisc: hpux - Drop support for HP-UX binaries by Helge Deller · 9 years ago
  15. 0bd1e94 parisc: Add error checks when building up signal trampoline handler by Helge Deller · 9 years ago
  16. fb96a79 parisc: Wire up execveat syscall by Helge Deller · 9 years ago
  17. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 9 years ago
  18. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  19. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 9 years ago
  20. 8d55da8 parisc: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  21. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  22. 1939341 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  23. d453cde module_arch_freeing_init(): new hook for archs before module->module_init freed. by Rusty Russell · 9 years ago
  24. 665d92e kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion by Masahiro Yamada · 10 years ago
  25. 58628a7 Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  26. 45db073 parisc: fix out-of-register compiler error in ldcw inline assembler function by John David Anglin · 10 years ago
  27. 6ddb798 parisc: percpu: update comments referring to __get_cpu_var by Christoph Lameter · 10 years ago
  28. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  29. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  30. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  31. a0e4467 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  32. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  33. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  34. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  35. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  36. d8f5457 parisc: Avoid using CONFIG_64BIT in userspace exported headers by Helge Deller · 10 years ago
  37. 2fe749f parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscalls by Helge Deller · 10 years ago
  38. 8dd95c6 parisc: Use BUILD_BUG() instead of undefined functions by Helge Deller · 10 years ago
  39. e6be7bb parisc: Wire up bpf syscall by Helge Deller · 10 years ago
  40. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  41. 2f08348 parisc: io: implement dummy relaxed accessor macros for writes by Will Deacon · 11 years ago
  42. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  43. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  44. 1f25df2 parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architectures by Helge Deller · 10 years ago
  45. afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. 683a52a Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  47. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 10 years ago
  48. b94d525 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  49. c899c3f parisc: Update defconfigs which were missing CONFIG_NET. by David S. Miller · 10 years ago
  50. 25fee47 parisc: Set CONFIG_NET=y in defconfigs by Michal Marek · 10 years ago
  51. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 10 years ago
  52. ce5d112 ARCH: AUDIT: implement syscall_get_arch for all arches by Eric Paris · 10 years ago
  53. d26a773 parisc: Only use -mfast-indirect-calls option for 32-bit kernel builds by John David Anglin · 10 years ago
  54. fe5c873 parisc: ptrace: use secure_computing_strict() by Helge Deller · 10 years ago
  55. 882ebfc Merge 3.17-rc5 into tty-next by Greg Kroah-Hartman · 10 years ago
  56. 8920649 parisc: Implement new LWS CAS supporting 64 bit operations. by Guy Martin · 10 years ago
  57. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  58. 12b46b6 parisc/uapi: Add definition of TIOC[SG]RS485 by Ricardo Ribalda Delgado · 10 years ago
  59. c90f069 parisc: Wire up seccomp, getrandom and memfd_create syscalls by Helge Deller · 10 years ago
  60. 3067bbd parisc: sys_hpux: NUL terminator is one past the end by Dan Carpenter · 10 years ago
  61. 15e3f6d locking,arch,parisc: Fold atomic_ops by Peter Zijlstra · 10 years ago
  62. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  63. e4dc894 parisc: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  64. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  65. 8efb90c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  67. ad8c12e staging: silicom: remove driver by Kristina Martšenko · 10 years ago
  68. 9794144 parisc: Eliminate memset after alloc_bootmem_pages by HIMANGI SARAOGI · 10 years ago
  69. 20dbea4 parisc: Remove SA_RESTORER define by John David Anglin · 10 years ago
  70. 4082b86 parisc: ftrace: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  71. 3a46588 parisc: ftrace: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  72. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  73. 54f8c2a Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  74. fe22ddc parisc: drop unused defines and header includes by Helge Deller · 10 years ago
  75. ab8a261 parisc: fix fanotify_mark() syscall on 32bit compat kernel by Helge Deller · 10 years ago
  76. eadcc72 parisc: add serial ports of C8000/1GHz machine to hardware database by Helge Deller · 10 years ago
  77. cc07aab Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next by Linus Torvalds · 10 years ago
  78. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  79. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  80. e5c4ecd Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb into next by Linus Torvalds · 10 years ago
  81. 4255532 Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into next by Linus Torvalds · 10 years ago
  82. 7ca22cf USB: remove CONFIG_USB_DEBUG from defconfig files by Greg Kroah-Hartman · 10 years ago
  83. 3a0d89d USB: delete CONFIG_USB_DEVICEFS from defconfig by Naoki MATSUMOTO · 10 years ago
  84. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 10 years ago
  85. 9abd09a parisc: 'renameat2()' doesn't need (or have) a separate compat system call by Linus Torvalds · 10 years ago
  86. eed542d ftrace: Make CALLER_ADDRx macros more generic by AKASHI Takahiro · 10 years ago
  87. 18e480a parisc: add renameat2 syscall by Miklos Szeredi · 10 years ago
  88. 6ed8bf8 Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  89. c776cd8 parisc: Improve LWS-CAS performance by John David Anglin · 10 years ago
  90. fef47e2 parisc: ratelimit userspace segfault printing by Helge Deller · 10 years ago
  91. 042d27a parisc,metag: Do not hardcode maximum userspace stack size by Helge Deller · 10 years ago
  92. d71f290 metag: Reduce maximum stack size to 256MB by James Hogan · 10 years ago
  93. b5f3c61 Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  94. 8a415e5 parisc: Use generic uapi/asm/resource.h file by Helge Deller · 10 years ago
  95. e0d8898 parisc: remove _STK_LIM_MAX override by John David Anglin · 10 years ago
  96. e4a65e9 arch,parisc: Convert smp_mb__*() by Peter Zijlstra · 10 years ago
  97. 81cef0f Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  98. ab3e55b parisc: fix epoll_pwait syscall on compat kernel by Helge Deller · 10 years ago
  99. 0ef36bd parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZE by Helge Deller · 10 years ago
  100. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago