Commit Graph

180952 Commits (00e7825b943f486e80ff1305cd0594d8791870f8)
 

Author SHA1 Message Date
Joe Perches 00e7825b94 drivers/firmware/iscsi_ibft.c: remove NIPQUAD_FMT, use %pI4 15 years ago
Linus Torvalds 6ebdc661b6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 15 years ago
Linus Torvalds d7930c9ef9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 15 years ago
Linus Torvalds b6d9702656 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfig 15 years ago
Linus Torvalds 1954ee5560 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfig 15 years ago
Linus Torvalds a85821fce2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid 15 years ago
Jiri Kosina 14ef2b0c02 Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse' into for-linus 15 years ago
Linus Torvalds 10df38cafc Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus 15 years ago
Linus Torvalds dbd004291e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 15 years ago
Joshua Roys c36f74e67f netlabel: fix export of SELinux categories > 127 15 years ago
Linus Torvalds 7491612c7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev 15 years ago
Robert Hancock 453d3131ec ahci: disable FPDMA auto-activate optimization on NVIDIA AHCI 15 years ago
Xiaotian Feng baac35c415 security: fix error return path in ima_inode_alloc 15 years ago
Linus Torvalds 60b341b778 Linux 2.6.33 15 years ago
Linus Torvalds 1e6c5c4e4c Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 15 years ago
Linus Torvalds 46fe24389a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 15 years ago
Carlos O'Donell 5fd4514bb3 parisc: Set PCI CLS early in boot. 15 years ago
Linus Torvalds 7b1f94b8a6 Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze 15 years ago
Linus Torvalds 83d90addc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block 15 years ago
Steven J. Magnani 83b4d17d88 microblaze: Fix out_le32() macro 15 years ago
Michal Simek 0d670b2472 microblaze: Fix cache loop function for cache range 15 years ago
Amit Shah c610028611 Add MAINTAINERS entry for virtio_console 15 years ago
Amit Shah d693356192 virtio: console: Fill ports' entire in_vq with buffers 15 years ago
Amit Shah 22a29eacd2 virtio: console: Error out if we can't allocate buffers for control queue 15 years ago
Amit Shah 7177876fea virtio: console: Add ability to remove module 15 years ago
Amit Shah a9cdd48557 virtio: console: Ensure no memleaks in case of unused buffers 15 years ago
Amit Shah 298add723a virtio: console: show error message if hvc_alloc fails for console ports 15 years ago
Amit Shah d99393effd virtio: console: Add debugfs files for each port to expose debug info 15 years ago
Amit Shah 1f7aa42d16 virtio: console: Add ability to hot-unplug ports 15 years ago
Amit Shah 7f5d810dac virtio: console: Handle port hot-plug 15 years ago
Amit Shah 88f251ac58 virtio: console: Remove cached data on port close 15 years ago
Amit Shah 431edb8a8b virtio: console: Register with sysfs and create a 'name' attribute for ports 15 years ago
Amit Shah 3c7969ccb5 virtio: console: Ensure only one process can have a port open at a time 15 years ago
Amit Shah 2030fa496d virtio: console: Add file operations to ports for open/read/write/poll 15 years ago
Amit Shah fb08bd274d virtio: console: Associate each port with a char device 15 years ago
Amit Shah b766ceed5b virtio: console: Prepare for writing to userspace buffers 15 years ago
Amit Shah 17634ba255 virtio: console: Add a new MULTIPORT feature, support for generic ports 15 years ago
Amit Shah f997f00bf8 virtio: console: Introduce a send_buf function for a common path for sending data to host 15 years ago
Amit Shah 203baab8ba virtio: console: Introduce function to hand off data from host to readers 15 years ago
Amit Shah 2658a79acf virtio: console: Separate out find_vqs operation into a different function 15 years ago
Amit Shah cfa6d37925 virtio: console: Separate out console init into a new function 15 years ago
Amit Shah 4f23c573c0 virtio: console: Separate out console-specific data into a separate struct 15 years ago
Amit Shah cb06e3676b virtio: console: ensure console size is updated on hvc open 15 years ago
Amit Shah 1c85bf3544 virtio: console: struct ports for multiple ports per device. 15 years ago
Rusty Russell d8a02bd58a virtio: console: remove global var 15 years ago
Amit Shah 38edf58d73 virtio: console: don't assume a single console port. 15 years ago
Rusty Russell 73954488b1 virtio: console: use vdev->priv to avoid accessing global var. 15 years ago
Amit Shah a3cde44908 virtio: console: introduce a get_inbuf helper to fetch bufs from in_vq 15 years ago
Amit Shah e27b519807 virtio: console: ensure add_inbuf can work for multiple ports as well 15 years ago
Amit Shah fdb9a05455 virtio: console: encapsulate buffer information in a struct 15 years ago