summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2013-05-2440-417/+1031
|\
| * aio: fix kioctx not being freed after cancellation at exit timeBenjamin LaHaise2013-05-241-1/+3
| * mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman2013-05-241-34/+36
| * drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencingTomasz Figa2013-05-241-1/+1
| * ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi2013-05-241-1/+1
| * random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina2013-05-241-8/+16
| * drivers/char/random.c: fix priming of last_dataJarod Wilson2013-05-241-15/+15
| * mm/memory_hotplug.c: fix printk format warningsRandy Dunlap2013-05-241-3/+6
| * nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi2013-05-241-4/+23
| * drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf2013-05-241-2/+2
| * fbdev: FB_GOLDFISH should depend on HAS_DMAGeert Uytterhoeven2013-05-241-1/+1
| * drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen2013-05-241-1/+1
| * auditfilter.c: fix kernel-doc warningsRandy Dunlap2013-05-241-3/+0
| * aio: fix io_getevents documentationJeff Moyer2013-05-241-2/+1
| * revert "selftest: add simple test for soft-dirty bit"Andrew Morton2013-05-243-125/+0
| * drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner2013-05-241-7/+7
| * mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V2013-05-241-1/+6
| * linux/kernel.h: fix kernel-doc warningRandy Dunlap2013-05-241-2/+3
| * mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-05-241-1/+1
| * rapidio/tsi721: fix bug in MSI interrupt handlingAlexandre Bounine2013-05-241-0/+12
| * hfs: avoid crash in hfs_bnode_createJeff Mahoney2013-05-241-1/+5
| * mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner2013-05-241-2/+12
| * drivers/video: implement a simple framebuffer driverStephen Warren2013-05-244-0/+277
| * ocfs2: unlock rw lock if inode lock failedJoseph Qi2013-05-241-1/+1
| * mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong2013-05-241-40/+39
| * wait: fix false timeouts when using wait_event_timeout()Imre Deak2013-05-241-5/+11
| * fat: fix possible overflow for fat_clustersOGAWA Hirofumi2013-05-241-1/+14
| * rapidio: documentation update for enumeration changesAlexandre Bounine2013-05-242-11/+134
| * rapidio: add enumeration/discovery start from user spaceAlexandre Bounine2013-05-246-7/+102
| * rapidio: make enumeration/discovery configurableAlexandre Bounine2013-05-248-139/+304
| * drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr2013-05-241-2/+1
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-2450-236/+185
|\ \ | |/ |/|
| * Merge tag 'sunxi-fixes-for-3.10' of git://github.com/mripard/linux into fixesOlof Johansson2013-05-243-3/+6
| |\
| | * ARM: sunxi: select ARCH_REQUIRE_GPIOLIBMaxime Ripard2013-05-151-0/+1
| | * ARM: sunxi: Fix Mini X-plus device tree buildMaxime Ripard2013-05-132-3/+5
| * | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2013-05-244-10/+5
| |\ \
| | * | ARM: at91/sama5: fix incorrect PMC pcr div definitionJosh Wu2013-05-241-3/+3
| | * | ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definitionBoris BREZILLON2013-05-241-1/+1
| | * | ARM: at91: at91sam9n12: move external irq declatation to DTJean-Christophe PLAGNIOL-VILLARD2013-05-242-6/+1
| * | | Merge tag 'renesas-boards-marzen-fixes-for-v3.10' of git://git.kernel.org/pub...Olof Johansson2013-05-221-3/+3
| |\ \ \
| | * | | ARM: shmobile: marzen: Use error values in usb_power_*Simon Horman2013-05-221-3/+3
| | | |/ | | |/|
| * | | Merge tag 'omap-fixes-a-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2013-05-229-145/+48
| |\ \ \
| | * | | ARM: OMAP2+: hwmod: Remove sysc slave idle and auto idle apisSantosh Shilimkar2013-05-192-71/+0
| | * | | SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar2013-05-192-25/+0
| | * | | ARM: OMAP2+: serial: Remove the un-used slave idle hooksSantosh Shilimkar2013-05-191-31/+0
| | * | | ARM: OMAP2+: hwmod-data: UART IP needs software control to manage sidle modesSantosh Shilimkar2013-05-194-1/+18
| | * | | ARM: OMAP2+: hwmod: Add a new flag to handle SIDLE in SWSUP only in activeRajendra Nayak2013-05-192-1/+6
| | * | | ARM: OMAP2+: hwmod: Fix sidle programming in _enable_sysc()/_idle_sysc()Rajendra Nayak2013-05-191-17/+25
| | |/ /
| * | | ARM: tegra: defconfig fixesAlexandre Courbot2013-05-201-1/+2
| * | | ARM: nomadik: fix IRQ assignment for SMC ethernetLinus Walleij2013-05-201-3/+9
OpenPOWER on IntegriCloud