summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: fix i8042 module build errorGrant Likely2010-08-071-0/+2
* sound/soc: mpc5200_psc_ac97: Use gpio pins for cold resetEric Millbrandt2010-08-071-4/+18
* powerpc/5200: add mpc5200_psc_ac97_gpio_resetEric Millbrandt2010-08-073-0/+108
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-066-9/+18
|\
| * xen: Do not suspend IPI IRQs.Ian Campbell2010-07-291-0/+1
| * powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell2010-07-292-6/+8
| * ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptIan Campbell2010-07-291-1/+2
| * irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-292-2/+7
* | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-0646-262/+165Star
|\ \
| * | um: Fix read_persistent_clock falloutThomas Gleixner2010-08-031-3/+2Star
| * | kgdb: Do not access xtime directlyThomas Gleixner2010-07-291-1/+3
| * | Merge branch 'powerpc.cherry-picks' into timers/clocksourceThomas Gleixner2010-07-2811-363/+80Star
| |\ \
| | * | powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras2010-07-287-153/+9Star
| | * | powerpc: Rework VDSO gettimeofday to prevent time going backwardsPaul Mackerras2010-07-285-237/+99Star
| | |/
| * | clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz2010-07-272-5/+35
| * | x86: Convert common clocksources to use clocksource_register_hz/khzJohn Stultz2010-07-273-15/+12Star
| * | timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz2010-07-273-14/+2Star
| * | hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2010-07-273-6/+11
| * | um: Convert to use read_persistent_clockJohn Stultz2010-07-271-6/+7
| * | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-276-19/+25
| * | powerpc: Cleanup xtime usageJohn Stultz2010-07-271-4/+4
| * | powerpc: Simplify update_vsyscallJohn Stultz2010-07-271-30/+25Star
| * | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-2733-159/+19Star
| * | time: Implement timespec_addJohn Stultz2010-07-272-3/+19
| * | x86: Fix vtime/file timestamp inconsistenciesJohn Stultz2010-07-271-3/+8
| |/
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-065-12/+141
|\ \
| * | Documentation: Add timers/timers-howto.txtPatrick Pannuto2010-08-041-0/+105
| * | timer: Added usleep_range timerPatrick Pannuto2010-08-042-0/+23
| * | Revert "timer: Added usleep[_range] timer"Thomas Gleixner2010-08-042-28/+0Star
| * | clockevents: Remove the per cpu tick skewArjan van de Ven2010-08-021-5/+0Star
| * | posix_timer: Move copy_to_user(created_timer_id) down in timer_create()Andrey Vagin2010-07-231-5/+6
| * | timer: Added usleep[_range] timerPatrick Pannuto2010-07-232-0/+28
| * | timers: Document meaning of deferrable timerJ. Bruce Fields2010-07-231-2/+7
* | | x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanupH. Peter Anvin2010-08-061-5/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-0697-3195/+1197Star
|\ \ \
| * | | pcmcia: avoid buffer overflow in pcmcia_setup_isa_irqDominik Brodowski2010-08-031-1/+4
| * | | pcmcia: do not request windows if you don't need toDominik Brodowski2010-08-035-140/+5Star
| * | | pcmcia: insert PCMCIA device resources into resource treeDominik Brodowski2010-08-036-34/+60
| * | | pcmcia: export resource information to sysfsDominik Brodowski2010-08-031-0/+13
| * | | pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-0310-78/+75Star
| * | | pcmcia: remove memreq_tDominik Brodowski2010-08-0318-105/+42Star
| * | | pcmcia: move local definitions out of include/pcmcia/cs.hDominik Brodowski2010-08-033-19/+6Star
| * | | pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-0357-584/+527Star
| * | | pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-0351-240/+223Star
| * | | pcmcia: use struct resource for PCMCIA devicesDominik Brodowski2010-08-035-73/+95
| * | | pcmcia: clean up cs.hDominik Brodowski2010-08-032-12/+3Star
| * | | pcmcia: use pcmica_{read,write}_config_byteDominik Brodowski2010-08-0312-178/+104Star
| * | | pcmcia: remove cs_types.hDominik Brodowski2010-07-3090-151/+14Star
| * | | pcmcia: remove unused flag, simplify headersDominik Brodowski2010-07-303-26/+10Star
| * | | pcmcia: remove obsolete CS_EVENT_ definitionsDominik Brodowski2010-07-301-45/+0Star