1. 2a1bf8f lib/scatterlist: mark input buffer parameters as 'const' by Dave Gordon · 9 years ago
  2. 4dc7daf lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer() by Dave Gordon · 9 years ago
  3. 6157dbb ipc,sysv: return -EINVAL upon incorrect id/seqnum by Davidlohr Bueso · 9 years ago
  4. f8b5918 ipc,sysv: make return -EIDRM when racing with RMID consistent by Davidlohr Bueso · 9 years ago
  5. 55b7ae5 ipc: rename ipc_obtain_object by Davidlohr Bueso · 9 years ago
  6. ff35e5e ipc,msg: provide barrier pairings for lockless receive by Davidlohr Bueso · 9 years ago
  7. c5c8975 ipc,shm: move BUG_ON check into shm_lock by Davidlohr Bueso · 9 years ago
  8. c859aa8 ipc/util.c: use kvfree() in ipc_rcu_free() by Pekka Enberg · 9 years ago
  9. 92ed932 arc: use for_each_sg() by Akinobu Mita · 9 years ago
  10. 9ce7114 devpts: if initialization failed, don't crash when opening /dev/ptmx by Josh Triplett · 9 years ago
  11. 15f1d82 scripts/gdb: remove useless global instruction by Thiébaud Weksteen · 9 years ago
  12. a930850 scripts/gdb: add ps command by Thiébaud Weksteen · 9 years ago
  13. 6ad18b7 scripts/gdb: fix PEP8 compliance by Thiébaud Weksteen · 9 years ago
  14. a2e73c4 scripts/gdb: fix typo in exception name by Thiébaud Weksteen · 9 years ago
  15. 3328bc9 scripts/gdb: enable completion for lx-list-check parameter by Jan Kiszka · 9 years ago
  16. 433296b scripts/gdb: also allow list_head pointer as lx-list-check paramter by Jan Kiszka · 9 years ago
  17. 084f6b1 scripts/gdb: add command to check list consistency by Thiébaud Weksteen · 9 years ago
  18. 43abdbc memstick: remove deprecated use of pci api by Quentin Lambert · 9 years ago
  19. 196a4f8 fs/affs/symlink.c: remove unneeded err variable by Fabian Frederick · 9 years ago
  20. 4709187 fs/affs/amigaffs.c: remove unneeded initialization by Fabian Frederick · 9 years ago
  21. 78f444f fs/affs/inode.c: remove unneeded initialization by Fabian Frederick · 9 years ago
  22. d96f184 fs/adfs: remove unneeded cast by Firo Yang · 9 years ago
  23. 3e44c47 gcov: add support for GCC 5.1 by Lorenzo Stoakes · 9 years ago
  24. 5375b70 kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path by HATAYAMA Daisuke · 9 years ago
  25. f45d85f kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabled by HATAYAMA Daisuke · 9 years ago
  26. a846f47 x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel command-line. by KarimAllah Ahmed · 9 years ago
  27. 460b865 fs: document seq_open()'s usage of file->private_data by Yann Droneaud · 9 years ago
  28. 189f984 fs: allocate structure unconditionally in seq_open() by Yann Droneaud · 9 years ago
  29. ede1bf0 fs: use seq_open_private() for proc_mounts by Yann Droneaud · 9 years ago
  30. 0e1cc95 mm: meminit: finish initialisation of struct pages before basic setup by Mel Gorman · 9 years ago
  31. 74033a7 mm: meminit: remove mminit_verify_page_links by Mel Gorman · 9 years ago
  32. ac5d253 mm: meminit: reduce number of times pageblocks are set during struct page init by Mel Gorman · 9 years ago
  33. a4de83d mm: meminit: free pages in large chunks where possible by Mel Gorman · 9 years ago
  34. 3b242c6 x86: mm: enable deferred struct page initialisation on x86-64 by Mel Gorman · 9 years ago
  35. 54608c3 mm: meminit: minimise number of pfn->page lookups during initialisation by Mel Gorman · 9 years ago
  36. 7e18adb mm: meminit: initialise remaining struct pages in parallel with kswapd by Mel Gorman · 9 years ago
  37. 3a80a7f mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set by Mel Gorman · 9 years ago
  38. 75a592a mm: meminit: inline some helper functions by Mel Gorman · 9 years ago
  39. 8a942fd mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid by Mel Gorman · 9 years ago
  40. d70ddd7 mm: page_alloc: pass PFN to __free_pages_bootmem by Mel Gorman · 9 years ago
  41. 92923ca mm: meminit: only set page reserved in the memblock region by Nathan Zimmer · 9 years ago
  42. 1e8ce83 mm: meminit: move page initialization into a separate function by Robin Holt · 9 years ago
  43. 8e7a7f8 memblock: introduce a for_each_reserved_mem_region iterator by Robin Holt · 9 years ago
  44. 5a60e87 rbd: use GFP_NOIO in rbd_obj_request_create() by Ilya Dryomov · 9 years ago
  45. 82cd003 crush: fix a bug in tree bucket decode by Ilya Dryomov · 9 years ago
  46. 36283bf Btrfs: fix fsync xattr loss in the fast fsync path by Filipe Manana · 9 years ago
  47. e4545de Btrfs: fix fsync data loss after append write by Filipe Manana · 9 years ago
  48. da288d2 Btrfs: fix crash on close_ctree() if cleaner starts new transaction by Filipe Manana · 9 years ago
  49. ae9d8f1 Btrfs: fix race between caching kthread and returning inode to inode cache by Filipe Manana · 9 years ago
  50. c3f4a16 Btrfs: use kmem_cache_free when freeing entry in inode cache by Filipe Manana · 9 years ago
  51. 67c5e7d Btrfs: fix race between balance and unused block group deletion by Filipe Manana · 9 years ago
  52. e82afc5 btrfs: add error handling for scrub_workers_get() by Zhao Lei · 9 years ago
  53. 65f5333 btrfs: cleanup noused initialization of dev in btrfs_end_bio() by Zhao Lei · 9 years ago
  54. fe75990 btrfs: qgroup: allow user to clear the limitation on qgroup by Yang Dongsheng · 9 years ago
  55. 193ccca nfit: fix smatch "use after null check" report by Dan Williams · 9 years ago
  56. daa1dee nvdimm: Fix return value of nvdimm_bus_init() if class_create() fails by Axel Lin · 9 years ago
  57. af834d4 libnvdimm: smatch cleanups in __nd_ioctl by Dan Williams · 9 years ago
  58. b265da5 arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIs by Shannon Zhao · 9 years ago
  59. 18a11b5 arm64: perf: Don't use of_node after putting it by Stephen Boyd · 9 years ago
  60. 1e43ba9 arm64: fix incorrect use of pgprot_t variable by Ard Biesheuvel · 9 years ago
  61. b922622 sock_diag: don't broadcast kernel sockets by Craig Gallek · 9 years ago
  62. 7f4ef97 Merge branch 'mvneta-jumbo-frames' by David S. Miller · 9 years ago
  63. b65657f net: mvneta: disable IP checksum with jumbo frames for Armada 370 by Simon Guinot · 9 years ago
  64. ea3b55f ARM: mvebu: update Ethernet compatible string for Armada XP by Simon Guinot · 9 years ago
  65. f522a97 net: mvneta: introduce compatible string "marvell, armada-xp-neta" by Simon Guinot · 9 years ago
  66. 31f0245 sparse: fix misplaced __pmem definition by Dan Williams · 9 years ago
  67. 48a9b73 of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh by Geert Uytterhoeven · 9 years ago
  68. d23b251 of/irq: Fix pSeries boot failure by Jeremy Linton · 9 years ago
  69. ee46f3c7 drm/i915: Clear pipe's pll hw state in hsw_dp_set_ddi_pll_sel() by Ander Conselvan de Oliveira · 9 years ago
  70. 479e9a9 drm/radeon: only check the sink type on DP connectors by Alex Deucher · 9 years ago
  71. becfc3c Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 9 years ago
  72. 93472af perf/x86: Fix 'active_events' imbalance by Peter Zijlstra · 9 years ago
  73. dc5fb57 Merge branch 'x86/boot' into x86/urgent by Ingo Molnar · 9 years ago
  74. db52ef7 x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is enabled by Ingo Molnar · 9 years ago
  75. 2d6dac2 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  76. 279c6c7 api: fix compatibility of linux/in.h with netinet/in.h by Stephen Hemminger · 9 years ago
  77. 1625fec net: icplus: fix typo in constant name by Nik Nyby · 9 years ago
  78. 0a8b835 intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver by qipeng.zha · 9 years ago
  79. a6e08fb iommu/arm-smmu: Delete an unnecessary check before the function call "free_io_pgtable_ops" by Markus Elfring · 9 years ago
  80. d38f0ff iommu/arm-smmu: Fix broken ATOS check by Will Deacon · 9 years ago
  81. 38667f1 iommu: Ignore -ENODEV errors from add_device call-back by Joerg Roedel · 9 years ago
  82. 580a64b Input: arc_ps2 - add HAS_IOMEM dependency by Sebastian Ott · 9 years ago
  83. 11ddba2 Input: wdt87xx_i2c - fix format warning by Dmitry Torokhov · 9 years ago
  84. fc220f6 drm/amdgpu: add flag to delay VM updates by Christian König · 9 years ago
  85. 2b48d32 drm/amdgpu: add optional dependencies to the CS IOCTL v2 by Christian König · 9 years ago
  86. 03507c4 drm/amdgpu: recreate fence from user seq by Christian König · 9 years ago
  87. 7cebc72 gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not set by Alexander Kuleshov · 9 years ago
  88. ac91349 Revert "drm/radeon: dont switch vt on suspend" by Alex Deucher · 9 years ago
  89. 47af6b0 sis900: Trivial: Fix typos in enums by Nik Nyby · 9 years ago
  90. 1dfd18d cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mounts by Sachin Prabhu · 9 years ago
  91. 55d9161 stmmac: Trivial: fix typo in constant name by Nik Nyby · 9 years ago
  92. 6aaf0da Merge tag 'md/4.2' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  93. a9730fc Fix kmalloc slab creation sequence by Christoph Lameter · 9 years ago
  94. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  95. b678932 leds:lp55xx: fix firmware loading error by Milo Kim · 9 years ago
  96. 10c19c9 leds: fix max77693-led build errors by Jacek Anaszewski · 9 years ago
  97. 0755e74 ALSA: Fix uninintialized error return by Colin Ian King · 9 years ago
  98. 58d1809 leds: fix aat1290 build errors by Randy Dunlap · 9 years ago
  99. c2cfa19 libceph: Fix ceph_tcp_sendpage()'s more boolean usage by Benoît Canet · 9 years ago
  100. 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago