messages from 2018-01-23 15:57:33 to 2018-01-29 20:22:23 UTC [more...]
[PATCH for 4.16 v2 01/11] membarrier: selftest: Test private expedited cmd
2018-01-29 20:20 UTC (11+ messages)
` [PATCH for 4.16 v7 02/11] powerpc: membarrier: Skip memory barrier in switch_mm()
` [PATCH for 4.16 v2 05/11] membarrier: selftest: Test global expedited cmd
` [PATCH for 4.16 v2 06/11] Introduce sync_core_before_usermode
` [PATCH for 4.16 v3 08/11] membarrier: Provide core serializing command
` [PATCH for 4.16 11/11] membarrier: selftest: Test private expedited sync core cmd
` [PATCH for 4.16 v4 09/11] membarrier: x86: Provide core serializing command
[GIT PULL] siginfo cleanups for 4.16-rc1
2018-01-29 20:02 UTC (2+ messages)
[PATCH 01/11] membarrier: selftest: Test private expedited cmd (v2)
2018-01-29 19:20 UTC (28+ messages)
` [PATCH 02/11] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
` [PATCH 05/11] membarrier: selftest: Test global expedited cmd (v2)
` [PATCH 06/11] Introduce sync_core_before_usermode (v2)
` [PATCH 07/11] x86: Implement sync_core_before_usermode (v3)
` [PATCH 08/11] membarrier: Provide core serializing command (v2)
` [PATCH 09/11] membarrier: x86: Provide core serializing command (v4)
` [PATCH 10/11] membarrier: arm64: Provide core serializing command
` [PATCH 11/11] membarrier: selftest: Test private expedited sync core cmd
[PATCH v5 00/12] spectre variant1 mitigations for tip/x86/pti
2018-01-29 16:45 UTC (43+ messages)
` [PATCH v5 01/12] Documentation: document array_idx
` [PATCH v5 02/12] array_idx: sanitize speculative array de-references
` [PATCH v5 03/12] x86: implement array_idx_mask
` [PATCH v5 04/12] x86: introduce __uaccess_begin_nospec and ifence
` [PATCH v5 05/12] x86, __get_user: use __uaccess_begin_nospec
` [PATCH v5 06/12] x86, get_user: use pointer masking to limit speculation
` [PATCH v5 07/12] x86: remove the syscall_64 fast-path
` [PATCH v5 08/12] x86: sanitize sycall table de-references under speculation
` [PATCH v5 09/12] vfs, fdtable: prevent bounds-check bypass via speculative execution
` [PATCH v5 10/12] kvm, x86: update spectre-v1 mitigation
` [PATCH v5 11/12] nl80211: sanitize array index in parse_txq_params
` [PATCH v5 12/12] x86/spectre: report get_user mitigation for spectre_v1
[PATCH RFC 0/3] API for 128-bit IO access
2018-01-29 10:25 UTC (29+ messages)
` [PATCH 1/3] UAPI: Introduce 128-bit types and byteswap operations
` [PATCH 2/3] asm-generic/io.h: API for 128-bit memory accessors
` [PATCH 3/3] arm64: enable 128-bit memory read/write support
[GIT PULL tools] Linux kernel memory model
2018-01-29 9:54 UTC (4+ messages)
[PATCH 0/8] kprobes: Fix %p in kprobes
2018-01-27 10:15 UTC (16+ messages)
` [PATCH 1/8] kprobes: Show blacklist addresses as same as kallsyms does
` [PATCH 2/8] kprobes: Show address of kprobes if "
` [PATCH 3/8] kprobes: Replace %p with other pointer types
` [PATCH 4/8] kprobes/x86: Fix %p uses in error messages
` [PATCH 5/8] kprobes/arm: "
` [PATCH 6/8] kprobes/arm64: "
` [PATCH 7/8] kprobes/MN10300: "
` [PATCH 8/8] kprobes/s390: "
Darlehen Geld für Einzelpersonen und Fachleute in weniger als 72 Stunden
2018-01-26 7:22 UTC
Darlehen
2018-01-21 17:05 UTC
[PATCH v4 00/10] prevent bounds-check bypass via speculative execution
2018-01-25 22:37 UTC (8+ messages)
` [PATCH v4 02/10] asm/nospec, array_ptr: sanitize speculative array de-references
` [PATCH v4 07/10] x86: narrow out of bounds syscalls to sys_read under speculation
[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
2018-01-25 13:48 UTC (27+ messages)
` [PATCH v6 07/36] nds32: Exception handling
` [PATCH v6 16/36] nds32: DMA mapping API
` [PATCH v6 20/36] nds32: Signal handling support
[PATCH v2] Automate memory-barriers.txt; provide Linux-kernel memory model
2018-01-25 9:35 UTC (6+ messages)
[PATCH 00/11] siginfo fixes/cleanups esp SI_USER
2018-01-24 21:28 UTC (36+ messages)
` [PATCH 07/11] signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
` [PATCH 07/11] signal/arm64: Document conflicts with SI_USER and SIGFPE, SIGTRAP, SIGBUS
` [PATCH 0/2] siginfo fixes
` [PATCH 00/22] siginfo unification
` [PATCH 00/10] siginfo infrastructure
` [PATCH 01/10] ptrace: Use copy_siginfo in setsiginfo and getsiginfo
` [PATCH 02/10] signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggered
` [PATCH 03/10] signal: Don't use structure initializers for struct siginfo
` [PATCH 04/10] signal: Replace memset(info,...) with clear_siginfo for clarity
` [PATCH 05/10] signal: Add send_sig_fault and force_sig_fault
` [PATCH 06/10] signal: Helpers for faults with specialized siginfo layouts
` [PATCH 07/10] signal/powerpc: Remove unnecessary signal_code parameter of do_send_trap
` [PATCH 08/10] signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
` [PATCH 09/10] mm/memory_failure: Remove unused trapno from memory_failure
` [PATCH 10/10] signal/memory-failure: Use force_sig_mceerr and send_sig_mceerr
Re:
2018-01-24 19:54 UTC
[RFC PATCH 0/2] arm64: Fix invalid si_codes for fault signals
2018-01-24 17:17 UTC (17+ messages)
` [RFC PATCH 1/2] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
[GIT PULL] spectre variant1 mitigations for 4.16
2018-01-24 14:47 UTC (2+ messages)
[PATCH v12 0/9] LPC: legacy ISA I/O support
2018-01-23 16:36 UTC (8+ messages)
` [PATCH v12 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v12 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v12 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v12 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v12 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v12 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
` [PATCH v12 8/9] LPC, ACPI: Add the HISI LPC ACPI support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).