messages from 2018-09-13 23:53:31 to 2018-09-18 05:36:18 UTC [more...]
[REVIEW][PATCH 00/20] siginfo cleanups for x86
2018-09-18 0:05 UTC (23+ messages)
` [REVIEW][PATCH 01/20] signal: Simplify tracehook_report_syscall_exit
` [REVIEW][PATCH 02/20] signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
` [REVIEW][PATCH 03/20] signal/x86: Move MCE error reporting out of force_sig_info_fault
` [REVIEW][PATCH 04/20] signal/x86: Use send_sig_mceerr as apropriate
` [REVIEW][PATCH 05/20] signal/x86: In trace_mpx_bounds_register_exception add __user annotations
` [REVIEW][PATCH 06/20] signal/x86: Move mpx siginfo generation into do_bounds
` [REVIEW][PATCH 07/20] signal/x86/traps: Factor out show_signal
` [REVIEW][PATCH 08/20] signal/x86/traps: Move setting error_code and trap_nr into do_trap_no_signal
` [REVIEW][PATCH 09/20] signal/x86/traps: Use force_sig_bnderr
` [REVIEW][PATCH 10/20] signal/x86/traps: Use force_sig instead of open coding it
` [REVIEW][PATCH 11/20] signal/x86/traps: Simplify trap generation
` [REVIEW][PATCH 12/20] signal/x86: Remove pkey parameter from bad_area_nosemaphore
` [REVIEW][PATCH 13/20] signal/x86: Remove the pkey parameter from do_sigbus
` [REVIEW][PATCH 14/20] signal/x86: Remove pkey parameter from mm_fault_error
` [REVIEW][PATCH 15/20] signal/x86: Don't compute pkey in __do_page_fault
` [REVIEW][PATCH 16/20] signal/x86: Pass pkey not vma into __bad_area
` [REVIEW][PATCH 17/20] signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore
` [REVIEW][PATCH 18/20] signal/x86: Replace force_sig_info_fault with force_sig_fault
` [REVIEW][PATCH 19/20] signal/x86: Pass pkey by value
` [REVIEW][PATCH 20/20] signal/x86: Use force_sig_fault where appropriate
[PATCH 0/3] mm: dirty/accessed pte optimisations
2018-09-17 17:53 UTC (5+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion
[PATCH 0/3] System call table generation support
2018-09-17 17:17 UTC (14+ messages)
` [PATCH 1/3] mips: Add __NR_syscalls macro in uapi/asm/unistd.h
` [PATCH 2/3] mips: Add system call table generation support
` [PATCH 3/3] mips: uapi header and system call table file generation
[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
2018-09-17 17:01 UTC (10+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse
` [LKP] [arm64] 7b5b51e7b3: kvm-unit-tests.rmap_chain.fail
[PATCH V4 00/27] C-SKY(csky) Linux Kernel Port
2018-09-17 15:05 UTC (31+ messages)
` [PATCH V3 11/27] csky: Atomic operations
[PATCH v7 00/16] Add support for Hygon Dhyana Family 18h processor
2018-09-17 13:35 UTC (34+ messages)
` [PATCH v7 01/16] x86/cpu: Create Hygon Dhyana architecture support file
` [PATCH v7 02/16] x86/cpu: Get cache info and setup cache cpumap for Hygon Dhyana
` [PATCH v7 03/16] x86/cpu/mtrr: Support TOP_MEM2 and get MTRR number
` [PATCH v7 04/16] x86/smpboot: SMP init no delay and not flush caches before sleep
` [PATCH v7 05/16] perf/x86: Add Hygon Dhyana support to PMU infrastructure
` [PATCH v7 06/16] x86/alternative: Init ideal_nops for Hygon Dhyana
` [PATCH v7 07/16] x86/pci: Add Hygon Dhyana support to PCI and north bridge
` [PATCH v7 08/16] x86/apic: Add Hygon Dhyana support to APIC
` [PATCH v7 09/16] x86/bugs: Add mitigation to spectre and no meltdown for Hygon Dhyana
` [PATCH v7 10/16] x86/mce: Add Hygon Dhyana support to MCE infrastructure
` [PATCH v7 11/16] x86/kvm: Add Hygon Dhyana support to KVM infrastructure
` [PATCH v7 12/16] x86/xen: Add Hygon Dhyana support to Xen
` [PATCH v7 13/16] ACPI, x86: Add Hygon Dhyana support
` [PATCH v7 14/16] cpufreq, "
` [PATCH v7 15/16] EDAC, amd64: "
` [PATCH v7 16/16] cpupower, x86: "
[PATCH net-next v3 01/17] asm: simd context helper API
2018-09-17 13:14 UTC (11+ messages)
[PATCH] [RFC] making uapi/linux/elfcore.h useful again
2018-09-17 12:05 UTC (10+ messages)
[PATCH 05/18] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
2018-09-16 0:30 UTC (2+ messages)
[PATCH RFC LKMM 1/7] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
2018-09-15 3:56 UTC (12+ messages)
` [PATCH v5] "
[PATCH AUTOSEL 4.14 17/57] sched/core: Use smp_mb() in wake_woken_function()
2018-09-15 1:32 UTC (2+ messages)
[PATCH AUTOSEL 4.18 23/92] sched/core: Use smp_mb() in wake_woken_function()
2018-09-15 1:30 UTC (2+ messages)
[RFC PATCH v3 12/24] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
2018-09-14 21:33 UTC (19+ messages)
[RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack
2018-09-14 21:17 UTC (13+ messages)
` [RFC PATCH v3 05/24] Documentation/x86: Add CET description
` [RFC PATCH v3 19/24] x86/cet/shstk: Introduce WRUSS instruction
[PATCH RFC memory-model 0/7] Memory-model changes
2018-09-14 18:29 UTC (12+ messages)
` [PATCH RFC LKMM 2/7] doc: Replace smp_cond_acquire() with smp_cond_load_acquire()
[RFC][PATCH 00/11] my generic mmu_gather patches
2018-09-14 16:57 UTC (35+ messages)
` [RFC][PATCH 01/11] asm-generic/tlb: Provide a comment
` [RFC][PATCH 02/11] asm-generic/tlb: Provide HAVE_MMU_GATHER_PAGE_SIZE
` [RFC][PATCH 03/11] x86/mm: Page size aware flush_tlb_mm_range()
` [RFC][PATCH 04/11] asm-generic/tlb: Provide generic VIPT cache flush
` [RFC][PATCH 06/11] asm-generic/tlb: Conditionally provide tlb_migrate_finish()
[PATCH net-next v4 01/20] asm: simd context helper API
2018-09-14 16:22 UTC (2+ messages)
[PATCH 0/3] System call table generation support
2018-09-14 10:01 UTC (10+ messages)
` [PATCH 1/3] powerpc: Replace NR_syscalls macro from asm/unistd.h
` [PATCH 2/3] powerpc: Add system call table generation support
` [PATCH 3/3] powerpc: uapi header and system call table file generation
[PATCH 0/4] System call table generation support
2018-09-14 8:26 UTC (10+ messages)
` [PATCH 1/4] parisc: Move __IGNORE* entries to non uapi header
` [PATCH 2/4] parisc: Replace __NR_Linux_syscalls macro with __NR_syscalls
` [PATCH 3/4] parisc: Add system call table generation support
` [PATCH 4/4] parisc: uapi header and system call table file generation
[PATCH v2 0/8] add support for relative references in jump tables
2018-09-13 21:40 UTC (5+ messages)
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