summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-20rtc: mxc: remove UIE signalingWolfram Sang1-3/+0
2016-05-20rtc: ds1307: Remove CLK_IS_ROOTStephen Boyd1-2/+0
2016-05-20rtc: hym8563: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-05-20rtc: pcf8563: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-05-20rtc: zynqmp: Write Calibration value before setting timeAnurag Kumar Vulisha1-7/+14
2016-05-20rtc: zynqmp: Enable RTC switching to battery power when VCC_PSAUX is N/AAnurag Kumar Vulisha1-0/+8
2016-05-20rtc: ds1685: actually spin forever in poweroff pathJosh Poimboeuf1-0/+1
2016-05-20rtc: da9053: fix access ordering error during RTC interrupt at system power onSteve Twiss1-5/+8
2016-05-20rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is e...Nicolas Boullis1-5/+8
2016-05-20rtc: ds1307: fix ds1307_native_smbus_read_block_data functionNicolas Boullis1-2/+6
2016-05-20rtc: ds1302: fix write value for day of week registerAkinobu Mita1-1/+1
2016-05-20rtc: ds1302: fix error check in set_timeAkinobu Mita1-1/+1
2016-05-20rtc: m41t80: handle oscillator failure bitMylène Josserand1-2/+23
2016-05-20rtc: m41t80: add wakealarm functionalityMylène Josserand1-0/+2
2016-05-20rtc: m41t80: add alarm functionalityMylène Josserand1-13/+167
2016-05-20rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand1-11/+15
2016-05-20rtc: m41t80: add the use of 'BIT' macroMylène Josserand1-15/+15
2016-05-20rtc: m41t80: replace i2c functions for smbus onesMylène Josserand1-90/+44
2016-05-20rtc: m41t80: remove proc macroMylène Josserand1-4/+0
2016-05-20rtc: m41t80: update sysfs entries exportMylène Josserand1-24/+32
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni25-89/+1
2016-05-20rtc: at91sam9: remove duplicate assignment of variable mrColin Ian King1-1/+1
2016-05-20rtc: ds1302: rewrite using SPISergey Yanovich3-197/+212
2016-05-16Linux 4.6v4.6Linus Torvalds1-1/+1
2016-05-14arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim1-0/+1
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni2-0/+4
2016-05-14nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds1-1/+3
2016-05-14drivers: net: xgene: fix register offsetIyappan Subramanian2-4/+4
2016-05-14drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian4-19/+53
2016-05-14drivers: net: xgene: fix ununiform latency across queuesIyappan Subramanian2-11/+27
2016-05-14drivers: net: xgene: fix sharing of irqsIyappan Subramanian1-2/+2
2016-05-14drivers: net: xgene: fix IPv4 forward crashIyappan Subramanian2-5/+8
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-05-13mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli5-26/+95
2016-05-13ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming1-5/+10
2016-05-13ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-13ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-12net: mvneta: bm: fix dependencies againArnd Bergmann1-1/+1
2016-05-12perf stat: Fallback to user only counters when perf_event_paranoid > 1Arnaldo Carvalho de Melo1-1/+6
2016-05-12perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()Arnaldo Carvalho de Melo1-0/+18
2016-05-12drm/amdgpu: fix DP mode validationAlex Deucher1-2/+2
2016-05-12drm/radeon: fix DP mode validationAlex Deucher1-2/+2
2016-05-12perf evsel: Improve EPERM error handling in open_strerror()Arnaldo Carvalho de Melo1-2/+3
2016-05-12workqueue: fix rebind bound workers warningWanpeng Li1-0/+11
2016-05-12cgroup: fix compile warningFelipe Balbi1-1/+1
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn1-1/+2
2016-05-12tools lib traceevent: Do not reassign parg after collapse_tree()Steven Rostedt1-2/+2
2016-05-12perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo6-0/+38
2016-05-12perf dwarf: Guard !x86_64 definitions under #ifdef else clauseArnaldo Carvalho de Melo1-4/+4
2016-05-12perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-30/+30