summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | dm snapshot: use unsigned integer chunk sizeMikulas Patocka2009-10-164-23/+25
| * | | | | dm snapshot: lock snapshot while supplying statusMikulas Patocka2009-10-161-0/+4
| * | | | | dm exception store: fix failed set_chunk_size error pathMikulas Patocka2009-10-161-1/+1
| * | | | | dm snapshot: require non zero chunk size by end of ctrMikulas Patocka2009-10-161-0/+5
| * | | | | dm: dec_pending needs locking to save error valueKiyoshi Ueda2009-10-161-2/+8
| * | | | | dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac2009-10-161-0/+1
| * | | | | dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton2009-10-161-1/+1
| * | | | | dm snapshot: free exception store on init failureJonathan Brassow2009-10-161-1/+4
| * | | | | dm snapshot: sort by chunk size to fix raceMikulas Patocka2009-10-161-1/+6
| |/ / / /
* | | | | PM: Make warning in suspend_test_finish() less likely to happenRafael J. Wysocki2009-10-221-2/+3
* | | | | mmc: at91_mci: Don't include asm/mach/mmc.hUwe Kleine-König2009-10-221-1/+0
* | | | | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-224-19/+24
|\ \ \ \ \
| * | | | | sh: Kill off stray HAVE_FTRACE_SYSCALLS reference.Paul Mundt2009-10-161-1/+0
| * | | | | sh: Remove BKL from landisk gio.Thomas Gleixner2009-10-161-6/+4
| * | | | | sh: disabled cache handling fix.Magnus Damm2009-10-161-0/+10
| * | | | | sh: Fix up single page flushing to use PAGE_SIZE.Valentin Sitdikov2009-10-161-12/+10
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-10-222-7/+17
|\ \ \ \ \
| * | | | | crypto: aesni-intel - Fix irq_fpu_usable usageHuang Ying2009-10-201-5/+5
| * | | | | crypto: padlock-sha - Fix stack alignmentHerbert Xu2009-09-211-2/+12
* | | | | | nfs: Fix nfs_parse_mount_options() kfree() leakYinghai Lu2009-10-221-0/+1
* | | | | | fs: pipe.c null pointer dereferenceEarl Chew2009-10-221-11/+30
| |_|_|/ / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-10-161-4/+4
|\ \ \ \ \
| * | | | | amd64_edac: fix DRAM base and limit extraction masks, v2Borislav Petkov2009-10-161-4/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-10-1611-25/+64
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sata_mv: Prevent PIO commands to be defered too long if traffic in progress.Gwendal Grignou2009-10-161-2/+27
| * | | | pata_sc1200: Fix crash on bootAlan Cox2009-10-161-2/+1
| * | | | libata: fix internal command failure handlingTejun Heo2009-10-161-5/+7
| * | | | libata: fix PMP initializationTejun Heo2009-10-161-2/+4
| * | | | sata_nv: make sure link is brough up online when skipping hardresetTejun Heo2009-10-161-3/+15
| * | | | ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2Shane Huang2009-10-165-10/+8
| * | | | ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets.peer chen2009-10-161-0/+1
| * | | | pata_via: extend the rev_max for VT6330JosephChan@via.com.tw2009-10-161-1/+1
* | | | | Linux 2.6.32-rc5v2.6.32-rc5Linus Torvalds2009-10-151-1/+1
* | | | | Merge branch 'docs-next' of git://git.lwn.net/linux-2.6Linus Torvalds2009-10-151-11/+32
|\ \ \ \ \
| * | | | | Update flex_arrays.txtJonathan Corbet2009-10-151-11/+32
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2009-10-151-14/+22
|\ \ \ \ \ \
| * | | | | | dlm: fix socket fd translationDavid Teigland2009-09-301-11/+12
| * | | | | | dlm: fix lowcomms_connect_node for sctpDavid Teigland2009-09-301-3/+10
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-153-12/+13
|\ \ \ \ \ \ \
| * | | | | | | Revert "x86: linker script syntax nits"Ingo Molnar2009-10-152-10/+11
| * | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-10-15953-15529/+63146
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86, perf_event: Rename 'performance counter interrupt'Li Hong2009-10-141-2/+2
* | | | | | | | KEYS: get_instantiation_keyring() should inc the keyring refcount in all casesDavid Howells2009-10-151-1/+1
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-10-1512-45/+51
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'ftrace/ppc' into mergeBenjamin Herrenschmidt2009-10-152-5/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | powerpc64/ftrace: use PACA to retrieve TOC in mod_return_to_handlerSteven Rostedt2009-10-131-2/+1
| | * | | | | | | | powerpc/ftrace: show real return addresses in modulesSteven Rostedt2009-10-131-3/+7
| * | | | | | | | | powerpc/pci: Fix MODPOST warningHeiko Schocher2009-10-141-1/+1
| * | | | | | | | | powerpc/oprofile: Add ppc750 CL as supported by oprofileDragos Tatulea2009-10-141-0/+2
| * | | | | | | | | powerpc: warning: allocated section `.data_nosave' not in segmentSean MacLennan2009-10-141-0/+1
OpenPOWER on IntegriCloud