summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-1/+431
2020-08-05Merge tag 'leds-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds2-0/+49
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+55
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-0/+193
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+49
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+18
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+11
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+12
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+47
2020-08-03Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-0/+17
2020-07-30PM / devfreq: Add support delayed timer for polling modeChanwoo Choi1-0/+12
2020-07-29mei: add device kind to sysfsAlexander Usyskin1-0/+13
2020-07-29staging/speakup: Move out of stagingSamuel Thibault1-0/+375
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar1-1/+10
2020-07-27Merge 5.8-rc7 into staging-nextGreg Kroah-Hartman1-1/+10
2020-07-27Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman1-1/+10
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman1-1/+10
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman1-1/+10
2020-07-24driver core: Change delimiter in devlink device's name to "--"Saravana Kannan1-1/+1
2020-07-24Merge tag 'mvebu-drivers-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+9
2020-07-24Documentation: ABI: leds-turris-omnia: document sysfs attributeMarek BehĂșn1-0/+14
2020-07-22leds: multicolor: Introduce a multicolor class definitionDan Murphy1-0/+35
2020-07-21Merge tag 'thunderbolt-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-2/+55
2020-07-18firmware: turris-mox-rwtm: add debugfs documentationMarek BehĂșn1-0/+9
2020-07-17Merge tag 'iio-for-5.9a-take2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-1/+56
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+9
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+9
2020-07-15Documentation/ABI: Add new attribute for mlxreg-io sysfs interfacesVadim Pasternak1-0/+17
2020-07-13Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/...Arnd Bergmann1-0/+8
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele1-0/+11
2020-07-10habanalabs: set clock gating per engineOded Gabbay1-1/+10
2020-07-10driver core: Add waiting_for_supplier sysfs file for devicesSaravana Kannan1-0/+17
2020-07-10driver core: Add state_synced sysfs file for devices that support itSaravana Kannan1-0/+24
2020-07-10driver core: Expose device link details in sysfsSaravana Kannan3-0/+142
2020-07-10driver core: platform: expose numa_node to users in sysfsBarry Song1-0/+10
2020-07-10optee: use uuid for sysfs driver entryMaxim Uvarov1-0/+8
2020-07-06Merge tag 'soc-attr-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+30
2020-07-06firmware: smccc: Add ARCH_SOC_ID supportSudeep Holla1-0/+30
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra3-9/+31
2020-07-02firmware: rsu: add device attributes to sysfs interfaceRichard Gong1-0/+36
2020-07-01thunderbolt: Add support for authenticate on disconnectMario Limonciello1-0/+13
2020-07-01thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello1-2/+9
2020-06-27Merge tag 'usb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2020-06-27iio: chemical: scd30: add core driverTomasz Duszynski1-0/+34
2020-06-27Documentation: ABI: add specific icm42600 documentationJean-Baptiste Maneyrol1-0/+20
2020-06-26docs: ABI: fix a typo when pointing to w1-generic.rstMauro Carvalho Chehab1-1/+1
2020-06-26Merge 5.8-rc2 into usb-linusGreg Kroah-Hartman1-0/+27
2020-06-22thunderbolt: Add support for on-board retimersKranthi Kuntala1-0/+33
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld1-5/+0