messages from 2019-06-05 09:54:20 to 2019-06-07 20:14:28 UTC [more...]
[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
2019-06-07 20:06 UTC (36+ messages)
` [PATCH v7 01/14] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v7 02/14] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function
` [PATCH v7 04/14] x86/cet/ibt: Handle signals for IBT
` [PATCH v7 05/14] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v7 06/14] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v7 07/14] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v7 08/14] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v7 09/14] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v7 10/14] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v7 11/14] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v7 12/14] x86/vsyscall/64: Fixup shadow stack and branch tracking for vsyscall
` [PATCH v7 13/14] x86/cet: Add PTRACE interface for CET
` [PATCH v7 14/14] x86: Discard .note.gnu.property sections
[PATCH] Documentation: xfs: Fix typo
2019-06-07 19:30 UTC (4+ messages)
[PATCH v3 01/20] ABI: sysfs-devices-system-cpu: point to the right docs
2019-06-07 19:07 UTC (21+ messages)
` [PATCH v3 02/20] isdn: mISDN: remove a bogus reference to a non-existing doc
` [PATCH v3 03/20] docs: zh_CN: get rid of basic_profiling.txt
` [PATCH v3 04/20] docs: mm: numaperf.rst: get rid of a build warning
` [PATCH v3 05/20] docs: bpf: get rid of two warnings
` [PATCH v3 06/20] docs: mark orphan documents as such
` [PATCH v3 07/20] docs: amd-memory-encryption.rst get rid of warnings
` [PATCH v3 08/20] docs: zh_CN: avoid duplicate citation references
` [PATCH v3 09/20] docs: it: license-rules.rst: get rid of warnings
` [PATCH v3 10/20] docs: gpio: driver.rst: fix a bad tag
` [PATCH v3 11/20] docs: security: trusted-encrypted.rst: fix code-block tag
` [PATCH v3 12/20] docs: security: core.rst: Fix several warnings
` [PATCH v3 13/20] docs: net: dpio-driver.rst: fix two codeblock warnings
` [PATCH v3 14/20] docs: net: sja1105.rst: fix table format
` [PATCH v3 15/20] docs: move protection-keys.rst to the core-api book
` [PATCH v3 17/20] dt: bindings: fix some broken links from txt->yaml conversion
` Applied "ASoC: dt-bindings: fix some broken links from txt->yaml conversion" to the asoc tree
` [PATCH v3 18/20] docs: isdn: remove hisax references from kernel-parameters.txt
` [PATCH v3 19/20] docs: fs: fix broken links to vfs.txt with was renamed to vfs.rst
` [PATCH v3 20/20] docs: pci: fix broken links due to conversion from pci.txt to pci.rst
[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-06-07 19:00 UTC (5+ messages)
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
[PATCH v2 00/22] Some documentation fixes
2019-06-07 18:44 UTC (6+ messages)
` [PATCH v2 15/22] docs: security: core.rst: Fix several warnings
[PATCH v10 0/3] watchdog: allow setting deadline for opening /dev/watchdogN
2019-06-07 18:39 UTC (7+ messages)
` [PATCH v10 1/3] watchdog: introduce watchdog.open_timeout commandline parameter
` [PATCH v10 2/3] watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT
` [PATCH v10 3/3] watchdog: make the device time out at open_deadline when open_timeout is used
[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
2019-06-07 18:01 UTC (43+ messages)
` [PATCH v7 01/27] Documentation/x86: Add CET description
` [PATCH v7 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v7 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v7 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v7 05/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH v7 06/27] x86/cet: Add control protection exception handler
` [PATCH v7 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [PATCH v7 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v7 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v7 10/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v7 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v7 12/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v7 13/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [PATCH v7 14/27] x86/mm: Shadow stack page fault error checking
` [PATCH v7 15/27] mm: Handle shadow stack page fault
` [PATCH v7 16/27] mm: Handle THP/HugeTLB "
` [PATCH v7 17/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [PATCH v7 18/27] mm: Introduce do_mmap_locked()
` [PATCH v7 19/27] x86/cet/shstk: User-mode shadow stack support
` [PATCH v7 20/27] x86/cet/shstk: Introduce WRUSS instruction
` [PATCH v7 21/27] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v7 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v7 24/27] x86/cet/shstk: Handle thread shadow stack
` [PATCH v7 25/27] mm/mmap: Add Shadow stack pages to memory accounting
` [PATCH v7 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [PATCH v7 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map
[PATCH] Documentation: {u,k}probes: add tracing_on before tracing
2019-06-07 17:57 UTC (2+ messages)
[PATCH 2/3] treewide: trivial: fix s/poped/popped/ typo
2019-06-07 17:50 UTC (4+ messages)
[PATCH] linux: README: reduced README size by 1 byte by removing unnecessary space character
2019-06-07 17:43 UTC (2+ messages)
[PATCH v2] Documentation: nvdimm: Fix typo
2019-06-07 17:39 UTC (2+ messages)
[PATCH] doc:it_IT: fix file references
2019-06-07 17:37 UTC (4+ messages)
` [PATCH] doc:it_IT: documentation alignment
[PATCH] docs: clk: fix struct syntax
2019-06-07 17:35 UTC (2+ messages)
[PATCH] docs: Kbuild/Makefile: allow check for missing docs at build time
2019-06-07 17:34 UTC (2+ messages)
[PATCH trivial] KVM: arm/arm64: Always capitalize ITS
2019-06-07 17:24 UTC (2+ messages)
[PATCH trivial] Documentation: net: dsa: Grammar s/the its/its/
2019-06-07 17:24 UTC (3+ messages)
[PATCH trivial] Documentation: tee: Grammar s/the its/its/
2019-06-07 17:23 UTC (2+ messages)
[PATCH] Documentation: fix typo CLOCK_MONONOTNIC_COARSE
2019-06-07 17:22 UTC (2+ messages)
[PATCH] Documentation/dm-init: fix multi device example
2019-06-07 17:13 UTC (2+ messages)
[PATCH] Documentation: DMA-API: fix a function name of max_mapping_size
2019-06-07 17:10 UTC (6+ messages)
[PATCH] lib/string_helpers: fix some kerneldoc warnings
2019-06-07 17:09 UTC
[PATCH v3 0/2] ima/evm fixes for v5.2
2019-06-07 15:25 UTC (11+ messages)
` [PATCH v3 1/2] evm: add option to set a random HMAC key at early boot
` [PATCH v3 2/2] ima: add enforce-evm and log-evm modes to strictly check EVM status
[PATCH 0/4] Documentation: x86: resctrl_ui.txt fixes and clarification
2019-06-07 15:14 UTC (5+ messages)
` [PATCH 1/4] Documentation: x86: Contiguous cbm isn't all X86
` [PATCH 2/4] Documentation: x86: Remove cdpl2 unspported statement and fix capitalisation
` [PATCH 3/4] Documentation: x86: Clarify MBA takes MB as referring to mba_sc
` [PATCH 4/4] Documentation: x86: fix some typos
[RFC] NUMA Description Under ACPI 6.3 White Paper (v0.93)
2019-06-07 9:52 UTC
[PATCH v3 0/3] Bitops instrumentation for KASAN
2019-06-07 9:43 UTC (3+ messages)
` [PATCH v3 2/3] x86: Use static_cpu_has in uaccess region to avoid instrumentation
Thanks and I wait for your answer
2019-06-07 6:31 UTC
[PATCH v4] RISC-V: Add an Image header that boot loader can parse
2019-06-06 23:08 UTC
[v3 PATCH] RISC-V: Add a PE/COFF compliant Image header
2019-06-06 22:41 UTC (4+ messages)
[PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC
2019-06-06 21:11 UTC (11+ messages)
[PATCH v2 1/2] hwmon: pmbus: Add Infineon PXE1610 VR driver
2019-06-06 18:49 UTC (6+ messages)
` [PATCH v2 2/2] Docs: hwmon: pmbus: Add PXE1610 driver
[PATCH v1] docs/core-api: Add string helpers API to the list
2019-06-06 16:01 UTC (3+ messages)
[PATCH] docs: filesystems: vfs: Render method descriptions
2019-06-06 15:46 UTC (2+ messages)
[char-misc-next 3/7 RESEND] mei: docs: update mei documentation
2019-06-06 14:51 UTC (2+ messages)
[char-misc-next 0/7] mei: docs: move documentation under driver-api
2019-06-06 13:38 UTC (4+ messages)
` [char-misc-next 3/7] mei: docs: update mei documentation
[PATCH v2 0/5] stm32-ddr-pmu driver creation
2019-06-06 12:14 UTC (2+ messages)
[PATCH v2] Add a document on rebasing and merging
2019-06-06 9:12 UTC (4+ messages)
[PATCH 1/2] Documentation/i915: Fix kernel-doc references to moved gem files
2019-06-06 8:23 UTC (5+ messages)
` [PATCH 2/2] drm/i915: fix documentation build warnings
` [Intel-gfx] "
PCI: Correct the resource_alignment parameter example
2019-06-06 4:38 UTC (2+ messages)
[PATCH v1] docs/core-api: Add integer power functions to the list
2019-06-05 21:39 UTC (2+ messages)
Coccinelle: semantic patch for missing of_node_put
2019-06-05 18:23 UTC (2+ messages)
` Coccinelle: Searching for “when done” in function comments
[PATCH v4 0/2] fTPM: firmware TPM running in TEE
2019-06-05 14:09 UTC (9+ messages)
` [PATCH v4 1/2] "
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).