summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-05-269-173/+211
| |\ \ \ \ \
| | * | | | | ACPI / LPSS: register clock device for Lynxpoint DMA properlyRafael J. Wysocki2013-05-143-8/+38
| | * | | | | dma: acpi-dma: parse CSRT to extract additional resourcesAndy Shevchenko2013-05-146-165/+173
| | | |_|/ / | | |/| | |
| * | | | | score: remove redundant kcore_list entriesKyle McMartin2013-05-251-2/+0
| * | | | | Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-2511-70/+41
| |\ \ \ \ \
| | * | | | | ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-252-19/+11
| | * | | | | ARC: Use enough bits for determining page's cache colorVineet Gupta2013-05-231-1/+1
| | * | | | | ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta2013-05-232-2/+5
| | * | | | | ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2013-05-233-15/+19
| | * | | | | ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-231-1/+1
| | * | | | | ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismChristian Ruppert2013-05-154-32/+4
| | |/ / / /
| * | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-253-3/+2
| |\ \ \ \ \
| | * | | | | ARM: 7729/1: vfp: ensure VFP_arch is non-zero when VFP is not supportedWill Deacon2013-05-221-1/+1
| | * | | | | ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper2013-05-221-1/+0
| | * | | | | ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handlingArd Biesheuvel2013-05-221-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2013-05-2540-417/+1031
| |\ \ \ \ \
| | * | | | | aio: fix kioctx not being freed after cancellation at exit timeBenjamin LaHaise2013-05-251-1/+3
| | * | | | | mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman2013-05-251-34/+36
| | * | | | | drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencingTomasz Figa2013-05-251-1/+1
| | * | | | | ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi2013-05-251-1/+1
| | * | | | | random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina2013-05-251-8/+16
| | * | | | | drivers/char/random.c: fix priming of last_dataJarod Wilson2013-05-251-15/+15
| | * | | | | mm/memory_hotplug.c: fix printk format warningsRandy Dunlap2013-05-251-3/+6
| | * | | | | nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi2013-05-251-4/+23
| | * | | | | drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf2013-05-251-2/+2
| | * | | | | fbdev: FB_GOLDFISH should depend on HAS_DMAGeert Uytterhoeven2013-05-251-1/+1
| | * | | | | drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen2013-05-251-1/+1
| | * | | | | auditfilter.c: fix kernel-doc warningsRandy Dunlap2013-05-251-3/+0
| | * | | | | aio: fix io_getevents documentationJeff Moyer2013-05-251-2/+1
| | * | | | | revert "selftest: add simple test for soft-dirty bit"Andrew Morton2013-05-253-125/+0
| | * | | | | drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner2013-05-251-7/+7
| | * | | | | mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V2013-05-251-1/+6
| | * | | | | linux/kernel.h: fix kernel-doc warningRandy Dunlap2013-05-251-2/+3
| | * | | | | mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-05-251-1/+1
| | * | | | | rapidio/tsi721: fix bug in MSI interrupt handlingAlexandre Bounine2013-05-251-0/+12
| | * | | | | hfs: avoid crash in hfs_bnode_createJeff Mahoney2013-05-251-1/+5
| | * | | | | mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner2013-05-251-2/+12
| | * | | | | drivers/video: implement a simple framebuffer driverStephen Warren2013-05-254-0/+277
| | * | | | | ocfs2: unlock rw lock if inode lock failedJoseph Qi2013-05-251-1/+1
| | * | | | | mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong2013-05-251-40/+39
| | * | | | | wait: fix false timeouts when using wait_event_timeout()Imre Deak2013-05-251-5/+11
| | * | | | | fat: fix possible overflow for fat_clustersOGAWA Hirofumi2013-05-251-1/+14
| | * | | | | rapidio: documentation update for enumeration changesAlexandre Bounine2013-05-252-11/+134
| | * | | | | rapidio: add enumeration/discovery start from user spaceAlexandre Bounine2013-05-256-7/+102
| | * | | | | rapidio: make enumeration/discovery configurableAlexandre Bounine2013-05-258-139/+304
| | * | | | | drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr2013-05-251-2/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-2550-236/+185
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge tag 'sunxi-fixes-for-3.10' of git://github.com/mripard/linux into fixesOlof Johansson2013-05-253-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
| | | | |/ / | | | |/| |