summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-2710-28/+141
|\
| * tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2019-11-222-2/+4
| * ftrace: Use BIT() macroEnrico Weigelt, metux IT consult2019-11-221-18/+18
| * ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configuredAlexei Starovoitov2019-11-201-3/+3
| * ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)2019-11-181-4/+4
| * ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)2019-11-181-2/+19
| * ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)2019-11-141-0/+6
| * tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz2019-11-143-0/+15
| * seq_buf: Add printing formatted hex dumpsPiotr Maziarz2019-11-141-0/+3
| * lib/bsearch: Use generic type for comparator functionAndy Shevchenko2019-11-141-1/+1
| * lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko2019-11-142-4/+9
| * fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)2019-11-141-3/+14
| * tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi2019-11-131-0/+7
| * ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)2019-11-131-0/+2
| * ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2019-11-131-0/+6
| * ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)2019-11-131-0/+6
| * ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)2019-11-131-2/+34
| * ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes2019-11-041-0/+3
* | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-276-125/+158
|\ \
| * | debugfs: Fix !DEBUG_FS debugfs_create_automountKusanagi Kouichi2019-11-211-2/+3
| * | cpu-topology: declare parse_acpi_topology in <linux/arch_topology.h>Ben Dooks (Codethink)2019-11-141-0/+1
| * | driver core: Clarify documentation for fwnode_operations.add_links()Saravana Kannan2019-11-131-7/+8
| * | drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-051-0/+3
| * | drivers: platform: provide devm_platform_ioremap_resource_wc()Bartosz Golaszewski2019-11-051-0/+3
| * | lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski2019-11-051-0/+2
| * | debugfs: Add debugfs_create_xul() for hexadecimal unsigned longGeert Uytterhoeven2019-11-031-0/+21
| * | debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman2019-11-031-7/+6
| * | debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman2019-11-021-8/+4
| * | driver core: Allow fwnode_operations.add_links to differentiate errorsSaravana Kannan2019-11-021-4/+9
| * | driver core: Allow a device to wait on optional suppliersSaravana Kannan2019-11-021-0/+3
| * | driver core: Add device link support for SYNC_STATE_ONLY flagSaravana Kannan2019-11-021-0/+2
| * | Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2019-10-2747-135/+426
| |\ \
| * | | driver: core: Improve documentation for fwnode_operations.add_links()Saravana Kannan2019-10-171-2/+19
| * | | debugfs: remove return value of debugfs_create_x64()Greg Kroah-Hartman2019-10-161-8/+4
| * | | debugfs: remove return value of debugfs_create_x32()Greg Kroah-Hartman2019-10-161-8/+4
| * | | debugfs: remove return value of debugfs_create_x16()Greg Kroah-Hartman2019-10-161-8/+4
| * | | debugfs: remove return value of debugfs_create_size_t()Greg Kroah-Hartman2019-10-141-8/+5
| * | | debugfs: remove return value of debugfs_create_u64()Greg Kroah-Hartman2019-10-141-8/+4
| * | | debugfs: remove return value of debugfs_create_u16()Greg Kroah-Hartman2019-10-141-8/+4
| * | | debugfs: remove return value of debugfs_create_u8()Greg Kroah-Hartman2019-10-141-8/+4
| * | | base: soc: Handle custom soc information sysfs entriesMurali Nalajala2019-10-101-0/+1
| * | | sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski2019-10-071-1/+1
| * | | drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-071-52/+12
| * | | driver core: Add sync_state driver/bus callbackSaravana Kannan2019-10-041-0/+24
| * | | driver core: Add support for linking devices during device additionSaravana Kannan2019-10-042-0/+19
| * | | driver core: Add fwnode_to_dev() to look up device from fwnodeSaravana Kannan2019-10-041-0/+2
* | | | Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-276-68/+21
|\ \ \ \
| * \ \ \ Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2019-11-131-2/+4
| |\ \ \ \
| | * | | | iio: imu: adis: assign value only if return code zero in read funcsAlexandru Ardelean2019-11-031-2/+4
| * | | | | Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman2019-11-1155-143/+261
| |\ \ \ \ \ | | |/ / / / | |/| | | |