1. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  2. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  3. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  4. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  5. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  6. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  7. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  8. 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
  9. 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
  10. 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
  11. 012dcef mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h by Christoph Hellwig · 9 years ago
  12. 3078c8d unicore/time: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  13. f70229e unicore32/irq: Prepare puv3_gpio_handler for irq argument removal by Thomas Gleixner · 9 years ago
  14. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  15. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 9 years ago
  16. 9b597fd arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR by Masanari Iida · 9 years ago
  17. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  18. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  19. 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
  20. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 9 years ago
  21. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  22. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  23. 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
  24. 19b6d0b unicore32: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  25. c90570d PCI: Assign resources before drivers claim devices (pci_scan_bus()) by Yijing Wang · 9 years ago
  26. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 9 years ago
  27. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  28. b30fe6c mm: fix false-positive warning on exit due mm_nr_pmds(mm) by Kirill A. Shutemov · 9 years ago
  29. 4017179 unicore32: drop pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  30. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  31. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  32. 62e88b1 mm: Make arch_unmap()/bprm_mm_init() available to all architectures by Dave Hansen · 10 years ago
  33. 7f8998c nosave: consolidate __nosave_{begin,end} in <asm/sections.h> by Geert Uytterhoeven · 10 years ago
  34. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  35. ca98565 unicore32: Fix build error by Guenter Roeck · 10 years ago
  36. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  37. 649671c unicore32: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  38. 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
  39. d216814 platform: Remove most references to platform_bus device by Pawel Moll · 10 years ago
  40. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  41. d670878 unicore32: Remove ARCH_HAS_CPUFREQ config option by Stephen Boyd · 10 years ago
  42. 92543fd arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure by Chen Gang · 10 years ago
  43. 3420d49 arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. by Chen Gang · 10 years ago
  44. 40ad2a6 arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure by Chen Gang · 10 years ago
  45. 8a01659 arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM by Chen Gang · 10 years ago
  46. aaad618 unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h by Chen Gang · 10 years ago
  47. f80561e arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling failure by Chen Gang · 10 years ago
  48. 8065042 arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compiling failure by Chen Gang · 10 years ago
  49. 5a5ffc9 arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling failure by Chen Gang · 10 years ago
  50. 312c6df arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition by Chen Gang · 10 years ago
  51. 1febf61 arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc() by Chen Gang · 10 years ago
  52. 1ff38c5 arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error by Chen Gang · 10 years ago
  53. db7ef28 arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macros by Chen Gang · 10 years ago
  54. df8e4c7 arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmalloc_area() by Chen Gang · 10 years ago
  55. 4877b60 arch/unicore32/kernel/ksyms.c: remove several undefined exported symbols by Chen Gang · 10 years ago
  56. 2accff4 arch/unicore32/mm/ioremap.c: return NULL on invalid pfn by Andrew Morton · 10 years ago
  57. acc8a1c arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn() by Fabian Frederick · 10 years ago
  58. 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
  59. 3a0d89d USB: delete CONFIG_USB_DEVICEFS from defconfig by Naoki MATSUMOTO · 10 years ago
  60. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 10 years ago
  61. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  62. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  63. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 10 years ago
  64. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 10 years ago
  65. 40e05dd arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initialization by Heinrich Schuchardt · 10 years ago
  66. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  67. 1b59bab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  68. aec6a88 mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT by Mel Gorman · 10 years ago
  69. 93ea02b arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h by Peter Zijlstra · 11 years ago
  70. d444b03 Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on unicore32 by Mark Salter · 10 years ago
  71. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  72. 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
  73. 0bde729 Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 11 years ago
  74. f13399f Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 11 years ago
  75. e90bedb unicore32: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  76. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  77. e00ca51 unicore32: select ARCH_MIGHT_HAVE_PC_PARPORT by Mark Salter · 11 years ago
  78. 611c86c unicore32: Initialize PWM backlight enable_gpio field by Thierry Reding · 11 years ago
  79. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  80. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  81. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  82. 8713410 arch: mm: do not invoke OOM killer on kernel fault OOM by Johannes Weiner · 11 years ago
  83. 1b3a5d0 reboot: move arch/x86 reboot= handling to generic kernel by Robin Holt · 11 years ago
  84. c97a700 reboot: unicore32: prepare reboot_mode for moving to generic kernel code by Robin Holt · 11 years ago
  85. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  86. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  87. b26a3df mm/unicore32: fix stale comment about VALID_PAGE() by Jiang Liu · 11 years ago
  88. 0d0b6d2 mm/unicore32: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  89. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  90. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  91. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  92. ab53485 Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  93. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  94. ee89bd6 lib: Move fonts from drivers/video/console/ to lib/fonts/ by Geert Uytterhoeven · 11 years ago
  95. c13e396 unicore32/PCI: Remove redundant call of pci_bus_add_devices() by Jiang Liu · 11 years ago
  96. 3644bc2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  97. 6dd9148 unicore32: just use mmap_pgoff()... by Al Viro · 11 years ago
  98. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  99. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  100. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago