aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-11-27ipc, kernel, mm: annotate ->poll() instancesGravatar Al Viro 5-11/+11
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+13
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-77/+33
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitGravatar Kees Cook 1-1/+1
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 4-51/+59
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Gravatar Thomas Gleixner 96-2119/+6304
2017-11-23bpf: fix branch pruning logicGravatar Alexei Starovoitov 1-0/+27
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGravatar Gianluca Borello 1-2/+2
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGravatar Gianluca Borello 1-1/+1
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGravatar Gianluca Borello 1-5/+1
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGravatar Gianluca Borello 1-1/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 2-2/+2
2017-11-21timer: Pass function down to initialization routinesGravatar Kees Cook 1-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentGravatar Kees Cook 1-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyGravatar Kees Cook 1-10/+7
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 2-5/+5
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 1-2/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 2-2/+2
2017-11-21bpf: revert report offload info to user spaceGravatar Jakub Kicinski 2-17/+0
2017-11-21bpf: offload: ignore namespace movesGravatar Jakub Kicinski 1-0/+4
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperGravatar Jakub Kicinski 1-10/+0
2017-11-21bpf: offload: move offload device validation out to the driversGravatar Jakub Kicinski 1-11/+12
2017-11-21bpf: offload: rename the ifindex fieldGravatar Jakub Kicinski 2-3/+3
2017-11-21bpf: offload: limit offload to cls_bpf and xdp programs onlyGravatar Jakub Kicinski 1-2/+3
2017-11-21bpf: offload: add comment warning developers about double destroyGravatar Jakub Kicinski 1-0/+4
2017-11-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-292/+396
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Gravatar Andrey Smirnov 1-0/+27
2017-11-17kcov: support comparison operands collectionGravatar Victor Chibotaru 1-35/+179
2017-11-17kcov: remove pointless current != NULL checkGravatar Andrey Ryabinin 1-1/+1
2017-11-17kernel/panic.c: add TAINT_AUXGravatar Borislav Petkov 1-0/+2
2017-11-17pid: remove pidhashGravatar Gargi Sharma 3-42/+14
2017-11-17pid: replace pid bitmap implementation with IDR APIGravatar Gargi Sharma 2-195/+59
2017-11-17kernel/sysctl.c: code cleanupsGravatar Ola N. Kaldestad 1-5/+3
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesGravatar Dave Young 1-1/+2
2017-11-17kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Gravatar Oleg Nesterov 1-2/+2
2017-11-17kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Gravatar Oleg Nesterov 1-1/+1
2017-11-17kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLGravatar Oleg Nesterov 1-5/+7
2017-11-17sysctl: check for UINT_MAX before unsigned int min/maxGravatar Joe Lawrence 1-6/+8
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeGravatar Joe Lawrence 1-0/+49
2017-11-17pipe: match pipe_max_size data type with procfsGravatar Joe Lawrence 1-1/+1
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Gravatar Christophe JAILLET 1-2/+2
2017-11-17bug: fix "cut here" location for __WARN_TAINT architecturesGravatar Kees Cook 1-1/+15
2017-11-17bug: define the "cut here" string in a single placeGravatar Kees Cook 1-1/+1
2017-11-17kernel debug: support resetting WARN_ONCE for all architecturesGravatar Andi Kleen 1-1/+2
2017-11-17kernel debug: support resetting WARN*_ONCEGravatar Andi Kleen 1-0/+28
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 22-385/+754
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-107/+83