summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-17rtc: ab-b5ze-s3: fix possible race conditionsAlexandre Belloni
2018-05-17rtc: 88pm80x: convert to rtc_tm_to_time64/rtc_time64_to_tmAlexandre Belloni
2018-05-17rtc: 88pm80x: let the core handle the RTC rangeAlexandre Belloni
2018-05-17rtc: 88pm80x: fix possible race conditionAlexandre Belloni
2018-05-17rtc: 88pm80x: remove unused pm80x_rtc_info membersAlexandre Belloni
2018-05-17rtc: 88pm80x: stop setting a default timeAlexandre Belloni
2018-05-17rtc: at91rm9200: add rangeAlexandre Belloni
2018-05-16rtc: nvmem: don't return an error when not enabledAlexandre Belloni
2018-05-14dt-bindings: rtc-2123: Make the node name genericFabio Estevam
2018-05-06rtc: stm32: get DBP register and mask from DT st, syscfg propertyAmelie Delaunay
2018-05-06dt-bindings: rtc: update stm32-rtc documentation for st, syscfg propertyAmelie Delaunay
2018-05-06rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISINGAmelie Delaunay
2018-05-06rtc: stm32: fix copyright and adopt SPDX identifierAmelie Delaunay
2018-05-03rtc: tps6586x: remove mktime usageArnd Bergmann
2018-05-03rtc: ls1x: remove mktime usageArnd Bergmann
2018-05-03rtc: vr41xx: remove mktime usageArnd Bergmann
2018-05-03rtc: ds1340: Add support for trickle charger.Andrea Greco
2018-05-03rtc: sprd: Add RTC hardware rangeBaolin Wang
2018-05-03rtc: sprd: Change to use devm_rtc_allocate_device()Baolin Wang
2018-05-03rtc: simplify getting .drvdataWolfram Sang
2018-04-19rtc: cmos: introduce quirks to enable use_acpi_alarm modeZhang Rui
2018-04-19rtc: cmos: acknowledge ACPI driven wake alarms upon resumeZhang Rui
2018-04-19rtc: cmos: allow using ACPI for RTC alarm instead of HPETZhang Rui
2018-04-15Linux 4.17-rc1Linus Torvalds
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-15Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo
2018-04-13include/linux/kexec.h: silence compile warningsPhilipp Rudo
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro
2018-04-13x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro