summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0425-37/+188
|\
| * tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
| * string: provide strscpy()Chris Metcalf2015-09-102-0/+91
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0822-8/+93
* | Merge tag 'md/4.3-fixes' of git://neil.brown.name/mdLinus Torvalds2015-10-047-26/+28
|\ \
| * | md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown2015-10-021-1/+2
| * | md/raid1: Avoid raid1 resync getting stuckJes Sorensen2015-10-021-3/+2
| * | md: drop null test before destroy functionsJulia Lawall2015-10-024-14/+7
| * | md: clear CHANGE_PENDING in readonly arrayShaohua Li2015-10-021-0/+1
| * | md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown2015-10-021-6/+6
| * | md/raid5: don't index beyond end of array in need_this_block().NeilBrown2015-10-021-2/+2
| * | raid5: update analysis state for failed stripeShaohua Li2015-10-021-0/+4
| * | md: wait for pending superblock updates before switching to read-onlyNeilBrown2015-10-021-0/+4
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82
|\ \ \
| * | | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42
| * | | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| * | | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1
| * | | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1
| * | | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * | | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
| * | | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| * | | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| * | | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| * | | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| * | | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| * | | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-043-3/+21
|\ \ \ \
| * | | | irqchip/gic-v3-its: Count additional LPIs for the aliased devicesMarc Zyngier2015-10-021-1/+1
| * | | | irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlinedMarc Zyngier2015-10-021-0/+3
| * | | | genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-011-2/+17
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
|\ \ \ \ \
| * | | | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| * | | | | x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1
| * | | | | x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3
| * | | | | Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgentIngo Molnar2015-10-013-52/+55
| |\ \ \ \ \
| | * | | | | x86/process: Unify 32bit and 64bit implementations of get_wchan()Thomas Gleixner2015-09-303-84/+55
| | * | | | | x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner2015-09-301-10/+42
| * | | | | | x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernelsAndrey Ryabinin2015-09-301-0/+2
| * | | | | | Merge tag 'v4.3-rc3' into x86/urgent, before applying dependent fixIngo Molnar2015-09-30434-2576/+4956
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov2015-09-301-5/+7
| * | | | | | x86/cpufeatures: Correct spelling of the HWP_NOTIFY flagKristen Carlson Accardi2015-09-232-2/+2
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-10-033-3/+3
|\ \ \ \ \ \ \
| * | | | | | | clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2015-10-021-1/+1
| * | | | | | | clocksource/drivers/keystone: Fix bad NO_IRQ usageDaniel Lezcano2015-09-291-1/+1
| * | | | | | | clocksource/drivers/rockchip: Fix bad NO_IRQ usageDaniel Lezcano2015-09-291-1/+1
* | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-10-033-17/+141
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-012-16/+75
| * | | | | | | | x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-10-0334-300/+227
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm/dp/mst: add some defines for logical/physical portsDave Airlie2015-10-022-1/+5