aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-07-23ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz
2008-07-23ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz
2008-07-23ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz
2008-07-23ide: factor out simplex handling from ide_pci_dma_base()Bartlomiej Zolnierkiewicz
2008-07-23ide: remove ide_setup_dma()Bartlomiej Zolnierkiewicz
2008-07-23ide: remove ->dma_{status,command} fields from ide_hwif_tBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_sff_dma_status methodBartlomiej Zolnierkiewicz
2008-07-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2008-07-22Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger
2008-07-22netns: dont alloc ipv6 fib timer listStephen Hemminger
2008-07-22sparc: Fixes the DRM layer build on sparc.David S. Miller
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk
2008-07-22netns: make get_proc_net() staticAdrian Bunk
2008-07-22net: Fix build failure with 'make mandocs'.Dave Jones
2008-07-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-07-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-07-22fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.Laurent Pinchart
2008-07-22synclink_gt: add serial bit order controlPaul Fulghum
2008-07-22tty: rework break handlingAlan Cox
2008-07-22tty: Split ldisc code into its own fileAlan Cox
2008-07-22usb_serial: API all changeAlan Cox
2008-07-22gpio: gpio driver for max7301 SPI GPIO expanderJuergen Beisert
2008-07-22execve filename: document and export via auxiliary vectorJohn Reiser
2008-07-22remove CONFIG_KMOD from core kernel codeJohannes Berg
2008-07-22rework try_then_request_module to do less in non-modular kernelsJohannes Berg
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko
2008-07-22module: reorder struct module to save space on 64 bit buildsRichard Kennedy
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge
2008-07-22x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell
2008-07-22Merge commit 'origin/master'Benjamin Herrenschmidt
2008-07-21MTD: handle pci_name() being constGreg Kroah-Hartman
2008-07-21sysdev: Add utility functions for simple int/ulong variable sysdev attributesAndi Kleen
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck
2008-07-21debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen