1. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. 9ffd938 microblaze: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
  3. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  5. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
  7. 058e88d Merge tag 'microblaze-4.13-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  8. 07c75d7 drivers: dma-mapping: allow dma_common_mmap() for NOMMU by Vladimir Murzin · 7 years ago
  9. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
  10. 14ef905 microblaze: Fix MSR flags when returning from exception by Michal Simek · 9 years ago
  11. faf154c microblaze: Separate GP registers from MSR handling by Michal Simek · 9 years ago
  12. e16f1ad microblaze: Enabling CONFIG_BRIDGE in mmu_defconfig by Vineeth Chowdary Karumanchi · 8 years ago
  13. 17f4977 microblaze: Enabling CONFIGS related to MTD by Vineeth Chowdary Karumanchi · 8 years ago
  14. e0d4fa5 microblaze: Update defconfigs by Michal Simek · 8 years ago
  15. a753499 microblaze: mm: Flush TLB to ensure correct mapping when higmem ON by Michal Simek · 9 years ago
  16. b0230a6 microblaze: remove DMA_ERROR_CODE by Christoph Hellwig · 8 years ago
  17. bb0eb05 clocksource/drivers: Rename CLKSRC_OF to TIMER_OF by Daniel Lezcano · 8 years ago
  18. ba5d08c clocksource/drivers: Rename clocksource_probe to timer_probe by Daniel Lezcano · 8 years ago
  19. 1727339 clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE by Daniel Lezcano · 8 years ago
  20. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  21. 83f0124 microblaze: remove asm-generic wrapper headers by Tobias Klauser · 8 years ago
  22. f5ef419 microblaze: wire up statx syscall by Tobias Klauser · 8 years ago
  23. bb26081 microblaze: Set ->min_delta_ticks and ->max_delta_ticks for timer by Nicolai Stange · 8 years ago
  24. e56751c microblaze: use sg_phys() by Geliang Tang · 8 years ago
  25. 10503bf get rid of unused __strncpy_from_user() instances by Al Viro · 8 years ago
  26. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  27. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  28. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
  29. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
  30. f66e225 PCI: Add BAR index argument to pci_mmap_page_range() by David Woodhouse · 8 years ago
  31. e854d8b PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space by David Woodhouse · 8 years ago
  32. 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
  33. d491afb microblaze: switch to RAW_COPY_USER by Al Viro · 8 years ago
  34. 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
  35. 730132e microblaze: switch to generic extable.h by Al Viro · 8 years ago
  36. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  37. 444f02c uaccess: drop pointless ifdefs by Al Viro · 8 years ago
  38. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  39. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  40. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  41. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  42. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  43. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  44. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  45. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  46. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  47. 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
  48. 3a4f8a0 mm: remove shmem_mapping() shmem_zero_setup() duplicates by Hugh Dickins · 8 years ago
  49. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  50. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  51. a75f310 microblaze: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  52. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  53. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  54. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  55. d5379e5 Merge tag 'microblaze-4.10-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 8 years ago
  56. 98ac2fc arch/microblaze: add option to skip DMA sync as a part of map and unmap by Alexander Duyck · 8 years ago
  57. f082f02 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. 2120a43 irqchip/xilinx: Rename get_irq to xintc_get_irq by Zubair Lutfullah Kakakhel · 8 years ago
  59. 0547dc7 microblaze/irqchip: Move intc driver to irqchip by Zubair Lutfullah Kakakhel · 8 years ago
  60. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  61. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  62. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  63. 3400606 microblaze: Add new fpga families by Michal Simek · 8 years ago
  64. 8ee8050 microblaze: Add missing release version code v9.6 and v10 by Michal Simek · 8 years ago
  65. 7181e55 microblaze: Add missing syscalls by Michal Simek · 8 years ago
  66. 63b7c83 microblaze: Fix return value from xilinx_timer_init by Michal Simek · 8 years ago
  67. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  68. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  70. e6e3d8f Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  71. df720ac exceptions: detritus removal by Al Viro · 8 years ago
  72. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  73. e98b9e3 microblaze: fix __get_user() by Al Viro · 8 years ago
  74. d0cf385 microblaze: fix copy_from_user() by Al Viro · 8 years ago
  75. 9413d96 microblaze/PCI: Add multidomain support for procfs by Bharat Kumar Gogada · 8 years ago
  76. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  77. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  78. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  79. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  80. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  81. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  82. 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 8 years ago
  83. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  84. 1cd04d2 Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  85. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  86. 3d93f42 Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core by Thomas Gleixner · 8 years ago
  87. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 9 years ago
  88. 0586421 clocksource/drivers/microblaze: Convert init function to return error by Daniel Lezcano · 9 years ago
  89. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  90. 0ad8f06 microblaze/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus() by Bjorn Helgaas · 9 years ago
  91. 8221a01 PCI: Unify pci_resource_to_user() declarations by Bjorn Helgaas · 9 years ago
  92. c444a2be microblaze/PCI: Remove useless __pci_mmap_set_pgprot() by Bjorn Helgaas · 9 years ago
  93. 0ee3741 microblaze: remove ARCH_WANT_OPTIONAL_GPIOLIB by Linus Walleij · 9 years ago
  94. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 9 years ago
  95. 7b13277 microblaze: Add <asm/hash.h> by George Spelvin · 9 years ago
  96. 36b150b Merge tag 'microblaze-4.7-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 9 years ago
  97. fff7fb0 lib/GCD.c: use binary GCD algorithm instead of Euclidean by Zhaoxiu Zeng · 9 years ago
  98. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  99. 52e9e6e microblaze: pci: export isa_io_base to fix link errors by Fengguang Wu · 9 years ago
  100. fbce3be microblaze: Wire up userfaultfd, membarrier, mlock2 syscalls by Michal Simek · 9 years ago