summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-116-88/+271
|\ \
| | * PM / QoS: mark expected switch fall-throughsGustavo A. R. Silva2018-04-091-0/+2
| * | tick-sched: avoid a maybe-uninitialized warningArnd Bergmann2018-04-101-3/+6
| * | time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki2018-04-091-3/+1
| * | nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki2018-04-091-10/+6
| * | nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker2018-04-092-9/+15
| * | cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-6/+6
| * | sched: idle: Select idle state before stopping the tickRafael J. Wysocki2018-04-093-17/+57
| * | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-071-2/+53
| * | time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki2018-04-072-46/+82
| * | cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-062-1/+23
| * | jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-061-1/+1
| * | sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki2018-04-051-4/+15
| * | sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki2018-04-052-11/+24
| * | time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-052-21/+26
| |/
* | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds2018-04-051-58/+1
|\ \
| * | printk: change message to pr_infoTomeu Vizoso2018-03-231-1/+1
| * | printk: move dump stack related code to lib/dump_stack.cDave Young2018-03-151-60/+0
| * | print kdump kernel loaded status in stack dumpDave Young2018-02-081-2/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-053-6/+6
|\ \ \
| * | | tracing: Block comments should align the * on each lineRohit Visavalia2018-03-271-1/+1
| * | | treewide: Align function definition open/close bracesJoe Perches2018-03-262-5/+5
* | | | Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-041-0/+11
|\ \ \ \
| * | | | firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez2018-03-201-0/+11
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-041-4/+0
|\ \ \ \ \
| * | | | | arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-4/+0
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-0422-113/+118
|\ \ \ \ \ \
| * | | | | | genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt2018-04-041-0/+1
| * | | | | | genirq: Remove license boilerplate/referencesThomas Gleixner2018-03-202-13/+4
| * | | | | | genirq: Add missing SPDX identifiersThomas Gleixner2018-03-2015-0/+16
| * | | | | | genirq/matrix: Cleanup SPDX identifierThomas Gleixner2018-03-201-5/+3
| * | | | | | genirq: Cleanup top of file commentsThomas Gleixner2018-03-2012-32/+7
| * | | | | | genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König2018-03-201-4/+4
| * | | | | | genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-03-142-0/+20
| * | | | | | Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner2018-03-1429-184/+317
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | softirq: Consolidate common code in tasklet_[hi]_action()Ingo Molnar2018-03-091-39/+15
| * | | | | | softirq: Consolidate common code in __tasklet_[hi]_schedule()Ingo Molnar2018-03-091-12/+16
| * | | | | | genirq/irq_sim: Return the base of the irq range from irq_sim_init()Bartosz Golaszewski2018-03-091-4/+6
| * | | | | | genirq/irq_sim: Check the return value of irq_sim_init() for error codesBartosz Golaszewski2018-03-091-1/+1
| * | | | | | genirq/irq_sim: Explicitly include slab.hBartosz Golaszewski2018-03-091-0/+1
| * | | | | | genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko2018-02-281-0/+17
| * | | | | | genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner2018-02-161-3/+7
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-0412-208/+200
|\ \ \ \ \ \ \
| * | | | | | | alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner2018-03-291-8/+26
| * | | | | | | y2038: Introduce struct __kernel_old_timevalArnd Bergmann2018-03-191-0/+12
| * | | | | | | tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-131-1/+1
| * | | | | | | hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-133-18/+3
| * | | | | | | posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-22/+1
| * | | | | | | timekeeping: Remove boot time specific codeThomas Gleixner2018-03-131-31/+0
| * | | | | | | timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-134-3/+34
OpenPOWER on IntegriCloud