Age | Commit message (Expand) | Author | Files | Lines |
2008-05-02 | types: create <asm-generic/int-*.h> | H. Peter Anvin | 3 | -0/+109 |
2008-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -87/+105 |
2008-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 3 | -1/+80 |
2008-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -1/+7 |
2008-05-02 | USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance | David Lopo | 1 | -0/+21 |
2008-05-02 | USB: add Cypress c67x00 OTG controller core driver | Peter Korsgaard | 1 | -0/+48 |
2008-05-02 | USB: Add the USB 2.0 extension descriptor. | Sarah Sharp | 1 | -1/+11 |
2008-05-02 | driver-core: add dev_name() to help transition away from using bus_id | Kay Sievers | 1 | -1/+7 |
2008-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-genirq | Linus Torvalds | 1 | -0/+1 |
2008-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 5 | -45/+75 |
2008-05-02 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2 | -3/+12 |
2008-05-02 | virtio: add virtio disk geometry feature | Ryan Harper | 1 | -0/+7 |
2008-05-02 | virtio: explicit advertisement of driver features | Rusty Russell | 2 | -7/+36 |
2008-05-02 | virtio: change config to guest endian. | Rusty Russell | 1 | -31/+16 |
2008-05-02 | virtio: finer-grained features for virtio_net | Rusty Russell | 1 | -2/+11 |
2008-05-02 | virtio: de-structify virtio_block status byte | Rusty Russell | 1 | -6/+1 |
2008-05-02 | virtio: export more headers to userspace | Christian Borntraeger | 1 | -0/+5 |
2008-05-02 | genirq: reenable a nobody cared disabled irq when a new driver arrives | Thomas Gleixner | 1 | -0/+1 |
2008-05-01 | [IA64] TS_RESTORE_SIGMASK | Roland McGrath | 1 | -2/+11 |
2008-05-01 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 3 | -70/+7 |
2008-05-01 | [MTD][NOR] Add physical address to point() method | Jared Hulbert | 2 | -4/+7 |
2008-05-01 | [PATCH] sanitize anon_inode_getfd() | Al Viro | 1 | -2/+1 |
2008-05-01 | [PATCH] split linux/file.h | Al Viro | 3 | -85/+102 |
2008-05-01 | [PATCH] make osf_select() use core_sys_select() | Al Viro | 1 | -0/+2 |
2008-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 1 | -18/+1 |
2008-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -0/+4 |
2008-05-01 | m68knommu: rework definition of HZ | Greg Ungerer | 1 | -2/+5 |
2008-05-01 | m68knommu: update MAX_M68K_DMA_CHANNELS for some plattforms | Sebastian Siewior | 1 | -1/+2 |
2008-05-01 | quota: add a convenience macro for filesystems | Jan Kara | 1 | -0/+3 |
2008-05-01 | dmi: clean-up dmi helper declarations | Jean Delvare | 4 | -10/+6 |
2008-05-01 | jsm: add new supported board to jsm serial driver | Scott Kilau | 1 | -0/+1 |
2008-05-01 | sysfs: sysfs_update_group stub for CONFIG_SYSFS=n | Randy Dunlap | 1 | -0/+6 |
2008-05-01 | Add a new sysfs_streq() string comparison function | David Brownell | 1 | -0/+2 |
2008-05-01 | ntp: handle leap second via timer | Roman Zippel | 2 | -0/+3 |
2008-05-01 | ntp: remove current_tick_length() | Roman Zippel | 1 | -2/+2 |
2008-05-01 | ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT | Roman Zippel | 1 | -4/+4 |
2008-05-01 | ntp: support for TAI | Roman Zippel | 2 | -2/+6 |
2008-05-01 | ntp: increase time_offset resolution | Roman Zippel | 1 | -7/+2 |
2008-05-01 | ntp: increase time_freq resolution | Roman Zippel | 1 | -5/+6 |
2008-05-01 | ntp: NTP4 user space bits update | Roman Zippel | 1 | -3/+9 |
2008-05-01 | remove div_long_long_rem | Roman Zippel | 3 | -68/+1 |
2008-05-01 | rename div64_64 to div64_u64 | Roman Zippel | 8 | -22/+12 |
2008-05-01 | introduce explicit signed/unsigned 64bit divide | Roman Zippel | 2 | -0/+92 |
2008-05-01 | frv: unbreak misalignment handling changes | David Howells | 1 | -3/+3 |
2008-05-01 | module: reduce module image and resident size | Rusty Russell | 1 | -1/+1 |
2008-05-01 | module: make module_sect_attrs private to kernel/module.c | Rusty Russell | 1 | -17/+0 |
2008-05-01 | [CRYPTO] api: Fix scatterwalk_sg_chain | Herbert Xu | 1 | -0/+4 |
2008-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 3 | -9/+5 |
2008-04-30 | klist: fix coding style errors in klist.h and klist.c | Greg Kroah-Hartman | 1 | -15/+15 |
2008-04-30 | driver core: remove no longer used "struct class_device" | Kay Sievers | 1 | -97/+0 |