aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-05Merge branches 'clock_fixes_3.4rc', 'clockdomain_fixes_3.4rc', 'hsmmc_erratum...Paul Walmsley
2012-04-05ARM: OMAP2+: hwmod: Fix wrong SYSC_TYPE1_XXX_MASK bit definitionsVaibhav Hiremath
2012-04-05ARM: OMAP2+: hwmod: Make omap_hwmod_softreset wait for reset statusRajendra Nayak
2012-04-05ARM: OMAP2+: hwmod: Restore sysc after a resetRajendra Nayak
2012-04-05ARM: OMAP2+: omap_hwmod: Allow io_ring wakeup configuration for all modulesGovindraj.R
2012-04-04ARM: OMAP3: clock data: fill in some missing clockdomainsPaul Walmsley
2012-04-04ARM: OMAP4: clock data: Force a DPLL clkdm/pwrdm ON before a relockRajendra Nayak
2012-04-04ARM: OMAP4: clock data: fix mult and div mask for USB_DPLLAmeya Palande
2012-04-04ARM: OMAP2+: powerdomain: Wait for powerdomain transition in pwrdm_state_swit...Santosh Shilimkar
2012-04-04ARM: OMAP AM3517/3505: clock data: change EMAC clocks aliasesIlya Yanok
2012-04-04ARM: OMAP: clock: fix race in disable all clocksNishanth Menon
2012-04-04ARM: OMAP4: hwmod data: Add aliases for McBSP fclk clocksPaul Walmsley
2012-04-04ARM: OMAP3xxx: clock data: fix DPLL4 CLKSEL masksGrazvydas Ignotas
2012-04-04ARM: OMAP3xxx: HSMMC: avoid erratum workaround when transceiver is attachedGrazvydas Ignotas
2012-04-04ARM: OMAP44xx: clockdomain data: correct the emu_sys_clkdm CLKTRCTRL dataPaul Walmsley
2012-03-31Linux 3.4-rc1v3.4-rc1Linus Torvalds
2012-03-31Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/am...Linus Torvalds
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-31Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields
2012-03-31vfs: split __lookup_hashMiklos Szeredi
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi
2012-03-31ext3: move headers to fs/ext3/Al Viro
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro
2012-03-31new helper: ext2_image_size()Al Viro
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro
2012-03-31ext2: No longer export ext2_fs.h to user spaceThierry Reding
2012-03-31mtdchar: kill persistently held vfsmountAl Viro
2012-03-31pstore: trim pstore_get_inode()Al Viro
2012-03-31aio: take final put_ioctx() into callers of io_destroy()Al Viro
2012-03-31aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro
2012-03-31selinuxfs: merge dentry allocation into sel_make_dir()Al Viro
2012-03-31ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett
2012-03-31selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds
2012-03-31selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat