| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-06 | 1 | -0/+7 |
|\ |
|
| * | net: Fix recursive descent in __scm_destroy(). | David S. Miller | 2008-11-06 | 2 | -2/+5 |
| * | net: fix packet socket delivery in rx irq handler | Patrick McHardy | 2008-11-04 | 1 | -0/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-11-06 | 2 | -1/+10 |
|\ \ |
|
| * | | Add round_jiffies_up and related routines | Alan Stern | 2008-11-06 | 1 | -0/+5 |
| * | | bio: define __BIOVEC_PHYS_MERGEABLE | Jeremy Fitzhardinge | 2008-11-06 | 1 | -1/+5 |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-11-06 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | sched: re-tune balancing | Ingo Molnar | 2008-11-05 | 1 | -2/+2 |
| |/ / |
|
* | | | Fix accidental implicit cast in HR-timer conversion | David Howells | 2008-11-06 | 1 | -1/+1 |
* | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-11-06 | 1 | -3/+19 |
|\ \ \ |
|
| * | | | [MTD] [NOR] Fix cfi_send_gen_cmd handling of x16 devices in x8 mode (v4) | Eric W. Biederman | 2008-11-05 | 1 | -3/+19 |
* | | | | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 2008-11-06 | 1 | -5/+0 |
* | | | | fat: split include/msdos_fs.h | OGAWA Hirofumi | 2008-11-06 | 1 | -274/+2 |
* | | | | net: Fix recursive descent in __scm_destroy(). | David Miller | 2008-11-06 | 2 | -2/+5 |
| |/ /
|/| | |
|
* | | | libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it | Tejun Heo | 2008-11-04 | 1 | -0/+2 |
* | | | Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-11-03 | 2 | -0/+155 |
|\ \ \ |
|
| * | | | io mapping: clean up #ifdefs | Keith Packard | 2008-11-03 | 1 | -18/+25 |
| * | | | resources: add io-mapping functions to dynamically map large device apertures | Keith Packard | 2008-10-31 | 1 | -0/+118 |
| * | | | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps | Keith Packard | 2008-10-31 | 1 | -0/+30 |
* | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2008-11-03 | 1 | -0/+13 |
|\ \ \ \ |
|
| * | | | | i915: Add GEM ioctl to get available aperture size. | Eric Anholt | 2008-11-03 | 1 | -0/+13 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-02 | 4 | -3/+4 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys | Alexey Dobriyan | 2008-10-30 | 1 | -0/+2 |
| * | | | | net: delete excess kernel-doc notation | Randy Dunlap | 2008-10-30 | 2 | -2/+0 |
| * | | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-10-30 | 1 | -1/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | gianfar: Fix race in TBI/SerDes configuration | Trent Piepho | 2008-10-31 | 1 | -1/+2 |
* | | | | | linux/string.h: fix comment typo | Jeff Garzik | 2008-11-02 | 1 | -1/+1 |
* | | | | | Merge branch 'cris_move' of git://www.jni.nu/cris | Linus Torvalds | 2008-11-01 | 310 | -64047/+0 |
|\ \ \ \ \ |
|
| * | | | | | [CRIS] Move header files from include to arch/cris/include. | Jesper Nilsson | 2008-10-29 | 310 | -64047/+0 |
| * | | | | | Merge branch 'for-next' of git://www.jni.nu/cris into cris_merge | Jesper Nilsson | 2008-10-29 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | [CRISv32] Remove warning in io.h | Jesper Nilsson | 2008-10-23 | 1 | -2/+2 |
| | | |_|_|/
| | |/| | | |
|
* | | | | | | libata: add whitelist for devices with known good pata-sata bridges | Jens Axboe | 2008-10-31 | 1 | -0/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2008-10-30 | 1 | -1/+5 |
|\ \ \ \ \ |
|
| * | | | | | adjust init section definitions | Jan Beulich | 2008-10-29 | 1 | -1/+5 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2008-10-30 | 2 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | HID: fix hid_device_id for cross compiling | Andreas Schwab | 2008-10-29 | 1 | -0/+1 |
| * | | | | | | HID: fix oops during suspend of unbound HID devices | Jiri Slaby | 2008-10-27 | 1 | -0/+1 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-30 | 1 | -6/+5 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | mac80211.h: fix kernel-doc excesses | Randy Dunlap | 2008-10-27 | 1 | -6/+5 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2008-10-30 | 1 | -1/+2 |
|\ \ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Merge branches 'topic/fix/misc' and 'topic/fix/asoc' into for-linus | Takashi Iwai | 2008-10-30 | 1 | -1/+2 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | | * | | | | | ALSA: ASoC: Fix mono controls after conversion to support full int masks | Mark Brown | 2008-10-30 | 1 | -1/+2 |
| | |/ / / / / |
|
* | | | | | | | spi: fix compile error | Fernando Luis Vazquez Cao | 2008-10-30 | 1 | -0/+3 |
* | | | | | | | nfsd: fix vm overcommit crash | Alan Cox | 2008-10-30 | 1 | -0/+6 |
* | | | | | | | kernel.h: fix might_sleep kernel-doc | Randy Dunlap | 2008-10-30 | 1 | -2/+2 |
* | | | | | | | fs: remove prepare_write/commit_write | Nick Piggin | 2008-10-30 | 1 | -7/+0 |
* | | | | | | | cgroups: tiny cleanups | Li Zefan | 2008-10-30 | 1 | -4/+0 |
* | | | | | | | freezer_cg: use thaw_process() in unfreeze_cgroup() | Li Zefan | 2008-10-30 | 1 | -5/+0 |
* | | | | | | | mm: increase the default mlock limit from 32k to 64k | Kurt Garloff | 2008-10-30 | 1 | -2/+2 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-10-28 | 2 | -16/+33 |
|\ \ \ \ \ \ |
|