summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki2015-09-111-1/+1
|\ \ \
| * | | kernel/cpu_pm: fix cpu_cluster_pm_exit commentLina Iyer2015-09-031-1/+1
| |/ /
* | | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-013-3/+27
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs'Rafael J. Wysocki2015-09-013-3/+27
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | * | PM / suspend: make sync() on suspend-to-RAM build-time optionalLen Brown2015-07-312-0/+12
| | * | PM / autosleep: Use workqueue for user space wakeup sources garbage collectorSungEun Kim2015-07-141-3/+15
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-1/+1
|\ \ \ \
| * | | | kernel: exit: fix typo in commentFrans Klaver2015-08-071-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-09-011-2/+4
|\ \ \ \
| * | | | livepatch: Improve error handling in klp_disable_func()Minfei Huang2015-07-141-2/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-013-18/+25
|\ \ \ \ \
| * | | | | userns,pidns: Force thread group sharing, not signal handler sharing.Eric W. Biederman2015-08-122-6/+6
| * | | | | unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-08-121-10/+18
| * | | | | vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-2/+1
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0111-76/+112
|\ \ \ \ \ \
| * | | | | | genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-5/+13
| * | | | | | genirq: Use the proper parameter name in kernel docMasanari Iida2015-07-301-1/+1
| * | | | | | Merge branch 'linus' into irq/coreThomas Gleixner2015-07-3015-113/+231
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | genirq: Add chip_[suspend|resume] PM support to irq_chipBrian Norris2015-07-271-0/+6
| * | | | | | genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson2015-07-271-0/+2
| * | | | | | genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-221-0/+17
| * | | | | | genirq: Remove the irq argument from setup_affinity()Jiang Liu2015-07-111-8/+7
| * | | | | | genirq: Provide and use __irq_can_set_affinity()Jiang Liu2015-07-111-8/+10
| * | | | | | genirq: Remove the irq argument from note_interrupt()Jiang Liu2015-07-113-4/+6
| * | | | | | genirq: Remove irq argument from try_one_irq()Jiang Liu2015-07-111-3/+3
| * | | | | | genirq: Remove irq argument from report_bad_irq()Jiang Liu2015-07-111-8/+6
| * | | | | | genirq: Remove irq argument from suspend/resume_irq()Jiang Liu2015-07-111-4/+4
| * | | | | | genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu2015-07-113-10/+11
| * | | | | | genirq: Remove irq arg from __irq_set_trigger()Jiang Liu2015-07-113-10/+9
| * | | | | | genirq: Remove the irq argument from check_irq_resend()Jiang Liu2015-07-114-4/+6
| * | | | | | genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-114-11/+11
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-017-75/+82
|\ \ \ \ \ \ \
| * | | | | | | hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck2015-08-221-0/+1
| * | | | | | | Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-08-204-29/+40
| |\ \ \ \ \ \ \
| | * | | | | | | time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang2015-08-171-8/+13
| | * | | | | | | time: Introduce current_kernel_time64()Baolin Wang2015-08-171-3/+3
| | * | | | | | | time: Add the common weak version of update_persistent_clock()Xunlei Pang2015-08-171-0/+5
| | * | | | | | | time: Always make sure wall_to_monotonic isn't positiveWang YanQing2015-08-171-3/+10
| | * | | | | | | time: Fix nanosecond file time rounding in timespec_trunc()Karsten Blees2015-08-171-14/+8
| | * | | | | | | timer_list: Add the base offset so remaining nsecs are accurate for non monot...John Stultz2015-08-171-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker2015-08-181-8/+17
| * | | | | | | hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker2015-08-181-2/+2
| * | | | | | | hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino2015-08-171-4/+2
| * | | | | | | kernel: broadcast-hrtimer: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-29/+20
| * | | | | | | clockevents: Drop redundant cpumask check in tick_check_new_device()Luiz Capitulino2015-08-011-3/+0
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-012-0/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-186-36/+101
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-311-0/+1
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-3118-123/+266
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | notifiers, RCU: Assert that RCU is watching in notify_die()Andy Lutomirski2015-07-071-0/+2
| | |_|_|/ / / / / | |/| | | | | | |
OpenPOWER on IntegriCloud