1. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  2. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  3. c481290 mm: introduce wrappers to access mm->nr_ptes by Kirill A. Shutemov · 7 years ago
  4. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  5. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  6. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  9. a535bb8 unicore32: make dma_cache_sync a no-op by Christoph Hellwig · 7 years ago
  10. 83fc61a treewide: Fix typos in Kconfig by Masanari Iida · 7 years ago
  11. 0d368cb unicore32/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks by Lorenzo Pieralisi · 7 years ago
  12. ee73056 unicore32: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
  13. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  14. 791a9a6 Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  15. 23ea3f62 Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  16. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  17. 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
  18. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
  21. 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
  22. 69c701e unicore32/PCI: Use generic pci_mmap_resource_range() by David Woodhouse · 8 years ago
  23. f66e225 PCI: Add BAR index argument to pci_mmap_page_range() by David Woodhouse · 8 years ago
  24. 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
  25. 16c125b unicore32/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  26. 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
  27. 2ef59f2 unicore32: get rid of zeroing and switch to RAW_COPY_USER by Al Viro · 8 years ago
  28. 3fb50075 asm-generic/uaccess.h: don't mess with __copy_{to,from}_user by Al Viro · 8 years ago
  29. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  30. aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago
  31. 41f5b8d unicore32: Use full path in KBUILD_IMAGE definition by Michal Marek · 8 years ago
  32. 9a804fe mm/gup: Drop the arch_pte_access_permitted() MMU callback by Kirill A. Shutemov · 8 years ago
  33. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  34. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  35. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  36. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  37. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  38. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  39. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  40. 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
  41. 6d23f8a arch, mm: remove arch specific show_mem by Michal Hocko · 8 years ago
  42. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  43. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  44. 0f91f3f unicore32: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  45. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  46. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  47. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  48. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  49. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  50. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  51. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  52. 05c2679 unicore32: use simpler API for random address requests by Jason Cooper · 8 years ago
  53. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  54. 783011b unicore32: mm: Add missing parameter to arch_vma_access_permitted by Guenter Roeck · 9 years ago
  55. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  56. 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
  57. 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 8 years ago
  58. 607e11a Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 8 years ago
  59. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  60. 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
  61. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  62. fed758f unicore32: use the new LED disk activity trigger by Stephan Linz · 9 years ago
  63. a830627 unicore32: get rid of superfluous __GFP_REPEAT by Michal Hocko · 9 years ago
  64. ab2b750 unicore32/PCI: Remove pci=firmware command line parameter handling by Bjorn Helgaas · 9 years ago
  65. c40d54a unicore: do away with ARCH_REQUIRE_GPIOLIB by Linus Walleij · 9 years ago
  66. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  67. d04f90f Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  68. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  69. b0da6d4 asm-generic: Drop renameat syscall from default list by James Hogan · 9 years ago
  70. 1c44b28 kbuild: drop redundant "PHONY += FORCE" by Masahiro Yamada · 9 years ago
  71. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 9 years ago
  72. fd19f53 unicore32: gpio: switch to gpiochip_add_data() by Linus Walleij · 9 years ago
  73. 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
  74. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  75. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  76. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  77. 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 9 years ago
  78. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  79. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  80. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  81. 9289b9d unicore32: Remove unused HAVE_ARCH_PCI_SET_DMA_MASK definition by Bjorn Helgaas · 9 years ago
  82. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  83. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 9 years ago
  84. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 9 years ago
  85. 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 9 years ago
  86. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 9 years ago
  87. a80bb4c unicore: gpio: Be sure to clamp return value by Linus Walleij · 9 years ago
  88. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  89. da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 9 years ago
  90. 21266be arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug by Dan Williams · 9 years ago
  91. c8fff3e Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  92. b68edac unicore32: nb0916: Use PWM lookup table by Thierry Reding · 9 years ago
  93. 400c5bd Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 9 years ago
  94. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  95. 081bab2 power: bq27x00_battery: Renaming for consistency by Andrew F. Davis · 9 years ago
  96. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  97. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  98. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  99. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  100. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago