aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang
2008-10-22PCI: include io.h in pci.h so that ioremap_nocache is definedJesse Barnes
2008-10-22PCI: add support for function level resetSheng Yang
2008-10-22mlx4_core: Multiple port type supportYevgeny Petrilin
2008-10-22mlx4_core: Ethernet MAC/VLAN managementYevgeny Petrilin
2008-10-22i2c: Add info->archdata fieldAnton Vorontsov
2008-10-22i2c: Clean up <linux/i2c.h>Jean Delvare
2008-10-22i2c: Drop 2-byte address block transfer definesJean Delvare
2008-10-22i2c: Constify i2c_get_clientdata's parameterJean Delvare
2008-10-22i2c: Make clear what the class field of i2c_adapter is good forWolfram Sang
2008-10-22i2c-algo-pcf: Add adapter hooks around xfer begin and endDavid Miller
2008-10-22i2c-algo-pcf: Pass adapter data into ->waitforpin() methodDavid Miller
2008-10-22mlx4_core: Get ethernet MTU and default address from firmwareYevgeny Petrilin
2008-10-22mlx4_core: Support multiple pre-reserved QP regionsYevgeny Petrilin
2008-10-22HID: add hid_type to general hid structJiri Slaby
2008-10-22smc911x: Add IRQ polarity configurationCatalin Marinas
2008-10-22sched: add CONFIG_SMP consistencyLi Zefan
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar
2008-10-21i7300_idle driver v1.55Andy Henroid
2008-10-22mfd: twl4030 IRQ handling updateDavid Brownell
2008-10-22workqueue: introduce create_rt_workqueueHeiko Carstens
2008-10-22core_param() for genuinely core kernel parametersRusty Russell
2008-10-22param: Fix duplicate module prefixesRusty Russell
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell
2008-10-22module: simplify load_module.Rusty Russell
2008-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse
2008-10-21dm raid1: separate region_hash interface part1Heinz Mauelshagen
2008-10-21dm: publish array_too_bigMikulas Patocka
2008-10-21V4L/DVB (9320): v4l2: Add 10-bit RAW Bayer formatsSergio Aguirre
2008-10-21genirq: fix off by one and coding styleIngo Molnar
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro
2008-10-21[PATCH] get rid of blkdev_driver_ioctl()Al Viro
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro
2008-10-21[PATCH] remember mode of reiserfs journalAl Viro
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-21[PATCH] switch ide_disk_ops ->ioctl() to sane prototypeAl Viro
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro
2008-10-21[PATCH] lose unused arguments in dm ioctl callbacksAl Viro
2008-10-21[PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro