index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: Change nanosleep to safe __kernel_* types
Deepa Dinamani
2018-04-19
3
-6
/
+10
*
time: Change types to new y2038 safe __kernel_* types
Deepa Dinamani
2018-04-19
2
-6
/
+6
*
time: Fix get_timespec64() for y2038 safe compat interfaces
Deepa Dinamani
2018-04-19
1
-4
/
+10
*
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
2018-04-19
3
-3
/
+15
*
compat: Enable compat_get/put_timespec64 always
Deepa Dinamani
2018-04-19
2
-44
/
+52
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-15
2
-0
/
+20
|
\
|
*
syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls
Dominik Brodowski
2018-04-05
2
-0
/
+20
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-15
6
-11
/
+19
|
\
\
|
*
|
sched/core: Simplify helpers for rq clock update skip requests
Davidlohr Bueso
2018-04-05
5
-9
/
+16
|
*
|
sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
Davidlohr Bueso
2018-04-05
1
-0
/
+2
|
*
|
Merge branch 'linus' into sched/urgent, to pick up fixes and updates
Ingo Molnar
2018-04-05
71
-2396
/
+3840
|
|
\
|
|
*
|
sched/cpufreq/schedutil: Fix error path mutex unlock
Jules Maselbas
2018-03-31
1
-2
/
+1
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-04-15
3
-0
/
+20
|
\
\
\
|
*
|
|
perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()
Song Liu
2018-04-12
1
-0
/
+8
|
*
|
|
tracing/uprobe_event: Fix strncpy corner case
Masami Hiramatsu
2018-04-10
1
-0
/
+2
|
*
|
|
perf/core: Fix perf_uprobe_init()
Song Liu
2018-04-10
1
-0
/
+2
|
*
|
|
perf/core: Fix perf_kprobe_init()
Masami Hiramatsu
2018-04-10
1
-0
/
+2
|
*
|
|
perf/core: Fix use-after-free in uprobe_perf_close()
Prashant Bhole
2018-04-09
1
-0
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-15
1
-56
/
+106
|
\
\
\
|
*
|
|
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-13
1
-13
/
+16
*
|
|
|
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2018-04-13
1
-30
/
+7
*
|
|
|
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
2018-04-13
1
-22
/
+12
*
|
|
|
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
2018-04-13
1
-46
/
+30
*
|
|
|
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
2018-04-13
1
-97
/
+103
*
|
|
|
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
2018-04-13
1
-21
/
+42
*
|
|
|
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
2018-04-13
1
-16
/
+22
*
|
|
|
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2018-04-13
1
-2
/
+2
*
|
|
|
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
2018-04-13
1
-14
/
+0
*
|
|
|
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
2018-04-13
1
-0
/
+175
*
|
|
|
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
2018-04-13
1
-4
/
+56
*
|
|
|
kexec_file: make use of purgatory optional
AKASHI Takahiro
2018-04-13
1
-0
/
+5
*
|
|
|
kexec: export PG_swapbacked to VMCOREINFO
Petr Tesarik
2018-04-13
1
-0
/
+1
*
|
|
|
resource: fix integer overflow at reallocation
Takashi Iwai
2018-04-13
1
-1
/
+2
*
|
|
|
Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2018-04-12
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
*
|
|
|
|
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-04
1
-2
/
+2
|
*
|
|
|
|
kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
Baolin Wang
2018-01-31
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
[next]