aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-10-22PCI: don't export linux/io.h from pci.hStephen Rothwell1-1/+1
2008-10-22PCI: Hotplug core: remove 'name'Alex Chiang1-3/+0
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang2-0/+10
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang1-1/+2
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang1-1/+1
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang1-1/+2
2008-10-22PCI: include io.h in pci.h so that ioremap_nocache is definedJesse Barnes1-0/+1
2008-10-22PCI: add support for function level resetSheng Yang2-0/+4
2008-10-22mlx4_core: Multiple port type supportYevgeny Petrilin1-0/+14
2008-10-22mlx4_core: Ethernet MAC/VLAN managementYevgeny Petrilin2-0/+21
2008-10-22i2c: Add info->archdata fieldAnton Vorontsov1-0/+2
2008-10-22i2c: Clean up <linux/i2c.h>Jean Delvare1-74/+75
2008-10-22i2c: Drop 2-byte address block transfer definesJean Delvare1-4/+0
2008-10-22i2c: Constify i2c_get_clientdata's parameterJean Delvare2-3/+3
2008-10-22i2c: Make clear what the class field of i2c_adapter is good forWolfram Sang1-1/+1
2008-10-22i2c-algo-pcf: Add adapter hooks around xfer begin and endDavid Miller1-0/+3
2008-10-22i2c-algo-pcf: Pass adapter data into ->waitforpin() methodDavid Miller1-1/+1
2008-10-22mlx4_core: Get ethernet MTU and default address from firmwareYevgeny Petrilin1-1/+3
2008-10-22mlx4_core: Support multiple pre-reserved QP regionsYevgeny Petrilin1-1/+18
2008-10-22HID: add hid_type to general hid structJiri Slaby1-0/+6
2008-10-22smc911x: Add IRQ polarity configurationCatalin Marinas1-0/+1
2008-10-22sched: add CONFIG_SMP consistencyLi Zefan1-5/+7
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner7-7/+132
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar1-6/+6
2008-10-21i7300_idle driver v1.55Andy Henroid1-0/+1
2008-10-22mfd: twl4030 IRQ handling updateDavid Brownell1-12/+16
2008-10-22workqueue: introduce create_rt_workqueueHeiko Carstens1-8/+10
2008-10-22core_param() for genuinely core kernel parametersRusty Russell1-0/+19
2008-10-22param: Fix duplicate module prefixesRusty Russell1-1/+1
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell2-2/+6
2008-10-22module: simplify load_module.Rusty Russell1-1/+1
2008-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse30-100/+647
2008-10-21dm raid1: separate region_hash interface part1Heinz Mauelshagen1-0/+104
2008-10-21dm: publish array_too_bigMikulas Patocka1-0/+3
2008-10-21V4L/DVB (9320): v4l2: Add 10-bit RAW Bayer formatsSergio Aguirre1-0/+7
2008-10-21genirq: fix off by one and coding styleIngo Molnar1-3/+3
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro1-1/+1
2008-10-21[PATCH] get rid of blkdev_driver_ioctl()Al Viro1-3/+0
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] remember mode of reiserfs journalAl Viro1-0/+1
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro1-2/+4
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-1/+1
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro1-8/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro2-5/+11
2008-10-21[PATCH] switch ide_disk_ops ->ioctl() to sane prototypeAl Viro1-2/+2
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro1-0/+2
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro1-5/+5
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro2-14/+18
2008-10-21[PATCH] lose unused arguments in dm ioctl callbacksAl Viro1-2/+1
2008-10-21[PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro1-2/+1