summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-266-220/+219
|\
| * x86/irq: Standardize on CONFIG_SPARSE_IRQ=yYinghai Lu2011-10-133-33/+3
| * x86, ioapic: Clean up ioapic/apic_id usageYinghai Lu2011-10-121-97/+97
| * x86, ioapic: Factor out print_IO_APIC() to only print one io apicYinghai Lu2011-10-121-22/+24
| * x86, ioapic: Print out irte with right ioapic indexYinghai Lu2011-10-121-1/+1
| * x86, ioapic: Split up setup_ioapic_entry()Yinghai Lu2011-10-121-59/+80
| * x86, ioapic: Pass struct irq_attr * to setup_ioapic_irq()Yinghai Lu2011-10-121-11/+11
| * apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatchesJan Beulich2011-09-283-13/+19
* | Remove stale "depends on NETDEV_1000"in staging driversLinus Torvalds2011-10-262-2/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-2630-258/+477
|\ \
| * | time, s390: Get rid of compile warningHeiko Carstens2011-10-121-1/+1
| * | dw_apb_timer: constify clocksource nameJamie Iles2011-10-042-2/+2
| * | time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz2011-10-048-15/+0
| * | time: Change jiffies_to_clock_t() argument type to unsigned longhank2011-09-212-2/+2
| * | alarmtimers: Fix error handlingThomas Gleixner2011-09-141-10/+31
| * | clocksource: Make watchdog reset locklessThomas Gleixner2011-09-131-20/+18
| * | posix-cpu-timers: Cure SMP accounting odditiesPeter Zijlstra2011-09-083-27/+3
| * | s390: Use direct ktime path for s390 clockevent deviceMartin Schwidefsky2011-09-081-4/+9
| * | clockevents: Add direct ktime programming functionMartin Schwidefsky2011-09-082-3/+11
| * | clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-088-94/+123
| * | nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens2011-09-081-5/+1
| * | proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko2011-09-081-7/+34
| * | nohz: Make idle/iowait counter update conditionalMichal Hocko2011-09-081-6/+35
| * | nohz: Fix update_ts_time_stat idle accountingMichal Hocko2011-09-083-6/+10
| * | cputime: Clean up cputime_to_usecs and usecs_to_cputime macrosMichal Hocko2011-09-081-2/+2
| * | alarmtimers: Rework RTC device selection using class interfaceJohn Stultz2011-08-101-38/+40
| * | alarmtimers: Add try_to_cancel functionalityJohn Stultz2011-08-102-7/+39
| * | alarmtimers: Add more refined alarm state trackingJohn Stultz2011-08-102-8/+47
| * | alarmtimers: Remove period from alarm structureJohn Stultz2011-08-103-19/+19
| * | alarmtimers: Remove interval cap limit hackJohn Stultz2011-08-101-9/+0
| * | alarmtimers: Add alarm_forward functionalityJohn Stultz2011-08-102-1/+38
| * | alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz2011-08-101-7/+13
| * | alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz2011-08-102-6/+16
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-2620-410/+1646
|\ \ \
| * | | llist: Add back llist_add_batch() and llist_del_first() prototypesStephen Rothwell2011-10-111-0/+6
| * | | sched: Don't use tasklist_lock for debug printsThomas Gleixner2011-10-061-2/+2
| * | | sched: Warn on rt throttlingThomas Gleixner2011-10-061-0/+1
| * | | sched: Unify the ->cpus_allowed mask copyPeter Zijlstra2011-10-062-7/+3
| * | | sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra2011-10-064-13/+13
| * | | sched: Request for idle balance during nohz idle load balanceSuresh Siddha2011-10-062-5/+7
| * | | sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha2011-10-062-22/+28
| * | | Merge commit 'v3.1-rc9' into sched/coreIngo Molnar2011-10-0631-285/+236
| |\ \ \
| * | | | sched: Fix idle_cpu()Thomas Gleixner2011-10-041-1/+14
| * | | | llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2011-10-042-3/+0
| * | | | sched: Convert to struct llistPeter Zijlstra2011-10-042-39/+12
| * | | | llist: Add llist_next()Peter Zijlstra2011-10-042-1/+6
| * | | | irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-042-64/+42
| * | | | llist: Return whether list is empty before adding in llist_add()Huang Ying2011-10-042-2/+10
| * | | | llist: Move cpu_relax() to after the cmpxchg()Huang Ying2011-10-042-6/+15
| * | | | llist: Remove the platform-dependent NMI checksIngo Molnar2011-10-042-20/+4