index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2018-09-24
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
-11
/
+288
2018-09-24
tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()
Steven Rostedt (VMware)
-3
/
+6
2018-09-21
blkcg: remove additional reference to the css
Dennis Zhou (Facebook)
-9
/
+39
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
-2
/
+2
2018-09-22
bpf: sockmap, fix transition through disconnect without close
John Fastabend
-19
/
+41
2018-09-22
bpf: sockmap only allow ESTABLISHED sock state
John Fastabend
-1
/
+30
2018-09-21
bpf: remove redundant null pointer check before consume_skb
zhong jiang
-4
/
+2
2018-09-20
kernel/sys.c: remove duplicated include
YueHaibing
-3
/
+0
2018-09-20
fork: report pid exhaustion correctly
KJ Tsanaktsidis
-1
/
+1
2018-09-20
dma-mapping: support non-coherent devices in dma_common_get_sgtable
Christoph Hellwig
-7
/
+16
2018-09-20
dma-mapping: consolidate the dma mmap implementations
Christoph Hellwig
-26
/
+27
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
-120
/
+117
2018-09-20
dma-mapping: move the dma_coherent flag to struct device
Christoph Hellwig
-0
/
+3
2018-09-20
dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
Christoph Hellwig
-0
/
+3
2018-09-20
dma-mapping: fix panic caused by passing empty cma command line argument
He Zhe
-1
/
+5
2018-09-19
Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
-0
/
+2
2018-09-18
perf: Suppress AUX/OVERWRITE records
Alexander Shishkin
-2
/
+12
2018-09-18
Merge remote-tracking branch 'acme/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
-0
/
+4
2018-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
-44
/
+45
2018-09-18
irq/matrix: Spread managed interrupts on allocation
Dou Liyang
-3
/
+14
2018-09-18
irq/matrix: Split out the CPU selection code into a helper
Dou Liyang
-27
/
+38
2018-09-18
Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net
Greg Kroah-Hartman
-2
/
+2
2018-09-17
ring-buffer: Allow for rescheduling when removing pages
Vaibhav Nagarnaik
-0
/
+2
2018-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-2
/
+2
2018-09-16
signal: Pair exports with their functions
Eric W. Biederman
-8
/
+7
2018-09-16
signal: Remove specific_send_sig_info
Eric W. Biederman
-8
/
+2
2018-09-16
signal: Use group_send_sig_info to kill all processes in a pid namespace
Eric W. Biederman
-1
/
+1
2018-09-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-15
/
+22
2018-09-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-15
/
+13
2018-09-15
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-5
/
+3
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
-0
/
+40
2018-09-13
Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-7
/
+5
2018-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-19
/
+39
2018-09-12
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
-1
/
+1
2018-09-12
bpf: btf: Fix end boundary calculation for type section
Martin KaFai Lau
-1
/
+1
2018-09-12
kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
Masami Hiramatsu
-1
/
+7
2018-09-12
kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
Masami Hiramatsu
-7
/
+20
2018-09-12
kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()
Masami Hiramatsu
-1
/
+0
2018-09-12
kprobes: Remove pointless BUG_ON() from add_new_kprobe()
Masami Hiramatsu
-2
/
+0
2018-09-12
kprobes: Remove pointless BUG_ON() from disarming process
Masami Hiramatsu
-1
/
+0
2018-09-11
bpf: add bpffs pretty print for program array map
Yonghong Song
-1
/
+24
2018-09-11
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
-4
/
+3
2018-09-11
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Eric W. Biederman
-3
/
+3
2018-09-11
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
-3
/
+4
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
-1
/
+1
2018-09-11
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
-1
/
+1
2018-09-11
signal: Properly deliver SIGILL from uprobes
Eric W. Biederman
-2
/
+2
2018-09-11
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
-0
/
+4
2018-09-11
locking/lockdep, cpu/hotplug: Annotate AP thread
Peter Zijlstra
-0
/
+28
2018-09-11
kernel/reboot.c: export pm_power_off_prepare
Oleksij Rempel
-0
/
+1
[prev]
[next]