summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-07vfs: fix inode_init_always calling conventionChristoph Hellwig3-26/+23
2009-08-07drm/radeon/kms: setup MC/VRAM the same way for suspend/resumeDave Airlie1-1/+3
2009-08-07[S390] KVM: Read buffer overflowRoel Kluin1-3/+4
2009-08-07[S390] kernel: Storing machine flags early in lowcoreHendrik Brueckner1-0/+3
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra1-1/+1
2009-08-06perf: Auto-detect libelfPeter Zijlstra1-4/+11
2009-08-06perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkArnaldo Carvalho de Melo1-3/+73
2009-08-06perf_counter/powerpc: Check oprofile_cpu_type for NULL before using itBenjamin Herrenschmidt7-9/+16
2009-08-06intel-iommu: Fix enabling snooping feature by mistakeSheng Yang1-1/+1
2009-08-06Input: matrix_keypad - make matrix keymap size dynamicEric Miao2-15/+16
2009-08-06Input: wistron_btns - support Prestigio Wifi RF kill buttonTJ1-0/+16
2009-08-06drm/radeon/kms: Fix caching mode selection for GTT objectJerome Glisse1-1/+1
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra3-7/+5
2009-08-06ARM: 5639/1: arm: clkdev.c should include <linux/clk.h>Hartley Sweeten1-0/+1
2009-08-06ARM: 5638/1: arch/arm/kernel/signal.c: use correct address space for CRUNCHHartley Sweeten1-2/+2
2009-08-06ARM: 5637/1: [KS8695] Don't reference CLOCK_TICK_RATE in driversAndrew Victor4-5/+11
2009-08-05drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin1-1/+1
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt4-6/+19
2009-08-05net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar1-2/+0
2009-08-05perf report: Add missing command line options to man pageArnaldo Carvalho de Melo1-3/+57
2009-08-05perf: Auto-detect libbfdPeter Zijlstra2-1/+26
2009-08-05perf report: Make --sort comm,dso,symbol the defaultPekka Enberg1-2/+2
2009-08-05intel-iommu: Mask physical address to correct page size in intel_map_single()Fenghua Yu1-1/+2
2009-08-05intel-iommu: Correct sglist size calculation.Fenghua Yu1-10/+10
2009-08-05Input: i8042 - add Asus G1S to noloop exception listJory A. Pratt1-0/+8
2009-08-05drm/radeon: Add support for RS880 chipsAlex Deucher3-7/+21
2009-08-05Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds66-191/+121
2009-08-05Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds5-34/+86
2009-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-100/+54
2009-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-49/+77
2009-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds55-165/+364
2009-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds18-273/+465
2009-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+7
2009-08-05Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds9-18/+33
2009-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/del...Linus Torvalds11-18/+65
2009-08-05flex_array: remove unneeded index calculationJonathan Corbet1-2/+0
2009-08-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds9-43/+117
2009-08-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+33
2009-08-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2009-08-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-12/+25
2009-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds1-31/+24
2009-08-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-79/+120
2009-08-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2-3/+30
2009-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2-2/+18
2009-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-32/+73
2009-08-05tty-ldisc: be more careful in 'put_ldisc' lockingLinus Torvalds1-5/+12
2009-08-05tty-ldisc: turn ldisc user count into a proper refcountLinus Torvalds1-97/+46
2009-08-05tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2-11/+9
2009-08-05Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency,...John Stoffel1-4/+7
2009-08-04ehea: Fix napi list corruption on ifconfig downHannes Hering2-1/+4