aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-02scripts: add ARM support to decodecodeRabin Vincent1-13/+35
2010-02-02kconfig CROSS_COMPILE optionRoland McGrath2-0/+11
2010-02-02kbuild: Fix linking error built-in.o no such file or directoryJiafu He1-1/+1
2010-01-29Linux 2.6.33-rc6Linus Torvalds1-1/+1
2010-01-29mfd: Fix asic3 buildDmitry Artamonow1-1/+1
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins1-2/+3
2010-01-29sparc: TIF_ABI_PENDING bit removalDavid Miller3-21/+4
2010-01-29x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin5-23/+13
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds10-41/+33
2010-01-28Input: update multi-touch protocol documentationHenrik Rydberg1-8/+40
2010-01-28Input: add the ABS_MT_PRESSURE eventHenrik Rydberg2-0/+2
2010-01-28Input: winbond-cir - remove dmesg spamDavid Härdeman1-1/+1
2010-01-28[ARM] Update mach-typesRussell King1-1/+59
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik1-2/+2
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik1-2/+2
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik1-0/+5
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik2-6/+6
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang1-0/+1
2010-01-28Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V1-4/+9
2010-01-28Btrfs: remove tree_search() in extent_map.cMiao Xie1-14/+0
2010-01-28Btrfs: Add mount -o compress-forceChris Mason3-2/+11
2010-01-28x86/PCI: remove IOH range fetchingJeff Garrett2-95/+1
2010-01-28Input: lifebook - add another Lifebook DMI signatureJon Dodgson1-0/+6
2010-01-28MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQsDavid VomLehn4-3/+18
2010-01-28MIPS: PowerTV: Streamline access to platform device registersDavid VomLehn6-303/+361
2010-01-28MIPS: Fix vmlinuz build for 32bit-only math shellsAlexander Clouter1-2/+5
2010-01-28MIPS: Add support of LZO-compressed kernelsWu Zhangjin3-0/+7
2010-01-27drm/i915: Selectively enable self-reclaimChris Wilson4-52/+19
2010-01-27firewire: ohci: fix crashes with TSB43AB23 on 64bit systemsStefan Richter1-1/+3
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds2-32/+70
2010-01-27UBI: fix volume creation input checkingMika Westerberg1-1/+0
2010-01-27[S390] fix single stepped svcs with TRACE_IRQFLAGS=yMartin Schwidefsky2-0/+2
2010-01-27[S390] zcrypt: Do not remove coprocessor for error 8/72Felix Beck2-0/+4
2010-01-27[S390] sclp_vt220: set initial terminal window sizeHendrik Brueckner1-0/+4
2010-01-27[S390] use set_current_state in sigsuspendMartin Schwidefsky1-1/+1
2010-01-27[S390] irqflags: add missing types.h includeHeiko Carstens1-6/+3
2010-01-27[S390] dasd: fix possible NULL pointer errorsStefan Haberland4-15/+9
2010-01-26x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID drivers.Russ Anderson2-2/+2
2010-01-26Fix failure exit in ipathfsAl Viro1-3/+1
2010-01-26fix oops in fs/9p late mount failureAl Viro1-1/+2
2010-01-26fix leak in romfs_fill_super()Al Viro1-0/+1
2010-01-26get rid of pointless checks after simple_pin_fs()Al Viro2-18/+4
2010-01-26Fix failure exits in bfs_fill_super()Al Viro1-22/+21
2010-01-26fix affs parse_options()Al Viro1-6/+6
2010-01-26Fix remount races with symlink handling in affsAl Viro4-8/+25
2010-01-26Fix a leak in affs_fill_super()Al Viro1-0/+2
2010-01-26fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman1-2/+4
2010-01-26firewire: core: fix use-after-free regression in FCP handlerStefan Richter1-14/+36
2010-01-26firewire: cdev: add_descriptor documentation fixStefan Richter1-1/+3
2010-01-26firewire: core: add_descriptor size checkStefan Richter1-13/+28