summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-24char: misc: assign file->private_data in all casesThomas Petazzoni1-1/+1
2013-06-24drivers: hv: allocate synic structures before hv_synic_init()Jason Wang3-34/+63
2013-06-24drivers: hv: check interrupt mask before read_indexJason Wang1-0/+2
2013-06-24vme: vme_tsi148.c: fix error return code in tsi148_probe()Wei Yongjun1-1/+2
2013-06-24FMC: fix error handling in probe() functionDan Carpenter1-6/+11
2013-06-19fmc: avoid readl/writel namespace conflictArnd Bergmann2-8/+8
2013-06-19FMC: NULL dereference on allocation failureDan Carpenter1-5/+6
2013-06-18UIO: fix uio_pdrv_genirq with device tree but no interruptPavel Machek1-15/+10
2013-06-18UIO: allow binding uio_pdrv_genirq.c to devices using command line optionPavel Machek1-2/+6
2013-06-18FMC: add a char-device mezzanine driverAlessandro Rubini5-1/+274
2013-06-18FMC: add a driver to write mezzanine EEPROMAlessandro Rubini5-0/+313
2013-06-18FMC: add a software mezzanine driverAlessandro Rubini5-0/+135
2013-06-18FMC: add a software carrier driverAlessandro Rubini5-0/+407
2013-06-18FMC: add documentation for the coreAlessandro Rubini8-0/+821
2013-06-18FMC: add core bus driverAlessandro Rubini6-1/+838
2013-06-18MAINTAINERS: add stable_kernel_rules.txt to stable maintainer informationGreg Kroah-Hartman1-0/+1
2013-06-18drivers: hv: switch to use mb() instead of smp_mb()Jason Wang2-6/+6
2013-06-17memory: tegra30-mc: Fix IRQ handler.Tuomas Tynkkynen1-3/+6
2013-06-17memory: tegra20-mc: Fix hang in IRQ handler.Tuomas Tynkkynen1-1/+4
2013-06-17mei: support HBM versioningTomas Winkler3-8/+34
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches4-13/+13
2013-06-17vme: tsi148: Window reserved for accessing CR/CSR does not need attributes setMartyn Welch1-7/+0
2013-06-17vme: tsi148: CR/CSR logic arround the wrong wayMartyn Welch1-3/+4
2013-06-17vme: tsi148: Only store VME bus errors if they will be checkedMartyn Welch1-11/+17
2013-06-17Misc: sram: Remove unneeded checkAlexander Shiyan1-5/+1
2013-06-17pcmcia: Remove ARCH_CLPS711X dependencyAlexander Shiyan1-1/+1
2013-06-17FMC: add needed headersAlessandro Rubini4-0/+567
2013-06-17FMC: create drivers/fmc and toplevel Kconfig questionAlessandro Rubini6-0/+57
2013-06-17extcon: Palmas Extcon DriverGraeme Gregory5-12/+283
2013-06-17extcon: add EXPORT_SYMBOL_GPL for exported functionsKishon Vijay Abraham I1-0/+2
2013-06-17extcon: Change permission 'state' sysfs entry (rw -> r)Chanwoo Choi1-22/+1
2013-06-17tools: hv: Improve error logging in KVP daemon.Tomas Hozza1-11/+18
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman241-1853/+2633
2013-06-15Linux 3.10-rc6v3.10-rc6Linus Torvalds1-1/+1
2013-06-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-29/+96
2013-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-81/+147
2013-06-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds5-5/+15
2013-06-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney1-7/+12
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-23/+15
2013-06-14Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-11/+42
2013-06-14Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+5
2013-06-14Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-21/+23
2013-06-15powerpc: Fix missing/delayed calls to irq_workBenjamin Herrenschmidt1-1/+1
2013-06-15powerpc: Fix emulation of illegal instructions on PowerNV platformPaul Mackerras2-1/+11
2013-06-15powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman2-3/+3
2013-06-15snd_pcm_link(): fix a leak...Al Viro1-2/+2
2013-06-15use can_lookup() instead of direct checks of ->i_op->lookupAl Viro1-2/+2
2013-06-15move exit_task_namespaces() outside of exit_notify()Oleg Nesterov1-1/+1
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov1-9/+10
2013-06-14xfs: don't shutdown log recovery on validation errorsDave Chinner1-2/+17