summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Allow FIXED_PHY to be modular.David S. Miller2014-12-161-1/+1
* if_tun: drop broken IFF_VNET_LEMichael S. Tsirkin2014-12-161-1/+0
* if_tun: add TUNSETVNETLE/TUNGETVNETLEMichael S. Tsirkin2014-12-161-0/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-152-0/+7
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-192-0/+7
| |\
| | * VFS: refactor vfs_read()Dmitry Kasatkin2014-11-181-0/+1
| | * integrity: provide a hook to load keys when rootfs is readyDmitry Kasatkin2014-11-181-0/+6
| * | Merge commit 'v3.17' into nextJames Morris2014-11-19526-4822/+16000
| |\ \ | | |/ | |/|
* | | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-156-6/+268
|\ \ \
| * | | spmi: Remove shutdown/suspend/resume kernel-docStephen Boyd2014-11-271-3/+0
| * | | coresight: fixed comments in coresight.hPankaj Dubey2014-11-271-3/+3
| * | | coresight: add CoreSight core layer frameworkPratik Patel2014-11-082-0/+264
| * | | Drivers: hv: util: make struct hv_do_fcopy match Hyper-V host messagesVitaly Kuznetsov2014-11-071-0/+1
| * | | uio: support memory sizes larger than 32 bitsCristian Stoica2014-11-071-1/+1
| * | | devres: support sizes greater than an unsigned longCristian Stoica2014-11-071-2/+2
* | | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-159-5/+200
|\ \ \ \
| * | | | fs: debugfs: add forward declaration for struct device typeArend van Spriel2014-11-301-0/+1
| * | | | device: Add dev_<level>_once variantsJoe Perches2014-11-271-0/+35
| * | | | debugfs: add helper function to create device related seq_fileArend van Spriel2014-11-271-1/+15
| * | | | drivers: base: support cpu cache information interface to userspace via sysfsSudeep Holla2014-11-071-0/+100
| * | | | drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla2014-11-071-0/+4
| * | | | cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-072-0/+20
| * | | | sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-072-0/+17
| * | | | core: platform: let platform_create_bundle initialize module ownerWolfram Sang2014-11-071-2/+4
| * | | | core: platform: let platform_driver_probe initialize module ownerWolfram Sang2014-11-071-2/+4
| |/ / /
* | | | Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-159-63/+66
|\ \ \ \
| * \ \ \ Merge 3.18-rc7 into tty-nextGreg Kroah-Hartman2014-12-0631-27/+115
| |\ \ \ \
| * | | | | serial: core: Add big-endian iotypeKevin Cernekee2014-11-261-6/+7
| * | | | | Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman2014-11-104-27/+111
| |\ \ \ \ \
| * | | | | | tty: warn on deprecated serial flagsJiri Slaby2014-11-071-0/+2
| * | | | | | serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado2014-11-061-3/+0
| * | | | | | serial_core: Handle TIOC[GS]RS485 ioctls.Ricardo Ribalda Delgado2014-11-061-0/+3
| * | | | | | serial: core: Pass termios to set_ldisc() notificationsPeter Hurley2014-11-061-1/+1
| * | | | | | tty: Convert tty->closing to intPeter Hurley2014-11-061-1/+1
| * | | | | | tty: serial: bcm63xx: Eliminate unnecessary request/release functionsKevin Cernekee2014-11-061-2/+0
| * | | | | | serial: of: add a PORT_RT2880 definitionJohn Crispin2014-11-061-1/+2
| * | | | | | vt: Remove vt_get_kmsg_redirect() from uapi headerPeter Hurley2014-11-061-3/+0
| * | | | | | tty: Document defunct ASYNC_SPLIT_TERMIOS flag in uapi headerPeter Hurley2014-11-061-1/+1
| * | | | | | tty: Remove defunct serial_console_init() declarationPeter Hurley2014-11-061-4/+0
| * | | | | | tty: Remove defunct pcxe_open() declarationPeter Hurley2014-11-061-4/+0
| * | | | | | tty: serial: 8250_omap: add custom DMA-TX callbackSebastian Andrzej Siewior2014-11-061-0/+1
| * | | | | | tty: Document defunct ASYNC_* bits in uapi headerPeter Hurley2014-11-061-4/+5
| * | | | | | tty,serial: Unify UPF_* and ASYNC_* flag definitionsPeter Hurley2014-11-062-16/+37
| * | | | | | tty: Flush ldisc buffer atomically with tty flip buffersPeter Hurley2014-11-061-1/+1
| * | | | | | tty: Remove tty_unhangup() declarationPeter Hurley2014-11-061-1/+0
| * | | | | | tty: Preset lock subclass for nested tty locksPeter Hurley2014-11-061-0/+1
| * | | | | | tty: Change tty lock order to master->slavePeter Hurley2014-11-061-5/+2
| * | | | | | tty: Simplify tty_ldisc_release() interfacePeter Hurley2014-11-061-1/+1
| * | | | | | tty: Remove TTY_CLOSINGPeter Hurley2014-11-061-1/+0
| * | | | | | tty: Remove TTY_HUPPINGPeter Hurley2014-11-061-1/+0