summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-51/+59
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov-0/+27
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello-2/+2
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello-1/+1
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello-5/+1
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello-1/+3
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-2/+2
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski-17/+0
2017-11-21bpf: offload: ignore namespace movesJakub Kicinski-0/+4
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski-10/+0
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski-11/+12
2017-11-21bpf: offload: rename the ifindex fieldJakub Kicinski-3/+3
2017-11-21bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski-2/+3
2017-11-21bpf: offload: add comment warning developers about double destroyJakub Kicinski-0/+4
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-292/+396
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov-0/+27
2017-11-17kcov: support comparison operands collectionVictor Chibotaru-35/+179
2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin-1/+1
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov-0/+2
2017-11-17pid: remove pidhashGargi Sharma-42/+14
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma-195/+59
2017-11-17kernel/sysctl.c: code cleanupsOla N. Kaldestad-5/+3
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young-1/+2
2017-11-17kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov-2/+2
2017-11-17kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov-1/+1
2017-11-17kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov-5/+7
2017-11-17sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence-6/+8
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence-0/+49
2017-11-17pipe: match pipe_max_size data type with procfsJoe Lawrence-1/+1
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET-2/+2
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook-1/+15
2017-11-17bug: define the "cut here" string in a single placeKees Cook-1/+1
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen-1/+2
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen-0/+28
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-385/+754
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-107/+83
2017-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-70/+309
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+14
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-50/+22
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang-0/+9
2017-11-15mm: remove __GFP_COLDMel Gorman-2/+2
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)-20/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)-8/+7
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-12/+0
2017-11-15mm: consolidate page table accountingKirill A. Shutemov-12/+4
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov-3/+3
2017-11-15mm: account pud page tablesKirill A. Shutemov-0/+4
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-34/+684
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+2
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+1