summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-23xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig
2012-08-23xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner
2012-08-23powerpc/fsl: fix "Failed to mount /dev: No such device" errorsKim Phillips
2012-08-23powerpc/fsl: update defconfigsKim Phillips
2012-08-23Merge branch 'randconfig/mach' into fixesArnd Bergmann
2012-08-23ARM: ux500: don't select LEDS_GPIO for snowballArnd Bergmann
2012-08-23ARM: imx: build i.MX6 functions only when neededArnd Bergmann
2012-08-23ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt
2012-08-23ftrace: Do not test frame pointers if -mfentry is usedSteven Rostedt
2012-08-23ftrace: Add -mfentry to Makefile on function tracerSteven Rostedt
2012-08-23ftrace: Make recordmcount.c handle __fentry__Steven Rostedt
2012-08-23ARM: imx: select CPU_FREQ_TABLE when neededArnd Bergmann
2012-08-23ARM: imx: fix ksz9021rn_phy_fixupArnd Bergmann
2012-08-23ARM: imx: build pm-imx5 code only when PM is enabledArnd Bergmann
2012-08-23ARM: omap: allow building omap44xx without SMPArnd Bergmann
2012-08-23Merge tag 'ux500-fixes-v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2012-08-23Merge branch 'v3.6-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2012-08-23Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linu...Arnd Bergmann
2012-08-23tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim
2012-08-23xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk
2012-08-23MIPS: pci-ar724x: avoid data bus error due to a missing PCIe moduleGabor Juhos
2012-08-23ARM: dts: imx51-babbage: fix esdhc cd/wp propertiesShawn Guo
2012-08-23ARM: imx6: spin the cpu until hardware takes it downShawn Guo
2012-08-23block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins
2012-08-22x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann
2012-08-22KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity
2012-08-22Linux 3.6-rc3Linus Torvalds
2012-08-22tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_errnoNamhyung Kim
2012-08-22tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim
2012-08-22perf tools: Keep the perf_event_attr on version 3Jiri Olsa
2012-08-22perf tools: Add pmu mappings to header informationRobert Richter
2012-08-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2012-08-22Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds
2012-08-22Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-08-22Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-08-22perf report: Update event names from header descriptionRobert Richter
2012-08-22perf tools: Refactor print_event_desc()Robert Richter
2012-08-22perf tools: Catch event names from command lineRobert Richter
2012-08-22perf test: Do not abort tests on errorRobert Richter
2012-08-22perf tools: Fix 'No libunwind found' make warning messageJiri Olsa
2012-08-22HID: Remove QUANTA from special drivers listSimon Farnsworth
2012-08-22UBIFS: fix error messages spellingArtem Bityutskiy
2012-08-22task_work: add a scheduling point in task_work_run()Eric Dumazet
2012-08-22fs: fix fs/namei.c kernel-doc warningsRandy Dunlap
2012-08-22eventpoll: use-after-possible-free in epoll_create1()Al Viro