1. c07af4f mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines by Kirill A. Shutemov · 9 years ago
  2. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  3. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  4. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 9 years ago
  5. 406b16e m32r: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  6. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  7. 0ab0660 m32r: macro whitespace fixes by Michael S. Tsirkin · 9 years ago
  8. a618337 m32r/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  9. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  10. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  11. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  12. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  13. cb147c0 m32r: io: implement dummy relaxed accessor macros for writes by Will Deacon · 11 years ago
  14. 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
  15. 2f82df0 m32r: remove deprecated IRQF_DISABLED by Michael Opdenacker · 10 years ago
  16. 3a28663 m32r: 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. c9ebe21 locking,arch,m32r: Fold atomic_ops by Peter Zijlstra · 10 years ago
  20. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  21. 56106da lib/scatterlist: clean up useless architecture versions of scatterlist.h by Laura Abbott · 10 years ago
  22. 5c0806f m32r: Use sigsp() by Richard Weinberger · 10 years ago
  23. 0f5bef6 m32r: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  24. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  25. 89607d5 arch,m32r: Convert smp_mb__*() by Peter Zijlstra · 10 years ago
  26. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  27. 073d822 arch: Remove stub cputime.h headers by Frederic Weisbecker · 10 years ago
  28. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 10 years ago
  29. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 10 years ago
  30. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  31. 4a47415 Kconfig: update flightly outdated CONFIG_SMP documentation by Robert Graffham · 10 years ago
  32. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 10 years ago
  33. 93ea02b arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h by Peter Zijlstra · 11 years ago
  34. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  35. 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
  36. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  37. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  38. 7251ab6 m32r: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  39. fecf374 m32r: fix potential NULL-pointer dereference by Kirill A. Shutemov · 11 years ago
  40. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  41. 650e4dc m32r: Use preempt_schedule_irq by Thomas Gleixner · 11 years ago
  42. 54197e4 hardirq: Make hardirq bits generic by Thomas Gleixner · 11 years ago
  43. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  44. aa5e5dc treewide: fix "distingush" typo by Michael Opdenacker · 11 years ago
  45. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  46. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  47. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  48. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  49. d1407fd m32r: delete __cpuinit usage from all m32r files by Paul Gortmaker · 11 years ago
  50. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  51. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  52. e61aca5 Merge branch 'kconfig-diet' from Dave Hansen by Linus Torvalds · 11 years ago
  53. d1a1dc0 consolidate per-arch stack overflow debugging options by Dave Hansen · 11 years ago
  54. c5c009f mm/m32r: prepare for killing free_all_bootmem_node() by Jiang Liu · 11 years ago
  55. a0e7b80 mm/m32r: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  56. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  57. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  58. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  59. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  60. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  61. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  62. 0168257 m32r: uaccess s/might_sleep/might_fault/ by Michael S. Tsirkin · 11 years ago
  63. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  64. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  65. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  66. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  67. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  68. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. 8be6585 mm/m32r: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  70. c8d5cb7 m32r: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  71. d190e81 idle: Remove GENERIC_IDLE_LOOP config switch by Thomas Gleixner · 11 years ago
  72. 0143622 m32r: Use generic idle loop by Thomas Gleixner · 11 years ago
  73. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  74. 415586c UAPI: fix endianness conditionals in M32R's asm/stat.h by David Howells · 11 years ago
  75. 4febd95 Select VIRT_TO_BUS directly where needed by Stephen Rothwell · 11 years ago
  76. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 11 years ago
  77. 887cbce0 arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS by Stephen Rothwell · 11 years ago
  78. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  79. e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 11 years ago
  80. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  81. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  82. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  83. 1d82256 m32r idle: delete pm_idle, and other dead idle code by Len Brown · 11 years ago
  84. d64008a burying unused conditionals by Al Viro · 12 years ago
  85. 1084f75 m32r: switch to generic sigaltstack by Al Viro · 12 years ago
  86. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  87. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  88. 055dc21 soreuseport: infrastructure by Tom Herbert · 11 years ago
  89. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 11 years ago
  90. 8d84981 Merge branch 'clocksource/cleanup' into next/cleanup by Olof Johansson · 11 years ago
  91. b881bc4 ARCH: drivers remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  92. 7b1f620 time: convert arch_gettimeoffset to a pointer by Stephen Warren · 12 years ago
  93. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  94. 031b656 unify SS_ONSTACK/SS_DISABLE definitions by Al Viro · 12 years ago
  95. 5208ba2 missing user_stack_pointer() instances by Al Viro · 12 years ago
  96. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  97. f7f4dc1 UAPI: (Scripted) Disintegrate arch/m32r/include/asm by David Howells · 12 years ago
  98. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  99. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  100. 4f4202f unify default ptrace_signal_deliver by Al Viro · 12 years ago