summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-28ARM: at91/dt: add watchdog properties to kizbox boardBoris BREZILLON1-0/+6
2014-01-28ARM: at91/dt: add sam9 watchdog default options to SoCsBoris BREZILLON6-0/+30
2014-01-28watchdog: at91sam9_wdt: update device tree docBoris BREZILLON1-2/+28
2014-01-28watchdog: at91sam9_wdt: better watchdog supportBoris BREZILLON1-86/+223
2014-01-28watchdog: sp805_wdt depends also on ARM64Naresh Bhat1-1/+1
2014-01-28watchdog: mach-moxart: add restart handlerJonas Jensen1-0/+15
2014-01-28watchdog: mpc8xxx_wdt convert to watchdog coreChristophe Leroy2-73/+38
2014-01-28watchdog: sirf: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2014-01-28watchdog: hpwdt patch to display informative stringThomas Mingarelli1-3/+8
2014-01-28watchdog: dw_wdt: remove build dependenciesBaruch Siach2-3/+2
2014-01-28watchdog: imx2_wdt: disable watchdog timer during low power modeAnson Huang1-0/+4
2014-01-28watchdog: s3c2410_wdt: Report when the watchdog reset the systemDoug Anderson1-3/+37
2014-01-28watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu registerLeela Krishna Amudala3-10/+166
2014-01-28watchdog: s3c2410_wdt: Handle rounding a little better for timeoutDoug Anderson1-8/+5
2014-01-28watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQDoug Anderson1-1/+1
2014-01-28watchdog: GPIO-controlled watchdogAlexander Shiyan4-0/+286
2014-01-28watchdog: davinci: reuse driver for keystone archIvan Khoronzhuk3-5/+13
2014-01-28watchdog: davinci: add "timeout-sec" propertyIvan Khoronzhuk1-0/+4
2014-01-28watchdog: davinci: add GET_TIMELEFT option supportIvan Khoronzhuk1-0/+26
2014-01-28watchdog: davinci: use davinci_wdt_device structure to hold device dataIvan Khoronzhuk1-26/+48
2014-01-28watchdog: davinci: change driver to use WDT coreIvan Khoronzhuk2-112/+36
2014-01-28watchdog: bcm281xx: Debugfs supportMarkus Mayer3-4/+115
2014-01-28watchdog: bcm281xx: Watchdog DriverMarkus Mayer4-0/+283
2014-01-28watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/maxDoug Anderson1-2/+2
2014-01-28watchdog: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han9-9/+9
2014-01-28CRISv10: Readd missing headerJesper Nilsson1-0/+1
2014-01-28firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel1-2/+1
2014-01-28compat: fix sys_fanotify_markHeiko Carstens1-2/+2
2014-01-28checkpatch.pl: check for function declarations without argumentsJoe Perches1-0/+9
2014-01-28mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li1-2/+0
2014-01-28softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches2-17/+10
2014-01-28softirq: convert printks to pr_<level>Joe Perches1-2/+4
2014-01-28softirq: use ffs() in __do_softirq()Joe Perches1-21/+22
2014-01-28kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang1-1/+1
2014-01-28splice: fix unexpected size truncationXiao Guangrong1-1/+2
2014-01-28ipc: fix compat msgrcv with negative msgtypMateusz Guzik1-1/+1
2014-01-28ipc,msg: document barriersDavidlohr Bueso1-2/+17
2014-01-28ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso3-12/+3
2014-01-28ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso1-5/+4
2014-01-28ipc: remove useless return statementDavidlohr Bueso1-4/+0
2014-01-28ipc: remove braces for single statementsDavidlohr Bueso4-19/+16
2014-01-28ipc: standardize code commentsDavidlohr Bueso3-139/+125
2014-01-28ipc: whitespace cleanupManfred Spraul11-115/+115
2014-01-28ipc: change kern_ipc_perm.deleted type to boolRafael Aquini4-6/+6
2014-01-28ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini4-19/+41
2014-01-28ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek1-11/+13
2014-01-28init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu1-2/+0
2014-01-28dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin1-3/+1
2014-01-28dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin1-2/+4
2014-01-28dynamic_debug: remove wrong error messageAndrey Ryabinin1-3/+1