aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-055-76/+44
|\
| * pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-281-6/+8
| * pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2009-11-281-3/+0
| * pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-281-1/+1
| * pcmcia: remove unused "window_t" typedefDominik Brodowski2009-11-281-5/+1
| * pcmcia: Change window_handle_t logic to unsigned longMagnus Damm2009-11-282-7/+1
| * pcmcia: Pass struct pcmcia_socket to pcmcia_get_mem_page()Magnus Damm2009-11-281-2/+0
| * pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-281-1/+2
| * pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm2009-11-281-1/+1
| * PCMCIA: ss: allow PCI IRQs > 255Russell King - ARM Linux2009-11-091-1/+1
| * pcmcia: remove now-defunct cs_error, pcmcia_error_{func,ret}Dominik Brodowski2009-11-091-36/+0
| * pcmcia: remove pcmcia_get_{first,next}_tuple()Dominik Brodowski2009-11-081-15/+0
| * pcmcia: add new CIS access helpersDominik Brodowski2009-11-081-14/+43
| * pcmcia: drop already defined PCI_IDsWolfram Sang2009-10-241-0/+2
* | Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney2009-12-052-0/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2009-12-021-2/+2
|\ \
| * | mfd: Correct WM831X_MAX_ISEL_VALUEMark Brown2009-12-011-2/+2
* | | SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-011-4/+4
|/ /
* | Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds2009-11-301-0/+6
|\ \
| * | mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-11-301-0/+1
|\ \ \
| * | | [SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley2009-11-261-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-301-1/+0
|\ \ \ \
| * | | | sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-291-1/+0
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds2009-11-303-4/+135
|\ \ \ \ | |_|/ / |/| | |
| * | | CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-2/+4
| * | | CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2009-11-191-0/+3
| * | | FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-0/+4
| * | | FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-192-0/+28
| * | | FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+1
| * | | FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+13
| * | | FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-191-0/+12
| * | | SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-191-0/+3
| * | | SLOW_WORK: Allow the owner of a work item to determine if it is queued or notDavid Howells2009-11-191-0/+19
| * | | SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-191-0/+11
| * | | SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-191-0/+29
| * | | SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-191-0/+2
| * | | SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-2/+6
| |/ /
* | | i2c: i2c-pnx: Made buf type unsigned to prevent sign extensionKevin Wells2009-11-201-1/+1
* | | vt: Fix use of "new" in a struct fieldAlan Cox2009-11-191-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-182-2/+2
|\ \
| * | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...David S. Miller2009-11-151-1/+1
| * | sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-131-1/+1
* | | fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra2009-11-171-1/+1
* | | mm: allow memory hotplug and hibernation in the same kernelAndi Kleen2009-11-171-2/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-11-171-18/+11
|\ \ \
| * | | [SCSI] Fix incorrect reporting of host protection capabilitiesMartin K. Petersen2009-11-061-18/+11
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-11-171-9/+0
|\ \ \ \
| * | | | nilfs2: deleted struct nilfs_dat_group_descJiro SEKIBA2009-11-151-9/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-11-141-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |