Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | firewire: cdev: comment fixlet | Stefan Richter | 2010-04-10 | 1 | -2/+2 | |
| * | | | firewire: cdev: iso packet documentation | Clemens Ladisch | 2010-04-10 | 1 | -6/+33 | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-04-15 | 1 | -0/+2 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Input: matrix_keypad - allow platform to disable key autorepeat | H Hartley Sweeten | 2010-04-06 | 1 | -0/+2 | |
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-04-14 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | NFSv4: fix delegated locking | Trond Myklebust | 2010-04-12 | 1 | -0/+1 | |
* | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-04-11 | 71 | -175/+411 | |
|\| | | | | ||||||
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-04-09 | 8 | -33/+185 | |
| |\ \ \ \ | ||||||
| | * | | | | i2o: Remove the dangerous kobj_to_i2o_device macro | Ferenc Wagner | 2010-03-24 | 1 | -1/+0 | |
| | * | | | | block: remove 16 bytes of padding from struct request on 64bits | Richard Kennedy | 2010-03-19 | 1 | -5/+6 | |
| | * | | | | Merge branch 'master' into for-linus | Jens Axboe | 2010-03-19 | 80 | -163/+622 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Remove GENHD_FL_DRIVERFS | NeilBrown | 2010-03-16 | 1 | -1/+1 | |
| | * | | | | | block: Finalize conversion of block limits functions | Martin K. Petersen | 2010-03-15 | 1 | -24/+0 | |
| | * | | | | | block: Fix overrun in lcm() and move it to lib | Martin K. Petersen | 2010-03-15 | 1 | -0/+8 | |
| | * | | | | | vfs: improve writeback_inodes_wb() | Edward Shishkin | 2010-03-12 | 1 | -0/+3 | |
| | * | | | | | drbd: Renamed overwrite_peer to primary_force | Philipp Reisner | 2010-03-11 | 1 | -1/+1 | |
| | * | | | | | drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> ) | Philipp Reisner | 2010-03-11 | 2 | -1/+2 | |
| | * | | | | | Add DocBook documentation for the block tracepoints. | William Cohen | 2010-03-09 | 1 | -0/+164 | |
| * | | | | | | radix_tree_tag_get() is not as safe as the docs make out [ver #2] | David Howells | 2010-04-09 | 1 | -0/+7 | |
| * | | | | | | slab: Generify kernel pointer validation | Pekka Enberg | 2010-04-09 | 1 | -0/+1 | |
| * | | | | | | libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2) | Mark Lord | 2010-04-08 | 1 | -2/+2 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2010-04-08 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ide: Requeue request after DMA timeout | Herbert Xu | 2010-04-01 | 1 | -0/+1 | |
| * | | | | | | | virtio: disable multiport console support. | Michael S. Tsirkin | 2010-04-08 | 1 | -23/+0 | |
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-04-07 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ibft, x86: Change reserve_ibft_region() to find_ibft_region() | Yinghai Lu | 2010-04-02 | 1 | -2/+6 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-04-07 | 3 | -2/+19 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2010-04-07 | 2 | -1/+18 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream | Daniel Mack | 2010-04-05 | 2 | -1/+18 | |
| | * | | | | | | | | ALSA: i2c: cleanup: change parameter to pointer | Dan Carpenter | 2010-04-04 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | memcg: fix race in file_mapped accounting | KAMEZAWA Hiroyuki | 2010-04-07 | 1 | -0/+6 | |
| * | | | | | | | | pagemap: fix pfn calculation for hugepage | Naoya Horiguchi | 2010-04-07 | 1 | -2/+2 | |
| * | | | | | | | | kernel.h: fix wrong usage of __ratelimit() | Yong Zhang | 2010-04-07 | 1 | -1/+1 | |
| * | | | | | | | | vfs: rename block_fsync() to blkdev_fsync() | Andrew Morton | 2010-04-07 | 1 | -1/+1 | |
| * | | | | | | | | raw: fsync method is now required | Anton Blanchard | 2010-04-07 | 1 | -0/+1 | |
| * | | | | | | | | include/linux/kfifo.h: fix INIT_KFIFO() | David Härdeman | 2010-04-07 | 1 | -1/+2 | |
| * | | | | | | | | bitops: remove temporary for_each_bit() | Andrew Morton | 2010-04-07 | 1 | -3/+0 | |
| * | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-04-06 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | libata: unlock HPA if device shrunk | Tejun Heo | 2010-04-06 | 1 | -0/+1 | |
| * | | | | | | | | | Fix up possibly racy module refcounting | Nick Piggin | 2010-04-06 | 1 | -7/+7 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2010-04-05 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 9p: Make sure we are able to clunk the cached fid on umount | Aneesh Kumar K.V | 2010-04-05 | 1 | -0/+2 | |
| * | | | | | | | | | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc | Linus Torvalds | 2010-04-05 | 25 | -26/+31 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Merge branch 'master' into export-slabh | Tejun Heo | 2010-04-05 | 8 | -43/+91 | |
| | |\| | | | | | | | | ||||||
| | * | | | | | | | | | percpu: don't implicitly include slab.h from percpu.h | Tejun Heo | 2010-03-30 | 1 | -25/+5 | |
| | * | | | | | | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 24 | -1/+26 | |
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-04-05 | 2 | -1/+17 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | module: add stub for is_module_percpu_address | Randy Dunlap | 2010-03-31 | 1 | -0/+5 | |
| | * | | | | | | | | | percpu, module: implement and use is_kernel/module_percpu_address() | Tejun Heo | 2010-03-29 | 2 | -0/+8 | |
| | * | | | | | | | | | module: encapsulate percpu handling better and record percpu_size | Tejun Heo | 2010-03-29 | 1 | -1/+4 | |
| | | |_|/ / / / / / | | |/| | | | | | | |