aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-09Merge 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-07coresight: add CoreSight core layer frameworkPratik Patel2-0/+264
2014-11-07VFS: 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
2014-11-07usb: Remove __init from early_dbgp_init() prototypeChris Rorvick1-2/+1
2014-11-07usb: Create separate header for ehci-dbgpChris Rorvick2-63/+86
2014-11-07ASoC: Samsung: Add quirk for internal DMAPadmavathi Venna1-0/+1
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-07PM / clock_ops: Add pm_clk_add_clk()Geert Uytterhoeven1-0/+8
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang1-0/+1
2014-11-06core: platform: let platform_create_bundle initialize module ownerWolfram Sang1-2/+4
2014-11-06core: platform: let platform_driver_probe initialize module ownerWolfram Sang1-2/+4
2014-11-06serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado1-3/+0
2014-11-06serial_core: Handle TIOC[GS]RS485 ioctls.Ricardo Ribalda Delgado1-0/+3
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley1-1/+1
2014-11-06tty: Convert tty->closing to intPeter Hurley1-1/+1
2014-11-06tty: serial: bcm63xx: Eliminate unnecessary request/release functionsKevin Cernekee1-2/+0
2014-11-06Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+6
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar3-8/+2
2014-11-05tty: Remove defunct serial_console_init() declarationPeter Hurley1-4/+0
2014-11-05tty: Remove defunct pcxe_open() declarationPeter Hurley1-4/+0
2014-11-05fast_hash: avoid indirect function callsHannes Frederic Sowa1-34/+0
2014-11-05tty,serial: Unify UPF_* and ASYNC_* flag definitionsPeter Hurley1-15/+32
2014-11-05tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley1-1/+1
2014-11-05tty: Remove tty_unhangup() declarationPeter Hurley1-1/+0
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley1-0/+1
2014-11-05tty: Change tty lock order to master->slavePeter Hurley1-5/+2
2014-11-05tty: Simplify tty_ldisc_release() interfacePeter Hurley1-1/+1
2014-11-05tty: Remove TTY_CLOSINGPeter Hurley1-1/+0