aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-5/+5
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-2/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds2-2/+2
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-292/+396
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov1-0/+27
2017-11-17kcov: support comparison operands collectionVictor Chibotaru1-35/+179
2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin1-1/+1
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov1-0/+2
2017-11-17pid: remove pidhashGargi Sharma3-42/+14
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma2-195/+59
2017-11-17kernel/sysctl.c: code cleanupsOla N. Kaldestad1-5/+3
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young1-1/+2
2017-11-17kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()Oleg Nesterov1-2/+2
2017-11-17kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signalsOleg Nesterov1-1/+1
2017-11-17kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2017-11-17sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence1-6/+8
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-0/+49
2017-11-17pipe: match pipe_max_size data type with procfsJoe Lawrence1-1/+1
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET1-2/+2
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook1-1/+15
2017-11-17bug: define the "cut here" string in a single placeKees Cook1-1/+1
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen1-1/+2
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen1-0/+28
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds22-385/+754
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-107/+83
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-70/+309
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-4/+14
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-50/+22
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang1-0/+9
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+2
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)2-20/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2-8/+7
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)3-12/+0
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-12/+4
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-3/+3
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+4
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds12-34/+684
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+2
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-3/+1
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds4-55/+85
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-931/+3213
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-0/+17
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds6-18/+399
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2017-11-15bpf: fix lockdep splatEric Dumazet1-2/+6
2017-11-15Merge branch 'for-4.15/callbacks' into for-linusJiri Kosina4-17/+121
2017-11-15Merge branch 'for-4.15/shadow-variables' into for-linusJiri Kosina2-1/+278
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-29/+132
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+6