1. 839b268 tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  2. f125251 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  3. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  4. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 9 years ago
  5. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 9 years ago
  6. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  7. c08f8467 Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  8. eb12f48 tile: drop pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  9. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  11. ff59887 tile: use PCI define for Max_Read_Request_Size by Rafał Miłecki · 9 years ago
  12. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 9 years ago
  13. d453cde module_arch_freeing_init(): new hook for archs before module->module_init freed. by Rusty Russell · 9 years ago
  14. b9f7057 tile: enable sparse checks for get/put_user by Chris Metcalf · 9 years ago
  15. f3c9271 tile: fix put_user sparse errors by Chris Metcalf · 9 years ago
  16. e9118a4 tile: default to little endian on older toolchains by Chris Metcalf · 9 years ago
  17. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  18. 0db2812 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  19. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  20. f80e696 tile: use pr_warn instead of pr_warning by Joe Perches · 10 years ago
  21. 4b3ed614 tile: neaten early_printk uses by Joe Perches · 10 years ago
  22. 1dc6244 printk: remove used-once early_vprintk by Joe Perches · 10 years ago
  23. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  24. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  25. cd4c910 netpoll: delete defconfig references to obsolete NETPOLL_TRAP by Paul Gortmaker · 10 years ago
  26. 280510f PCI/MSI: Rename mask/unmask_msi_irq treewide by Thomas Gleixner · 10 years ago
  27. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  28. ce433f8 tile: avoid undefined behavior with regs[TREG_TP] etc by Chris Metcalf · 10 years ago
  29. a5c1cb6 arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by one by Chen Gang · 10 years ago
  30. f474367 tile: Use the more common pr_warn instead of pr_warning by Joe Perches · 10 years ago
  31. ebd25ca arch: tile: gxio: Export symbols for module using in 'mpipe.c' by Chen Gang · 10 years ago
  32. 01f7ae0 arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_user() by Chen Gang · 10 years ago
  33. 579cade tile: io: implement dummy relaxed accessor macros for writes by Will Deacon · 11 years ago
  34. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  35. afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  36. 78410af tile: add clock_gettime support to vDSO by Chris Metcalf · 10 years ago
  37. 94fb1af tile: switch to using seqlocks for the vDSO time code by Chris Metcalf · 10 years ago
  38. bceb7ef tile gxio: use better string copy primitive by Chris Metcalf · 10 years ago
  39. 4cde4cc Removed repeated word in comments by Kurt McAlpine · 10 years ago
  40. 3e24765 tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMW by Chris Metcalf · 10 years ago
  41. 454ac3e tile: Remove tile-specific _sinitdata and _einitdata by Geert Uytterhoeven · 11 years ago
  42. 367b938 tile: use ARRAY_SIZE by Himangi Saraogi · 10 years ago
  43. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  44. e356030 flush_icache_range: export symbol to fix build errors by Pranith Kumar · 10 years ago
  45. b41d34b kexec: remove CONFIG_KEXEC dependency on crypto by Vivek Goyal · 10 years ago
  46. 81829a9 tile: Use this_cpu_ptr() for hardware counters by Christoph Lameter · 10 years ago
  47. b4f5019 tile: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  48. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  49. 12db556 kexec: load and relocate purgatory at kernel load time by Vivek Goyal · 10 years ago
  50. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  51. d962c14 proc: convert /proc/$PID/hardwall to seq_file interface by Alexey Dobriyan · 10 years ago
  52. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  53. 6b22df7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  54. f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
  55. b3707c7 tile: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  56. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  57. 8efb90c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. d28ede8 timekeeping: Create struct tk_read_base and use it in struct timekeeper by Thomas Gleixner · 10 years ago
  59. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 10 years ago
  60. dc01c9f tile: Convert VDSO timekeeping to the precise mechanism by Thomas Gleixner · 10 years ago
  61. 6beecb9 tile: ftrace: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  62. aa3fc09 tgt: defconfig cleanup by Bart Van Assche · 10 years ago
  63. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  64. 7ec6131 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  65. 50b9ac1 arch: tile: kernel: unaligned.c: Cleaning up uninitialized variables by Rickard Strandqvist · 10 years ago
  66. 804bcaf tile: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  67. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  68. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  69. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 10 years ago
  70. d09cc36 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  71. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  72. b2dfa04 replace strict_strto* call with kstrto* by Daniel Walter · 10 years ago
  73. ba159fd tile: Update comments for generic idle conversion by Geert Uytterhoeven · 10 years ago
  74. b26d851 tile: Use SPARSE_IRQ by Thomas Gleixner · 10 years ago
  75. 2aa799d tile: pci: Use irq_alloc/free_hwirq() by Thomas Gleixner · 10 years ago
  76. 6ef4051 tile: Implement irq_alloc/free_hwirq() for migration by Thomas Gleixner · 10 years ago
  77. e540e83 tile: cleanup the comment in init_pgprot by Wang Sheng-Hui · 10 years ago
  78. b3a8cb1 sched/idle, tile: Switch from TS_POLLING to TIF_POLLING_NRFLAG by Peter Zijlstra · 10 years ago
  79. 143e1e2 sched: Rework sched_domain topology definition by Vincent Guittot · 10 years ago
  80. 3af1ea5 tile: use BOOTMEM_DEFAULT instead of magic number 0 for reserve_bootmem flags by Wang Sheng-Hui · 10 years ago
  81. ce3609f arch,tile: Convert smp_mb__*() by Peter Zijlstra · 10 years ago
  82. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  83. 18a1a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  84. 5eb0bdf arch/tile: remove unused variable 'devcap' by Chris Metcalf · 10 years ago
  85. 603eb2c tile: Fix vDSO compilation issue with allyesconfig by Kerry Sheh · 10 years ago
  86. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  87. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  88. 05d58f6 tile PCI RC: Use default pcibios_enable_device() by Bjorn Helgaas · 10 years ago
  89. 8d61dd7 tile/perf: Support perf_events on tilegx and tilepro by Zhigang Lu · 10 years ago
  90. ba67823 tile: Enable NMIs on return from handle_nmi() without errors by Zhigang Lu · 10 years ago
  91. 8e3441e tile: Add support for handling PMC hardware by Zhigang Lu · 10 years ago
  92. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 10 years ago
  93. af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 10 years ago
  94. 2e28545 tile: don't use __get_cpu_var() with structure-typed arguments by Chris Metcalf · 10 years ago
  95. 767f302 tile: avoid overflow in ns2cycles by Henrik Austad · 10 years ago
  96. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 10 years ago
  97. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 10 years ago
  98. 5a5e75f tile: remove compat_sys_lookup_dcookie declaration to fix compile error by Heiko Carstens · 10 years ago
  99. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  100. 8b49233 tile: use generic fixmap.h by Mark Salter · 10 years ago