summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-05rtc: at91rm9200: get and use slow clockAlexandre Belloni
2015-09-05rtc: gemini: fix ptr_ret.cocci warningskbuild test robot
2015-09-05rtc: Drop (un)likely before IS_ERR(_OR_NULL)viresh kumar
2015-09-05rtc: at91rm9200: sort headers alphabeticallyAlexandre Belloni
2015-09-05rtc: at91sam9: get sclk rate after enabling itAlexandre Belloni
2015-09-05rtc: at91sam9: sort headers alphabeticallyAlexandre Belloni
2015-09-05rtc: at91sam9: remove useless checkAlexandre Belloni
2015-09-05rtc: at91sam9: properly handle error caseAlexandre Belloni
2015-09-05rtc: pl031: fix typo for author emailLeo Yan
2015-09-05rtc: Export OF module alias information in missing driversJavier Martinez Canillas
2015-09-05rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"Adrian Huang
2015-09-05rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 secondsAdrian Huang
2015-09-05rtc: da9063: Add DA9062 RTC capability to DA9063 RTC driverS Twiss
2015-09-05rtc: mt6397: implement suspend/resume function in rtc-mt6397 driverHenry Chen
2015-09-05rtc: switch to using is_visible() to control sysfs attributesDmitry Torokhov
2015-09-05rtc: switch wakealarm attribute to DEVICE_ATTR_RWDmitry Torokhov
2015-09-05rtc: make rtc_does_wakealarm() return booleanDmitry Torokhov
2015-09-05rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...Henri Roosen
2015-09-05rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila
2015-09-05rtc: dev: properly manage lifetime of dev and cdev in rtc deviceDmitry Torokhov
2015-09-05rtc: class: remove unnecessary device_get() in rtc_device_unregisterDmitry Torokhov
2015-09-05rtc: class: fix double free in rtc_register_device() error pathDmitry Torokhov
2015-09-05rtc: sirfsoc: move to regmap APIs from platform-specific APIsGuo Zeng
2015-09-05rtc: opal: Enable alarms only when opal supports tpoVaibhav Jain
2015-09-05rtc: add rtc-lpc24xx driverJoachim Eastwood
2015-09-05doc: dt: add documentation for nxp,lpc1788-rtcJoachim Eastwood
2015-09-05rtc: Drop owner assignment from platform_driverKrzysztof Kozlowski
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-09-05rtc: pcf2127: use OFS flag to detect unreliable date and warn the userAndrea Scian
2015-09-05rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian
2015-09-05rtc: 88pm80x: add device tree supportVaibhav Hiremath
2015-09-05rtc: bq32k: remove redundant checkManinder Singh
2015-09-05rtc: ds1685: Use module_platform_driverVaishali Thakkar
2015-09-05rtc: ds1307: Support optional wakeup interrupt sourceNishanth Menon
2015-09-05rtc: ds1307: Sort the headersNishanth Menon
2015-09-05rtc: ds1307: Switch to managed irq allocationNishanth Menon
2015-09-05rtc: ds1307: Convert to threaded IRQFelipe Balbi
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown
2015-09-04mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause
2015-09-04mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause
2015-09-04mm/memory.c: make tlb_next_batch() return boolNicholas Krause
2015-09-04mm/dmapool.c: change is_page_busy() return from int to boolNicholas Krause
2015-09-04mm: remove struct node_active_regionminkyung88.kim
2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov
2015-09-04mremap: don't do mm_populate(new_addr) on failureOleg Nesterov
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-09-04mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov
2015-09-04mm/hugetlb.c: make vma_shareable() return boolNicholas Krause
2015-09-04mm: make GUP handle pfn mapping unless FOLL_GET is requestedKirill A. Shutemov