aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-0/+5
2012-03-06blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo1-0/+3
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo1-1/+4
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo1-1/+1
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-0/+4
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-0/+1
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo1-0/+1
2012-02-15block: replace icq->changed with icq->flagsTejun Heo1-3/+6
2012-02-13mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon1-2/+4
2012-02-13mmc: core: Fix PowerOff Notify suspend/resumeGirish K S1-0/+4
2012-02-13mmc: core: add the capability for broken voltageJaehoon Chung1-0/+1
2012-02-13mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma1-0/+19
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-15/+5
2012-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+4
2012-02-09Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2012-02-08cdrom: move shared static to cdrom_device_infoPaolo Bonzini1-1/+2
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo1-6/+0
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functionsTejun Heo1-2/+1
2012-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+2
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo2-6/+2
2012-02-06exec: fix use-after-free bug in setup_new_exec()Heiko Carstens1-1/+2
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+13
2012-02-04PM / QoS: CPU C-state breakage with PM Qos changeVenkatesh Pallipadi1-1/+13
2012-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2012-02-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2012-02-04Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds1-3/+1
2012-02-03mfd: Store twl6040-codec mclk configurationPeter Ujfalusi1-0/+2
2012-02-02include/linux/lp8727.h: Remove executable bitJosh Triplett1-0/+0
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+6
2012-02-02net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang1-1/+1
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-02-01Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+0
2012-02-01usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()Kuninori Morimoto1-1/+1
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy1-1/+1
2012-02-01Input: gpio_keys - fix struct device declared inside parameter listHeiko Stübner1-0/+2
2012-02-01dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski1-0/+1
2012-02-02lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin1-2/+0
2012-02-01lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang1-0/+4
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds1-2/+2
2012-01-30Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-139/+0
2012-01-30mtd: fix MTD suspendArtem Bityutskiy1-3/+1
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki1-0/+2
2012-01-28Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-164/+0
2012-01-28Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-21/+7
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian1-0/+1
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-01-25Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman1-139/+0
2012-01-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-2/+2
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-2/+21