summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | kbuild: comments cleanup in Makefile.libCao jin2017-10-261-14/+7
| * | kbuild: clang: remove crufty HOSTCFLAGSNick Desaulniers2017-10-261-5/+0
| * | kbuild: re-order the code to not parse unnecessary variablesMasahiro Yamada2017-10-101-115/+118
| * | kbuild: move "_all" target out of $(KBUILD_SRC) conditionalMasahiro Yamada2017-10-101-4/+4
| * | kbuild: replace $(hdr-arch) with $(SRCARCH)Masahiro Yamada2017-10-102-13/+10
| * | kbuild: mkcompile_h: do not create .versionMasahiro Yamada2017-10-091-6/+1
| * | kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada2017-10-092-11/+6
| * | hexagon: get rid of #include <generated/compile.h>Masahiro Yamada2017-10-091-3/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-17115-952/+1892
|\ \
| * | EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap2017-11-171-91/+93
| * | include/asm-generic/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-3/+0
| * | arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-6/+0
| * | arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang2017-11-171-2/+0
| * | arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-1/+0
| * | arch/ia64/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-7/+0
| * | drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann2017-11-171-0/+2
| * | mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-175-0/+202
| * | sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-173-33/+32
| * | sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso2017-11-171-5/+5
| * | sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2017-11-172-0/+2
| * | sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-173-20/+47
| * | initramfs: use time64_t timestampsArnd Bergmann2017-11-171-5/+5
| * | drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2017-11-172-35/+32
| * | kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-11-172-0/+31
| * | kcov: update documentationVictor Chibotaru2017-11-171-4/+95
| * | Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru2017-11-173-2/+18
| * | kcov: support comparison operands collectionVictor Chibotaru2017-11-173-39/+211
| * | kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-171-1/+1
| * | kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-172-1/+4
| * | pid: remove pidhashGargi Sharma2017-11-178-50/+18
| * | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-176-209/+65
| * | kernel/sysctl.c: code cleanupsOla N. Kaldestad2017-11-171-5/+3
| * | Documentation/sysctl/vm.txt: fix typoKangmin Park2017-11-171-1/+1
| * | drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET2017-11-171-1/+1
| * | drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET2017-11-171-1/+2
| * | rapidio: constify rio_device_idArvind Yadav2017-11-175-5/+5
| * | kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young2017-11-171-1/+2
| * | kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2017-11-171-2/+2
| * | kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2017-11-171-1/+1
| * | kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2017-11-171-5/+7
| * | fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-171-1/+0
| * | hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas2017-11-172-8/+0
| * | nilfs2: remove inode->i_version initializationJeff Layton2017-11-171-1/+0
| * | nilfs2: use octal for unreadable permission macroRyusuke Konishi2017-11-171-1/+1
| * | nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi2017-11-171-16/+16
| * | fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
| * | nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-171-2/+4
| * | fs/nilfs2: convert timers to use timer_setup()Kees Cook2017-11-172-6/+6
| * | sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence2017-11-171-6/+8
| * | pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-174-15/+56