index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-06
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
41
-210
/
+1318
2018-06-06
Merge tag 'linux-kselftest-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
63
-615
/
+2113
2018-06-06
perf script python: Add dict fields introduction to Documentation
Jin Yao
1
-0
/
+26
2018-06-06
perf script python: Add more PMU fields to event handler dict
Jin Yao
1
-1
/
+226
2018-06-06
media: omap2: fix compile-testing with FB_OMAP2=m
Arnd Bergmann
1
-1
/
+1
2018-06-06
Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
59
-1138
/
+1661
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
32
-71
/
+71
2018-06-06
treewide: Use struct_size() for vmalloc()-family
Kees Cook
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
53
-116
/
+89
2018-06-06
strparser: Add __strp_unpause and use it in ktls.
Doron Roberts-Kedes
3
-1
/
+16
2018-06-06
rxrpc: Fix terminal retransmission connection ID to include the channel
David Howells
1
-1
/
+1
2018-06-06
Merge branch 'hns3-next'
David S. Miller
3
-3
/
+36
2018-06-06
net: hns3: Optimize PF CMDQ interrupt switching process
Xi Wang
1
-0
/
+13
2018-06-06
net: hns3: Fix for VF mailbox receiving unknown message
Xi Wang
1
-3
/
+20
2018-06-06
net: hns3: Fix for VF mailbox cannot receiving PF response
Xi Wang
1
-0
/
+3
2018-06-06
dax: Use dax_write_cache* helpers
Ross Zwisler
1
-6
/
+3
2018-06-06
libnvdimm, pmem: Do not flush power-fail protected CPU caches
Ross Zwisler
1
-1
/
+2
2018-06-06
bnx2x: use the right constant
Julia Lawall
1
-1
/
+1
2018-06-06
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
33
-443
/
+349
2018-06-06
libnvdimm, pmem: Unconditionally deep flush on *sync
Ross Zwisler
1
-4
/
+3
2018-06-06
Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"
David S. Miller
1
-16
/
+10
2018-06-06
net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
Arun Parameswaran
3
-3
/
+18
2018-06-06
libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSH
Ross Zwisler
1
-6
/
+1
2018-06-06
netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()
Taehee Yoo
1
-1
/
+1
2018-06-06
mailbox/drivers/hisi: Consolidate the Kconfig for the MAILBOX
Daniel Lezcano
1
-4
/
+8
2018-06-06
mailbox: Add support for Qualcomm SDM845 SoCs
Sibi Sankar
1
-0
/
+1
2018-06-06
dt-bindings: mailbox: Add APSS shared binding for SDM845 SoCs
Sibi Sankar
1
-0
/
+1
2018-06-06
mailbox: bcm2835: Fix of_xlate return value
Stefan Wahren
1
-1
/
+1
2018-06-06
mailbox: qcom: Add msm8998 hmss compatible
Bjorn Andersson
2
-0
/
+2
2018-06-06
mailbox: add STMicroelectronics STM32 IPCC driver
Fabien Dessenne
3
-0
/
+412
2018-06-06
dt-bindings: mailbox: add STMicroelectronics STM32 IPCC binding
Fabien Dessenne
1
-0
/
+47
2018-06-06
mailbox: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-2
/
+0
2018-06-06
Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
382
-5392
/
+38464
2018-06-06
perf script python: Move dsoname code to a new function
Jin Yao
1
-8
/
+15
2018-06-06
perf symbols: Add BSS symbols when reading from /proc/kallsyms
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-06-06
perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULL
Arnaldo Carvalho de Melo
1
-0
/
+5
2018-06-06
perf intel-pt: Fix "Unexpected indirect branch" error
Adrian Hunter
3
-2
/
+28
2018-06-06
perf intel-pt: Fix MTC timing after overflow
Adrian Hunter
1
-1
/
+0
2018-06-06
perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
Adrian Hunter
1
-1
/
+4
2018-06-06
perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
Adrian Hunter
1
-0
/
+1
2018-06-06
perf script powerpc: Python script for hypervisor call statistics
Ravi Bangoria
3
-0
/
+204
2018-06-06
perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbols
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-06-06
perf map: Consider PTI entry trampolines in rip_2objdump()
Adrian Hunter
1
-0
/
+14
2018-06-06
perf test code-reading: Fix perf_env setup for PTI entry trampolines
Adrian Hunter
1
-0
/
+1
2018-06-06
perf tools: Fix pmu events parsing rule
Jiri Olsa
1
-1
/
+13
2018-06-06
perf stat: Display user and system time
Jiri Olsa
2
-12
/
+56
2018-06-06
perf record: Enable arbitrary event names thru name= modifier
Alexey Budankov
4
-4
/
+43
2018-06-06
perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
Adrian Hunter
1
-0
/
+2
2018-06-06
perf tests kmod-path: Add tests for vdso32 and vdsox32
Adrian Hunter
1
-0
/
+16
2018-06-06
perf hists: Check if a hist_entry has callchains before using them
Arnaldo Carvalho de Melo
7
-17
/
+25
[prev]
[next]