summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-259-77/+33
|\
| * Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-2396-2119/+6304
| |\
| | * treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-2/+2
| | * timer: Pass function down to initialization routinesKees Cook2017-11-211-6/+15
| | * timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-211-3/+3
| | * timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-211-10/+7
| | * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-5/+5
| | * treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-2/+1
| | * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
| * | timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-142-49/+0
| * | Merge branch 'linus' into timers/urgentThomas Gleixner2017-11-1479-1574/+2776
| |\ \
| * | | timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2017-11-131-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-244-51/+59
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: fix branch pruning logicAlexei Starovoitov2017-11-231-0/+27
| * | | bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-2/+2
| * | | bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-1/+1
| * | | bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-221-5/+1
| * | | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-1/+3
| * | | bpf: revert report offload info to user spaceJakub Kicinski2017-11-212-17/+0
| * | | bpf: offload: ignore namespace movesJakub Kicinski2017-11-211-0/+4
| * | | bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-211-10/+0
| * | | bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-11/+12
| * | | bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-212-3/+3
| * | | bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski2017-11-211-2/+3
| * | | bpf: offload: add comment warning developers about double destroyJakub Kicinski2017-11-211-0/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-212-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | added new line symbol after warning about dropped messagesMaxim Akristiniy2017-10-301-1/+1
| * | | printk: fix typo in printk_safe.cBaoquan He2017-10-301-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1710-292/+396
|\ \ \ \
| * | | | kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-11-171-0/+27
| * | | | kcov: support comparison operands collectionVictor Chibotaru2017-11-171-35/+179
| * | | | kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-171-1/+1
| * | | | kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-171-0/+2
| * | | | pid: remove pidhashGargi Sharma2017-11-173-42/+14
| * | | | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-172-195/+59
| * | | | kernel/sysctl.c: code cleanupsOla N. Kaldestad2017-11-171-5/+3
| * | | | 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
| * | | | 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-171-0/+49
| * | | | pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-171-1/+1
| * | | | kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET2017-11-171-2/+2
| * | | | bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-171-1/+15
| * | | | bug: define the "cut here" string in a single placeKees Cook2017-11-171-1/+1
| * | | | kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-171-1/+2
| * | | | kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-171-0/+28
* | | | | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-1722-385/+754
|\ \ \ \ \
| * | | | | ftrace: Kill FTRACE_OPS_FL_PER_CPUPeter Zijlstra2017-10-161-49/+6
OpenPOWER on IntegriCloud