summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-23kbuild: clean up *.i and *.lst patterns by make cleanMasahiro Yamada1-2/+2
2017-11-23kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada2-3/+4
2017-11-23kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada1-3/+2
2017-11-23coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada1-6/+9
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt1-1/+1
2017-11-23kbuild: Set KBUILD_CFLAGS before incl. arch MakefileChris Fries1-32/+32
2017-11-18kbuild: remove all dummy assignments to obj-Masahiro Yamada20-58/+0
2017-11-18kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada2-3/+3
2017-11-18kbuild: /bin/pwd -> pwdBjørn Forsman4-4/+4
2017-11-18Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-219/+457
2017-11-18Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds21-258/+296
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds115-952/+1892
2017-11-18EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap1-91/+93
2017-11-18include/asm-generic/topology.h: remove unused parent_node() macroDou Liyang1-3/+0
2017-11-18arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-6/+0
2017-11-18arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang1-2/+0
2017-11-18arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-1/+0
2017-11-18arch/ia64/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-7/+0
2017-11-18drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann1-0/+2
2017-11-18mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov5-0/+202
2017-11-18sysvipc: make get_maxid O(1) againDavidlohr Bueso3-33/+32
2017-11-18sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso1-5/+5
2017-11-18sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2-0/+2
2017-11-18sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso3-20/+47
2017-11-18initramfs: use time64_t timestampsArnd Bergmann1-5/+5
2017-11-18drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2-35/+32
2017-11-18kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2-0/+31
2017-11-18kcov: update documentationVictor Chibotaru1-4/+95
2017-11-18Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru3-2/+18
2017-11-18kcov: support comparison operands collectionVictor Chibotaru3-39/+211
2017-11-18kcov: remove pointless current != NULL checkAndrey Ryabinin1-1/+1
2017-11-18kernel/panic.c: add TAINT_AUXBorislav Petkov2-1/+4
2017-11-18pid: remove pidhashGargi Sharma8-50/+18
2017-11-18pid: replace pid bitmap implementation with IDR APIGargi Sharma6-209/+65
2017-11-18kernel/sysctl.c: code cleanupsOla N. Kaldestad1-5/+3
2017-11-18Documentation/sysctl/vm.txt: fix typoKangmin Park1-1/+1
2017-11-18drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET1-1/+1
2017-11-18drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET1-1/+2
2017-11-18rapidio: constify rio_device_idArvind Yadav5-5/+5
2017-11-18kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young1-1/+2
2017-11-18kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov1-2/+2
2017-11-18kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov1-1/+1
2017-11-18kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2017-11-18fat: remove redundant assignment of 0 to slotsColin Ian King1-1/+0
2017-11-18hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas2-8/+0
2017-11-18nilfs2: remove inode->i_version initializationJeff Layton1-1/+0
2017-11-18nilfs2: use octal for unreadable permission macroRyusuke Konishi1-1/+1
2017-11-18nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi1-16/+16
2017-11-18fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2-6/+7
2017-11-18nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4