aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-20y2038: ipc: Report long times to user spaceArnd Bergmann3-9/+33
2018-04-20y2038: ipc: Use ktime_get_real_seconds consistentlyArnd Bergmann2-6/+6
2018-04-20y2038: xtensa: Extend sysvipc data structuresArnd Bergmann3-51/+28
2018-04-20y2038: powerpc: Extend sysvipc data structuresArnd Bergmann4-43/+40
2018-04-20y2038: sparc: Extend sysvipc data structuresArnd Bergmann4-50/+41
2018-04-20y2038: parisc: Extend sysvipc data structuresArnd Bergmann4-52/+48
2018-04-20y2038: mips: Extend sysvipc data structuresArnd Bergmann4-41/+94
2018-04-20y2038: arm64: Extend sysvipc compat data structuresArnd Bergmann1-16/+16
2018-04-20y2038: s390: Remove unneeded ipc uapi header filesArnd Bergmann5-133/+19
2018-04-20y2038: ia64: Remove unneeded ipc uapi header filesArnd Bergmann5-92/+4
2018-04-20y2038: alpha: Remove unneeded ipc uapi header filesArnd Bergmann5-92/+4
2018-04-20y2038: x86: Extend sysvipc data structuresArnd Bergmann2-17/+26
2018-04-20y2038: asm-generic: Extend sysvipc data structuresArnd Bergmann3-45/+49
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani5-14/+16
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani3-9/+9
2018-04-19time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani2-6/+12
2018-04-19time: Add new y2038 safe __kernel_timespecDeepa Dinamani3-1/+17
2018-04-19posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani3-3/+15
2018-04-19time: Introduce CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani1-0/+7
2018-04-19time: Introduce CONFIG_64BIT_TIME in architecturesDeepa Dinamani1-0/+8
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani4-46/+56
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani28-95/+31
2018-04-19sparc: compat: Allow including asm/compat.h for 32-bitArnd Bergmann1-0/+4
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann18-1/+21
2018-04-19compat: Make compat helpers independent of CONFIG_COMPATDeepa Dinamani1-2/+6
2018-04-15Linux 4.17-rc1Linus Torvalds1-2/+2
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo5-4/+28
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo4-32/+31
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2-34/+13
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo1-22/+12
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo1-46/+30
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo1-97/+103
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo3-61/+71
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo1-16/+22
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2-8/+13
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo1-14/+0
2018-04-13include/linux/kexec.h: silence compile warningsPhilipp Rudo1-0/+2
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro3-188/+201
2018-04-13x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro1-11/+7
2018-04-13x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro1-51/+31
2018-04-13x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro1-12/+12
2018-04-13x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro1-63/+58
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro8-94/+71
2018-04-13kexec_file: make use of purgatory optionalAKASHI Takahiro3-0/+11
2018-04-13proc: revalidate misc dentriesAlexey Dobriyan1-1/+22
2018-04-13mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2018-04-13kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik1-0/+1
2018-04-13ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers1-3/+20
2018-04-13mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann1-1/+5
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin6-3/+17