linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 19:56:29 to 2021-04-01 22:42:17 UTC [more...]

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 22:42 UTC  (9+ messages)
` [PATCH v8 3/6] stack: "
` [PATCH] Where we are for this patch?

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-01 22:39 UTC  (7+ messages)
` [PATCH 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH 05/10] mm/migrate: demote pages during reclaim
` [PATCH 10/10] mm/migrate: new zone_reclaim_mode to enable reclaim migration

[PATCH] net: usb: ax88179_178a: initialize local variables before use
 2021-04-01 22:36 UTC 

[PATCH v2] scsi: libsas: Reset num_scatter if libata mark qc as NODATA
 2021-04-01 22:34 UTC  (5+ messages)

[PATCH] audit: drop /proc/PID/loginuid documentation Format field
 2021-04-01 22:33 UTC  (2+ messages)

[PATCH] torture: Correctly fetch CPUs for kvm-build.sh with all native language
 2021-04-01 22:33 UTC  (8+ messages)

[PATCH] mm: page_owner: detect page_owner recursion via task_struct
 2021-04-01 22:30 UTC 

Test Email
 2021-04-01 22:26 UTC  (19+ messages)
` [RFC v1 03/26] x86/cpufeatures: Add is_tdx_guest() interface
` [RFC v1 12/26] x86/tdx: Handle in-kernel MMIO
` [RFC v1 21/26] x86/mm: Move force_dma_unencrypted() to common code
` [RFC v1 22/26] x86/tdx: Exclude Shared bit from __PHYSICAL_MASK
` [RFC v1 23/26] x86/tdx: Make pages shared in ioremap()
` [RFC v1 25/26] x86/tdx: Make DMA pages shared
` [RFC v1 26/26] x86/kvm: Use bounce buffers for TD guest

[PATCH 2/3] dt-bindings: touchscreen: Add HY46XX bindings
 2021-04-01 22:24 UTC  (4+ messages)

[PATCH v6 0/4] convert rockchip,dwc3.txt to yaml
 2021-04-01 22:18 UTC  (6+ messages)
` [PATCH v6 1/4] usb: dwc3: of-simple: bail probe if no dwc3 child node
` [PATCH v6 2/4] arm64: dts: rockchip: optimize clks for rk3399 dwc3
` [PATCH v6 3/4] arm64: dts: rockchip: restyle rk3399 usbdrd3_0 node
` [PATCH v6 4/4] arm64: dts: rockchip: restyle rk3399 usbdrd3_1 node

[PATCH v3 0/3] staging: rtl8723bs: core: block comment style changes
 2021-04-01 22:15 UTC  (4+ messages)
` [PATCH v3 1/3] staging: rtl8723bs: core: add comma within a comment
` [PATCH v3 2/3] staging: rtl8723bs: core: add * to block comments
` [PATCH v3 3/3] staging: rtl8723bs: core: remove empty comment

[PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-01 22:14 UTC  (10+ messages)
` [PATCH v24 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v24 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v24 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v24 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v24 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v24 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v24 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v24 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v24 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v4 0/3] sysfs: Unconditionally use vmalloc for buffer
 2021-04-01 22:13 UTC  (4+ messages)
` [PATCH v4 1/3] lkdtm/heap: Add vmalloc linear overflow test
` [PATCH v4 2/3] seq_file: Fix clang warning for NULL pointer arithmetic
` [PATCH v4 3/3] sysfs: Unconditionally use vmalloc for buffer

[PATCH v24 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-01 22:11 UTC  (31+ messages)
` [PATCH v24 01/30] Documentation/x86: Add CET description
` [PATCH v24 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v24 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v24 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v24 06/30] x86/cet: Add control-protection fault handler
` [PATCH v24 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v24 08/30] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v24 09/30] x86/mm: Introduce _PAGE_COW
` [PATCH v24 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v24 11/30] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v24 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v24 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v24 14/30] x86/mm: Shadow Stack page fault error checking
` [PATCH v24 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v24 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v24 17/30] mm: Add guard pages around a shadow stack
` [PATCH v24 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v24 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v24 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v24 21/30] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v24 23/30] x86/cet/shstk: Handle thread shadow stack
` [PATCH v24 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v24 26/30] ELF: Introduce arch_setup_elf_property()
` [PATCH v24 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v24 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v24 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v24 30/30] mm: Introduce PROT_SHSTK for shadow stack

[PATCH v6 1/7] powercap/drivers/dtpm: Encapsulate even more the code
 2021-04-01 22:08 UTC  (4+ messages)
` [PATCH v6 2/7] powercap/drivers/dtpm: Create a registering system

[syzbot] WARNING in bpf_test_run
 2021-04-01 22:05 UTC  (2+ messages)

[PATCH 0/2] soundwire: bus: handle errors in clock stop/start sequences
 2021-04-01 22:05 UTC  (10+ messages)
` [PATCH 1/2] soundwire: add macro to selectively change error levels

[PATCH v2 0/7] Fix some issues at get_abi.pl script
 2021-04-01 21:56 UTC  (3+ messages)
` [PATCH v2 7/7] ABI: sysfs-kernel-mm-cma: fix two cross-references

[PATCH v6 1/7] pwm: pca9685: Switch to atomic API
 2021-04-01 21:53 UTC  (11+ messages)
` [PATCH v6 4/7] pwm: pca9685: Support staggered output ON times

[PATCH 00/49] staging: rtl8723bs: remove all RT_TRACE usages
 2021-04-01 21:51 UTC  (6+ messages)
` [PATCH 08/49] staging: rtl8723bs: remove RT_TRACE logs in core/rtw_cmd.c

[PATCH 8/9] vfio/pci: export nvlink2 support into vendor vfio_pci drivers
 2021-04-01 21:49 UTC  (12+ messages)

[PATCH net] atl1c: move tx cleanup processing out of interrupt
 2021-04-01 21:46 UTC  (2+ messages)

[PATCH] hwmon: (sbtsi) Don't read sensor more than once if it doesn't respond
 2021-04-01 21:45 UTC 

[PATCH] drm/msm/a6xx: fix for kernels without CONFIG_NVMEM
 2021-04-01 21:49 UTC  (15+ messages)

[PATCH RFC/RFT 0/1] add simple logic analyzer using polling
 2021-04-01 21:45 UTC  (4+ messages)
` [PATCH RFC/RFT 1/1] misc: "

[PATCH] mm: page_owner: use kstrtobool() to parse bool option
 2021-04-01 21:43 UTC  (2+ messages)

[PATCH v1 0/5] percpu: partial chunk depopulation
 2021-04-01 21:43 UTC  (6+ messages)
` [PATCH v1 1/5] percpu: split __pcpu_balance_workfn()
` [PATCH v1 2/5] percpu: make pcpu_nr_empty_pop_pages per chunk type
` [PATCH v1 3/5] percpu: generalize pcpu_balance_populated()
` [PATCH v1 4/5] percpu: fix a comment about the chunks ordering
` [PATCH v1 5/5] percpu: implement partial chunk depopulation

[RESEND PATCH] bus: mhi: core: Remove pre_init flag used for power purposes
 2021-04-01 21:41 UTC 

[GIT PULL] LTO fix for v5.12-rc6
 2021-04-01 21:39 UTC 

[PATCH 09/30] media: atmel: atmel-isc: extract CBC submodule config into separate function
 2021-04-01 21:37 UTC  (2+ messages)

[PATCH v2 5/8] cxl/acpi: Introduce ACPI0017 driver and cxl_root
 2021-04-01 21:34 UTC  (2+ messages)

[RFC PATCH 00/15] Use obj_cgroup APIs to charge the LRU pages
 2021-04-01 21:34 UTC  (8+ messages)
          ` [External] "

[PATCH] kbuild: Merge module sections if and only if CONFIG_LTO_CLANG is enabled
 2021-04-01 21:33 UTC  (8+ messages)

[PATCH] platform/x86: intel_pmc_core: export platform global_reset via sysfs
 2021-04-01 21:31 UTC 

[bug report] node: Add memory-side caching attributes
 2021-04-01 21:27 UTC  (2+ messages)

[PATCH] mm: page_owner: fetch backtrace only for tracked pages
 2021-04-01 21:24 UTC 

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-01 21:24 UTC  (4+ messages)

[PATCH v4 0/6] PCI: brcmstb: add slot0 device regulators and panic handler
 2021-04-01 21:21 UTC  (7+ messages)
` [PATCH v4 1/6] PCI: brcmstb: Check return value of clk_prepare_enable()
` [PATCH v4 2/6] dt-bindings: PCI: Add bindings for Brcmstb endpoint device voltage regulators
` [PATCH v4 3/6] PCI: brcmstb: Add control of slot0 "
` [PATCH v4 4/6] PCI: brcmstb: Do not turn off regulators if EP can wake up
` [PATCH v4 5/6] PCI: brcmstb: Give 7216 SOCs their own config type
` [PATCH v4 6/6] PCI: brcmstb: Add panic/die handler to RC driver

[PATCH] arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG
 2021-04-01 21:21 UTC  (2+ messages)

[PATCH v1 1/1] driver core: enable trace events (devres)
 2021-04-01 21:21 UTC 

[PATCH 1/3] powerpc/modules: Load modules closer to kernel text
 2021-04-01 13:30 UTC  (3+ messages)
` [PATCH 2/3] powerpc/8xx: Define a MODULE area below "
` [PATCH 3/3] powerpc/32s: Define a MODULE area below kernel text all the time

[PATCH] powerpc/8xx: Load modules closer to kernel text
 2021-04-01 13:43 UTC  (5+ messages)

[PATCH V5] dt-bindings: soc: imx: Add binding doc for spba bus
 2021-04-01 21:19 UTC  (3+ messages)

(no subject)
 2021-04-01 21:16 UTC  (10+ messages)
` [PATCH v8 1/9] bus: mhi: core: Allow sending the STOP channel command
` [PATCH v8 2/9] bus: mhi: core: Clear context for stopped channels from remove()
` [PATCH v8 3/9] bus: mhi: core: Improvements to the channel handling state machine
` [PATCH v8 4/9] bus: mhi: core: Update debug messages to use client device
` [PATCH v8 5/9] bus: mhi: core: Hold device wake for channel update commands
` [PATCH v8 6/9] bus: mhi: core: Clear configuration from channel context during reset
` [PATCH v8 7/9] bus: mhi: core: Check channel execution environment before issuing reset
` [PATCH v8 8/9] bus: mhi: core: Remove __ prefix for MHI channel unprepare function
` [PATCH v8 9/9] bus: mhi: Improve documentation on channel transfer setup APIs

[PATCH] staging: emxx_udc: Ending line with argument
 2021-04-01 21:16 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH] drm/ttm: add __user annotation in radeon_ttm_vram_read
 2021-04-01 21:15 UTC  (3+ messages)

[PATCH] overflow: improve check_shl_overflow comment
 2021-04-01 21:13 UTC  (2+ messages)

[PATCH] amd/amdgpu: code refactoring to clean code style a bit
 2021-04-01 21:12 UTC  (2+ messages)

[PATCH] drm/amd: cleanup coding style a bit
 2021-04-01 21:11 UTC  (2+ messages)

[PATCH] cifsd: use kfree to free memory allocated by kzalloc
 2021-04-01 21:04 UTC  (8+ messages)
  ` [Linux-cifsd-devel] "

[PATCH] drm/amd: use kmalloc_array over kmalloc with multiply
 2021-04-01 21:10 UTC  (2+ messages)

[PATCH 1/6] clk: qcom: gcc-sdm660: Fix hmss_gpll0_clk_src parent_map
 2021-04-01 21:10 UTC  (6+ messages)
` [PATCH 5/6] clk: qcom: gcc-sdm660: Account for needed adjustments in probe function

[PATCH] firmware: google: Enable s0ix logging by default
 2021-04-01 21:04 UTC 

[PATCH -next] phy: marvell: phy-mvebu-cp11i-utmi needs USB_COMMON
 2021-04-01 21:00 UTC 

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 20:59 UTC  (2+ messages)

[PATCH] media: pvrusb2: fix warning in pvr2_i2c_core_done
 2021-04-01 20:58 UTC  (2+ messages)

[PATCH] ACPICA: Events: support fixed pcie wake event
 2021-04-01 20:56 UTC 

[PATCH v6 0/4] Make UTF-8 encoding loadable
 2021-04-01 20:53 UTC  (3+ messages)
` [PATCH v6 4/4] fs: unicode: Add utf8 module and a unicode layer

[GIT PULL] ftrace: Check if pages were allocated before calling free_pages()
 2021-04-01 20:53 UTC  (7+ messages)

[PATCH v32 00/12] Landlock LSM
 2021-04-01 20:52 UTC  (13+ messages)
` [PATCH v32 01/12] landlock: Add object management
` [PATCH v32 02/12] landlock: Add ruleset and domain management
` [PATCH v32 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v32 04/12] landlock: Add ptrace restrictions
` [PATCH v32 05/12] LSM: Infrastructure management of the superblock
` [PATCH v32 06/12] fs,security: Add sb_delete hook
` [PATCH v32 07/12] landlock: Support filesystem access-control
` [PATCH v32 08/12] landlock: Add syscall implementations
` [PATCH v32 09/12] arch: Wire up Landlock syscalls
` [PATCH v32 10/12] selftests/landlock: Add user space tests
` [PATCH v32 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v32 12/12] landlock: Add user and kernel documentation

[PATCH] soundwire: qcom: handle return correctly in qcom_swrm_transport_params
 2021-04-01 20:43 UTC  (2+ messages)

[PATCH V3 0/5] Add PM7325/PM8350C/PMR735A regulator support
 2021-04-01 20:43 UTC  (2+ messages)

[PATCH 06/30] media: atmel: atmel-isc: extract CSC submodule config into separate function
 2021-04-01 20:36 UTC  (2+ messages)

[PATCH 30/30] media: atmel: atmel-isc: add microchip-xisc driver
 2021-04-01 20:36 UTC  (2+ messages)

[PATCH] Dixup sysname wrt recent cultural developments
 2021-04-01 20:36 UTC 

[PATCH] h8300: rearrange headers inclusion order in asm/bitops
 2021-04-01 20:32 UTC 

[PATCH] alpha/kernel/traps: Use find_vma_intersection() in traps for setting si_code
 2021-04-01 20:25 UTC  (2+ messages)

[PATCH v2 0/2] clean up dt_binding_check and dtbs_check warnings of renesas,rsnd.yaml
 2021-04-01 20:20 UTC  (3+ messages)
` [PATCH v2 2/2] ASoC: dt-bindings: renesas, rsnd: Clear warning 'ports' does not match any of the regexes

[PATCH 1/9] dt-bindings: clk: qcom: Add bindings for MSM8994 GCC driver
 2021-04-01 20:17 UTC  (3+ messages)

[PATCH] ARM: Qualify enabling of swiotlb_init()
 2021-04-01 17:33 UTC  (7+ messages)

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-04-01 20:12 UTC  (7+ messages)

[PATCH v2 3/7] powerpc: convert config files to generic cmdline
 2021-04-01 20:08 UTC  (12+ messages)

[PATCH 0/9] sched: Core scheduling interfaces
 2021-04-01 20:04 UTC  (3+ messages)
` [PATCH 3/9] sched: Trivial core scheduling cookie management

[PATCH][next] drm/i915: Fix an uninitialized variable issue
 2021-04-01 12:55 UTC 

[PATCH v2] PCI: Coalesce contiguous regions for host bridges
 2021-04-01 13:12 UTC 

drm/i915/selftests: Prepare gtt tests for obj->mm.lock removal
 2021-04-01 13:59 UTC 

[PATCH][next] crypto: sun8i-ss: Fix memory leak of pad
 2021-04-01 15:18 UTC 

[PATCH] crypto: sa2ul: Fix memory lead of rxd
 2021-04-01 15:28 UTC 

[PATCH][V2] crypto: sa2ul: Fix memory leak of rxd
 2021-04-01 15:28 UTC 

[PATCH v2 0/6] NVIDIA Tegra memory improvements
 2021-04-01 17:54 UTC  (4+ messages)
` (subset) "

[PATCH -next] memory: fsl-corenet-cf: Remove redundant dev_err call in ccf_probe()
 2021-04-01 17:57 UTC  (2+ messages)

[PATCH 0/4] KVM: nSVM/nVMX: fix nested virtualization treatment of nested exceptions
 2021-04-01 19:56 UTC  (3+ messages)
` [PATCH 3/4] KVM: x86: correctly merge pending and injected exception


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).