summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf: Auto-detect libelfPeter Zijlstra2009-08-061-4/+11
| * | | | | | perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlinkArnaldo Carvalho de Melo2009-08-061-3/+73
| * | | | | | perf_counter/powerpc: Check oprofile_cpu_type for NULL before using itBenjamin Herrenschmidt2009-08-067-9/+16
| * | | | | | ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2009-08-063-7/+5Star
| * | | | | | perf report: Add missing command line options to man pageArnaldo Carvalho de Melo2009-08-051-3/+57
| * | | | | | perf: Auto-detect libbfdPeter Zijlstra2009-08-052-1/+26
| * | | | | | perf report: Make --sort comm,dso,symbol the defaultPekka Enberg2009-08-051-2/+2
| |/ / / / /
* | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-08-0710-268/+28Star
|\ \ \ \ \ \
| * | | | | | jffs2: Fix return value from jffs2_do_readpage_nolock()Anders Grafström2009-08-041-1/+1
| * | | | | | mtd: mtdblock: introduce mtdblks_lockMatthias Kaehlcke2009-08-031-1/+15
| * | | | | | mtd: remove 'SBC8240 Wind River' Device Driver CodeSubrata Modak2009-08-033-258/+0Star
| * | | | | | mtd: OneNAND: OMAP2/3: free GPMC CS on module removalMika Korhonen2009-08-031-0/+1
| * | | | | | mtd: OneNAND: fix incorrect bufferram offsetMika Korhonen2009-08-031-1/+1
| * | | | | | mtd: blkdevs: do not forget to get MTD devicesArtem Bityutskiy2009-08-031-3/+3
| * | | | | | mtd: fix the conversion from dev to mtd_infoSaeed Bishara2009-08-032-4/+5
| * | | | | | mtd: let include/linux/mtd/partitions.h stand on its ownNicolas Pitre2009-08-031-0/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-074-15/+40
|\ \ \ \ \ \ \
| * | | | | | | Input: matrix_keypad - make matrix keymap size dynamicEric Miao2009-08-062-15/+16
| * | | | | | | Input: wistron_btns - support Prestigio Wifi RF kill buttonTJ2009-08-061-0/+16
| * | | | | | | Input: i8042 - add Asus G1S to noloop exception listJory A. Pratt2009-08-051-0/+8
* | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-072-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | drm/radeon/kms: setup MC/VRAM the same way for suspend/resumeDave Airlie2009-08-071-1/+3
| * | | | | | | | drm/radeon/kms: Fix caching mode selection for GTT objectJerome Glisse2009-08-061-1/+1
* | | | | | | | | flat: fix uninitialized ptr with shared libsLinus Torvalds2009-08-071-5/+12
* | | | | | | | | lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre2009-08-073-3/+3
* | | | | | | | | bzip2/lzma: remove nasty uncompressed size hack in pre-boot environmentPhillip Lougher2009-08-072-11/+32
* | | | | | | | | bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher2009-08-072-17/+23
* | | | | | | | | execve: must clear current->clear_child_tidEric Dumazet2009-08-071-11/+11
* | | | | | | | | drivers/mmc: correct error-handling codeJulia Lawall2009-08-071-1/+1
* | | | | | | | | i.MX31: fix framebuffer locking regressionsGuennadi Liakhovetski2009-08-071-30/+56
* | | | | | | | | vfs: mnt_want_write_file(): fix special file handlingOGAWA Hirofumi2009-08-071-1/+2
* | | | | | | | | compat_ioctl: hook up compat handler for FIEMAP ioctlEric Sandeen2009-08-071-0/+1
* | | | | | | | | fbcon: don't use vc_resize() on initializationJohannes Weiner2009-08-071-3/+3
* | | | | | | | | viafb: fix rmmod bugFlorian Tobias Schandinat2009-08-074-70/+53Star
* | | | | | | | | mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki2009-08-072-26/+86
* | | | | | | | | fbcon: fix rotate upside down crashStefani Seibold2009-08-071-1/+1
* | | | | | | | | generic-ipi: fix hotplug_cfd()Xiao Guangrong2009-08-071-1/+1
* | | | | | | | | drivers/w1/masters/omap_hdq.c: fix missing mutex unlockStoyan Gaydarov2009-08-071-0/+1
|/ / / / / / / /
* | | / / / / / drm/radeon: Add support for RS880 chipsAlex Deucher2009-08-053-7/+21
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-08-0566-191/+121Star
|\ \ \ \ \ \ \
| * | | | | | | MIPS: Wire up accept4 syscall.Ralf Baechle2009-08-035-6/+13
| * | | | | | | MIPS: VPE: Delete unused function get_tc_unused().Ralf Baechle2009-08-031-12/+0Star
| * | | | | | | MIPS: VPE: Fix bogus indentation.Ralf Baechle2009-08-031-1/+1
| * | | | | | | MIPS: VPE: Make various functions static.Ralf Baechle2009-08-031-9/+8Star
| * | | | | | | MIPS: VPE: Free relocation chain on error.Ralf Baechle2009-08-031-3/+12
| * | | | | | | MIPS: VPE: Fix compiler warning.Raghu Gandham2009-08-031-1/+2
| * | | | | | | MIPS: Module: Make error messages unique.Ralf Baechle2009-08-031-3/+5
| * | | | | | | MIPS: Octeon: Run IPI code with interrupts disabled.David Daney2009-08-031-2/+2
| * | | | | | | MIPS: Jazz: Fix read buffer overflowRoel Kluin2009-08-031-1/+1
| * | | | | | | MIPS: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-031-1/+1