index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
genirq/affinity: Spread irq vectors among present CPUs as far as possible
Ming Lei
2018-04-06
1
-6
/
+37
|
|
*
|
|
|
|
genirq/affinity: Allow irq spreading from a given starting point
Ming Lei
2018-04-06
1
-15
/
+20
|
|
*
|
|
|
|
genirq/affinity: Move actual irq vector spreading into a helper function
Ming Lei
2018-04-06
1
-42
/
+55
|
|
*
|
|
|
|
genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
Ming Lei
2018-04-06
1
-13
/
+13
|
|
*
|
|
|
|
genirq/affinity: Don't return with empty affinity masks on error
Thomas Gleixner
2018-04-06
1
-7
/
+8
|
*
|
|
|
|
|
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
2018-04-14
1
-13
/
+16
|
*
|
|
|
|
|
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2018-04-14
1
-30
/
+7
|
*
|
|
|
|
|
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
2018-04-14
1
-22
/
+12
|
*
|
|
|
|
|
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
2018-04-14
1
-46
/
+30
|
*
|
|
|
|
|
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
2018-04-14
1
-97
/
+103
|
*
|
|
|
|
|
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
2018-04-14
1
-21
/
+42
|
*
|
|
|
|
|
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
2018-04-14
1
-16
/
+22
|
*
|
|
|
|
|
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2018-04-14
1
-2
/
+2
|
*
|
|
|
|
|
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
2018-04-14
1
-14
/
+0
|
*
|
|
|
|
|
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
2018-04-14
1
-0
/
+175
|
*
|
|
|
|
|
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
2018-04-14
1
-4
/
+56
|
*
|
|
|
|
|
kexec_file: make use of purgatory optional
AKASHI Takahiro
2018-04-14
1
-0
/
+5
|
*
|
|
|
|
|
kexec: export PG_swapbacked to VMCOREINFO
Petr Tesarik
2018-04-14
1
-0
/
+1
|
*
|
|
|
|
|
resource: fix integer overflow at reallocation
Takashi Iwai
2018-04-14
1
-1
/
+2
|
*
|
|
|
|
|
Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2018-04-13
2
-34
/
+15
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
tracing: Enforce passing in filter=NULL to create_filter()
Steven Rostedt (VMware)
2018-04-11
1
-14
/
+10
|
|
*
|
|
|
|
|
trace_uprobe: Simplify probes_seq_show()
Ravi Bangoria
2018-04-11
1
-18
/
+3
|
|
*
|
|
|
|
|
trace_uprobe: Use %lx to display offset
Ravi Bangoria
2018-04-11
1
-1
/
+1
|
|
*
|
|
|
|
|
tracing/uprobe: Add support for overlayfs
Howard McLauchlan
2018-04-11
1
-1
/
+1
|
|
*
|
|
|
|
|
tracing: Use ARRAY_SIZE() macro instead of open coding it
Jérémy Lefaure
2018-04-11
1
-1
/
+1
*
|
|
|
|
|
|
|
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
2018-04-19
3
-4
/
+234
*
|
|
|
|
|
|
|
bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
Martin KaFai Lau
2018-04-19
2
-1
/
+18
*
|
|
|
|
|
|
|
bpf: btf: Add BPF_BTF_LOAD command
Martin KaFai Lau
2018-04-19
2
-0
/
+84
*
|
|
|
|
|
|
|
bpf: btf: Add pretty print capability for data with BTF type info
Martin KaFai Lau
2018-04-19
1
-0
/
+198
*
|
|
|
|
|
|
|
bpf: btf: Check members of struct/union
Martin KaFai Lau
2018-04-19
1
-0
/
+205
*
|
|
|
|
|
|
|
bpf: btf: Validate type reference
Martin KaFai Lau
2018-04-19
1
-1
/
+665
*
|
|
|
|
|
|
|
bpf: btf: Introduce BPF Type Format (BTF)
Martin KaFai Lau
2018-04-19
2
-0
/
+916
*
|
|
|
|
|
|
|
xdp: transition into using xdp_frame for return API
Jesper Dangaard Brouer
2018-04-17
1
-3
/
+3
*
|
|
|
|
|
|
|
bpf: cpumap convert to use generic xdp_frame
Jesper Dangaard Brouer
2018-04-17
1
-72
/
+28
*
|
|
|
|
|
|
|
xdp: introduce xdp_return_frame API and use in cpumap
Jesper Dangaard Brouer
2018-04-17
1
-24
/
+36
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2018-04-12
4
-55
/
+44
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
kdb: use memmove instead of overlapping memcpy
Arnd Bergmann
2018-02-05
1
-2
/
+2
|
*
|
|
|
|
|
|
kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
Baolin Wang
2018-02-01
1
-3
/
+3
|
*
|
|
|
|
|
|
kdb: bl: don't use tab character in output
Randy Dunlap
2018-01-25
1
-2
/
+2
|
*
|
|
|
|
|
|
kdb: drop newline in unknown command output
Randy Dunlap
2018-01-25
1
-0
/
+11
|
*
|
|
|
|
|
|
kdb: make "mdr" command repeat
Randy Dunlap
2018-01-25
1
-6
/
+21
|
*
|
|
|
|
|
|
kdb: use __ktime_get_real_seconds instead of __current_kernel_time
Arnd Bergmann
2018-01-25
2
-42
/
+5
*
|
|
|
|
|
|
|
Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2018-04-12
6
-88
/
+271
|
\
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
|
*
-
.
\
\
\
\
\
\
\
Merge branches 'pm-cpuidle' and 'pm-qos'
Rafael J. Wysocki
2018-04-11
6
-88
/
+271
|
|
\
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
|
PM / QoS: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-04-09
1
-0
/
+2
|
|
*
|
|
|
|
|
|
|
|
tick-sched: avoid a maybe-uninitialized warning
Arnd Bergmann
2018-04-10
1
-3
/
+6
|
|
*
|
|
|
|
|
|
|
|
time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
Rafael J. Wysocki
2018-04-09
1
-3
/
+1
|
|
*
|
|
|
|
|
|
|
|
nohz: Avoid duplication of code related to got_idle_tick
Rafael J. Wysocki
2018-04-09
1
-10
/
+6
|
|
*
|
|
|
|
|
|
|
|
nohz: Gather tick_sched booleans under a common flag field
Frederic Weisbecker
2018-04-09
2
-9
/
+15
|
|
*
|
|
|
|
|
|
|
|
cpuidle: menu: Refine idle state selection for running tick
Rafael J. Wysocki
2018-04-09
1
-6
/
+6
[prev]
[next]