aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09bounce: call flush_dcache_page() after bounce_copy_vec()Gary King1-1/+1
2010-09-09drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij1-1/+1
2010-09-09MAINTAINERS: correct entry for legacy RTC-driverWolfram Sang1-4/+2
2010-09-09gpio: doc updatesDavid Brownell2-9/+27
2010-09-09gpio: sx150x: correct and refine reset-on-probe behaviorGregory Bean2-5/+25
2010-09-09memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki1-8/+8
2010-09-09mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim1-3/+4
2010-09-09kernel/groups.c: fix integer overflow in groups_searchJerome Marchand1-3/+2
2010-09-09arch/powerpc/include/asm/fsldma.h needs slab.hIra W. Snyder1-0/+1
2010-09-09rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto1-1/+1
2010-09-09binfmt_misc: fix binfmt_misc priorityJan Sembera1-1/+1
2010-09-09mm: avoid warning when COMPACTION is selectedAndrea Arcangeli1-1/+1
2010-09-09mm: fix swapin race conditionAndrea Arcangeli3-19/+43
2010-09-09drivers/mmc/host/imxmmc.c: adjust confusing if indentationJulia Lawall1-1/+2
2010-09-09omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspendEthan Du1-1/+1
2010-09-09mmc: at91_mci: add missing linux/highmem.h includeMarc Kleine-Budde1-0/+1
2010-09-09omap_hsmmc: remove unused local `state'Sergio Aguirre1-1/+0
2010-09-09ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selectedJiri Pinkava1-1/+1
2010-09-09mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski2-8/+7
2010-09-09tmio_mmc: don't clear unhandled pending interruptsYusuke Goda1-4/+1
2010-09-09cgroups: fix API thinkoMichael S. Tsirkin2-7/+18
2010-09-09proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai1-1/+1
2010-09-09gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter1-64/+180
2010-09-09MAINTAINERS: kexec-tools has movedSimon Horman1-1/+1
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer1-2/+2
2010-09-09hp_accel: add quirks for HP ProBook 532x and HP Mini 5102Takashi Iwai1-0/+2
2010-09-09MAINTAINERS: remove drivers/char/hpet.cJiri Slaby1-5/+0
2010-09-09rtc-bfin: fix state restoration when resumingMike Frysinger1-2/+11
2010-09-09rtc-bfin: fix inverted logic in suspend pathMike Frysinger1-1/+1
2010-09-09kfifo: add parenthesis for macro parameter referenceHuang Ying1-29/+29
2010-09-09mmc: avoid getting CID on SDIO-only cardsDavid Vrabel2-3/+4
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-09ARM: Update mach-typesRussell King1-2/+96
2010-09-09ARM: Partially revert "Auto calculate ZRELADDR and provide option for exceptions"Russell King4-95/+10
2010-09-09perf symbols: Fix multiple initialization of symbol systemJovi Zhang2-1/+9
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2-2/+6
2010-09-09perf: Fix CPU hotplugPeter Zijlstra1-3/+3
2010-09-09perf, trace: Fix module leakLi Zefan1-0/+3
2010-09-09ahci: fix hang on failed softresetTejun Heo1-1/+1
2010-09-09pata_artop: Fix device ID parity checkJean Delvare1-1/+2
2010-09-09AT91: SAM9G45 - add a separate clock entry for every single TC blockFabian Godehardt2-5/+14
2010-09-09AT91: clock: peripheral clocks can have other parent than mckNicolas Ferre1-1/+2
2010-09-09KVM: x86: Perform hardware_enable in CPU_STARTING callbackZachary Amsden1-3/+2
2010-09-09lglock: make lg_lock_global() actually lock globallyJonathan Corbet1-2/+2
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader3-7/+8
2010-09-09[SCSI] fix use-after-free in scsi_init_io()James Bottomley1-1/+1
2010-09-09drm/i915: Double check that the wait_request is not pending before warningChris Wilson1-7/+15
2010-09-09ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter1-0/+2
2010-09-08KS8851: Correct RX packet allocationEric Dumazet1-18/+21
2010-09-08udp: add rehash on connect()Eric Dumazet6-2/+66