summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-0/+1
|\
| * Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman2017-08-2819-80/+282
| |\
| * | ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.Martijn Coenen2017-08-221-0/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-051-1/+2
|\ \ \
| * \ \ Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-151-1/+2
| |\ \ \
| | * | | fork: allow arch-override of VMAP stack alignmentMark Rutland2017-08-151-1/+2
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-13/+1
|\ \ \ \ \
| * | | | | x86/perf/cqm: Wipe out perf based cqmVikas Shivappa2017-08-011-13/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-1/+11
|\ \ \ \ \
| * | | | | smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()Ethan Barnes2017-07-201-1/+11
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-049-38/+549
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-08-311-2/+12
| |\ \ \ \ \ \
| | * | | | | | genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier2017-08-231-2/+12
| | | |_|_|/ / | | |/| | | |
| * | | | | | genirq/proc: Avoid uninitalized variable warningThomas Gleixner2017-08-251-2/+2
| * | | | | | irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter2017-08-251-2/+2
| * | | | | | genirq: Fix semicolon.cocci warningskbuild test robot2017-08-251-1/+1
| * | | | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2017-08-183-30/+313
| |\ \ \ \ \ \
| | * | | | | | irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney2017-08-181-0/+169
| | * | | | | | irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney2017-08-181-1/+2
| | * | | | | | irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney2017-08-181-29/+29
| | * | | | | | genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney2017-08-182-0/+110
| | * | | | | | genirq: Export more irq_chip_*_parent() functionsDavid Daney2017-08-181-0/+3
| * | | | | | | genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier2017-08-181-1/+1
| * | | | | | | genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier2017-08-181-1/+49
| * | | | | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2017-08-163-0/+170
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski2017-08-161-0/+43
| | * | | | | | genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski2017-08-163-0/+127
| | |/ / / / /
| * | | | | | genirq: Fix for_each_action_of_desc() macroMasahiro Yamada2017-08-141-1/+1
| |/ / / / /
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-043-11/+22
|\ \ \ \ \ \
| * | | | | | alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni2017-08-311-0/+6
| * | | | | | Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-08-202-3/+10
| |\ \ \ \ \ \
| | * | | | | | alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven2017-08-171-2/+9
| | * | | | | | timekeeping: Use proper timekeeper for debug codeStafford Horne2017-08-171-1/+1
| * | | | | | | posix-cpu-timers: Use dedicated helper to access rlimit valuesKrzysztof Opasiak2017-08-181-8/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-042-5/+27
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-2635-183/+490
| |\ \ \ \ \ \ \
| * | | | | | | | x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-181-1/+11
| * | | | | | | | x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-4/+16
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-0422-274/+1176
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-0413-60/+112
| |\ \ \ \ \ \ \ \
| * | | | | | | | | locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...Waiman Long2017-08-291-7/+17
| * | | | | | | | | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-293-17/+19
| * | | | | | | | | locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra2017-08-292-46/+42
| * | | | | | | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-0/+39
| * | | | | | | | | locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra2017-08-252-21/+58
| * | | | | | | | | workqueue/lockdep: 'Fix' flush_work() annotationPeter Zijlstra2017-08-251-9/+11
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-2516-48/+217
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng2017-08-171-1/+10
| * | | | | | | | | locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+12
| * | | | | | | | | locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park2017-08-141-6/+6
OpenPOWER on IntegriCloud