summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0317-44/+252
|\
| * cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde2023-10-272-2/+35
| * cdx: add support for bus enable and disableAbhijit Gangurde2023-10-271-0/+10
| * cdx: Register cdx bus as a device on cdx subsystemAbhijit Gangurde2023-10-271-0/+2
| * cdx: Remove cdx controller list from cdx bus systemAbhijit Gangurde2023-10-271-0/+2
| * Revert "nvmem: add new config option"Rafał Miłecki2023-10-271-2/+0
| * Merge tag 'icc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2023-10-271-0/+102
| |\
| | * dt-bindings: interconnect: Add compatibles for SDX75Rohit Agarwal2023-10-101-0/+102
| * | nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-0/+2
| * | Merge tag 'counter-updates-for-6.7a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-10-201-1/+1
| |\ \
| | * | counter: chrdev: remove a typo in header file commentFabrice Gasnier2023-10-161-1/+1
| * | | Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-10-205-7/+19
| |\ \ \
| | * | | iio: event: add optional event label supportDavid Lechner2023-10-111-0/+8
| | * | | iio: improve doc for available_scan_maskMatti Vaittinen2023-10-051-1/+3
| | * | | Merge branch 'ib-iio-hid-sensors-v6.6-rc1' into togregJonathan Cameron2023-09-242-0/+6
| | |\ \ \
| | | * | | iio: hid-sensor-als: Add light chromaticity supportBasavaraj Natikar2023-09-241-0/+3
| | | * | | iio: Add channel type for chromaticityBasavaraj Natikar2023-09-241-0/+1
| | | * | | iio: hid-sensor-als: Add light color temperature supportBasavaraj Natikar2023-09-241-0/+1
| | | * | | iio: Add channel type light color temperatureBasavaraj Natikar2023-09-241-0/+1
| | | | |/ | | | |/|
| | * | | iio: Add IIO_DELTA_VELOCITY channel typeRamona Bolboaca2023-09-121-0/+1
| | * | | iio: Add IIO_DELTA_ANGL channel typeRamona Bolboaca2023-09-121-0/+1
| | * | | iio: Remove unused declarationsYue Haibing2023-09-122-6/+0
| | |/ /
| * | | parport: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2023-10-181-2/+0
| * | | mei: docs: fix spelling errorsTomas Winkler2023-10-181-2/+2
| * | | mei: update mei-pxp's component interface with timeoutsAlan Previn2023-10-181-2/+4
| * | | mei: bus: add send and recv api with timeoutAlexander Usyskin2023-10-181-0/+8
| * | | Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman2023-10-1624-29/+73
| |\ \ \ | | | |/ | | |/|
| * | | comedi: Annotate struct comedi_lrange with __counted_byChristophe JAILLET2023-10-051-1/+1
| * | | comedi: comedi_8255: Conditionally remove I/O port supportIan Abbott2023-10-051-0/+11
| * | | comedi: comedi_8255: Rework subdevice initialization functionsIan Abbott2023-10-051-6/+7
| * | | comedi: comedi_8254: Conditionally remove I/O port supportIan Abbott2023-10-051-0/+13
| * | | comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()Ian Abbott2023-10-051-8/+8
| * | | comedi: comedi_8254: Use a call-back function for register accessIan Abbott2023-10-051-4/+18
| * | | mei: fix doc typosRandy Dunlap2023-10-051-7/+7
* | | | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-031-3/+5
|\ \ \ \
| * | | | vmcore: remove dependency with is_kdump_kernel() for exporting vmcoreHari Bathini2023-09-181-3/+5
* | | | | Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-031-0/+55
|\ \ \ \ \
| * | | | | landlock: Support network rules with TCP bind and connectKonstantin Meskhidze2023-10-261-0/+55
* | | | | | Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-11-035-26/+94
|\ \ \ \ \ \
| * | | | | | eventfs: Hold eventfs_mutex when calling callback functionsSteven Rostedt (Google)2023-11-021-0/+43
| * | | | | | tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-011-0/+4
| * | | | | | seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-4/+17
| * | | | | | seq_buf: fix a misleading commentJonathan Corbet2023-10-201-1/+1
| * | | | | | tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-202-4/+3
| * | | | | | eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)2023-10-051-0/+1
| * | | | | | eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2023-10-042-16/+15
| * | | | | | tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave2023-10-031-1/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-11-031-0/+129
|\ \ \ \ \ \
| * | | | | | printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner2023-09-181-0/+10
| * | | | | | printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-181-0/+21