1. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  2. d04f90f Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 8 years ago
  3. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  4. b0da6d4 asm-generic: Drop renameat syscall from default list by James Hogan · 8 years ago
  5. 1c44b28 kbuild: drop redundant "PHONY += FORCE" by Masahiro Yamada · 8 years ago
  6. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 8 years ago
  7. fd19f53 unicore32: gpio: switch to gpiochip_add_data() by Linus Walleij · 9 years ago
  8. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  10. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  11. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  12. 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 8 years ago
  13. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  14. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  15. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  16. 9289b9d unicore32: Remove unused HAVE_ARCH_PCI_SET_DMA_MASK definition by Bjorn Helgaas · 8 years ago
  17. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 8 years ago
  18. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  19. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 8 years ago
  20. 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 8 years ago
  21. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 8 years ago
  22. a80bb4c unicore: gpio: Be sure to clamp return value by Linus Walleij · 9 years ago
  23. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 8 years ago
  24. da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 8 years ago
  25. 21266be arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug by Dan Williams · 9 years ago
  26. 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
  27. b68edac unicore32: nb0916: Use PWM lookup table by Thierry Reding · 9 years ago
  28. 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
  29. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  30. 081bab2 power: bq27x00_battery: Renaming for consistency by Andrew F. Davis · 9 years ago
  31. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  32. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  33. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  34. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  35. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  36. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  37. 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
  38. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  39. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  40. 012dcef mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h by Christoph Hellwig · 9 years ago
  41. 3078c8d unicore/time: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  42. f70229e unicore32/irq: Prepare puv3_gpio_handler for irq argument removal by Thomas Gleixner · 9 years ago
  43. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  44. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 9 years ago
  45. 9b597fd arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR by Masanari Iida · 9 years ago
  46. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  47. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  48. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  49. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 9 years ago
  50. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  51. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  52. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 9 years ago
  53. 19b6d0b unicore32: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  54. c90570d PCI: Assign resources before drivers claim devices (pci_scan_bus()) by Yijing Wang · 9 years ago
  55. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 9 years ago
  56. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  57. b30fe6c mm: fix false-positive warning on exit due mm_nr_pmds(mm) by Kirill A. Shutemov · 9 years ago
  58. 4017179 unicore32: drop pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  59. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  60. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  61. 62e88b1 mm: Make arch_unmap()/bprm_mm_init() available to all architectures by Dave Hansen · 10 years ago
  62. 7f8998c nosave: consolidate __nosave_{begin,end} in <asm/sections.h> by Geert Uytterhoeven · 10 years ago
  63. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  64. ca98565 unicore32: Fix build error by Guenter Roeck · 10 years ago
  65. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  66. 649671c unicore32: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  67. 29b88e2 Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  68. d216814 platform: Remove most references to platform_bus device by Pawel Moll · 10 years ago
  69. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  70. d670878 unicore32: Remove ARCH_HAS_CPUFREQ config option by Stephen Boyd · 10 years ago
  71. 92543fd arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure by Chen Gang · 10 years ago
  72. 3420d49 arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. by Chen Gang · 10 years ago
  73. 40ad2a6 arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure by Chen Gang · 10 years ago
  74. 8a01659 arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM by Chen Gang · 10 years ago
  75. aaad618 unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h by Chen Gang · 10 years ago
  76. f80561e arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling failure by Chen Gang · 10 years ago
  77. 8065042 arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compiling failure by Chen Gang · 10 years ago
  78. 5a5ffc9 arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling failure by Chen Gang · 10 years ago
  79. 312c6df arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition by Chen Gang · 10 years ago
  80. 1febf61 arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc() by Chen Gang · 10 years ago
  81. 1ff38c5 arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error by Chen Gang · 10 years ago
  82. db7ef28 arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macros by Chen Gang · 10 years ago
  83. df8e4c7 arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmalloc_area() by Chen Gang · 10 years ago
  84. 4877b60 arch/unicore32/kernel/ksyms.c: remove several undefined exported symbols by Chen Gang · 10 years ago
  85. 2accff4 arch/unicore32/mm/ioremap.c: return NULL on invalid pfn by Andrew Morton · 10 years ago
  86. acc8a1c arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn() by Fabian Frederick · 10 years ago
  87. e5c4ecd Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb into next by Linus Torvalds · 10 years ago
  88. 3a0d89d USB: delete CONFIG_USB_DEVICEFS from defconfig by Naoki MATSUMOTO · 10 years ago
  89. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 10 years ago
  90. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  91. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  92. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 10 years ago
  93. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 10 years ago
  94. 40e05dd arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initialization by Heinrich Schuchardt · 10 years ago
  95. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  96. 1b59bab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  97. aec6a88 mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT by Mel Gorman · 10 years ago
  98. 93ea02b arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h by Peter Zijlstra · 11 years ago
  99. d444b03 Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on unicore32 by Mark Salter · 10 years ago
  100. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago