summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds2011-09-273-9/+1
* VFS: Fix the remaining automounter semantics regressionsTrond Myklebust2011-09-263-3/+3
* vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds2011-09-262-1/+2
* Merge branch 'samsung-fixes-3' of git://github.com/kgene/linux-samsungLinus Torvalds2011-09-264-13/+10
|\
| * ARM: EXYNOS4: Rename sclk_cam clocks for FIMC driverSylwester Nawrocki2011-09-271-4/+2
| * ARM: S5PV210: Rename sclk_cam clocks for FIMC media driverSylwester Nawrocki2011-09-271-4/+2
| * ARM: S5P: fix incorrect loop iterator usage on gpio-interruptMarek Szyprowski2011-09-261-4/+5
| * ARM: S3C2443: Fix bit-reset in setrate of clk_armdivHeiko Stuebner2011-09-261-1/+1
* | Merge branch 'hwmon-for-linus' of git://github.com/groeck/linuxLinus Torvalds2011-09-264-166/+47
|\ \
| * | hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...Jan Beulich2011-09-231-6/+3
| * | hwmon: (coretemp) constify static dataJan Beulich2011-09-231-2/+2
| * | hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDJan Beulich2011-09-231-2/+2
| * | hwmon: (ds620) Fix handling of negative temperaturesRoland Stigge2011-09-211-1/+1
| * | hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'Chris Peterson2011-09-211-2/+2
| * | hwmon: (coretemp) Don't use threshold registers for tempX_maxGuenter Roeck2011-09-212-128/+14
| * | hwmon: (coretemp) Let the user force TjMaxJean Delvare2011-09-212-3/+19
| * | hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxJean Delvare2011-09-211-22/+4
| |/
* | Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmLinus Torvalds2011-09-262-2/+3
|\ \
| * | KVM: x86 emulator: fix Src2CL decodeAvi Kivity2011-09-251-1/+1
| * | KVM: MMU: fix incorrect return of spteZhao Jin2011-09-251-1/+2
* | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-09-267-22/+77
|\ \ \
| * | | ARM: 7099/1: futex: preserve oldval in SMP __futex_atomic_opWill Deacon2011-09-261-17/+17
| * | | ARM: dma-mapping: free allocated page if unable to mapRussell King2011-09-261-0/+2
| * | | ARM: fix vmlinux.lds.S discarding sectionsRussell King2011-09-201-3/+12
| * | | ARM: nommu: fix warning with checksyscalls.shRussell King2011-09-171-2/+2
| * | | ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon2011-09-173-0/+44
* | | | ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov2011-09-251-13/+10
| |/ / |/| |
* | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-09-232-1/+6
|\ \ \
| * | | spi: Fix WARN when removing spi-fsl-spi moduleJeff Harris2011-09-231-0/+3
| * | | spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam2011-09-151-1/+3
* | | | scsi: fix qla2xxx printk format warningRandy Dunlap2011-09-231-2/+2
* | | | scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build errorRandy Dunlap2011-09-231-0/+1
* | | | Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linuxLinus Torvalds2011-09-231-1/+1
|\ \ \ \
| * | | | perf python: Add missing perf_event__parse_sample 'swapped' parmArnaldo Carvalho de Melo2011-09-231-1/+1
* | | | | Merge branch 'perf-tools-for-linus' of git://github.com/acmel/linuxLinus Torvalds2011-09-2313-57/+209
|\| | | |
| * | | | perf tools: Add support for disabling -Werror via WERROR=0Darren Hart2011-09-231-1/+8
| * | | | perf top: Fix userspace sample addr map offsetArnaldo Carvalho de Melo2011-09-231-4/+5
| * | | | perf symbols: Fix issue with binaries using 16-bytes buildids (v2)Stephane Eranian2011-09-231-11/+13
| * | | | perf tool: Fix endianness handling of u32 data in samplesDavid Ahern2011-09-234-14/+47
| * | | | perf sort: Fix symbol sort output by separating unresolved samples by typeAnton Blanchard2011-09-231-2/+8
| * | | | perf symbols: Synthesize anonymous mmap eventsAnton Blanchard2011-09-231-0/+5
| * | | | perf record: Create events initially disabled and enable after initDavid Ahern2011-09-233-0/+17
| * | | | perf symbols: Add some heuristics for choosing the best duplicate symbolAnton Blanchard2011-09-231-0/+88
| * | | | perf symbols: Preserve symbol scope when parsing /proc/kallsymsAnton Blanchard2011-09-231-2/+4
| * | | | perf symbols: /proc/kallsyms does not sort module symbolsAnton Blanchard2011-09-231-22/+11
| * | | | perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo filesAnton Blanchard2011-09-231-0/+2
| * | | | perf probe: Fix regression of variable finderMasami Hiramatsu2011-09-231-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-09-232-3/+10
|\ \ \ \
| * | | | drm/radeon/kms: fix DDIA enable on some rs690 systemsAlex Deucher2011-09-231-1/+8
| * | | | Revert "drm/radeon/kms: fix typo in r100_blit_copy"Dave Airlie2011-09-231-2/+2