summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-121-0/+1
|\
| * vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-011-0/+1
* | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-0/+3
|\ \
| * | missing include asm/paravirt.h in cputime.cStefano Stabellini2015-12-211-0/+3
* | | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-114-15/+231
|\ \ \
| * | | workqueue: simplify the apply_workqueue_attrs_locked()wanghaibin2016-01-071-7/+4
| * | | workqueue: implement lockup detectorTejun Heo2015-12-082-3/+174
| * | | watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo2015-12-083-5/+18
| * | | workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueueTejun Heo2015-12-081-0/+35
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-115-14/+109
|\ \ \ \
| * \ \ \ Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2015-12-291-1/+1
| |\ \ \ \
| | * | | | irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit2015-12-211-1/+1
| * | | | | genirq/msi: Export functions to allow MSI domains in modulesJake Oshins2015-12-202-0/+5
| * | | | | Merge branch 'irq/wire-msi-bridge' of git://git.kernel.org/pub/scm/linux/kern...Thomas Gleixner2015-12-1935-221/+425
| |\ \ \ \ \
| | * | | | | genirq/msi: Add msi_domain_populate_irqsMarc Zyngier2015-12-161-0/+40
| | * | | | | genirq/msi: Make the .prepare callback reusableMarc Zyngier2015-12-161-3/+15
| | * | | | | irqdomain: Make irq_domain_alloc_irqs_recursive availableMarc Zyngier2015-12-161-3/+3
| | |/ / / /
| * | | | | genirq: Free irq_desc with rcuThomas Gleixner2015-12-141-3/+16
| * | | | | genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni2015-12-081-0/+25
| * | | | | genirq: Delay incrementing interrupt count if it's disabled/pendingSudeep Holla2015-11-161-4/+4
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-01-118-31/+117
|\ \ \ \ \ \ \
| | * | | | | | posix-clock: Fix return code on the poll method's error pathRichard Cochran2015-12-291-2/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | clocksource: Make clocksource validation work for all clocksourcesYang Yingliang2015-12-191-1/+5
| * | | | | | Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-12-196-26/+92
| |\ \ \ \ \ \
| | * | | | | | timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz2015-12-161-4/+27
| | * | | | | | ntp: Fix second_overflow's input parameter type to be 64bitsDengChao2015-12-162-8/+10
| | * | | | | | ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsDengChao2015-12-161-4/+6
| | * | | | | | timekeeping: Provide internal function __ktime_get_real_secondsDengChao2015-12-162-0/+15
| | * | | | | | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-102-3/+9
| | * | | | | | ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin2015-12-101-3/+5
| | * | | | | | clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi2015-12-071-2/+2
| | * | | | | | time: Avoid signed overflow in timekeeping_get_ns()David Gibson2015-12-071-2/+1
| | * | | | | | alarmtimer: Avoid unexpected rtc interrupt when system resume from S3zhuo-hao2015-12-031-0/+17
| | | |/ / / / | | |/| | | |
| * | | | | | nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra2015-11-251-2/+18
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-2/+2
|\ \ \ \ \ \ \
| * | | | | | | context_tracking: Switch to new static_branch APIAndy Lutomirski2015-11-241-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-113-7/+58
|\ \ \ \ \ \ \
| * | | | | | | kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai2015-12-192-3/+35
| * | | | | | | panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-192-1/+10
| * | | | | | | panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-192-4/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1110-286/+404
|\ \ \ \ \ \ \
| * | | | | | | sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du2016-01-061-10/+28
| * | | | | | | sched/deadline: Fix the earliest_dl.next logicWanpeng Li2016-01-061-52/+7
| * | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-0629-206/+323
| |\ \ \ \ \ \ \
| * | | | | | | | sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long2015-12-041-0/+6
| * | | | | | | | sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2015-12-042-4/+13
| * | | | | | | | sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long2015-12-041-3/+7
| * | | | | | | | sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen2015-12-043-43/+46
| * | | | | | | | sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-042-23/+25
| * | | | | | | | sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker2015-12-041-3/+3
OpenPOWER on IntegriCloud