aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/uapi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-08powerpc/perf: Update perf_regs structure to include MMCRAMadhavan Srinivasan1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-6/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2018-12-21powerpc: generate uapi header and system call table filesFiroz Khan2-390/+4
2018-12-21powerpc: add __NR_syscalls along with NR_syscallsFiroz Khan1-1/+4
2018-12-20powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan1-0/+1
2018-12-07powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das2-1/+9
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+2
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-2/+15
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-10-19powerpc/uapi: Fix sigcontext definition to use user_pt_regsMichael Ellerman1-1/+5
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman1-1/+6
2018-10-09KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR registerPaul Mackerras1-0/+1
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2-18/+1
2018-10-03powerpc/ptrace: Add support for PTRACE_SYSEMUBreno Leitao1-0/+4
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+2
2018-06-23powerpc: Wire up io_pgeteventsBreno Leitao1-0/+1
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini1-0/+1
2018-06-06powerpc: Wire up restartable sequences system callBoqun Feng1-0/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-27/+24
2018-05-17KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interfacePaul Mackerras1-0/+1
2018-04-25signal/powerpc: Replace TRAP_FIXME with TRAP_UNKEric W. Biederman1-8/+0
2018-04-25signal/powerpc: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-7/+0
2018-04-20y2038: powerpc: Extend sysvipc data structuresArnd Bergmann3-27/+24
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-0/+10
2018-02-01Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-0/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+14
2018-01-21powerpc: sys_pkey_mprotect() system callRam Pai1-0/+1
2018-01-21powerpc: sys_pkey_alloc() and sys_pkey_free() system callsRam Pai1-0/+2
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann1-0/+1
2018-01-20powerpc: ability to create execute-disabled pkeysRam Pai1-0/+6
2018-01-19KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras1-0/+25
2018-01-16KVM: PPC: Book3S HV: Enable migration of decrementer registerPaul Mackerras1-0/+2
2018-01-15signal/powerpc: Remove redefinition of NSIGTRAP on powerpcEric W. Biederman1-3/+0
2018-01-12signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman1-0/+15
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman25-0/+25
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman15-0/+15
2017-10-20powerpc: Add PPC_FEATURE2_HTM_NO_SUSPENDMichael Ellerman1-0/+1
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz1-16/+0
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy1-1/+1
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-29/+6
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-89/+1
2017-06-22KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabledAravinda Prasad1-0/+6
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai1-0/+1
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-01powerpc: use asm-generic/socket.h as much as possibleStephen Rothwell1-91/+1