aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-11xarray: add the xa_lock to the radix_tree_rootGravatar Matthew Wilcox 1-1/+1
2018-04-11kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramGravatar Waiman Long 1-2/+20
2018-04-11kernel/params.c: downgrade warning for unsafe parametersGravatar Chris Wilson 1-2/+2
2018-04-11kernel/sysctl.c: fix sizeof argument to match variable nameGravatar Randy Dunlap 1-1/+1
2018-04-11uts: create "struct uts_namespace" from kmem_cacheGravatar Alexey Dobriyan 1-4/+16
2018-04-11taint: add taint for randstructGravatar Kees Cook 1-1/+3
2018-04-11taint: consolidate documentationGravatar Kees Cook 1-19/+4
2018-04-11taint: convert to indexed initializationGravatar Kees Cook 1-17/+19
2018-04-11tracing: Enforce passing in filter=NULL to create_filter()Gravatar Steven Rostedt (VMware) 1-14/+10
2018-04-11trace_uprobe: Simplify probes_seq_show()Gravatar Ravi Bangoria 1-18/+3
2018-04-11trace_uprobe: Use %lx to display offsetGravatar Ravi Bangoria 1-1/+1
2018-04-11tracing/uprobe: Add support for overlayfsGravatar Howard McLauchlan 1-1/+1
2018-04-11tracing: Use ARRAY_SIZE() macro instead of open coding itGravatar Jérémy Lefaure 1-1/+1
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Gravatar Rafael J. Wysocki 6-88/+271
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 13-1692/+5828
2018-04-10tracing/uprobe_event: Fix strncpy corner caseGravatar Masami Hiramatsu 1-0/+2
2018-04-10tick-sched: avoid a maybe-uninitialized warningGravatar Arnd Bergmann 1-3/+6
2018-04-10perf/core: Fix perf_uprobe_init()Gravatar Song Liu 1-0/+2
2018-04-10perf/core: Fix perf_kprobe_init()Gravatar Masami Hiramatsu 1-0/+2
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-14/+22
2018-04-09perf/core: Fix use-after-free in uprobe_perf_close()Gravatar Prashant Bhole 1-0/+6
2018-04-09PM / QoS: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerGravatar Rafael J. Wysocki 1-3/+1
2018-04-09nohz: Avoid duplication of code related to got_idle_tickGravatar Rafael J. Wysocki 1-10/+6
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldGravatar Frederic Weisbecker 2-9/+15
2018-04-09cpuidle: menu: Refine idle state selection for running tickGravatar Rafael J. Wysocki 1-6/+6
2018-04-09sched: idle: Select idle state before stopping the tickGravatar Rafael J. Wysocki 3-17/+57
2018-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-14/+22