summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-04-19bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau-0/+916
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani-6/+10
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani-6/+6
2018-04-19time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani-4/+10
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani-3/+15
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani-44/+52
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott-1/+3
2018-04-18module: Fix display of wrong module .text addressThomas Richter-1/+2
2018-04-17timekeeping: Remove __current_kernel_time()Baolin Wang-7/+0
2018-04-17clockevents: Fix kernel messages split across multiple linesGeert Uytterhoeven-6/+5
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer-3/+3
2018-04-17bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer-72/+28
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer-24/+36
2018-04-17perf: Remove superfluous allocation error checkJiri Olsa-8/+2
2018-04-17perf: Fix sample_max_stack maximum checkJiri Olsa-9/+12
2018-04-17perf: Return proper values for user stack errorsJiri Olsa-2/+2
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov-0/+4
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek-8/+18
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek-29/+53
2018-04-17trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu-2/+0
2018-04-16module: Allow to always show the status of modsignJia Zhang-2/+0
2018-04-16module: Do not access sig_enforce directlyJia Zhang-1/+1
2018-04-16staging: irda: remove remaining remants of irda code removalGreg Kroah-Hartman-19/+1
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+20
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+19
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+20
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-56/+106
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo-13/+16
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo-30/+7
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo-22/+12
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo-46/+30
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo-97/+103
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo-21/+42
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo-16/+22
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo-2/+2
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo-14/+0
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro-0/+175
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro-4/+56
2018-04-13kexec_file: make use of purgatory optionalAKASHI Takahiro-0/+5
2018-04-13kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik-0/+1
2018-04-13resource: fix integer overflow at reallocationTakashi Iwai-1/+2
2018-04-12Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-34/+15
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-55/+44
2018-04-12perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Song Liu-0/+8
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-88/+271
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox-1/+1
2018-04-11kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long-2/+20
2018-04-11kernel/params.c: downgrade warning for unsafe parametersChris Wilson-2/+2
2018-04-11kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap-1/+1
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan-4/+16