1. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  2. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  3. 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
  4. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  5. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  6. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  7. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  8. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  9. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  10. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  11. 783011b unicore32: mm: Add missing parameter to arch_vma_access_permitted by Guenter Roeck · 9 years ago
  12. a830627 unicore32: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  13. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  15. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  16. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  17. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 9 years ago
  18. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 9 years ago
  19. 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 9 years ago
  20. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  21. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  22. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  23. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  24. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  25. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  26. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  27. 012dcef mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h by Christoph Hellwig · 9 years ago
  28. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  29. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 10 years ago
  30. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  31. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  32. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 9 years ago
  33. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 10 years ago
  34. 19b6d0b unicore32: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  35. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  36. 4017179 unicore32: drop pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  37. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  38. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  39. 62e88b1 mm: Make arch_unmap()/bprm_mm_init() available to all architectures by Dave Hansen · 10 years ago
  40. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  41. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  42. 8a01659 arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM by Chen Gang · 11 years ago
  43. aaad618 unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h by Chen Gang · 11 years ago
  44. 312c6df arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition by Chen Gang · 11 years ago
  45. 1febf61 arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc() by Chen Gang · 11 years ago
  46. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 11 years ago
  47. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 11 years ago
  48. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 11 years ago
  49. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 11 years ago
  50. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  51. 93ea02b arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h by Peter Zijlstra · 11 years ago
  52. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  53. 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
  54. e90bedb unicore32: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  55. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  56. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  57. b26a3df mm/unicore32: fix stale comment about VALID_PAGE() by Jiang Liu · 11 years ago
  58. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 12 years ago
  59. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  60. 5208ba2 missing user_stack_pointer() instances by Al Viro · 12 years ago
  61. cc1b39d Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  62. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 12 years ago
  63. 38e9935 unicore32: switch to generic kernel_thread()/kernel_execve() by Al Viro · 12 years ago
  64. e8ce15a UAPI: (Scripted) Disintegrate arch/unicore32/include/asm by David Howells · 12 years ago
  65. 10e1e99 UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between native and cross compiler by Guan Xuetao · 12 years ago
  66. 195d457 UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointer by Guan Xuetao · 12 years ago
  67. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  68. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  69. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  70. 8901395 UAPI: Fix the guards on various asm/unistd.h files by David Howells · 12 years ago
  71. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  72. 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 13 years ago
  73. 87b0e71 unicore32: unobfuscate _TIF_WORK_MASK by Al Viro · 13 years ago
  74. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  75. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  76. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 13 years ago
  77. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 13 years ago
  78. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
  79. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  80. 141124c Delete all instances of asm/system.h by David Howells · 13 years ago
  81. 8978bfd Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt] by Guan Xuetao · 13 years ago
  82. ffc4a3f Unicore32: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  83. bc4d799 unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h by Bjorn Helgaas · 13 years ago
  84. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  85. a50e421 unicore32: add ioremap_nocache definition by Guan Xuetao · 13 years ago
  86. 62439a2 unicore32: delete specified xlate_dev_mem_ptr by Guan Xuetao · 13 years ago
  87. b73224f PCI: UniCore: convert pcibios_set_master() to a non-inlined function by Myron Stowe · 13 years ago
  88. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  89. ed96dfb unicore32, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  90. e13b91c unicore32: fix build error for find bitops by Guan Xuetao · 13 years ago
  91. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  92. 62b62c5 unicore32: using generic-y format for one line asm-generic files by Guan Xuetao · 14 years ago
  93. 35425801 PM / Hibernate: Remove arch_prepare_suspend() by Rafael J. Wysocki · 14 years ago
  94. 0bfdc8e unicore32 fix: remove arch-specific futex support by Guan Xuetao · 14 years ago
  95. 289d6b0 unicore32: rewrite arch-specific tlb.h to use asm-generic version by GuanXuetao · 14 years ago
  96. 1cf46c42 unicore32: modify io_p2v and io_v2p macros, and adjust PKUNITY_mmio_BASEs by GuanXuetao · 14 years ago
  97. 4fde87c unicore32: replace unicore32-specific iomap functions with generic lib implementation by GuanXuetao · 14 years ago
  98. e5abf78 unicore32 io: redefine __REG(x) and re-use readl/writel funcs by GuanXuetao · 14 years ago
  99. 3ab457c unicore32: remove unused lines in arch/unicore32/include/asm/irq.h by GuanXuetao · 14 years ago
  100. 700598c unicore32 machine related files: pci bus handling by GuanXuetao · 14 years ago