| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | sysdev.h: dont include <linux/module.h> for no reason | Paul Gortmaker | 2011-10-31 | 1 | -1/+0 | |
| | * | | | | | | | | | | vermagic: delete unused include of <linux/module.h> | Paul Gortmaker | 2011-10-31 | 1 | -1/+0 | |
| | * | | | | | | | | | | regulator: Fix implicit use of notifier.h by driver.h | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 | |
| | * | | | | | | | | | | module.h: relocate MODULE_PARM_DESC into moduleparam.h | Paul Gortmaker | 2011-10-31 | 2 | -5/+5 | |
| | * | | | | | | | | | | module.h: split out the EXPORT_SYMBOL into export.h | Paul Gortmaker | 2011-10-31 | 2 | -67/+90 | |
| | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 3 | -7/+47 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 2011-10-31 | 2 | -7/+28 | |
| | * | | | | | | | | | | writeback: per task dirty rate limit | Wu Fengguang | 2011-10-03 | 1 | -0/+7 | |
| | * | | | | | | | | | | writeback: stabilize bdi->dirty_ratelimit | Wu Fengguang | 2011-10-03 | 1 | -0/+3 | |
| | * | | | | | | | | | | writeback: dirty rate control | Wu Fengguang | 2011-10-03 | 1 | -0/+7 | |
| | * | | | | | | | | | | writeback: add bg_threshold parameter to __bdi_update_bandwidth() | Wu Fengguang | 2011-10-03 | 1 | -0/+1 | |
| | * | | | | | | | | | | writeback: account per-bdi accumulated dirtied pages | Wu Fengguang | 2011-10-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | Merge git://github.com/rustyrussell/linux | Linus Torvalds | 2011-11-06 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings | 2011-11-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-11-06 | 2 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | sched: Allow SD_NODES_PER_DOMAIN to be overridden | Anton Blanchard | 2011-09-20 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into next | Benjamin Herrenschmidt | 2011-09-20 | 8 | -40/+31 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | dma-mapping: Add get_required_mask if arch overrides default | Milton Miller | 2011-09-20 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-11-05 | 3 | -14/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | PM / Freezer: Reimplement wait_event_freezekillable using freezer_do_not_coun... | Oleg Nesterov | 2011-11-04 | 1 | -8/+3 | |
| | * | | | | | | | | | | | | | | PM / OPP: Fix build when CONFIG_PM_OPP is not set | Tony Lindgren | 2011-11-04 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | PM / Sleep: Remove unused symbol 'suspend_cpu_hotplug' | Srivatsa S. Bhat | 2011-11-04 | 1 | -4/+0 | |
| | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-11-05 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | [SCSI] mv_sas: OCZ RevoDrive3 & zDrive R4 support | Robin H. Johnson | 2011-10-31 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2011-11-04 | 4 | -14/+37 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'samsung_dma' into next | Vinod Koul | 2011-09-21 | 1 | -5/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | DMA: PL330: Update PL330 DMA API driver | Boojin Kim | 2011-09-14 | 1 | -5/+1 | |
| | * | | | | | | | | | | | | | | | | dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans... | Viresh Kumar | 2011-09-19 | 1 | -6/+16 | |
| | * | | | | | | | | | | | | | | | | serial: sh-sci: don't filter on DMA device, use only channel ID | Guennadi Liakhovetski | 2011-09-19 | 1 | -2/+0 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Merge branch 'next' into v3.1-rc4 | Vinod Koul | 2011-09-02 | 2 | -4/+23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | dmaengine/amba-pl08x: Pass flow controller information with slave channel data | Viresh Kumar | 2011-08-25 | 1 | -0/+4 | |
| | | * | | | | | | | | | | | | | | dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary() | Viresh Kumar | 2011-08-25 | 1 | -2/+0 | |
| | | * | | | | | | | | | | | | | | dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txd | Viresh Kumar | 2011-08-25 | 1 | -0/+8 | |
| | | * | | | | | | | | | | | | | | dmaengine: remove struct scatterlist for header | Vinod Koul | 2011-08-16 | 1 | -2/+0 | |
| | | * | | | | | | | | | | | | | | dmaengine: add helper function for slave_single | Vinod Koul | 2011-08-08 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-11-04 | 2 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | loop: always allow userspace partitions and optionally support automatic scan... | Kay Sievers | 2011-08-23 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | block: add GENHD_FL_NO_PART_SCAN | Tejun Heo | 2011-08-23 | 1 | -2/+4 | |
| | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2011-11-04 | 5 | -39/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Merge branch 'for-linus' into for-3.2/core | Jens Axboe | 2011-10-24 | 1 | -1/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | loop: remove the incorrect write_begin/write_end shortcut | Christoph Hellwig | 2011-10-17 | 1 | -1/+0 | |
| | | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | block: Remove the control of complete cpu from bio. | Tao Ma | 2011-10-24 | 2 | -15/+4 | |
| | * | | | | | | | | | | | | | | | block: drop @tsk from attempt_plug_merge() and explain sync rules | Tejun Heo | 2011-10-19 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | block: move blk_throtl prototypes to block/blk.h | Tejun Heo | 2011-10-19 | 1 | -14/+0 | |
| | * | | | | | | | | | | | | | | | Merge branch 'v3.1-rc10' into for-3.2/core | Jens Axboe | 2011-10-19 | 44 | -102/+267 | |
| | |\| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | block: document blk-plug | Suresh Jayaraman | 2011-09-21 | 1 | -9/+15 | |
| | * | | | | | | | | | | | | | | | block: remove support for bio remapping from ->make_request | Christoph Hellwig | 2011-09-12 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | block: rename __make_request() to blk_queue_bio() | Jens Axboe | 2011-09-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | block: export __make_request | Christoph Hellwig | 2011-09-12 | 1 | -0/+2 | |
| | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2011-11-04 | 3 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||

