Age | Commit message (Expand) | Author |
2017-11-17 | Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteproc | Linus Torvalds |
2017-11-17 | Merge tag 'hwmon-for-linus-v4.15-take2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2017-11-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2017-11-17 | Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-17 | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2017-11-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-11-17 | EXPERT Kconfig menu: fix broken EXPERT menu | Randy Dunlap |
2017-11-17 | include/asm-generic/topology.h: remove unused parent_node() macro | Dou Liyang |
2017-11-17 | arch/tile/include/asm/topology.h: remove unused parent_node() macro | Dou Liyang |
2017-11-17 | arch/sparc/include/asm/topology_64.h: remove unused parent_node() macro | Dou Liyang |
2017-11-17 | arch/sh/include/asm/topology.h: remove unused parent_node() macro | Dou Liyang |
2017-11-17 | arch/ia64/include/asm/topology.h: remove unused parent_node() macro | Dou Liyang |
2017-11-17 | drivers/pcmcia/sa1111_badge4.c: avoid unused function warning | Arnd Bergmann |
2017-11-17 | mm: add infrastructure for get_user_pages_fast() benchmarking | Kirill A. Shutemov |
2017-11-17 | sysvipc: make get_maxid O(1) again | Davidlohr Bueso |
2017-11-17 | sysvipc: properly name ipc_addid() limit parameter | Davidlohr Bueso |
2017-11-17 | sysvipc: duplicate lock comments wrt ipc_addid() | Davidlohr Bueso |
2017-11-17 | sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE | Davidlohr Bueso |
2017-11-17 | initramfs: use time64_t timestamps | Arnd Bergmann |
2017-11-17 | drivers/watchdog: make use of devm_register_reboot_notifier() | Andrey Smirnov |
2017-11-17 | kernel/reboot.c: add devm_register_reboot_notifier() | Andrey Smirnov |
2017-11-17 | kcov: update documentation | Victor Chibotaru |
2017-11-17 | Makefile: support flag -fsanitizer-coverage=trace-cmp | Victor Chibotaru |
2017-11-17 | kcov: support comparison operands collection | Victor Chibotaru |
2017-11-17 | kcov: remove pointless current != NULL check | Andrey Ryabinin |
2017-11-17 | kernel/panic.c: add TAINT_AUX | Borislav Petkov |
2017-11-17 | pid: remove pidhash | Gargi Sharma |
2017-11-17 | pid: replace pid bitmap implementation with IDR API | Gargi Sharma |
2017-11-17 | kernel/sysctl.c: code cleanups | Ola N. Kaldestad |
2017-11-17 | Documentation/sysctl/vm.txt: fix typo | Kangmin Park |
2017-11-17 | drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran... | Christophe JAILLET |
2017-11-17 | drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling... | Christophe JAILLET |
2017-11-17 | rapidio: constify rio_device_id | Arvind Yadav |
2017-11-17 | kdump: print a message in case parse_crashkernel_mem resulted in zero bytes | Dave Young |
2017-11-17 | kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl... | Oleg Nesterov |
2017-11-17 | kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ... | Oleg Nesterov |
2017-11-17 | kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL | Oleg Nesterov |
2017-11-17 | fat: remove redundant assignment of 0 to slots | Colin Ian King |
2017-11-17 | hfs/hfsplus: clean up unused variables in bnode.c | Christos Gkekas |
2017-11-17 | nilfs2: remove inode->i_version initialization | Jeff Layton |
2017-11-17 | nilfs2: use octal for unreadable permission macro | Ryusuke Konishi |
2017-11-17 | nilfs2: align block comments of nilfs_sufile_truncate_range() at * | Ryusuke Konishi |
2017-11-17 | fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t | Elena Reshetova |
2017-11-17 | nilfs2: fix race condition that causes file system corruption | Andreas Rohner |
2017-11-17 | fs/nilfs2: convert timers to use timer_setup() | Kees Cook |
2017-11-17 | sysctl: check for UINT_MAX before unsigned int min/max | Joe Lawrence |
2017-11-17 | pipe: add proc_dopipe_max_size() to safely assign pipe_max_size | Joe Lawrence |
2017-11-17 | pipe: avoid round_pipe_size() nr_pages overflow on 32-bit | Joe Lawrence |
2017-11-17 | pipe: match pipe_max_size data type with procfs | Joe Lawrence |
2017-11-17 | autofs: don't fail mount for transient error | NeilBrown |