Linux Arch
[Prev Page][Next Page]
- Re: [PATCH RFC tools/memory-model] Add s390.{cfg,cat}, (continued)
- [PATCH v7 0/4] Fix issues with huge mapping in ioremap for ARM64,
Chintan Pandya
- [Question] Documentation/features: More automation/scripting help?,
Andrea Parri
- [PATCH v6 0/4] Fix issues with huge mapping in ioremap for ARM64,
Chintan Pandya
- [PATCH v15 0/9] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
- [PATCH v15 9/9] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header, Logan Gunthorpe
- [PATCH v15 5/9] iomap: introduce io{read|write}64_{lo_hi|hi_lo}, Logan Gunthorpe
- [PATCH v15 4/9] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}, Logan Gunthorpe
- [PATCH v15 3/9] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs, Logan Gunthorpe
- [PATCH v15 8/9] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64, Logan Gunthorpe
- [PATCH v15 1/9] iomap: Use non-raw io functions for io{read|write}XXbe, Logan Gunthorpe
- [PATCH v15 6/9] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros, Logan Gunthorpe
- [PATCH v15 7/9] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks, Logan Gunthorpe
- [PATCH v15 2/9] parisc: iomap: introduce io{read|write}64, Logan Gunthorpe
- Re: [PATCH v15 0/9] Add io{read|write}64 to io-64-atomic headers, Michael Ellerman
- Re: dma-mapping: clearing GFP_ZERO flag caused crashes of Ethernet on arc/hsdk board., Vineet Gupta
- [PATCH v5 0/4] Fix issues with huge mapping in ioremap for ARM64,
Chintan Pandya
- [PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys.,
Ram Pai
- [PATCH v13 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys, Ram Pai
- [PATCH v13 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey, Ram Pai
- [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled, Ram Pai
- <Possible follow-ups>
- [PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys., Ram Pai
- [PATCH v11 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys, Ram Pai
- [PATCH v13 3/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey, Ram Pai
- [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled, Ram Pai
- Re: [PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys., Michael Ellerman
- [PATCH RFC tools/lkmm 0/12] Reorganize RCU-related cat rules,
Paul E. McKenney
- [PATCH v14 00/10] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
- [PATCH v14 01/10] iomap: Use correct endian conversion function in mmio_writeXXbe, Logan Gunthorpe
- [PATCH v14 05/10] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}, Logan Gunthorpe
- [PATCH v14 03/10] parisc: iomap: introduce io{read|write}64, Logan Gunthorpe
- [PATCH v14 04/10] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs, Logan Gunthorpe
- [PATCH v14 02/10] iomap: Add big endian sparse annotations to mmio_{read|write}XXbe(), Logan Gunthorpe
- [PATCH v14 06/10] iomap: introduce io{read|write}64_{lo_hi|hi_lo}, Logan Gunthorpe
- [PATCH v14 09/10] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64, Logan Gunthorpe
- [PATCH v14 07/10] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros, Logan Gunthorpe
- [PATCH v14 08/10] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks, Logan Gunthorpe
- [PATCH v14 10/10] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header, Logan Gunthorpe
- [PATCH 00/45] remove in-kernel syscall invocations (part 3 == remainder outside arch/),
Dominik Brodowski
- [PATCH 17/45] fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall, Dominik Brodowski
- [PATCH 28/45] mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls, Dominik Brodowski
- [PATCH 31/45] ipc: add semget syscall wrapper, Dominik Brodowski
- [PATCH 16/45] inotify: add do_inotify_init() helper; remove in-kernel call to syscall, Dominik Brodowski
- [PATCH 23/45] sched: add do_sched_yield() helper; remove in-kernel call to sched_yield(), Dominik Brodowski
- [PATCH 12/45] fs: add do_compat_fcntl64() helper; remove in-kernel call to comapt syscall, Dominik Brodowski
- [PATCH 04/45] fs: add ksys_read() helper; remove in-kernel calls to sys_read(), Dominik Brodowski
- [PATCH 03/45] fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek(), Dominik Brodowski
- [PATCH 11/45] fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate(), Dominik Brodowski
- [PATCH 32/45] ipc: add semctl syscall/compat_syscall wrappers, Dominik Brodowski
- [PATCH 40/45] x86: use _do_fork() in compat_sys_x86_clone(), Dominik Brodowski
- [PATCH 43/45] x86/sigreturn: use SYSCALL_DEFINE0, Dominik Brodowski
- [PATCH 29/45] mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead(), Dominik Brodowski
- [PATCH 15/45] fs: add do_compat_futimesat() helper; remove in-kernel call to comapt syscall, Dominik Brodowski
- [PATCH 21/45] kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid(), Dominik Brodowski
- [PATCH 02/45] fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl(), Dominik Brodowski
- [PATCH 19/45] fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl(), Dominik Brodowski
- [PATCH 25/45] mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c, Dominik Brodowski
- [PATCH 24/45] kexec: call do_kexec_load() in compat syscall directly, Dominik Brodowski
- [PATCH 39/45] ipc: add msgsnd syscall/compat_syscall wrappers, Dominik Brodowski
- [PATCH 35/45] ipc: add shmdt syscall wrapper, Dominik Brodowski
- [PATCH 08/45] fs: add kern_select() helper; remove in-kernel call to sys_select(), Dominik Brodowski
- [PATCH 14/45] fs: add do_compat_signalfd4() helper; remove in-kernel call to comapt syscall, Dominik Brodowski
- [PATCH 10/45] fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls, Dominik Brodowski
- [PATCH 30/45] ipc: add semtimedop syscall/compat_syscall wrappers, Dominik Brodowski
- [PATCH 34/45] ipc: add shmget syscall wrapper, Dominik Brodowski
- [PATCH 44/45] kernel/sys_ni: sort cond_syscall() entries, Dominik Brodowski
- [PATCH 07/45] fs: add do_vmsplice() helper; remove in-kernel call to syscall, Dominik Brodowski
- [PATCH 22/45] kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c, Dominik Brodowski
- [PATCH 36/45] ipc: add shmctl syscall/compat_syscall wrappers, Dominik Brodowski
- [PATCH 41/45] x86: remove compat_sys_x86_waitpid(), Dominik Brodowski
- [PATCH 38/45] ipc: add msgrcv syscall/compat_syscall wrappers, Dominik Brodowski
- [PATCH 27/45] mm: add kernel_mbind() helper; remove in-kernel call to syscall, Dominik Brodowski
- [PATCH 20/45] kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall, Dominik Brodowski
- [PATCH 37/45] ipc: add msgctl syscall/compat_syscall wrappers, Dominik Brodowski
- [PATCH 01/45] fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64(), Dominik Brodowski
- [PATCH 26/45] mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c, Dominik Brodowski
- [PATCH 42/45] x86: fix sys_sigreturn() return type to be long, not unsigned long, Dominik Brodowski
- [PATCH 05/45] fs: add ksys_sync() helper; remove in-kernel calls to sys_sync(), Dominik Brodowski
- [PATCH 18/45] fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall, Dominik Brodowski
- [PATCH 09/45] fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate(), Dominik Brodowski
- [PATCH 45/45] bpf: whitelist all syscalls for error injection, Dominik Brodowski
- [PATCH 13/45] fs: add do_compat_select() helper; remove in-kernel call to comapt syscall, Dominik Brodowski
- [PATCH 06/45] fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall, Dominik Brodowski
- [PATCH 33/45] ipc: add msgget syscall wrapper, Dominik Brodowski
- Re: [PATCH 00/45] remove in-kernel syscall invocations (part 3 == remainder outside arch/), Linus Torvalds
- [PATCH v13 00/10] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
- [PATCH v13 01/10] iomap: Use correct endian conversion function in mmio_writeXXbe, Logan Gunthorpe
- [PATCH v13 09/10] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64, Logan Gunthorpe
- [PATCH v13 04/10] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs, Logan Gunthorpe
- [PATCH v13 03/10] parisc: iomap: introduce io{read|write}64, Logan Gunthorpe
- [PATCH v13 10/10] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header, Logan Gunthorpe
- [PATCH v13 07/10] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros, Logan Gunthorpe
- [PATCH v13 05/10] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}, Logan Gunthorpe
- [PATCH v13 02/10] iomap: Fix sparse endian check warnings, Logan Gunthorpe
- [PATCH v13 08/10] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks, Logan Gunthorpe
- [PATCH v13 06/10] iomap: introduce io{read|write}64_{lo_hi|hi_lo}, Logan Gunthorpe
- Re: [PATCH v13 00/10] Add io{read|write}64 to io-64-atomic headers, Andy Shevchenko
- [PATCH v5] earlycon: Use a pointer table to fix __earlycon_table stride,
Daniel Kurtz
- [PATCH v4] earlycon: Use a pointer table to fix __earlycon_table stride, Daniel Kurtz
- [PATCH v3] earlycon: Use a pointer table to fix __earlycon_table stride,
Daniel Kurtz
- [PATCH v2 2/2] earlycon: Use a pointer table to fix __earlycon_table stride,
Daniel Kurtz
- [PATCH v4 0/3] Fix issues with huge mapping in ioremap for ARM64,
Chintan Pandya
- [PATCH v3 0/3] Fix issues with huge mapping in ioremap for ARM64,
Chintan Pandya
- [PATCH] ARC: Improve cmpxchng syscall implementation,
Alexey Brodkin
- [PATCH 00/19] C-SKY(csky) Linux Kernel Port,
Guo Ren
- [PATCH 04/19] csky: MMU and page talbe management, Guo Ren
- [PATCH 18/19] clocksource: add timer-nationalchip.c, Guo Ren
- [PATCH 19/19] irqchip: add irq-nationalchip.c and irq-csky.c, Guo Ren
- [PATCH 13/19] csky: User access, Guo Ren
- [PATCH 11/19] csky: Library functions, Guo Ren
- [PATCH 12/19] csky: Debug and Ptrace GDB, Guo Ren
- [PATCH 02/19] csky: Exception handling and syscall, Guo Ren
- [PATCH 01/19] csky: Kernel booting, Guo Ren
- [PATCH 17/19] csky: defconfig, Guo Ren
- [PATCH 16/19] csky: Device tree, Guo Ren
- [PATCH 03/19] csky: Cache and TLB routines, Guo Ren
- [PATCH 15/19] csky: Build infrastructure, Guo Ren
- [PATCH 14/19] csky: Misc headers, Guo Ren
- [PATCH 07/19] csky: Atomic operations, Guo Ren
- [PATCH 05/19] csky: Process management, Guo Ren
- [PATCH 06/19] csky: IRQ handling, Guo Ren
- [PATCH 09/19] csky: VDSO and rt_sigreturn, Guo Ren
- [PATCH 08/19] csky: ELF and module probe, Guo Ren
- [PATCH 10/19] csky: Signal handling, Guo Ren
- Re: [PATCH 00/19] C-SKY(csky) Linux Kernel Port, Joe Perches
- Re: [PATCH 00/19] C-SKY(csky) Linux Kernel Port, Arnd Bergmann
- [RFC PATCH 0/6] remove in-kernel syscall invocations (part 3 == compat cruft),
Dominik Brodowski
- [PATCH 4.4 26/63] nospec: Include <asm/barrier.h> dependency, Greg Kroah-Hartman
- [PATCH 4.9 38/86] nospec: Kill array_index_nospec_mask_check(), Greg Kroah-Hartman
- [PATCH 4.9 39/86] nospec: Include <asm/barrier.h> dependency, Greg Kroah-Hartman
- [PATCH v12 0/9] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
- [RFC PATCH 1/2] ftrace: Allow arches to opt-out of static ftrace,
Michael Ellerman
- [PATCH v4] mm, pkey: treat pkey-0 special,
Ram Pai
- [asm-generic:master 55/64] drivers/usb/musb/musb_host.c:577:10: error: 'struct musb' has no member named 'double_buffer_not_ok', kbuild test robot
- Re: [Blackfin removal] [PATCH 01/28] Blackfin arch: Remove Blackfin CPU arch general support,
Arnd Bergmann
- [PATCH v2 0/4] Fix issues with huge mapping in ioremap for ARM64,
Chintan Pandya
- [Blackfin removal] [PATCH 19/28] ata: Remove Blackfin PATA support, Aaron Wu
- [Blackfin removal] [PATCH 20/28] pwm: Remove Blackfin PWM support, Aaron Wu
- [Blackfin removal] [PATCH 21/28] pcmcia: Remove Blackfin PCMCIA support, Aaron Wu
- [Blackfin removal] [PATCH 18/28] crypto: Remove Blackfin crypto support,
Aaron Wu
- [Blackfin removal] [PATCH 23/28] char: Remove Blackfin OTP support, Aaron Wu
- [Blackfin removal] [PATCH 28/28] MAINTAINERS: Remove Blackfin from MAINTAINERS list, Aaron Wu
- [Blackfin removal] [PATCH 27/28] documentation: Remove Blackfin documentation, Aaron Wu
- [Blackfin removal] [PATCH 22/28] can: Remove Blackfin CAN bus support, Aaron Wu
- [Blackfin removal] [PATCH 26/28] samples: Remove Blackfin gptimers sample code, Aaron Wu
- [Blackfin removal] [PATCH 25/28] staging: Remove Blackfin iio trigger timer support, Aaron Wu
- [Blackfin removal] [PATCH 24/28] pinctrl: Remove Blackfin pinctrl support, Aaron Wu
- [Blackfin removal] [PATCH 17/28] usb: Remove Blackfin USB support, Aaron Wu
- [Blackfin removal] [PATCH 16/28] irda: Remove Blackfin IRDA support, Aaron Wu
- [Blackfin removal] [PATCH 15/28] spi: Remove Blackfin SPI bus support, Aaron Wu
- [Blackfin removal] [PATCH 14/28] mtd: Remove Blackfin MTD support, Aaron Wu
- [Blackfin removal] [PATCH 13/28] cpufreq: Remove Blackfin CPU frequency support, Aaron Wu
- [Blackfin removal] [PATCH 11/28] misc: Remove Blackfin DSP echo support,
Aaron Wu
- [Blackfin removal] [PATCH 10/28] i2c: Remove Blackfin I2C bus support, Aaron Wu
- [Blackfin removal] [PATCH 09/28] input: Remove Blackfin input support, Aaron Wu
- [Blackfin removal] [PATCH 07/28] watchdog: Remove Blackfin watchdog support,
Aaron Wu
- [Blackfin removal] [PATCH 06/28] mmc: Remove Blackfin SD host support, Aaron Wu
- [Blackfin removal] [PATCH 05/28] rtc: Remove Blackfin RTC support, Aaron Wu
- [Blackfin removal] [PATCH 04/28] tty: Remove Blackfin tty and uart support, Aaron Wu
- [Blackfin removal] [PATCH 03/28] media: Remove Blackfin media support, Aaron Wu
- [Blackfin removal] [PATCH 02/28] net: Remove Blackfin Ethernet support, Aaron Wu
- [PATCH v2] earlycon: Fix __earlycon_table stride... again,
Daniel Kurtz
- [asm-generic:master 12/63] warning: (FAULT_INJECTION_STACKTRACE_FILTER && ..) selects FRAME_POINTER which has unmet direct dependencies (DEBUG_KERNEL && ..) || ..),
kbuild test robot
- [PATCH v3] powerpc: treat pkey-0 special, Ram Pai
- [PATCH v3] x86: treat pkey-0 special,
Ram Pai
- [asm-generic:master 7/63] Makefile:628: arch/tile/Makefile: No such file or directory, kbuild test robot
- [asm-generic:master 3/63] Makefile:505: arch/frv/Makefile: No such file or directory, kbuild test robot
- [asm-generic:master 2/63] Makefile:505: arch/mn10300/Makefile: No such file or directory, kbuild test robot
- [asm-generic:master 8/63] Kconfig:12: can't open file "arch/cris/Kconfig", kbuild test robot
- [asm-generic:master 5/63] Makefile:636: arch/score/Makefile: No such file or directory, kbuild test robot
- [PATCH v17 00/10] LPC: legacy ISA I/O support,
John Garry
- [PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts, John Garry
- [PATCH v17 09/10] HISI LPC: Add ACPI support, John Garry
- [PATCH v17 06/10] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings, John Garry
- [PATCH v17 10/10] MAINTAINERS: Add maintainer for HiSilicon LPC driver, John Garry
- [PATCH v17 03/10] PCI: Add fwnode handler as input param of pci_register_io_range(), John Garry
- [PATCH v17 05/10] OF: Add missing I/O range exception for indirect-IO devices, John Garry
- [PATCH v17 08/10] ACPI / scan: do not enumerate Indirect IO host children, John Garry
- [PATCH v17 01/10] LIB: Introduce a generic PIO mapping method, John Garry
- [PATCH v17 07/10] ACPI / scan: rename acpi_is_serial_bus_slave() to widen use, John Garry
- [PATCH v17 02/10] PCI: Remove unused __weak attribute in pci_register_io_range(), John Garry
- Re: [PATCH v17 00/10] LPC: legacy ISA I/O support, Bjorn Helgaas
- Re: arc_usr_cmpxchg and preemption,
Vineet Gupta
- [PATCH 08/16] procfs: remove CONFIG_HARDWALL dependency,
Arnd Bergmann
- [PATCH 00/16] remove eight obsolete architectures,
Arnd Bergmann
- [PATCH v1 0/4] Fix issues with huge mapping in ioremap,
Chintan Pandya
- [PATCH 1/1 v2] x86: pkey-mprotect must allow pkey-0,
Ram Pai
- [PATCH 1/1 v2] powerpc: pkey-mprotect must allow pkey-0, Ram Pai
- [PATCH v5 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion,
Deepa Dinamani
- [PATCH] earlycon: Fix __earlycon_table stride... again, Daniel Kurtz
- [PATCH 4.15 080/146] nospec: Kill array_index_nospec_mask_check(), Greg Kroah-Hartman
- [PATCH 4.15 081/146] nospec: Include <asm/barrier.h> dependency, Greg Kroah-Hartman
- [PATCH 4.14 115/140] nospec: Kill array_index_nospec_mask_check(), Greg Kroah-Hartman
- [PATCH 4.14 116/140] nospec: Include <asm/barrier.h> dependency, Greg Kroah-Hartman
- [PATCH v4 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion,
Deepa Dinamani
- [PATCH 3.2 102/104] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec, Ben Hutchings
- [PATCH 3.2 088/104] vfs, fdtable: Prevent bounds-check bypass via speculative execution, Ben Hutchings
- [PATCH 3.2 083/104] array_index_nospec: Sanitize speculative array de-references, Ben Hutchings
- [PATCH 3.2 085/104] x86: Introduce barrier_nospec, Ben Hutchings
- [PATCH 3.2 099/104] nospec: Kill array_index_nospec_mask_check(), Ben Hutchings
- [PATCH 3.16 73/76] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec, Ben Hutchings
- [PATCH 3.16 54/76] x86: Introduce barrier_nospec, Ben Hutchings
- [PATCH 3.16 57/76] vfs, fdtable: Prevent bounds-check bypass via speculative execution, Ben Hutchings
- [PATCH 3.16 56/76] x86/syscall: Sanitize syscall table de-references under speculation,
Ben Hutchings
- [PATCH 3.2 100/104] nospec: Include <asm/barrier.h> dependency, Ben Hutchings
- [PATCH 3.16 55/76] x86/get_user: Use pointer masking to limit speculation, Ben Hutchings
- [PATCH 3.16 69/76] nospec: Kill array_index_nospec_mask_check(), Ben Hutchings
- [PATCH 3.16 52/76] array_index_nospec: Sanitize speculative array de-references, Ben Hutchings
- [PATCH 3.16 58/76] nl80211: Sanitize array index in parse_txq_params, Ben Hutchings
- [PATCH 3.16 75/76] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec, Ben Hutchings
- [PATCH 3.16 70/76] nospec: Include <asm/barrier.h> dependency, Ben Hutchings
- [PATCH 3.16 53/76] x86: Implement array_index_mask_nospec, Ben Hutchings
- [PATCH 3.2 082/104] Documentation: Document array_index_nospec, Ben Hutchings
- [PATCH 3.2 084/104] x86: Implement array_index_mask_nospec, Ben Hutchings
- [PATCH 3.2 089/104] x86/spectre: Report get_user mitigation for spectre_v1, Ben Hutchings
- [PATCH 3.2 086/104] x86/get_user: Use pointer masking to limit speculation, Ben Hutchings
- [PATCH 3.2 101/104] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec, Ben Hutchings
- [PATCH 3.16 74/76] x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}, Ben Hutchings
- [PATCH 3.16 51/76] Documentation: Document array_index_nospec, Ben Hutchings
- [PATCH 3.2 087/104] x86/syscall: Sanitize syscall table de-references under speculation, Ben Hutchings
- [PATCH 3.16 59/76] x86/spectre: Report get_user mitigation for spectre_v1, Ben Hutchings
- [PATCH 4.4 11/36] x86/syscall: Sanitize syscall table de-references under speculation fix, Greg Kroah-Hartman
- [PATCH 4.4 08/36] nospec: Allow index argument to have const-qualified type, Greg Kroah-Hartman
- [PATCH 4.9 18/65] nospec: Allow index argument to have const-qualified type, Greg Kroah-Hartman
- Re: [RFC PATCH 3/6] mm, arm64: untag user addresses in memory syscalls,
Catalin Marinas
- Re: [RFC PATCH 2/6] arm64: untag user addresses in copy_from_user and others,
Mark Rutland
- Re: [RFC PATCH 0/6] arm64: untag user pointers passed to the kernel,
Mark Rutland
- Debian Ports architecture status (Re: Re: Removing architectures without upstream gcc support),
John Paul Adrian Glaubitz
- [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0,
Ram Pai
- Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0, Balbir Singh
- Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0, Ingo Molnar
- Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0, Michael Ellerman
- Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0, Florian Weimer
- Re: [PATCH] x86, powerpc : pkey-mprotect must allow pkey-0, Dave Hansen
- [PATCH v3] arm64: signal: Ensure si_code is valid for all fault signals,
Dave Martin
- [stable] nospec: Kill array_index_nospec_mask_check(),
Ben Hutchings
- Re: [PATCH] mn10300: Remove the architecture, Arnd Bergmann
- [PATCH 4.15 105/122] nospec: Allow index argument to have const-qualified type, Greg Kroah-Hartman
- [PATCH 4.14 090/110] nospec: Allow index argument to have const-qualified type, Greg Kroah-Hartman
- [PATCH tools/memory-model 0/4] Documentation updates and fixes,
Paul E. McKenney
- Re: RFC: remove the "tile" architecture from glibc,
Arnd Bergmann
- [PATCH v16 0/9] LPC: legacy ISA I/O support,
John Garry
- [PATCH v16 8/9] HISI LPC: Add ACPI support, John Garry
- [PATCH v16 5/9] OF: Add missing I/O range exception for indirect-IO devices, John Garry
- [PATCH v16 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver, John Garry
- [PATCH v16 4/9] PCI: Apply the new generic I/O management on PCI IO hosts, John Garry
- [PATCH v16 7/9] ACPI / scan: do not enumerate Indirect IO host children, John Garry
- [PATCH v16 2/9] PCI: Remove unused __weak attribute in pci_register_io_range(), John Garry
- [PATCH v16 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings, John Garry
- [PATCH v16 3/9] PCI: Add fwnode handler as input param of pci_register_io_range(), John Garry
- [PATCH v16 1/9] LIB: Introduce a generic PIO mapping method, John Garry
- Re: [PATCH v16 0/9] LPC: legacy ISA I/O support, Andy Shevchenko
- [PATCH 003/103] sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE, micky387
- [PATCH v11 0/7] Add io{read|write}64 to io-64-atomic headers,
Logan Gunthorpe
- [PATCH v2 0/3] arm64: Fix invalid si_codes for fault signals,
Dave Martin
- [PATCH] nios2: add ioremap_nocache declaration before include asm-generic/io.h.,
Greentime Hu
- [PATCH] cris: add ioremap_nocache declaration before include asm-generic/io.h.,
Greentime Hu
- Do we need to disable preemption in flush_tlb_range()?,
Alexey Brodkin
- [PATCH v15 0/9] LPC: legacy ISA I/O support,
John Garry
- [PATCH v15 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver, John Garry
- [PATCH v15 7/9] ACPI / scan: do not enumerate Indirect IO host children, John Garry
- [PATCH v15 4/9] PCI: Apply the new generic I/O management on PCI IO hosts, John Garry
- [PATCH v15 3/9] PCI: Add fwnode handler as input param of pci_register_io_range(), John Garry
- [PATCH v15 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings, John Garry
- [PATCH v15 8/9] HISI LPC: Add ACPI support, John Garry
- [PATCH v15 2/9] PCI: Remove unused __weak attribute in pci_register_io_range(), John Garry
- [PATCH v15 1/9] LIB: Introduce a generic PIO mapping method, John Garry
- [PATCH v15 5/9] OF: Add missing I/O range exception for indirect-IO devices, John Garry
- Re: [PATCH v15 0/9] LPC: legacy ISA I/O support, Andy Shevchenko
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]