Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bcea3f96e11cf2f0232d851e0fdb854f5ada425a
bcea3f9
tracing: Add SPDX License format tags to tracing files
by Steven Rostedt (VMware)
· 6 years ago
179a0cc
tracing: Add SPDX License format to bpf_trace.c
by Steven Rostedt (VMware)
· 6 years ago
91c1e6b
blktrace: Add SPDX License format header
by Steven Rostedt (VMware)
· 6 years ago
d983c89
s390/ftrace: Add -mfentry and -mnop-mcount support
by Vasily Gorbik
· 6 years ago
2f4df00
tracing: Add -mcount-nop option support
by Vasily Gorbik
· 6 years ago
07d0408
tracing: Avoid calling cc-option -mrecord-mcount for every Makefile
by Vasily Gorbik
· 6 years ago
f28bc3c
tracing: Handle CC_FLAGS_FTRACE more accurately
by Vasily Gorbik
· 6 years ago
6d43743
Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()
by Ravi Bangoria
· 6 years ago
38e967a
Uprobes: Simplify uprobe_register() body
by Ravi Bangoria
· 6 years ago
f8a79d5
tracepoints: Free early tracepoints after RCU is initialized
by Steven Rostedt (VMware)
· 6 years ago
016f8ff
uprobes: Use synchronize_rcu() not synchronize_sched()
by Steven Rostedt (VMware)
· 6 years ago
e0a568d
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister()
by Steven Rostedt (VMware)
· 6 years ago
b207de3
ftrace: Remove unused pointer ftrace_swapper_pid
by Colin Ian King
· 6 years ago
3f1756d
tracing: More reverting of "tracing: Centralize preemptirq tracepoints and unify their usage"
by Steven Rostedt (VMware)
· 6 years ago
f27107f
tracing/irqsoff: Handle preempt_count for different configs
by Steven Rostedt (VMware)
· 6 years ago
bff1b20
tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage"
by Steven Rostedt (VMware)
· 6 years ago
da5b3eb
tracing: irqsoff: Account for additional preempt_disable
by Joel Fernandes (Google)
· 6 years ago
da25a67
trace: Use rcu_dereference_raw for hooks from trace-event subsystem
by Joel Fernandes (Google)
· 6 years ago
6bc6c77
tracing/kprobes: Fix within_notrace_func() to check only notrace functions
by Masami Hiramatsu
· 6 years ago
44ec3ec
ftrace: Use true and false for boolean values in ops_references_rec()
by Gustavo A. R. Silva
· 6 years ago
d7224c0
ring-buffer: Make ring_buffer_record_is_set_on() return bool
by Steven Rostedt (VMware)
· 6 years ago
3ebea280
ring-buffer: Make ring_buffer_record_is_on() return bool
by Steven Rostedt (VMware)
· 6 years ago
ec57350
tracing: Make tracer_tracing_is_on() return bool
by Steven Rostedt (VMware)
· 6 years ago
978defe
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists
by Steven Rostedt (VMware)
· 6 years ago
82fbc8c
ftrace: Add missing check for existing hwlat thread
by Erica Bugden
· 6 years ago
f143641
tracing: Do not call start/stop() functions when tracing_on does not change
by Steven Rostedt (VMware)
· 6 years ago
5248ee8
tracefs: Annotate tracefs_ops with __ro_after_init
by Zubin Mithra
· 6 years ago
c3bc8fd
tracing: Centralize preemptirq tracepoints and unify their usage
by Joel Fernandes (Google)
· 6 years ago
e6753f2
tracepoint: Make rcuidle tracepoint callers use SRCU
by Joel Fernandes (Google)
· 6 years ago
01f3849
lockdep: Use this_cpu_ptr instead of get_cpu_var stats
by Joel Fernandes (Google)
· 6 years ago
6fc7c41
selftests/ftrace: Fix kprobe string testcase to not probe notrace function
by Masami Hiramatsu
· 6 years ago
d899926
selftest/ftrace: Move kprobe selftest function to separate compile unit
by Francis Deslauriers
· 6 years ago
45408c4
tracing: kprobes: Prohibit probing on notrace function
by Masami Hiramatsu
· 6 years ago
518eeca
tracing: preemptirq_delay_run() can be static
by kbuild test robot
· 7 years ago
87107a2
tracing/kprobes: Simplify the logic of enable_trace_kprobe()
by Steven Rostedt (VMware)
· 6 years ago
72809cb
tracing: Remove orphaned function ftrace_nr_registered_ops()
by Masami Hiramatsu
· 6 years ago
7b144b6
tracing: Remove orphaned function using_ftrace_ops_list_func().
by Masami Hiramatsu
· 6 years ago
f6b7425
tracing: Make unregister_trigger() static
by Steven Rostedt (VMware)
· 6 years ago
8bd1369
kselftests: Add tests for the preemptoff and irqsoff tracers
by Joel Fernandes (Google)
· 7 years ago
f96e857
lib: Add module for testing preemptoff/irqsoff latency tracers
by Joel Fernandes (Google)
· 7 years ago
2b27ece
tracing/irqsoff: Split reset into separate functions
by Joel Fernandes (Google)
· 7 years ago
0b764a6
srcu: Add notrace variant of srcu_dereference
by Joel Fernandes (Google)
· 7 years ago
1f45a4d
srcu: Add notrace variants of srcu_read_{lock,unlock}
by Paul McKenney
· 7 years ago
3e536e2
kthread, tracing: Don't expose half-written comm when creating kthreads
by Snild Dolkow
· 6 years ago
2519c1b
tracing: Quiet gcc warning about maybe unused link variable
by Steven Rostedt (VMware)
· 6 years ago
15cc786
tracing: Fix possible double free in event_enable_trigger_func()
by Steven Rostedt (VMware)
· 6 years ago
57ea2a3
tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
by Artem Savkov
· 6 years ago
82f4f3e6
selftests/ftrace: Add snapshot and tracing_on test case
by Masami Hiramatsu
· 7 years ago
73c8d89
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
by Masami Hiramatsu
· 7 years ago
1863c38
tracing: Fix double free of event_trigger_data
by Steven Rostedt (VMware)
· 6 years ago
d72e90f3
Linux 4.18-rc6
by Linus Torvalds
· 6 years ago
7441308
Merge tag 'nvme-for-4.18' of git://git.infradead.org/nvme
by Linus Torvalds
· 6 years ago
165ea0d
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
f88a333
alpha: fix osf_wait4() breakage
by Al Viro
· 6 years ago
45ae4df
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
ef81e63
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
43227e0
Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
48b1db7
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ea75a2c
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ffb48e7
Merge tag 'powerpc-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
55b636b
Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
490fc05
mm: make vm_area_alloc() initialize core fields
by Linus Torvalds
· 6 years ago
95faf69
mm: make vm_area_dup() actually copy the old vma data
by Linus Torvalds
· 6 years ago
3928d4f
mm: use helper functions for allocating and freeing vm_area structs
by Linus Torvalds
· 6 years ago
191a3af
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
9f15bde
mm: memcg: fix use after free in mem_cgroup_iter()
by Jing Xia
· 6 years ago
e1f1b15
mm/huge_memory.c: fix data loss when splitting a file pmd
by Hugh Dickins
· 6 years ago
35033ab
fat: fix memory allocation failure handling of match_strdup()
by OGAWA Hirofumi
· 6 years ago
5a69649
MAINTAINERS: Peter has moved
by Peter Senna Tschudin
· 6 years ago
1937367
mm/memblock: add missing include <linux/bootmem.h>
by Mathieu Malaterre
· 6 years ago
48e5aee
Merge tag 'vfio-v4.18-rc6' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 6 years ago
b4460a9
Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 6 years ago
5858610
Merge tag 'imx-fixes-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
by Olof Johansson
· 6 years ago
18cadf9
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
47736af
Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
de87dcde
Merge tag 'platform-drivers-x86-v4.18-2' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 6 years ago
2a0ea7d
Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 6 years ago
293bccc
Merge tag 'nds32-for-linus-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux
by Linus Torvalds
· 6 years ago
bfa54a3
Merge tag 'pm-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
7389439
Merge tag 'acpi-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
9b38276
nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD
by Roland Dreier
· 6 years ago
2502e5a
platform/x86: dell-laptop: Fix backlight detection
by Damien Thébault
· 6 years ago
2db1581
Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"
by Lu Baolu
· 7 years ago
28c20cc
Merge tag 'drm-fixes-2018-07-20' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
e01a06c
ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch
by Uwe Kleine-König
· 6 years ago
02e546e
Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixes
by Dave Airlie
· 6 years ago
b83ce39
Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 6 years ago
8b369c0
Merge tag 'imx-fixes-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
by Olof Johansson
· 6 years ago
1f9f163
Merge tag 'omap-for-v4.18/fixes-rc5-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 6 years ago
fb7d1bc
Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
af1fc5b
ARCv2: [plat-hsdk]: Save accl reg pair by default
by Vineet Gupta
· 6 years ago
f39f28f
Merge tag 'sound-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
2c4d6ba
ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systems
by Robin H. Johnson
· 7 years ago
b4394c3
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
bd3599a
Btrfs: fix file data corruption after cloning a range and fsync
by Filipe Manana
· 7 years ago
2f958e8
drm/nouveau/fb/gp100-: disable address remapper
by Ben Skeggs
· 6 years ago
024ddc0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
de2d9b5
soc: imx: gpc: restrict register range for regmap access
by Anson Huang
· 6 years ago
05df204
Merge tag 'devicetree-fixes-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
e56b8ce
tcp: identify cryptic messages as TCP seq # bugs
by Randy Dunlap
· 6 years ago
Next »