summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* slab: infrastructure for bulk object allocation and freeingChristoph Lameter2015-09-041-0/+10
* watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-041-4/+4
* watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-041-4/+9
* watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-041-0/+2
* kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-042-11/+5
* smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2015-09-041-1/+10
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-0/+35
* fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-041-2/+5
* fsnotify: remove mark->free_listJan Kara2015-09-041-2/+0
* fsnotify: document mark lockingJan Kara2015-09-041-20/+30
* capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEAndy Lutomirski2015-09-041-1/+10
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-042-0/+15
* kernel/kthread.c:kthread_create_on_node(): clarify documentationAndrew Morton2015-09-041-1/+1
* Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-09-041-0/+51
|\
| * pinctrl: qcom: ssbi: Family A gpio & mpp driversBjorn Andersson2015-07-171-0/+51
* | Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-09-045-77/+58
|\ \
| * | gpiolib: add description for gpio irqchip fields in struct gpio_chipGrygorii Strashko2015-08-261-0/+11
| * | gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko2015-08-171-5/+21
| * | Merge tag 'v4.2-rc4' into develLinus Walleij2015-08-1342-150/+326
| |\ \
| * | | gpio: defer probe if pinctrl cannot be foundTomeu Vizoso2015-07-281-2/+2
| * | | gpio: generic: support input-only chipsRabin Vincent2015-07-271-0/+1
| * | | Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij2015-07-171-59/+23
| |\ \ \
| | * | | gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König2015-07-061-59/+23
| * | | | gpio: em: Remove obsolete platform data supportGeert Uytterhoeven2015-07-161-11/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-09-042-0/+5
|\ \ \ \
| * | | | tile: enable full SECCOMP supportChris Metcalf2015-07-302-0/+5
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-031-2/+12
|\ \ \ \ \
| * | | | | IRQCHIP: irq-mips-gic: Add support for CM3 64-bit timer irqsMarkos Chandras2015-08-261-0/+4
| * | | | | IRQCHIP: irq-mips-gic: Extend GIC accessors for 64-bit CMsMarkos Chandras2015-08-261-2/+8
* | | | | | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-033-1/+63
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-08-271-0/+50
| |\ \ \ \ \ \
| | * | | | | | fsl_ifc: Change IO accessor based on endiannessJaiprakash Singh2015-08-071-0/+50
| | | |_|/ / / | | |/| | | |
| * | | | | | cxl: Add alternate MMIO error handlingIan Munsie2015-08-181-1/+3
| * | | | | | cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens2015-08-141-0/+10
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-032-0/+206
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2015-08-101-0/+52
| |\ \ \ \ \ \
| | * | | | | | arm64: psci: factor invocation code to driversMark Rutland2015-08-031-0/+52
| | |/ / / / /
| * / / / / / arm: perf: factor arm_pmu core out to driversMark Rutland2015-07-311-0/+154
| |/ / / / /
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-039-286/+705
|\ \ \ \ \ \
| * | | | | | locking, include/llist: Use linux/atomic.h instead of asm/cmpxchg.hWill Deacon2015-08-121-1/+1
| * | | | | | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon2015-08-121-7/+6
| * | | | | | locking/qrwlock: Implement queue_write_unlock() using smp_store_release()Will Deacon2015-08-121-8/+1
| * | | | | | locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_l...Will Deacon2015-08-121-27/+59
| * | | | | | locking, asm-generic: Rework atomic-long.h to avoid bulk code duplicationWill Deacon2015-08-121-149/+40
| * | | | | | locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic ope...Will Deacon2015-08-121-0/+323
| * | | | | | locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicChristian Borntraeger2015-08-121-1/+6
| * | | | | | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-123-18/+35
| |\ \ \ \ \ \
| | * | | | | | atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-272-10/+25
| | * | | | | | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-273-22/+16
| | * | | | | | atomic: Prepare generic atomic implementation for logic opsPeter Zijlstra2015-07-271-2/+10
| | | |_|_|_|/ | | |/| | | |