aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-90/+75
2018-04-27Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2018-04-27Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-19/+1
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-9/+9
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 9-85/+70
2018-04-26tick/sched: Do not mess with an enqueued hrtimerGravatar Thomas Gleixner 1-5/+5
2018-04-25tracing: Fix missing tab for hwlat_detector print formatGravatar Peter Xu 1-1/+1
2018-04-25kprobes: Fix random address output of blacklist fileGravatar Thomas Richter 1-1/+1
2018-04-25tracing: Fix kernel crash while using empty filter with perfGravatar Ravi Bangoria 1-7/+7
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-23/+50
2018-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-23/+50
2018-04-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-14/+8
2018-04-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-18/+17
2018-04-20fork: unconditionally clear stack on forkGravatar Kees Cook 1-2/+1
2018-04-20bpf: sockmap remove dead checkGravatar Jann Horn 1-3/+0
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-37/+71
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedGravatar Laura Abbott 1-1/+3
2018-04-18module: Fix display of wrong module .text addressGravatar Thomas Richter 1-1/+2
2018-04-17timekeeping: Remove __current_kernel_time()Gravatar Baolin Wang 1-7/+0
2018-04-17clockevents: Fix kernel messages split across multiple linesGravatar Geert Uytterhoeven 1-6/+5
2018-04-17perf: Remove superfluous allocation error checkGravatar Jiri Olsa 1-8/+2
2018-04-17perf: Fix sample_max_stack maximum checkGravatar Jiri Olsa 1-9/+12
2018-04-17perf: Return proper values for user stack errorsGravatar Jiri Olsa 1-2/+2
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Gravatar Alexey Budankov 1-0/+4
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesGravatar Petr Mladek 1-8/+18
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackGravatar Petr Mladek 1-29/+53
2018-04-17trace_kprobe: Remove warning message "Could not insert probe at..."Gravatar Song Liu 1-2/+0
2018-04-16staging: irda: remove remaining remants of irda code removalGravatar Greg Kroah-Hartman 1-19/+1
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+20
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-11/+19
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-0/+20
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-56/+106
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressGravatar Philipp Rudo 1-13/+16
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadGravatar Philipp Rudo 1-30/+7
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsGravatar Philipp Rudo 1-22/+12
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsGravatar Philipp Rudo 1-46/+30
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryGravatar Philipp Rudo 1-97/+103
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Gravatar Philipp Rudo 1-21/+42
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryGravatar Philipp Rudo 1-16/+22
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constGravatar Philipp Rudo 1-2/+2
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadGravatar Philipp Rudo 1-14/+0
2018-04-13kexec_file, x86: move re-factored code to generic sideGravatar AKASHI Takahiro 1-0/+175
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsGravatar AKASHI Takahiro 1-4/+56
2018-04-13kexec_file: make use of purgatory optionalGravatar AKASHI Takahiro 1-0/+5
2018-04-13kexec: export PG_swapbacked to VMCOREINFOGravatar Petr Tesarik 1-0/+1
2018-04-13resource: fix integer overflow at reallocationGravatar Takashi Iwai 1-1/+2
2018-04-12Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 2-34/+15
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 4-55/+44
2018-04-12perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Gravatar Song Liu 1-0/+8
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 6-88/+271