summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds2017-11-236-143/+137
|\
| * Add optional check for bad kernel-doc commentsMatthew Wilcox2017-11-202-1/+29
| * Documentation: fix profile= options in kernel-parameters.txtRandy Dunlap2017-11-201-3/+5
| * documentation/svga.txt: update outdated fileRandy Dunlap2017-11-201-50/+9
| * kokr/memory-barriers.txt: Fix typo in paring exampleSeongJae Park2017-11-201-1/+1
| * kokr/memory-barriers/txt: Replace uses of "transitive"SeongJae Park2017-11-201-88/+88
| * Documentation/process: add Co-Developed-by: tag for patches with multiple aut...Greg Kroah-Hartman2017-11-201-0/+5
* | Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-11-2314-65/+66
|\ \
| * \ Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-2414-65/+66
| |\ \
| | * | pkcs7: Set the module licence to prevent taintingDavid Howells2017-11-154-0/+9
| | * | security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang2017-11-152-5/+5
| | * | security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-158-55/+47
| | * | KEYS: fix in-kernel documentation for keyctl_read()Eric Biggers2017-11-151-5/+5
* | | | Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-2311-71/+91
|\ \ \ \ | |/ / / |/| | |
| * | | apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-215-21/+21
| * | | apparmor: fix locking when creating a new complain profile.John Johansen2017-11-211-3/+15
| * | | apparmor: fix profile attachment for special unconfined profilesJohn Johansen2017-11-211-1/+3
| * | | apparmor: ensure that undecidable profile attachments failJohn Johansen2017-11-211-14/+32
| * | | apparmor: fix leak of null profile name if profile allocation failsJohn Johansen2017-11-211-1/+2
| * | | apparmor: remove unused redundant variable stopColin Ian King2017-11-211-3/+0
| * | | apparmor: Fix bool initialization/comparisonThomas Meyer2017-11-211-4/+4
| * | | apparmor: initialized returned struct aa_permsArnd Bergmann2017-11-213-22/+12
| * | | apparmor: fix spelling mistake: "resoure" -> "resource"Colin Ian King2017-11-211-2/+2
* | | | Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-226-36/+252
|\ \ \ \
| * | | | pwm: stm32-lp: Remove pwm_is_enabled() check before calling pwm_disable()Axel Lin2017-11-151-2/+1
| * | | | pwm: mediatek: Add MT2712/MT7622 supportZhi Mao2017-11-151-9/+44
| * | | | pwm: sunxi: Use of_device_get_match_data()Corentin Labbe2017-11-151-4/+4
| * | | | pwm: atmel-tcb: Support backup modeRomain Izard2017-11-151-2/+61
| * | | | dt-bindings: pwm: Add R-Car D3 device tree bindingsYoshihiro Shimoda2017-11-151-0/+1
| * | | | pwm: img: Add runtime PMEd Blake2017-11-151-37/+95
| * | | | pwm: img: Add suspend / resume handlingEd Blake2017-11-151-1/+65
* | | | | Merge tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-11-2230-283/+1891
|\ \ \ \ \
| * | | | | dt-bindings: rtc: imxdi: Improve the bindings textFabio Estevam2017-11-201-7/+7
| * | | | | rtc: sc27xx: Add Spreadtrum SC27xx PMIC RTC driverBaolin Wang2017-11-203-0/+674
| * | | | | dt-bindings: rtc: Add Spreadtrum SC27xx RTC documentationBaolin Wang2017-11-151-0/+27
| * | | | | rtc: at91rm9200: fix reading alarm valueAlexandre Belloni2017-11-101-12/+6
| * | | | | rtc: at91rm9200: stop calculating yday in at91_rtc_readalarmAlexandre Belloni2017-11-101-1/+0
| * | | | | rtc: sysfs: Use time64_t variables to set time/alarmBaolin Wang2017-11-101-12/+13
| * | | | | rtc: xgene: mark PM functions as __maybe_unusedArnd Bergmann2017-11-091-4/+2
| * | | | | rtc: xgene: Fix suspend/resumeLoc Ho2017-11-091-9/+32
| * | | | | rtc: pcf8563: don't alway enable the alarmAlexandre Belloni2017-11-091-1/+1
| * | | | | rtc: pcf8563: fix output clock ratePhilipp Zabel2017-11-091-1/+1
| * | | | | rtc: rx8010: Fix for incorrect return valueAkshay Bhat2017-11-091-2/+2
| * | | | | rtc: rx8010: Specify correct address for RX8010_RESV31Akshay Bhat2017-11-081-1/+1
| * | | | | rtc: rx8010: Remove duplicate defineAkshay Bhat2017-11-081-1/+0
| * | | | | rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rateTroy Kisky2017-11-081-11/+6
| * | | | | rtc: m41t80: avoid i2c read in m41t80_sqw_is_preparedTroy Kisky2017-11-081-9/+6
| * | | | | rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rateTroy Kisky2017-11-081-11/+17
| * | | | | rtc: m41t80: fix m41t80_sqw_round_rate return valueTroy Kisky2017-11-081-12/+7
| * | | | | rtc: m41t80: m41t80_sqw_set_rate should return 0 on successTroy Kisky2017-11-081-4/+1