summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-208-33/+103
|\
| *-------. Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201364-122804/+17841
| |\ \ \ \ \
| | | | | * | timers: fix itimer/many thread hang, v3Frank Mayhar2008-09-271-1/+0
| | | | | * | posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov2008-09-241-2/+0
| | | | | * | timers: fix itimer/many thread hang, v2Frank Mayhar2008-09-232-178/+6
| | | | | * | timers: fix itimer/many thread hang, cleanupsIngo Molnar2008-09-141-1/+1
| | | | | * | timers: fix itimer/many thread hang, fix #2Ingo Molnar2008-09-141-3/+4
| | | | | * | timers: fix itimer/many thread hangFrank Mayhar2008-09-143-13/+249
| | | | * | | ntp: improve adjtimex frequency roundingRoman Zippel2008-09-241-1/+1
| | | | * | | Merge branch 'linus' into timers/ntpIngo Molnar2008-09-06237-55420/+177
| | | | |\ \ \
| | | | * | | | ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanupRoman Zippel2008-08-221-1/+8
| | | * | | | | NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner2008-10-171-4/+3
| | * | | | | | hrtimer: reorder struct hrtimer to save 8 bytes on 64bit buildsRichard Kennedy2008-09-241-2/+2
| | * | | | | | hrtimer: remove hrtimer_clock_base::reprogram()Mark McLoughlin2008-09-221-4/+0
| | * | | | | | hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin2008-09-221-2/+0
| | | |/ / / / | | |/| | | |
| * | | | | | clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz2008-08-212-0/+5
| * | | | | | clocksource: keep track of original clocksource frequencyJohn Stultz2008-08-211-4/+7
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-10-204-32/+27
|\ \ \ \ \ \
| * | | | | | ide: remove unused macros from <asm-parisc/ide.h>Bartlomiej Zolnierkiewicz2008-10-171-4/+0
| * | | | | | ide: remove M68K_IDE_SWAPW define from <asm-m68k/ide.h>Bartlomiej Zolnierkiewicz2008-10-171-9/+0
| * | | | | | ide: fix support for IDE PCI controllers using MMIO on frvBartlomiej Zolnierkiewicz2008-10-171-9/+1
| * | | | | | ide: add generic ATA/ATAPI disk driverBartlomiej Zolnierkiewicz2008-10-171-0/+19
| * | | | | | ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-171-2/+2
| * | | | | | ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz2008-10-171-2/+0
| * | | | | | ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESSBartlomiej Zolnierkiewicz2008-10-171-2/+1
| * | | | | | ide: IDE_AFLAG_WP -> IDE_DFLAG_WPBartlomiej Zolnierkiewicz2008-10-171-2/+2
| * | | | | | ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGEDBartlomiej Zolnierkiewicz2008-10-171-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2008-10-201-1/+11
|\ \ \ \ \ \
| * | | | | | fuse: implement nonseekable openTejun Heo2008-10-161-1/+6
| * | | | | | fuse: add include protectorsTejun Heo2008-10-161-0/+5
* | | | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-10-201-0/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2008-10-181158-67424/+17652
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | power_supply: Add function to return system-wide power stateMatthew Garrett2008-09-011-0/+6
* | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Linus Torvalds2008-10-203-160/+138
|\ \ \ \ \ \ \ \
| * | | | | | | | 9p: Improve debug supportEric Van Hensbergen2008-10-171-2/+2
| * | | | | | | | 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-172-97/+12
| * | | | | | | | 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-172-3/+11
| * | | | | | | | 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-171-2/+0
| * | | | | | | | 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-171-1/+0
| * | | | | | | | 9p: add new protocol support codeEric Van Hensbergen2008-10-171-1/+7
| * | | | | | | | 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-5/+0
| * | | | | | | | 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-1/+0
| * | | | | | | | 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-6/+4
| * | | | | | | | 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-172-6/+5
| * | | | | | | | 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-171-1/+9
| * | | | | | | | 9p: move request management to client codeEric Van Hensbergen2008-10-171-0/+77
| * | | | | | | | 9p: consolidate transport structureEric Van Hensbergen2008-10-172-49/+25
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-201-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Make nfs_file_cred more robust.Neil Brown2008-10-171-2/+6
| |/ / / / / / /
* | | | | | | | Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-10-205-7/+555
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud