summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-3110-0/+10
* kernel: fix up module header handling in rcutiny filesPaul Gortmaker2011-10-312-1/+1
* kernel: params.c needs module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker2011-10-311-0/+1
* kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker2011-10-311-0/+2
* kernel: fix several implicit usasges of kmod.hPaul Gortmaker2011-10-313-0/+3
* kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-312-0/+2
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-3161-61/+61
* range: fix bogus misuse of module.h to get printk()Paul Gortmaker2011-10-311-1/+1
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-0/+4
|\
| * irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chipNobuhiro Iwamatsu2011-10-241-0/+4
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-283-0/+238
|\ \
| * \ Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King2011-10-235-23/+319
| |\ \
| * \ \ Merge branch 'for_3_2/for-rmk/arm_cpu_pm' of git://gitorious.org/omap-sw-deve...Russell King2011-09-263-0/+238
| |\ \ \
| | * | | cpu_pm: call notifiers during suspendColin Cross2011-09-231-0/+33
| | * | | cpu_pm: Add cpu power management notifiersColin Cross2011-09-233-0/+205
| | | |/ | | |/|
| * | | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-09-213-33/+95
| |\ \ \ | | |/ /
| * | | perf: provide PMU when initing eventsMark Rutland2011-08-311-2/+2
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-2610-214/+365
|\ \ \ \
| * | | | time: Change jiffies_to_clock_t() argument type to unsigned longhank2011-09-211-1/+1
| * | | | 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-082-26/+3
| * | | | clockevents: Add direct ktime programming functionMartin Schwidefsky2011-09-081-0/+4
| * | | | clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-086-93/+121
| * | | | nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens2011-09-081-5/+1
| * | | | nohz: Make idle/iowait counter update conditionalMichal Hocko2011-09-081-6/+35
| * | | | nohz: Fix update_ts_time_stat idle accountingMichal Hocko2011-09-081-4/+4
| * | | | alarmtimers: Rework RTC device selection using class interfaceJohn Stultz2011-08-101-38/+40
| * | | | alarmtimers: Add try_to_cancel functionalityJohn Stultz2011-08-101-6/+37
| * | | | alarmtimers: Add more refined alarm state trackingJohn Stultz2011-08-101-7/+14
| * | | | alarmtimers: Remove period from alarm structureJohn Stultz2011-08-101-16/+14
| * | | | alarmtimers: Remove interval cap limit hackJohn Stultz2011-08-101-9/+0
| * | | | alarmtimers: Add alarm_forward functionalityJohn Stultz2011-08-101-1/+36
| * | | | 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-101-4/+9
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-269-326/+1404
|\ \ \ \ \
| * | | | | 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-063-12/+12
| * | | | | 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
| * | | | | sched: Fix idle_cpu()Thomas Gleixner2011-10-041-1/+14
| * | | | | sched: Convert to struct llistPeter Zijlstra2011-10-041-38/+10
| * | | | | llist: Add llist_next()Peter Zijlstra2011-10-041-1/+1
| * | | | | irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-041-58/+33
| * | | | | Merge branch 'linus' into sched/coreIngo Molnar2011-10-0410-53/+43
| |\ \ \ \ \
| * | | | | | sched: Remove redundant test in check_preempt_tick()Wang Xingchao2011-09-261-8/+8
| * | | | | | Merge branch 'linus' into sched/coreIngo Molnar2011-09-1814-61/+203
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
OpenPOWER on IntegriCloud