summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Btrfs: simplify iteration codesQinghuang Feng2009-01-216-52/+19
| | * | | | | | Btrfs: check return value for kthread_run() correctlyQinghuang Feng2009-01-211-2/+2
| | * | | | | | Btrfs: Remove extra KERN_INFO in the middle of a lineRoland Dreier2009-01-211-1/+1
| | * | | | | | Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-2111-11/+0
| | * | | | | | Btrfs: cleanup xattr codeJosef Bacik2009-01-211-2/+12
| | * | | | | | Btrfs: MAINTAINERS entryJoe Perches2009-01-211-0/+8
| | * | | | | | Btrfs: cleanup fs/btrfs/super.c::btrfs_control_ioctl()Wang Cong2009-01-211-2/+3
* | | | | | | | eCryptfs: Regression in unencrypted filename symlinksTyler Hicks2009-02-071-2/+2
* | | | | | | | Merge branch 'x86/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...Linus Torvalds2009-02-071-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | x86-64: fix int $0x80 -ENOSYS returnRoland McGrath2009-02-071-3/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'to-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/frob...Linus Torvalds2009-02-071-2/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | elf core dump: fix get_user useRoland McGrath2009-02-071-2/+12
| |/ / / / / / /
* / / / / / / / vfs: Don't call attach_nobh_buffers() with an empty listDave Kleikamp2009-02-061-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-02-064-4/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fix/usb-audio' into for-linusTakashi Iwai2009-02-061-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | sound: usb-audio: handle wMaxPacketSize for FIXED_ENDPOINT devicesClemens Ladisch2009-02-061-0/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-02-063-4/+10
| |\ \ \ \ \ \ \
| | * | | | | | | ALSA: hda - Add missing COEF initialization for ALC887Takashi Iwai2009-02-061-0/+1
| | * | | | | | | ALSA: hda - Add missing initialization for ALC272Takashi Iwai2009-02-061-0/+1
| | * | | | | | | ALSA: hda - Fix misc workqueue issuesTakashi Iwai2009-02-052-4/+6
| | * | | | | | | ALSA: hda - Add quirk for FSC Amilo Xi2550Takashi Iwai2009-02-041-0/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-02-062-5/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ieee1394: dv1394: move deprecation message from module init to file openStefan Richter2009-02-061-4/+4
| * | | | | | | | | firewire: core: Remove card from list of cards when enable failsPetr Vandrovec2009-02-011-1/+8
* | | | | | | | | | Add Sascha Hauer to .mailmapUwe Kleine-König2009-02-061-0/+1
* | | | | | | | | | add another mailmap entry for Uwe Kleine-KönigUwe Kleine-König2009-02-061-1/+2
* | | | | | | | | | fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan2009-02-061-0/+1
* | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-02-063-14/+19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | md: Ensure an md array never has too many devices.NeilBrown2009-02-061-10/+14
| * | | | | | | | | md: Fix a bug in linear.c causing which_dev() to return the wrong device.Andre Noll2009-02-061-3/+3
| * | | | | | | | | md: Allow read error in a single drive raid1 to be passed up.NeilBrown2009-02-061-1/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | prevent kprobes from catching spurious page faultsMasami Hiramatsu2009-02-061-2/+6
* | | | | | | | | braino in sg_ioctl_trans()Al Viro2009-02-061-1/+1
* | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-02-061-59/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_ite...Mark Fasheh2009-02-041-59/+0
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-02-0611-100/+184
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sh: Fix up T-bit error handling in SH-4A mutex fastpath.Takashi Yoshii2009-01-291-12/+9
| * | | | | | | | | sh: Fix up spurious syscall restarting.Paul Mundt2009-01-294-44/+8
| * | | | | | | | | sh: fcnvds fix with denormalized numbers on SH-4 FPU.Carmelo AMOROSO2009-01-291-1/+1
| * | | | | | | | | sh: Only reserve memory under CONFIG_ZERO_PAGE_OFFSET when it != 0.Christopher SMITH2009-01-291-4/+4
| * | | | | | | | | sh: Handle calling csum_partial with misaligned dataStuart Menefy2009-01-291-19/+50
| * | | | | | | | | sh: ap325rxa: Enable ov772x in defconfig.Kuninori Morimoto2009-01-291-7/+20
| * | | | | | | | | sh: ap325rxa: Add ov772x support.Kuninori Morimoto2009-01-291-3/+50
| * | | | | | | | | sh: ap325rxa: control camera power toggling.Kuninori Morimoto2009-01-291-1/+9
| * | | | | | | | | sh: mach-migor: Enable ov772x and tw9910 in defconfig.Kuninori Morimoto2009-01-291-9/+33
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-069-27/+70
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller2009-02-061-8/+4
| * | | | | | | | | ipv6: Copy cork options in ip6_append_dataHerbert Xu2009-02-061-15/+52
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-063-0/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | iwlwifi: save PCI state before suspend, restore after resumeReinette Chatre2009-02-042-0/+4