index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-21
kprobes/arm: Fix %p uses in error messages
Masami Hiramatsu
2
-3
/
+2
2018-06-21
kprobes/x86: Fix %p uses in error messages
Masami Hiramatsu
1
-4
/
+1
2018-06-21
kprobes: Replace %p with other pointer types
Masami Hiramatsu
1
-12
/
+10
2018-06-21
kprobes: Show address of kprobes if kallsyms does
Masami Hiramatsu
1
-5
/
+9
2018-06-21
kprobes: Show blacklist addresses as same as kallsyms does
Masami Hiramatsu
1
-2
/
+10
2018-06-21
kprobes: Make list and blacklist root user read only
Masami Hiramatsu
1
-2
/
+2
2018-06-21
perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'
Souptick Joarder
1
-2
/
+2
2018-06-21
perf/x86/intel/lbr: Optimize context switches for the LBR call stack
Kan Liang
2
-1
/
+27
2018-06-21
perf/x86/intel/lbr: Fix incomplete LBR call stack
Kan Liang
2
-6
/
+27
2018-06-21
kprobes: Remove jprobe stub API
Masami Hiramatsu
1
-50
/
+0
2018-06-21
Documentation/kprobes: Add how to change the execution path
Masami Hiramatsu
1
-0
/
+20
2018-06-21
kprobes/x86: Do not disable preempt on int3 path
Masami Hiramatsu
3
-21
/
+9
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
14
-64
/
+52
2018-06-21
sparc64/kprobes: Don't call the ->break_handler() in sparc64 kprobes code
Masami Hiramatsu
1
-9
/
+2
2018-06-21
sh/kprobes: Don't call the ->break_handler() in SH kprobes code
Masami Hiramatsu
1
-13
/
+1
2018-06-21
s390/kprobes: Don't call the ->break_handler() in s390 kprobes code
Masami Hiramatsu
1
-20
/
+0
2018-06-21
MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes code
Masami Hiramatsu
1
-14
/
+7
2018-06-21
ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes code
Masami Hiramatsu
2
-11
/
+0
2018-06-21
powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes code
Masami Hiramatsu
3
-64
/
+23
2018-06-21
arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes code
Masami Hiramatsu
1
-8
/
+0
2018-06-21
ARM/kprobes: Don't call the ->break_handler() in arm kprobes code
Masami Hiramatsu
1
-11
/
+0
2018-06-21
ARC/kprobes: Don't call the ->break_handler() in ARC kprobes code
Masami Hiramatsu
1
-7
/
+0
2018-06-21
kprobes/x86: Don't call the ->break_handler() in x86 kprobes
Masami Hiramatsu
4
-49
/
+12
2018-06-21
kprobes: Don't check the ->break_handler() in generic kprobes code
Masami Hiramatsu
2
-35
/
+6
2018-06-21
sparc64/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-48
/
+0
2018-06-21
sh/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-55
/
+0
2018-06-21
s390/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-59
/
+2
2018-06-21
MIPS/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-58
/
+0
2018-06-21
ia64/kprobes: Remove jprobe implementation
Masami Hiramatsu
4
-163
/
+1
2018-06-21
powerpc/kprobes: Remove jprobe powerpc implementation
Masami Hiramatsu
4
-105
/
+5
2018-06-21
arm64/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-69
/
+0
2018-06-21
ARM/kprobes: Remove jprobe arm implementation
Masami Hiramatsu
3
-117
/
+0
2018-06-21
ARC/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-38
/
+2
2018-06-21
kprobes/x86: Remove jprobe implementation
Masami Hiramatsu
2
-96
/
+3
2018-06-21
kprobes: Remove jprobe API implementation
Masami Hiramatsu
4
-175
/
+2
2018-06-21
Documentation/kprobes: Remove jprobes related leftover
Masami Hiramatsu
1
-1
/
+1
2018-06-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-33
/
+59
2018-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
53
-195
/
+371
2018-06-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-20
/
+23
2018-06-20
Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
18
-72
/
+69
2018-06-20
HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
Jason Gerecke
1
-0
/
+8
2018-06-20
HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
Even Xu
1
-15
/
+7
2018-06-20
HID: steam: use hid_device.driver_data instead of hid_set_drvdata()
Rodrigo Rivas Costa
1
-5
/
+5
2018-06-20
proc: fix missing final NUL in get_mm_cmdline() rewrite
Linus Torvalds
1
-5
/
+23
2018-06-20
ip: limit use of gso_size to udp
Willem de Bruijn
2
-2
/
+4
2018-06-20
stmmac: fix DMA channel hang in half-duplex mode
Bhadram Varka
1
-0
/
+10
2018-06-20
net: stmmac: socfpga: add additional ocp reset line for Stratix10
Dinh Nguyen
2
-5
/
+15
2018-06-20
net: sungem: fix rx checksum support
Eric Dumazet
1
-10
/
+12
2018-06-20
bpfilter: ignore binary files
Matteo Croce
1
-0
/
+1
2018-06-20
bpfilter: fix build error
Matteo Croce
1
-2
/
+4
[next]