summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | y2038: sparc: Extend sysvipc data structuresArnd Bergmann2018-04-204-50/+41
| | * | | | | y2038: parisc: Extend sysvipc data structuresArnd Bergmann2018-04-204-52/+48
| | * | | | | y2038: mips: Extend sysvipc data structuresArnd Bergmann2018-04-204-41/+94
| | * | | | | y2038: arm64: Extend sysvipc compat data structuresArnd Bergmann2018-04-201-16/+16
| | * | | | | y2038: s390: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-133/+19
| | * | | | | y2038: ia64: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4
| | * | | | | y2038: alpha: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4
| | * | | | | y2038: x86: Extend sysvipc data structuresArnd Bergmann2018-04-202-17/+26
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-0537-89/+45
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-02118-1059/+1768
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge tag 'y2038-timekeeping' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2018-04-1937-89/+45
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | time: Introduce CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-191-0/+7
| | * | | | | | time: Introduce CONFIG_64BIT_TIME in architecturesDeepa Dinamani2018-04-191-0/+8
| | * | | | | | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-1920-89/+10
| | * | | | | | sparc: compat: Allow including asm/compat.h for 32-bitArnd Bergmann2018-04-191-0/+4
| | * | | | | | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-1916-0/+16
* | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-053-9/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/MCE/AMD: Read MCx_MISC block addresses on any CPUBorislav Petkov2018-05-191-8/+7
| * | | | | | | | Merge branch 'ras/urgent' into ras/coreThomas Gleixner2018-05-1957-356/+659
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()Luck, Tony2018-05-061-1/+1
| * | | | | | | | | x86/MCE: Enable MCE broadcasting on new Centaur CPUsDavid Wang2018-05-061-0/+18
* | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-059-27/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: dts: stm32: Add exti support to stm32mp157 pinctrlLudovic Barre2018-05-241-0/+4
| * | | | | | | | | | ARM: dts: stm32: Add exti support for stm32mp157cLudovic Barre2018-05-241-0/+7
| * | | | | | | | | | softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker2018-05-141-0/+2
| * | | | | | | | | | softirq/x86: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-8/+0
| * | | | | | | | | | softirq/sparc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-2/+3
| * | | | | | | | | | softirq/powerpc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-7/+0
| * | | | | | | | | | softirq/parisc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-8/+0
| * | | | | | | | | | softirq/ia64: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-1/+1
| * | | | | | | | | | softirq/sh: Use nmi_count() on /proc/interrupts print outFrederic Weisbecker2018-05-141-1/+1
| * | | | | | | | | | softirq/sparc: Convert local_softirq_pending() to use per-cpu opFrederic Weisbecker2018-05-141-1/+1
| * | | | | | | | | | softirq/ia64: Convert local_softirq_pending() to per-cpu opsFrederic Weisbecker2018-05-141-1/+1
* | | | | | | | | | | Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-055-62/+86
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams2018-05-152-0/+12
| * | | | | | | | | | | x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams2018-05-153-0/+38
| * | | | | | | | | | | x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-152-9/+19
| * | | | | | | | | | | x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingDan Williams2018-05-151-9/+12
| * | | | | | | | | | | x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams2018-05-152-51/+12
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-054-81/+80
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/dumpstack: Explain the reasoning for the prologue and buffer sizeBorislav Petkov2018-04-261-0/+19
| * | | | | | | | | | | x86/dumpstack: Save first regs set for the executive summaryBorislav Petkov2018-04-261-20/+12
| * | | | | | | | | | | x86/dumpstack: Add a show_ip() functionBorislav Petkov2018-04-263-15/+17
| * | | | | | | | | | | x86/fault: Dump user opcode bytes on fatal faultsBorislav Petkov2018-04-261-2/+5
| * | | | | | | | | | | x86/dumpstack: Add loglevel argument to show_opcodes()Borislav Petkov2018-04-262-3/+4
| * | | | | | | | | | | x86/dumpstack: Improve opcodes dumping in the code sectionBorislav Petkov2018-04-261-16/+15
| * | | | | | | | | | | x86/dumpstack: Carve out code-dumping into a functionBorislav Petkov2018-04-261-27/+30
| * | | | | | | | | | | x86/dumpstack: Unexport oops_begin()Borislav Petkov2018-04-261-1/+0
| * | | | | | | | | | | x86/dumpstack: Remove code_bytesBorislav Petkov2018-04-261-23/+4
* | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-0510-155/+188
|\ \ \ \ \ \ \ \ \ \ \ \