summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-12init/main: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport
2019-03-12memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport
2019-03-12memblock: refactor internal allocation functionsMike Rapoport
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport
2019-03-12memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport
2019-03-12memblock: drop memblock_alloc_base_nid()Mike Rapoport
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport
2019-03-12powerpc: use memblock functions returning virtual addressChristophe Leroy
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-03-12mm/hmm: convert to use vm_fault_tSouptick Joarder
2019-03-12kernel/sysctl.c: define minmax conv functions in terms of non-minmax versionsZev Weiss
2019-03-12kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss
2019-03-12tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...Zev Weiss
2019-03-11Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2019-03-11Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-03-11tools: mark 'test_vmalloc.sh' executableLinus Torvalds
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-03-10Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-03-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-03-10Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-10Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-03-10Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-10drivers: ide: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult
2019-03-10ide: mark expected switch fall-throughGustavo A. R. Silva
2019-03-10ide: hpt366: mark expected switch fall-throughsGustavo A. R. Silva
2019-03-10gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet
2019-03-10vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet
2019-03-10net/x25: fix use-after-free in x25_device_event()Eric Dumazet
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-10isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu