1. 1fa185e Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 10 years ago
  2. 9987c19 CRIS: Whitespace cleanup by Jesper Nilsson · 10 years ago
  3. 83f1588 CRIS: macro whitespace fixes in uaccess.h by Michael S. Tsirkin · 10 years ago
  4. 458e319 CRIS: uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  5. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  6. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  7. 103f3d9 cris: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  8. a3199ad CRISv32: ETRAXFS: Fix recursive spinlock by Jesper Nilsson · 10 years ago
  9. 6eb64b8 CRIS: Fix headers_install by Sam Ravnborg · 10 years ago
  10. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  11. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  12. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  13. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  14. 62e8abf cris: io: implement dummy relaxed accessor macros for writes by Will Deacon · 11 years ago
  15. 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
  16. 2088218 cris: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  17. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 10 years ago
  18. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  19. 7179e30 locking,arch,cris: Fold atomic_ops by Peter Zijlstra · 11 years ago
  20. 56106da lib/scatterlist: clean up useless architecture versions of scatterlist.h by Laura Abbott · 10 years ago
  21. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  22. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  23. 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
  24. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 10 years ago
  25. 17b4021 arch,cris: Convert smp_mb__*() by Peter Zijlstra · 11 years ago
  26. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  27. 462bf23 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  28. 073d822 arch: Remove stub cputime.h headers by Frederic Weisbecker · 11 years ago
  29. 0eb808e cris: convert ffs from an object-like macro to a function-like macro by Geert Uytterhoeven · 11 years ago
  30. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 11 years ago
  31. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 11 years ago
  32. 562e74f Merge tag 'cris-for-3.14' of git://jni.nu/cris by Linus Torvalds · 11 years ago
  33. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  34. 3fdb38b cris: provide {in,out}[wl]_p() by Geert Uytterhoeven · 11 years ago
  35. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 11 years ago
  36. e269a86 Drop code for CRISv10 CPU simulator by Jesper Nilsson · 11 years ago
  37. f549ed1 arch: Re-sort some Kbuild files to hopefully help avoid some conflicts by Stephen Rothwell · 11 years ago
  38. 6806afc net: resort some Kbuild files to hopefully help avoid some conflicts by Stephen Rothwell · 11 years ago
  39. 93ea02b arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h by Peter Zijlstra · 11 years ago
  40. bb1d2a9 CRIS: Add missing syscalls by Jesper Nilsson · 11 years ago
  41. 64d8ad9 cris: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  42. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  43. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  44. 0da5303 cris: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  45. 26db390 cris: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  46. 2f466d3 Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  47. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  48. 54197e4 hardirq: Make hardirq bits generic by Thomas Gleixner · 11 years ago
  49. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  50. 72a0c55 cris: media platform drivers: fix build by Mauro Carvalho Chehab · 11 years ago
  51. fa9e962 cris/PCI: Remove unused pci_mem_start by Myron Stowe · 11 years ago
  52. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  53. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  54. b172b37 CRIS: Add kvm_para.h which includes generic file by Jesper Nilsson · 12 years ago
  55. c9ea40c CRIS: remove unused current_regs by Jesper Nilsson · 12 years ago
  56. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  57. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  58. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  59. 35fa075 mm/CRIS: clean up unused VALID_PAGE() by Jiang Liu · 11 years ago
  60. ab53485 Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  61. 2d722f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  63. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  64. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  65. e3ccbc3 cris: Wire up asm-generic/vga.h by Geert Uytterhoeven · 11 years ago
  66. cd07f4f cris: Wire up asm-generic/xor.h by Geert Uytterhoeven · 11 years ago
  67. decd48c cris: Switch to asm-generic/linkage.h by Geert Uytterhoeven · 11 years ago
  68. 0dad16f cris: Provide inb_p() and outb_p() by Geert Uytterhoeven · 12 years ago
  69. 95f40de cris: Provide <asm/kvm_para.h> by Geert Uytterhoeven · 12 years ago
  70. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  71. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  72. 6546327 arch: Cleanup enable/disable_hlt by Thomas Gleixner · 12 years ago
  73. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 12 years ago
  74. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 12 years ago
  75. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  76. e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 12 years ago
  77. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  78. ddfe9b3 cris: use "int" for ssize_t to match size_t by Geert Uytterhoeven · 12 years ago
  79. d64008a burying unused conditionals by Al Viro · 12 years ago
  80. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. eb2f256 cris: switch to generic old sigaction() by Al Viro · 12 years ago
  82. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  83. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  84. 063aceb cris: Provide dma_mmap_coherent() and dma_get_sgtable() by Geert Uytterhoeven · 12 years ago
  85. 055dc21 soreuseport: infrastructure by Tom Herbert · 12 years ago
  86. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 12 years ago
  87. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  88. 77c8006 UAPI: Fix up empty files in arch/cris/ by David Howells · 12 years ago
  89. 00addd1 CRIS: locking: fix the return value of arch_read_trylock() by Wei Yongjun · 12 years ago
  90. e61ac0b Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowells/linux-headers into for-linus2 by Jesper Nilsson · 12 years ago
  91. 031b656 unify SS_ONSTACK/SS_DISABLE definitions by Al Viro · 12 years ago
  92. 1ca97bb new helper: current_user_stack_pointer() by Al Viro · 12 years ago
  93. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  94. c24bf9b CRIS: fix I/O macros by Corey Minyard · 12 years ago
  95. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  96. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  97. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  98. 4f4202f unify default ptrace_signal_deliver by Al Viro · 12 years ago
  99. 27d892f cris: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  100. d93cf06 various: Fix spelling of "registered" in comments. by Adam Buchbinder · 12 years ago