Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | PCI: Document pci_ids.h addition policy. | Dave Jones | 2009-09-09 | 1 | -0/+3 | |
| * | | | | | | PCI: expose function reset capability in sysfs | Michael S. Tsirkin | 2009-09-09 | 1 | -0/+1 | |
* | | | | | | | writeback: separate starting of sync vs opportunistic writeback | Jens Axboe | 2009-09-16 | 2 | -3/+3 | |
* | | | | | | | writeback: use RCU to protect bdi_list | Jens Axboe | 2009-09-16 | 1 | -0/+1 | |
* | | | | | | | fs: Assign bdi in super_block | Jens Axboe | 2009-09-16 | 1 | -0/+1 | |
* | | | | | | | writeback: get rid of wbc->for_writepages | Jens Axboe | 2009-09-16 | 1 | -1/+0 | |
* | | | | | | | fs: remove bdev->bd_inode_backing_dev_info | Jens Axboe | 2009-09-16 | 1 | -1/+0 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 | Linus Torvalds | 2009-09-15 | 1 | -23/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ide: convert to ->proc_fops | Alexey Dobriyan | 2009-09-01 | 1 | -21/+3 | |
| * | | | | | | | ide: fix races in handling of user-space SET XFER commands | Bartlomiej Zolnierkiewicz | 2009-08-07 | 1 | -1/+2 | |
| * | | | | | | | ide: allow ide_dev_read_id() to be called from the IRQ context | Bartlomiej Zolnierkiewicz | 2009-08-07 | 1 | -1/+2 | |
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-09-15 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | powerpc: Fix some late PowerMac G5 with PCIe ATI graphics | Benjamin Herrenschmidt | 2009-09-02 | 1 | -0/+1 | |
| * | | | | | | | | dma: Add set_dma_mask hook to struct dma_map_ops | FUJITA Tomonori | 2009-08-28 | 1 | -0/+1 | |
| * | | | | | | | | Merge commit 'tip/iommu-for-powerpc' into next | Benjamin Herrenschmidt | 2009-08-28 | 2 | -16/+0 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 3 | -22/+138 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | percpu: kill lpage first chunk allocator | Tejun Heo | 2009-08-14 | 1 | -16/+0 | |
| * | | | | | | | | | percpu: update embedding first chunk allocator to handle sparse units | Tejun Heo | 2009-08-14 | 1 | -2/+5 | |
| * | | | | | | | | | vmalloc: implement pcpu_get_vm_areas() | Tejun Heo | 2009-08-14 | 1 | -0/+6 | |
| * | | | | | | | | | percpu: add pcpu_unit_offsets[] | Tejun Heo | 2009-08-14 | 1 | -9/+7 | |
| * | | | | | | | | | percpu: introduce pcpu_alloc_info and pcpu_group_info | Tejun Heo | 2009-08-14 | 1 | -13/+29 | |
| * | | | | | | | | | percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upward | Tejun Heo | 2009-08-14 | 1 | -6/+8 | |
| * | | | | | | | | | percpu: add @align to pcpu_fc_alloc_fn_t | Tejun Heo | 2009-08-14 | 1 | -1/+2 | |
| * | | | | | | | | | percpu: make @dyn_size mandatory for pcpu_setup_first_chunk() | Tejun Heo | 2009-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | percpu: drop @static_size from first chunk allocators | Tejun Heo | 2009-08-14 | 1 | -10/+8 | |
| * | | | | | | | | | percpu: generalize first chunk allocator selection | Tejun Heo | 2009-08-14 | 1 | -0/+12 | |
| * | | | | | | | | | percpu: build first chunk allocators selectively | Tejun Heo | 2009-08-14 | 1 | -22/+5 | |
| * | | | | | | | | | percpu: rename 4k first chunk allocator to page | Tejun Heo | 2009-08-14 | 1 | -1/+1 | |
| * | | | | | | | | | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 64 | -362/+465 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMP | Tejun Heo | 2009-07-15 | 1 | -0/+5 | |
| * | | | | | | | | | | percpu: teach large page allocator about NUMA | Tejun Heo | 2009-07-04 | 1 | -2/+22 | |
| * | | | | | | | | | | percpu: allow non-linear / sparse cpu -> unit mapping | Tejun Heo | 2009-07-04 | 1 | -1/+2 | |
| * | | | | | | | | | | percpu: drop pcpu_chunk->page[] | Tejun Heo | 2009-07-04 | 1 | -2/+1 | |
| * | | | | | | | | | | percpu: simplify pcpu_setup_first_chunk() | Tejun Heo | 2009-07-04 | 1 | -3/+2 | |
| * | | | | | | | | | | x86,percpu: generalize lpage first chunk allocator | Tejun Heo | 2009-07-04 | 1 | -0/+27 | |
| * | | | | | | | | | | x86,percpu: generalize 4k first chunk allocator | Tejun Heo | 2009-07-04 | 1 | -2/+10 | |
| * | | | | | | | | | | percpu: drop @unit_size from embed first chunk allocator | Tejun Heo | 2009-07-04 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'master' into for-next | Tejun Heo | 2009-07-04 | 82 | -239/+1553 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | percpu: use __weak only in the definition of weak percpu variables | Tejun Heo | 2009-06-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | percpu: implement optional weak percpu definitions | Tejun Heo | 2009-06-24 | 1 | -9/+56 | |
| * | | | | | | | | | | | percpu: use dynamic percpu allocator as the default percpu allocator | Tejun Heo | 2009-06-24 | 1 | -3/+9 | |
* | | | | | | | | | | | | Nicolas Pitre has a new email address | Nicolas Pitre | 2009-09-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-09-15 | 3 | -19/+252 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | V4L/DVB (12625): Add new V4L2_FMT_FLAG_EMULATED flag to videodev2.h | Hans de Goede | 2009-09-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | V4L/DVB (12548): v4l2: video device: Add V4L2_CTRL_CLASS_FM_TX controls | Eduardo Valentin | 2009-09-12 | 1 | -0/+34 | |
| * | | | | | | | | | | | | V4L/DVB (12543): v4l: introduce string control support. | Hans Verkuil | 2009-09-12 | 1 | -2/+4 | |
| * | | | | | | | | | | | | V4L/DVB (12316): v4l: add V4L2_CAP_RDS_OUTPUT and V4L2_CAP_MODULATOR caps | Hans Verkuil | 2009-09-12 | 1 | -0/+2 | |
| * | | | | | | | | | | | | V4L/DVB (12275): Add two new ioctls: DMX_ADD_PID and DMX_REMOVE_PID | Andreas Oberritter | 2009-09-12 | 1 | -0/+2 | |
| * | | | | | | | | | | | | V4L/DVB (12212): v4l2: add RDS API to videodev2.h | Hans Verkuil | 2009-09-12 | 1 | -0/+23 | |
| * | | | | | | | | | | | | V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.h | Laurent Pinchart | 2009-09-12 | 1 | -0/+164 |