summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei2018-04-061-6/+37
| | * | | | | genirq/affinity: Allow irq spreading from a given starting pointMing Lei2018-04-061-15/+20
| | * | | | | genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei2018-04-061-42/+55
| | * | | | | genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumaskMing Lei2018-04-061-13/+13
| | * | | | | genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner2018-04-061-7/+8
| * | | | | | kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-141-13/+16
| * | | | | | kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2018-04-141-30/+7
| * | | | | | kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo2018-04-141-22/+12
| * | | | | | kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo2018-04-141-46/+30
| * | | | | | kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo2018-04-141-97/+103
| * | | | | | kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-141-21/+42
| * | | | | | kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo2018-04-141-16/+22
| * | | | | | kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2018-04-141-2/+2
| * | | | | | kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo2018-04-141-14/+0
| * | | | | | kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-141-0/+175
| * | | | | | kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-141-4/+56
| * | | | | | kexec_file: make use of purgatory optionalAKASHI Takahiro2018-04-141-0/+5
| * | | | | | kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik2018-04-141-0/+1
| * | | | | | resource: fix integer overflow at reallocationTakashi Iwai2018-04-141-1/+2
| * | | | | | Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-04-132-34/+15
| |\ \ \ \ \ \
| | * | | | | | tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)2018-04-111-14/+10
| | * | | | | | trace_uprobe: Simplify probes_seq_show()Ravi Bangoria2018-04-111-18/+3
| | * | | | | | trace_uprobe: Use %lx to display offsetRavi Bangoria2018-04-111-1/+1
| | * | | | | | tracing/uprobe: Add support for overlayfsHoward McLauchlan2018-04-111-1/+1
| | * | | | | | tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure2018-04-111-1/+1
* | | | | | | | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-193-4/+234
* | | | | | | | bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-192-1/+18
* | | | | | | | bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-192-0/+84
* | | | | | | | bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau2018-04-191-0/+198
* | | | | | | | bpf: btf: Check members of struct/unionMartin KaFai Lau2018-04-191-0/+205
* | | | | | | | bpf: btf: Validate type referenceMartin KaFai Lau2018-04-191-1/+665
* | | | | | | | bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau2018-04-192-0/+916
* | | | | | | | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+3
* | | | | | | | bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-72/+28
* | | | | | | | xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-24/+36
|/ / / / / / /
* | | | | | | Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-124-55/+44
|\ \ \ \ \ \ \
| * | | | | | | kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-02-051-2/+2
| * | | | | | | kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-02-011-3/+3
| * | | | | | | kdb: bl: don't use tab character in outputRandy Dunlap2018-01-251-2/+2
| * | | | | | | kdb: drop newline in unknown command outputRandy Dunlap2018-01-251-0/+11
| * | | | | | | kdb: make "mdr" command repeatRandy Dunlap2018-01-251-6/+21
| * | | | | | | kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-252-42/+5
* | | | | | | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-126-88/+271
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-116-88/+271
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | PM / QoS: mark expected switch fall-throughsGustavo A. R. Silva2018-04-091-0/+2
| | * | | | | | | | | tick-sched: avoid a maybe-uninitialized warningArnd Bergmann2018-04-101-3/+6
| | * | | | | | | | | time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki2018-04-091-3/+1
| | * | | | | | | | | nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki2018-04-091-10/+6
| | * | | | | | | | | nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker2018-04-092-9/+15
| | * | | | | | | | | cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-6/+6