summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov1-5/+5
2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov1-3/+3
2014-11-11virtio: Fix comment typo 'CONFIG_S_FAILED'Paul Bolle1-1/+1
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu1-15/+1
2014-11-11tracing: Do not busy wait in buffer spliceRabin Vincent1-1/+1
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-5/+224
2014-11-10ASoC: wm5102: Move ultrasonic response settings lock to the driver levelLars-Peter Clausen1-0/+1
2014-11-10ARM: OMAP: serial: remove last vestige of DTR_gpio support.NeilBrown1-3/+0
2014-11-10net: gro: add a per device gro flush timerEric Dumazet1-10/+10
2014-11-10mfd: Add support for Diolan DLN-2 devicesOctavian Purdila1-0/+103
2014-11-10mfd: core: Add helper function to register hotplug devicesJohan Hovold1-0/+7
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher1-1/+1
2014-11-10mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski1-0/+7
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter1-0/+3
2014-11-10mmc: sdhci: Parameterize ADMA sizes and alignmentAdrian Hunter1-0/+7
2014-11-10mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA dataAdrian Hunter1-2/+2
2014-11-10mmc: sdhci: Rename adma_desc to adma_tableAdrian Hunter1-1/+1
2014-11-10mmc: host: atmel-mci: Add support for non-removable slotsTimo Kokkonen1-0/+2
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-1/+0
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson1-0/+1
2014-11-10mmc: dw_mmc: Remove old card detect infrastructureDoug Anderson1-2/+0
2014-11-10mmc: atmel-mci: move mach header to platform_dataAlexandre Belloni1-0/+22
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou2-0/+6
2014-11-10mmc: core: Remove unused mmc_list_to_card() macroUlf Hansson1-2/+0
2014-11-10mmc: block: Use dev_set|get_drvdata()Ulf Hansson1-2/+0
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson1-14/+2
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson1-2/+0
2014-11-10mmc: sdhci-pxav3: Move private driver data to driver sourceSebastian Hesselbarth1-5/+0
2014-11-10vfs: Remove i_dquot field from inodeJan Kara1-3/+0
2014-11-10quota: Use function to provide i_dquot pointersJan Kara1-0/+1
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara2-0/+6
2014-11-10quota: Remove const from function declarationsJan Kara1-4/+4
2014-11-10Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman3-19/+80
2014-11-10Merge 3.18-rc4 into staging-nextGreg Kroah-Hartman3-19/+80
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman3-19/+80
2014-11-10Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+70
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee1-0/+2
2014-11-09genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee1-2/+12
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee1-7/+13
2014-11-08PM / Domains: Change prototype for the attach and detach callbacksUlf Hansson1-2/+4
2014-11-08coresight: add CoreSight core layer frameworkPratik Patel2-0/+264
2014-11-08VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker1-1/+1
2014-11-07drivers: base: support cpu cache information interface to userspace via sysfsSudeep Holla1-0/+100
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla1-0/+4
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla2-0/+20
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2-0/+17
2014-11-07uio: support memory sizes larger than 32 bitsCristian Stoica1-1/+1
2014-11-07devres: support sizes greater than an unsigned longCristian Stoica1-2/+2
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-3/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+3