summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-0510-153/+259
|\
| * Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-272-4/+44
| |\
| | * asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+36
| | * asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+5
| | * 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-1/+1
| | * compat ABI: use non-compat openat and open_by_handle_at variantsYury Norov2019-02-181-3/+2
| * | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-109-149/+211
| |\|
| | * y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-1/+43
| | * y2038: remove struct definition redirectsArnd Bergmann2019-02-074-21/+0
| | * y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-28/+28
| | * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-073-91/+83
| | * timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-071-3/+3
| | * timex: use __kernel_timex internallyDeepa Dinamani2019-02-073-6/+6
| | * sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-071-0/+2
| | * time: fix sys_timer_settime prototypeArnd Bergmann2019-02-071-1/+1
| | * time: Add struct __kernel_timexDeepa Dinamani2019-02-072-0/+48
| | * time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-072-34/+33
| * | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-102-0/+8
| |\|
| | * arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+1
| | * ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-0/+3
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-052-0/+6
|\ \ \
| * | | x86/speculation: Add PR_SPEC_DISABLE_NOEXECWaiman Long2019-01-292-0/+6
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-056-13/+61
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-234-0/+34
| |\ \ \ \
| | * | | | irqdomain: Allow the default irq domain to be retrievedMarc Zyngier2019-02-211-0/+1
| | * | | | irqdesc: Add domain handler for NMIsJulien Thierry2019-02-051-0/+5
| | * | | | genirq: Provide NMI handlersJulien Thierry2019-02-051-0/+3
| | * | | | genirq: Provide NMI management for percpu_devid interruptsJulien Thierry2019-02-051-0/+9
| | * | | | genirq: Provide basic NMI management for interrupt linesJulien Thierry2019-02-052-0/+16
| * | | | | genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei2019-02-182-4/+10
| * | | | | genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei2019-02-181-3/+6
| * | | | | genirq/affinity: Code consolidationThomas Gleixner2019-02-181-9/+11
| * | | | | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-1459-247/+476
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | genirq: Add missing documentation for tot_countWaiman Long2019-02-131-0/+1
| * | | | | kthread: Add __kthread_should_park()Matthias Kaehlcke2019-02-101-0/+1
| * | | | | genirq: Avoid summation loops for /proc/statThomas Gleixner2019-02-101-0/+1
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-1/+2
|\ \ \ \ \ \
| * | | | | | clocksource/drivers/tegra: Add Tegra210 timer supportJoseph Lo2019-02-231-0/+1
| * | | | | | posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-151-1/+1
| |/ / / / /
* | | | | | Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-051-1/+3
|\ \ \ \ \ \
| * | | | | | MIPS: ath79: export switch MDIO reference clockFelix Fietkau2019-01-221-1/+2
| * | | | | | MIPS: ath79: add helpers for setting clocks and expose the ref clockFelix Fietkau2019-01-221-1/+2
| |/ / / / /
* | | | | | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-051-0/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-0/+4
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-0514-47/+53
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu2019-02-222-3/+9
| |\ \ \ \ \
| | * | | | | bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocateIoana Ciornei2019-01-111-0/+1
| | * | | | | soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-2/+4
| | * | | | | soc: fsl: dpio: store a backpointer to the device backing the dpaa2_ioIoana Ciornei2019-01-111-1/+2
| | * | | | | soc: fsl: dpio: use a cpumask to identify which cpus are unusedIoana Ciornei2019-01-081-0/+2