summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-13sh: switch to generic strncpy_from_user().Paul Mundt
2012-06-12Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-06-12Merge tag 'writeback-lock-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-06-12drm/ttm: Fix buffer object metadata accounting regression v2Thomas Hellstrom
2012-06-12drm: increase DRM_OBJECT_MAX_PROPERTY to 24Paulo Zanoni
2012-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2012-06-12exofs: fix sparse non-ANSI function warningRandy Dunlap
2012-06-12m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k typesGreg Ungerer
2012-06-12m68knommu: fix 68360 local setting of timer interrupt handlerGreg Ungerer
2012-06-12m68knommu: fix 68328 local setting of timer interrupt handlerGreg Ungerer
2012-06-12m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU typesGreg Ungerer
2012-06-12m68knommu: m528x qspi definition fixSteven King
2012-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-06-11Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds
2012-06-11Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-06-10drm/radeon: fix tiling and command stream checking on evergreen v3Jerome Glisse
2012-06-09Linux 3.5-rc2Linus Torvalds
2012-06-08writeback: Fix lock imbalance in writeback_sb_inodes()Jan Kara
2012-06-08mm, oom: fix badness score underflowDavid Rientjes
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap
2012-06-08Revert "drm/i915/crt: Do not rely upon the HPD presence pin"Linus Torvalds
2012-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-06-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2012-06-08Merge tag 'upstream-3.5-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-06-08Revert "vfs: stop d_splice_alias creating directory aliases"Linus Torvalds
2012-06-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-06-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-06-08Merge tag 'moduleparam-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allo...Yinghai Lu
2012-06-08Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie
2012-06-08Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-06-08init: Drop initcall level outputBorislav Petkov
2012-06-08module_param: stop double-calling parameters.Rusty Russell
2012-06-08powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras
2012-06-08Revert "mm: correctly synchronize rss-counters at exit/exec"Linus Torvalds
2012-06-07regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...Axel Lin
2012-06-07ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma
2012-06-07ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o
2012-06-07Merge branch 'akpm' (Andrew's fixups)Linus Torvalds
2012-06-07regmap: Export regmap_reinit_cache()Mark Brown
2012-06-07mm: correctly synchronize rss-counters at exit/execKonstantin Khlebnikov
2012-06-07btree: catch NULL value before it does harmJoern Engel
2012-06-07btree: fix tree corruption in btree_get_prev()Roland Dreier
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon