summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Input: xbox - do not use GFP_KERNEL under spinlockDmitry Torokhov2010-01-091-2/+2
| * | | Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake2010-01-073-1/+19
| * | | Input: bcm5974 - report ABS_MT eventsHenrik Rydberg2010-01-061-1/+43
| * | | Input: davinci_keyscan - add device_enable method to platform dataMiguel Aguilar2010-01-062-0/+9
| * | | Input: evdev - be less aggressive about sending SIGIO notifiesAdam Jackson2010-01-061-1/+2
| * | | Input: atkbd - fix canceling event_work in disconnectDmitry Torokhov2010-01-061-2/+8
| * | | Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2010-01-063-82/+28
| * | | Input: gf2k - fix &&/|| confusion in gf2k_connect()Roel Kluin2010-01-011-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2010-01-152-2/+4
|\ \ \ \
| * | | | alpha: cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-141-0/+3
| * | | | alpha: add myself as a maintainer, and drop mention of 2.4Matt Turner2010-01-141-2/+1
* | | | | Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-01-152-1/+20
|\ \ \ \ \
| * | | | | serial: sh-sci: using correct fifo size for SCIF and SCIFA ports.Markus Pietrek2010-01-151-1/+12
| * | | | | sh: mach-ecovec24: Add motion sensor driver support.NISHIMOTO Hiroki2010-01-151-0/+8
| |/ / / /
* | | | | inotify: only warn once for inotify problemsEric Paris2010-01-151-1/+1
* | | | | inotify: do not reuse watch descriptorsEric Paris2010-01-151-2/+2
|/ / / /
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-01-1424-160/+137
|\ \ \ \
| * | | | [S390] tape_char: add missing compat_ptr conversionHeiko Carstens2010-01-131-3/+15
| * | | | [S390] zcrypt: add sanity check before copy_from_user()Heiko Carstens2010-01-131-1/+3
| * | | | [S390] unwire sys_recvmmsg againHeiko Carstens2010-01-133-12/+4
| * | | | [S390] con3215: remove empty ioctl functionHeiko Carstens2010-01-131-17/+0
| * | | | [S390] dasd: add proper compat pointer conversion for symmetrix ioctlHeiko Carstens2010-01-131-5/+9
| * | | | [S390] mmap: add missing compat_ptr conversion to both mmap compat syscallsHeiko Carstens2010-01-131-25/+16
| * | | | [S390] bug: implement arch specific __WARN macroHeiko Carstens2010-01-131-0/+4
| * | | | [S390] Move __cpu_logical_map to smp.cHeiko Carstens2010-01-135-8/+18
| * | | | [S390] tape_block: remove ioctl functionHeiko Carstens2010-01-131-39/+0
| * | | | [S390] smp: remove volatile type quilifier from __cpu_logical_mapHeiko Carstens2010-01-132-2/+2
| * | | | [S390] smp: setup smp_processor_id earlyHeiko Carstens2010-01-132-1/+6
| * | | | [S390] use helpers for rlimitsJiri Slaby2010-01-131-2/+2
| * | | | [S390] fs3270: add missing compat ptr conversionHeiko Carstens2010-01-131-6/+11
| * | | | [S390] vmcp: add missing compat ptr conversionHeiko Carstens2010-01-131-3/+9
| * | | | [S390] cio: add missing compat ptr conversionHeiko Carstens2010-01-131-8/+15
| * | | | [S390] dasd: add missing compat ptr conversionHeiko Carstens2010-01-131-5/+9
| * | | | [S390] remove superfluous TIF_USEDFPU bitMartin Schwidefsky2010-01-133-15/+5
| * | | | [S390] duplicate SIGTRAP on signal delivery.Martin Schwidefsky2010-01-131-9/+1
| * | | | [S390] clear TIF_SINGLE_STEP for new process.Martin Schwidefsky2010-01-131-0/+1
| * | | | [S390] fix loading of PER control registers for utrace.Martin Schwidefsky2010-01-131-0/+8
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-1452-212/+388
|\ \ \ \
| * | | | net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=nOctavian Purdila2010-01-131-1/+1
| * | | | ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller2010-01-131-1/+6
| * | | | tg3: Update copyright and driver versionMatt Carlson2010-01-132-3/+4
| * | | | tg3: Disable 5717 serdes and B0 supportMatt Carlson2010-01-131-0/+5
| * | | | tg3: Add reliable serdes detection for 5717 A0Matt Carlson2010-01-132-2/+9
| * | | | tg3: Fix std rx prod ring handlingMatt Carlson2010-01-131-2/+3
| * | | | tg3: Fix std prod ring nicaddr for 5787 and 57765Matt Carlson2010-01-131-1/+1
| * | | | sfc: Fix conditions for MDIO self-testBen Hutchings2010-01-131-2/+6
| * | | | sfc: Fix polling for slow MCDI operationsBen Hutchings2010-01-131-2/+3
| * | | | e1000e: workaround link issues on busy hub in half duplex on 82577/82578Bruce Allan2010-01-131-1/+18
| * | | | e1000e: MDIO slow mode should always be done for 82577Bruce Allan2010-01-133-90/+53
| * | | | ixgbe: update copyright datesShannon Nelson2010-01-1320-21/+21