aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-102-22/+33
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2010-08-102-22/+33
| |\
| | * Input: gpio_keys - add hooks to enable/disable deviceShubhrajyoti D2010-08-031-0/+2
| | * Input: dynamically allocate ABS informationDaniel Mack2010-08-021-39/+18
| | * Input: add static inline accessors for ABS propertiesDaniel Mack2010-08-021-0/+30
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-08-108-19/+107
|\ \ \
| * | | USB:: fix linux/usb.h kernel-doc warningsRandy Dunlap2010-08-101-0/+3
| * | | USB delay init quirk for logitech Harmony 700-series devicesPhil Dibowitz2010-08-101-0/+4
| * | | USB: otg/ulpi: extend the generic ulpi driver.Igor Grinberg2010-08-102-7/+39
| * | | USB: ulpi: fix compilation warningAjay Kumar Gupta2010-08-101-0/+1
| * | | USB: fix race between root-hub wakeup & controller suspendAlan Stern2010-08-101-0/+2
| * | | USB: add do_wakeup parameter for PCI HCD suspendAlan Stern2010-08-101-1/+1
| * | | USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-5/+17
| * | | USB: gadget: composite: added disconnect callbackMichal Nazarewicz2010-08-101-0/+2
| * | | USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz2010-08-101-0/+4
| * | | USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()Michal Nazarewicz2010-08-101-3/+3
| * | | USB-BKL: Convert usb_driver ioctl to unlocked_ioctlAndi Kleen2010-08-101-1/+1
| * | | USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du2010-08-101-0/+4
| * | | USB: EHCI: EHCI 1.1 addendum: preparationAlek Du2010-08-101-0/+23
| * | | USB: otg.h: Fix the mixup in parameters order.Igor Grinberg2010-08-101-2/+2
| * | | USB: don't stop root-hub status polls too soonAlan Stern2010-08-101-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-08-1012-21/+202
|\ \ \ \
| * | | | U6715 16550A serial driver supportPhilippe Langlais2010-08-103-1/+10
| * | | | hsu: driver for Medfield High Speed UART deviceFeng Tang2010-08-103-0/+65
| * | | | serial: general fixes in the serial_rs485 structureClaudio Scordino2010-08-101-1/+3
| * | | | serial: fix missing bit coverage of ASYNC_FLAGSJohn Villalovos2010-08-101-1/+1
| * | | | vt: Fix warning: statement with no effect due to vt_kern.hKevin Winchester2010-08-101-11/+46
| * | | | serial: max3107: Abstract out the platform specific bitsAlan Cox2010-08-101-0/+4
| * | | | tty: implement BTM as mutex instead of BKLArnd Bergmann2010-08-101-13/+5
| * | | | tty: remove tty_lock_nestedArnd Bergmann2010-08-101-15/+1
| * | | | tty: introduce wait_event_interruptible_ttyArnd Bergmann2010-08-101-0/+42
| * | | | tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-0/+31
| * | | | tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox2010-08-101-1/+0
| * | | | tty: Make vt's have a tty_portAlan Cox2010-08-101-0/+2
| * | | | tty: serial - fix tty referencing in set_ldiscAlan Cox2010-08-101-1/+1
| * | | | istallion: use bit ops for the board flagsAlan Cox2010-08-101-1/+1
| * | | | vt/console: try harder to print output when panicingJesse Barnes2010-08-103-0/+12
| * | | | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-103-0/+4
| * | | | tty: Remove Hayes ESP ioctlsJeff Dike2010-08-101-4/+2
| |/ / /
* | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-08-101-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit 'linus/master' into bkl/coreFrederic Weisbecker2010-08-09337-2848/+7373
| |\ \ \
| * | | | autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann2010-08-091-0/+1
* | | | | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-105-5/+23
|\ \ \ \ \
| * | | | | unistd: add __NR_prlimit64 syscall numbersJiri Slaby2010-07-161-1/+3
| * | | | | rlimits: implement prlimit64 syscallJiri Slaby2010-07-161-0/+4
| * | | | | rlimits: redo do_setrlimit to more generic do_prlimitJiri Slaby2010-07-161-2/+2
| * | | | | rlimits: add rlimit64 structureJiri Slaby2010-07-161-0/+7
| * | | | | rlimits: split sys_setrlimitJiri Slaby2010-07-161-0/+2
| * | | | | rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-161-1/+1
| * | | | | rlimits: security, add task_struct to setrlimitJiri Slaby2010-07-161-3/+6