summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-182-0/+54
|\
| * tracing: Allow user-space mapping of the ring-bufferVincent Donnefort2024-05-141-0/+2
| * ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort2024-05-142-0/+52
* | Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-05-181-3/+0
|\ \
| * | ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert2024-05-141-2/+0
| * | ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert2024-05-141-1/+0
| |/
* | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-184-11/+121
|\ \
| * | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+7
| * | objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko2024-05-011-3/+3
| * | objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko2024-05-011-2/+99
| * | ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko2024-05-011-1/+1
| * | fprobe: Add entry/exit callbacks typesJiri Olsa2024-05-011-6/+12
* | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-181-13/+12
|\ \ \
| * | | sysctl: move sysctl type to ctl_table_headerThomas Weißschuh2024-04-241-11/+11
| * | | sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2024-04-241-1/+1
| * | | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2024-04-241-1/+0
* | | | Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-181-1/+0
|\ \ \ \
| * | | | of: reserved_mem: Remove the use of phandle from the reserved_mem APIsOreoluwa Babatunde2024-05-031-1/+0
| |/ / /
* | | | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-175-14/+33
|\ \ \ \
| * \ \ \ Merge branch 'topic/kdump-hotplug' into nextMichael Ellerman2024-05-133-12/+15
| |\ \ \ \
| | * | | | crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-233-11/+14
| | * | | | crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain2024-04-231-1/+1
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2024-05-131-2/+2
| |\ \ \ \ \
| | * | | | | KVM: PPC: Fix documentation for ppc mmu capsJoel Stanley2024-05-071-2/+2
| | |/ / / /
| * / / / / powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray2024-05-061-0/+16
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-171-2/+9
|\ \ \ \ \
| * | | | | ARM: 9361/1: amba: store owner from modules with amba_driver_register()Krzysztof Kozlowski2024-04-181-2/+9
| | |/ / / | |/| | |
* | | | | Merge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-05-166-6/+20
|\ \ \ \ \
| * | | | | devm-helpers: Fix a misspelled cancellation in the commentsAndy Shevchenko2024-05-141-2/+2
| * | | | | platform/x86/intel/tpmi: Add additional TPMI header fieldsSrinivas Pandruvada2024-04-291-0/+6
| * | | | | platform/x86/intel/tpmi: Align comments in kernel-docSrinivas Pandruvada2024-04-291-3/+3
| * | | | | platform/x86/intel/ifs: trace: display batch num in hexJithu Joseph2024-04-291-1/+1
| * | | | | ACPI: platform-profile: add platform_profile_cycle()Gergo Koteles2024-04-151-0/+1
| * | | | | dt-bindings: leds: Add LED_FUNCTION_FNLOCKGergo Koteles2024-04-151-0/+1
| * | | | | platform/x86: asus-wmi: support toggling POST soundLuke D. Jones2024-04-081-0/+3
| * | | | | platform/x86: asus-wmi: add support variant of TUF RGBLuke D. Jones2024-04-081-0/+1
| * | | | | platform/x86: asus-wmi: add support for Vivobook GPU MUXLuke D. Jones2024-04-081-0/+1
| * | | | | platform/x86: asus-wmi: add support for 2024 ROG Mini-LEDLuke D. Jones2024-04-081-0/+1
| |/ / / /
* | | | | Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-05-162-4/+7
|\ \ \ \ \
| * | | | | mmc: slot-gpio: Use irq_handler_t typeAndy Shevchenko2024-04-261-3/+2
| * | | | | mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede2024-04-261-0/+1
| * | | | | mmc: sdio: store owner from modules with sdio_register_driver()Krzysztof Kozlowski2024-04-021-1/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'media/v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-05-1615-39/+228
|\ \ \ \ \
| * | | | | media: cec.h: Fix kerneldocRicardo Ribalda2024-05-041-0/+1
| * | | | | media: cec: core: avoid recursive cec_claim_log_addrsHans Verkuil2024-05-021-0/+1
| * | | | | media: cec: cec.h: 2.1 ms -> 2100 msHans Verkuil2024-04-301-1/+1
| * | | | | media: uapi: v4l: Don't expose generic metadata formats to userspaceLaurent Pinchart2024-04-291-0/+2
| * | | | | media: ipu6: Add PCI device table headerSakari Ailus2024-04-291-0/+28
| * | | | | media: v4l: Add V4L2-PIX-FMT-Y14P formatJean-Michel Hautbois2024-04-291-0/+1
| * | | | | media: v4l: Add V4L2-PIX-FMT-Y12P formatJean-Michel Hautbois2024-04-291-0/+1