summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-251-12/+16
|\
| * dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin2009-08-211-12/+16
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-255-18/+19
|\ \
| * | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-194-17/+18
| * | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-253-19/+17
|\ \ \
| * | | tracing: Fix too large stack usage in do_one_initcall()Ingo Molnar2009-08-211-3/+4
| * | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-181-6/+11
| * | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-259-103/+80
|\ \ \ \
| * | | | x86: Fix build with older binutils and consolidate linker scriptJan Beulich2009-08-251-79/+47
| * | | | x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang2009-08-241-1/+1
| * | | | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/MakefileJan Beulich2009-08-201-1/+1
| * | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-08-203-12/+18
| |\ \ \ \
| | * | | | xen: rearrange things to fix stackprotectorJeremy Fitzhardinge2009-08-192-12/+14
| | * | | | x86: make sure load_percpu_segment has no stackprotectorJeremy Fitzhardinge2009-08-191-0/+4
| * | | | | i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich2009-08-181-7/+1
| * | | | | x86, pat: Allow ISA memory range uncacheable mapping requestsSuresh Siddha2009-08-172-3/+12
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-08-252-28/+44
|\ \ \ \ \ \
| * | | | | | ext3: Improve error message that changing journaling mode on remount is not p...Jan Kara2009-08-241-13/+27
| * | | | | | ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDEREDTheodore Ts'o2009-08-241-15/+17
* | | | | | | Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2009-08-253-39/+22
|\ \ \ \ \ \ \
| * | | | | | | sound: pcm_lib: fix unsorted list constraint handlingClemens Ladisch2009-08-251-31/+8
| * | | | | | | sound: vx222: fix input level control range checkClemens Ladisch2009-08-241-2/+2
| * | | | | | | ALSA: ali5451: fix timeout handling in snd_ali_{codecs,timer}_ready()Bartlomiej Zolnierkiewicz2009-08-231-6/+12
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-08-251-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [WATCHDOG] ar7_wdt: fix path to ar7-specific headersFlorian Fainelli2009-08-151-1/+1
* | | | | | | | | tty: make sure to flush any pending work when halting the ldiscLinus Torvalds2009-08-251-3/+7
* | | | | | | | | NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust2009-08-241-2/+2
* | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-08-245-4/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ocfs2/dlm: Wait on lockres instead of erroring cancel requestsGoldwyn Rodrigues2009-08-201-2/+2
| * | | | | | | | | ocfs2: Add missing lock nameJan Kara2009-08-201-0/+1
| * | | | | | | | | ocfs2: Don't oops in ocfs2_kill_sb on a failed mountJan Kara2009-08-171-1/+5
| * | | | | | | | | ocfs2: release the buffer head in ocfs2_do_truncate.Tao Ma2009-08-171-1/+1
| * | | | | | | | | ocfs2: Handle quota file corruption more gracefullyJan Kara2009-08-171-0/+10
* | | | | | | | | | Merge branch 'fixes' of git://git.marvell.com/orionLinus Torvalds2009-08-244-2/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom2009-08-241-1/+1
| * | | | | | | | | | [ARM] Kirkwood: enable eSATA on QNAP TS-219PJohn Holland2009-08-242-1/+10
| * | | | | | | | | | [ARM] Kirkwood: __init requires linux/init.hMartin Michlmayr2009-08-241-0/+2
* | | | | | | | | | | mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins2009-08-243-13/+21
* | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-241-3/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.Michel Dänzer2009-08-231-3/+9
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-08-242-3/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | favr32: improve touchscreen responseBen Nizette2009-07-271-0/+4
| * | | | | | | | | | | | avr32/lib: fix unaligned memcpy where len < 4Sebastian Andrzej Siewior2009-07-271-0/+1
| * | | | | | | | | | | | avr32/lib: fix unaligned memcpy()Sebastian Andrzej Siewior2009-07-271-3/+12
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-246-45/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Input: ucb1400_ts - enable interrupt unconditionallyPavel Revak2009-08-211-4/+4
| * | | | | | | | | | | | | Input: ucb1400_ts - enable ADC FilterMarek Vasut2009-08-212-0/+13
| * | | | | | | | | | | | | Input: wacom - don't use on-stack memory for report buffersDmitry Torokhov2009-08-211-14/+29
OpenPOWER on IntegriCloud