summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-313-49/+35
|\ \ \ \ \ \
| * | | | | | nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker2015-07-292-2/+2
| * | | | | | nohz: Move tick_nohz_restart_sched_tick() above its usersFrederic Weisbecker2015-07-291-18/+16
| * | | | | | nohz: Restart nohz full tick from irq exitFrederic Weisbecker2015-07-291-24/+10
| * | | | | | nohz: Remove idle task special caseFrederic Weisbecker2015-07-291-5/+3
| * | | | | | jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker2015-07-291-3/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-08-311-0/+8
|\ \ \ \ \ \
| * | | | | | sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-08-251-0/+8
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-3118-815/+610
|\ \ \ \ \ \ \
| * | | | | | | sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri2015-08-121-1/+1
| * | | | | | | sched/deadline: Fix comment in push_dl_tasks()Andrea Parri2015-08-121-1/+1
| * | | | | | | sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra2015-08-123-81/+26
| * | | | | | | sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-127-18/+36
| * | | | | | | sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-123-11/+51
OpenPOWER on IntegriCloud