linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-16 12:39:11 to 2020-07-16 14:39:55 UTC [more...]

[PATCH v6 0/7] Add support for O_MAYEXEC
 2020-07-16 14:39 UTC  (7+ messages)
` [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC

[PATCH] Revert "test_bpf: flag tests that cannot be jited on s390"
 2020-07-16 14:39 UTC 

[PATCH v4] drivers/nvme: Add support for ACPI StorageD3Enable property
 2020-07-16 14:39 UTC  (4+ messages)
` [PATCH V5] "

[PATCH][next] refperf: avoid null pointer dereference when buf fails to allocate
 2020-07-16 14:38 UTC 

[PATCH] mm: drop duplicated words in <linux/mm.h>
 2020-07-16 14:37 UTC  (2+ messages)

[PATCH 1/3] gpio: mxc: Support module build
 2020-07-16 14:37 UTC  (6+ messages)

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-07-16 14:37 UTC  (21+ messages)
` [PATCH 02/20] dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
` [PATCH 03/20] thermal: rcar_gen3_thermal: "
` [PATCH 05/20] dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support
` [PATCH 07/20] dt-bindings: timer: renesas,tmu: Document r8a774e1 bindings
` [PATCH 11/20] dt-bindings: i2c: renesas,i2c: Document r8a774e1 support
` [PATCH 12/20] dt-bindings: i2c: renesas,iic: "
` [PATCH 14/20] dt-bindings: spi: renesas,sh-msiof: Add "
` [PATCH 16/20] dt-bindings: watchdog: renesas,wdt: Document "
` [PATCH 18/20] dt-bindings: can: rcar_can: "
` [PATCH 19/20] dt-bindings: can: rcar_canfd: "

[PATCH 1/1] rcu/tree: Drop the lock before entering to page allocator
 2020-07-16 14:37 UTC  (11+ messages)

[PATCH] ASoC: meson: add the missed kfree() for axg_card_add_tdm_loopback
 2020-07-16 14:34 UTC  (3+ messages)

kernel oops in 'typec_ucsi' due to commit 'drivers property: When no children in primary, try secondary'
 2020-07-16 14:34 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-07-16 14:33 UTC  (7+ messages)

[PATCH 0/2] Fix st7703 panel initialization failures
 2020-07-16 14:32 UTC  (3+ messages)

[PATCH 1/1] mfd: core: Fix memory leak of 'cell'
 2020-07-16 14:28 UTC 

[PATCH v3] staging: comedi: comedi_fops.c: added casts to get rid of sparse warnings
 2020-07-16 14:28 UTC  (3+ messages)

[PATCH 0/4] ASoC: fsl_asrc: allow selecting arbitrary clocks
 2020-07-16 14:26 UTC  (11+ messages)

[PATCH] usb: usbtest: reduce stack usage in test_queue
 2020-07-16 14:26 UTC  (3+ messages)
` [PATCH -next v2] "

[PATCH 0/2] cpufreq_cooling: Get effective CPU utilization from scheduler
 2020-07-16 14:24 UTC  (4+ messages)
` [PATCH 2/2] thermal: cpufreq_cooling: Reuse effective_cpu_util()

[PATCH v2] timers: Use only bucket expiry for base->next_expiry value
 2020-07-16 14:24 UTC  (3+ messages)
` [PATCH] timer: Preserve higher bits of expiration on index calculation

[PATCH] ima: Rename internal audit rule functions
 2020-07-16 14:23 UTC  (4+ messages)

[PATCH vhost next 09/10] vdpa/mlx5: Add shared memory registration code
 2020-07-16 14:19 UTC  (2+ messages)

[PATCH] net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TX
 2020-07-16 17:32 UTC  (2+ messages)

[PATCH] mmc: core: Initial support for SD express card/host
 2020-07-16 14:15 UTC 

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-16 14:14 UTC  (3+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features

[PATCH] firmware: arm_scmi: Pass shmem address to SMCCC call
 2020-07-16 14:13 UTC  (3+ messages)

[PATCH 0/2] crypto: caam - add tagged keys functionality and tk transformations for skcipher
 2020-07-16 14:12 UTC  (10+ messages)
` [PATCH 2/2] crypto: caam - support tagged keys for skcipher algorithms

[PATCH v36 00/24] Intel SGX foundations
 2020-07-16 13:53 UTC  (25+ messages)
` [PATCH v36 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v36 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control "
` [PATCH v36 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v36 04/24] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v36 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v36 06/24] x86/cpu/intel: Detect SGX support
` [PATCH v36 07/24] x86/cpu/intel: Add nosgx kernel parameter
` [PATCH v36 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
` [PATCH v36 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
` [PATCH v36 10/24] mm: Add vm_ops->mprotect()
` [PATCH v36 11/24] x86/sgx: Add SGX enclave driver
` [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
` [PATCH v36 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
` [PATCH v36 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
` [PATCH v36 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
` [PATCH v36 16/24] x86/sgx: Add a page reclaimer
` [PATCH v36 17/24] x86/sgx: ptrace() support for the SGX driver
` [PATCH v36 18/24] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v36 19/24] x86/fault: Add helper function to sanitize error code
` [PATCH v36 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
` [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v36 22/24] selftests/x86: Add a selftest for SGX
` [PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
` [PATCH v36 24/24] x86/sgx: Update MAINTAINERS

[PATCH 00/25] Rid W=1 warnings in Pinctrl
 2020-07-16 14:12 UTC  (10+ messages)
` [PATCH 16/25] arch: arm: mach-at91: pm: Move prototypes to mutually included header
` [PATCH 20/25] pinctrl: pinctrl-rza1: Demote some kerneldoc headers and fix others

[PATCH v16 00/22] per memcg lru_lock
 2020-07-16 14:11 UTC  (5+ messages)
` [PATCH v16 05/22] mm/thp: move lru_add_page_tail func to huge_memory.c

[PATCH v9 0/7] iommu/arm-smmu: Enable split pagetable support
 2020-07-16 14:10 UTC  (6+ messages)
` [PATCH v9 4/7] iommu/arm-smmu: Add a pointer to the attached device to smmu_domain
    ` [Freedreno] "

[PATCH v3] watchdog: initialize device before misc_register
 2020-07-16 14:06 UTC 

[PATCH 00/30] First batch of W=1 fixes for IIO
 2020-07-16 13:59 UTC  (31+ messages)
` [PATCH 01/30] iio: adc: ad_sigma_delta: Remove unused variable 'ret'
` [PATCH 02/30] iio: accel: bma220_spi: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
` [PATCH 03/30] iio: common: ms_sensors: ms_sensors_i2c: Fix misspelling of parameter 'client'
` [PATCH 04/30] iio: adc: ad7298: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 05/30] iio: chemical: sgp30: Add description for sgp_read_cmd()'s 'duration_us'
` [PATCH 06/30] iio: adc: ad7923: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 07/30] iio: dac: ad5360: Fix kerneldoc attribute formatting for 'lock'
` [PATCH 08/30] iio: dac: ad5380: "
` [PATCH 09/30] iio: dummy: iio_simple_dummy: Demote unworthy kerneldocs and correct misspelling
` [PATCH 10/30] iio: dummy: iio_simple_dummy: Add newline after function-end
` [PATCH 11/30] iio: dac: ad5421: Fix kerneldoc attribute formatting for 'lock'
` [PATCH 12/30] iio: gyro: adis16080: Fix formatting issue and compiler attribute ordering
` [PATCH 13/30] iio: dummy: iio_simple_dummy_events: Demote file header and supply descriptions for val2 params
` [PATCH 14/30] iio: dac: ad5064: Value returned by ad5064_vref_name may not be 'const * const'
` [PATCH 15/30] iio: dummy: iio_dummy_evgen: Demote file header and supply description for 'irq_sim_domain'
` [PATCH 16/30] iio: adc: ad7887: Demote seemingly unintentional kerneldoc header
` [PATCH 17/30] iio: adc: ad7949: Fix misspelling issue and compiler attribute ordering
` [PATCH 18/30] iio: dummy: iio_simple_dummy_buffer: Demote file header and correct misspelling
` [PATCH 19/30] iio: dac: ad5064: Fix a few kerneldoc misdemeanours
` [PATCH 20/30] iio: dac: ad5446: Complete 'struct ad5446_state' doc and demote unworthy kerneldocs
` [PATCH 21/30] iio: dac: ad5449: Fix kerneldoc attribute formatting for 'lock'
` [PATCH 22/30] iio: dac: ad5755: "
` [PATCH 23/30] iio: dac: ad5758: Move and fix-up kerneldoc header and demote unworthy kerneldoc
` [PATCH 24/30] iio: dac: ad5761: Fix kerneldoc attribute formatting for 'lock'
` [PATCH 25/30] iio: dac: ad5764: Fix misdocumenting and formatting error
` [PATCH 26/30] iio: dac: ad5791: Complete 'struct ad5791_chip_info' documentation
` [PATCH 27/30] iio: light: cm32181: Fix formatting and docrot issues in cm32181_acpi_get_cpm()
` [PATCH 28/30] iio: magnetometer: mmc35240: Fix function header formatting
` [PATCH 29/30] iio: imu: kmx61: Fix formatting in kerneldoc function headers
` [PATCH 30/30] iio: dac: ad7303: Complete 'struct ad7303_state' doc and reorder compiler attribute

[PATCH v3 0/4] Dedicated CLINT timer driver
 2020-07-16 14:01 UTC  (5+ messages)
` [PATCH v3 4/4] dt-bindings: timer: Add CLINT bindings

[PATCH] watchdog: initialize device before misc_register
 2020-07-16 14:00 UTC  (5+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 00/14] Rid W=1 warnings in SPI
 2020-07-16 13:59 UTC  (3+ messages)
` [PATCH 08/14] spi: spi-pl022: Provide missing struct attribute/function param docs

[PATCH] MIPS: Replace HTTP links with HTTPS ones
 2020-07-16 13:56 UTC  (3+ messages)

possible deadlock in uprobe_clear_state (2)
 2020-07-16 13:54 UTC  (5+ messages)
` [PATCH] binder: Don't use mmput() from shrinker function

[RESEND PATCH v5] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-07-16 13:50 UTC 

[PATCH v8 0/7] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-16 13:49 UTC  (3+ messages)
` [PATCH v8 1/7] pinctrl: mediatek: update pinmux definitions for mt6779

[PATCH] media: tuners: reduce stack usage in mxl5005s_reconfigure
 2020-07-16 17:17 UTC  (2+ messages)
` [PATCH -next v2] "

[PATCH] reiserfs : fix improper free in reiserfs_get_block
 2020-07-16 13:48 UTC  (5+ messages)

[PATCH -next] mfd: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16 13:46 UTC  (2+ messages)

[PATCH 0/4] mfd: mt6360: Merge different sub-devices i2c read/write
 2020-07-16 13:44 UTC  (8+ messages)
` [PATCH 1/4] mfd: mt6360: Refactor and fix code style

[PATCH 0/3] Add modem debug features
 2020-07-16 13:43 UTC  (3+ messages)
` [PATCH 2/3] remoteproc: qcom_q6v5_mss: Add MBA log extraction support

[PATCH v3] pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180
 2020-07-16 13:42 UTC  (2+ messages)

[PATCH] ebpf: fix parameter naming confusing
 2020-07-16 13:41 UTC 

[PATCH RESEND v2] dt-bindings: pinctrl: Convert ingenic,pinctrl.txt to YAML
 2020-07-16 13:40 UTC  (5+ messages)

[RFC PATCH 0/4] rseq: Introduce extensible struct rseq
 2020-07-16 13:39 UTC  (4+ messages)

decruft the early init / initrd / initramfs code v2
 2020-07-16 13:38 UTC  (4+ messages)
` [PATCH 09/23] md: rewrite md_setup_drive to avoid ioctls

[PATCH -next] gpu: host1x: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16 13:34 UTC  (2+ messages)

[RFC PATCH v1 0/2] rk3318 A95X Z2 board
 2020-07-16 13:34 UTC  (5+ messages)
` [RFC PATCH v1 1/2] dt-bindings: arm: rockchip: add A95X Z2 description

[PATCH 0/4] iommu/arm-smmu-v3: Improve cmdq lock efficiency
 2020-07-16 13:31 UTC  (5+ messages)

[PATCH 0/7] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-16 13:26 UTC  (3+ messages)
` [PATCH 2/7] dt-bindings: pinctrl: add bindings for MediaTek "

[PATCH 0/7] Add support for SD card in AM654x-evm
 2020-07-16 13:25 UTC  (4+ messages)
` [PATCH 7/7] arm64: defconfig: Enable AM654x SDHCI controller

[RFC PATCH v3 00/18] Support for Tegra video capture from external sensor
 2020-07-16 13:25 UTC  (5+ messages)
` [RFC PATCH v3 01/18] dt-bindings: i2c: tegra: Document Tegra210 VI I2C clocks and power-domains
` [RFC PATCH v3 02/18] arm64: tegra: Add missing clocks and power-domains to Tegra210 VI I2C

[GIT PULL] thermal fixes for v5.8-rc6
 2020-07-16 13:21 UTC 

[PATCH v2 0/2] Fix some build warnings when W=1
 2020-07-16 13:20 UTC  (6+ messages)
` [PATCH v2 1/2] riscv: Fix build warning for mm/init
` [PATCH v2 2/2] riscv: Fix build warning for mm/pageattr

KCSAN: data-race in generic_file_buffered_read / generic_file_buffered_read
 2020-07-16 13:19 UTC  (10+ messages)

[PATCH v2 00/22] device-dax: Support sub-dividing soft-reserved ranges
 2020-07-16 13:18 UTC  (3+ messages)
` [PATCH v2 22/22] device-dax: Introduce 'mapping' devices

[PATCH v3 0/5] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-07-16 13:18 UTC  (3+ messages)
` [PATCH v3 3/5] pinctrl: qcom: Use return value from "

strace of io_uring events?
 2020-07-16 13:17 UTC  (9+ messages)

[PATCHv2] mm: Fix warning in move_normal_pmd()
 2020-07-16 13:16 UTC  (10+ messages)

[PATCH] riscv: Add SiFive drivers to rv32_defconfig
 2020-07-16 13:13 UTC  (2+ messages)

Linux kernel in-tree Rust support
 2020-07-16 13:06 UTC  (4+ messages)

[PATCH -next] scsi: hisi_sas: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16 13:04 UTC  (4+ messages)

[RFC PATCH 0/3] MIPS KVM related clean-ups
 2020-07-16 12:59 UTC  (3+ messages)
` [RFC PATCH 1/3] MIPS: Retire kvm paravirt

[RESEND PATCH v2 0/2] Adding USB dual-role switching support for colibri-imx6/7 with extcon
 2020-07-16 12:58 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] ARM: dts: colibri-imx6: add usb dual-role switch capability
` [RESEND PATCH v2 2/2] ARM: dts: colibri-imx7: "

[PATCH] opp: Increase parsed_static_opps on _of_add_opp_table_v1
 2020-07-16 12:57 UTC  (3+ messages)

[PATCH v2 1/2] drm/panel-simple: Fix inverted V/H SYNC for Frida FRD350H54004 panel
 2020-07-16 12:56 UTC  (2+ messages)
` [PATCH v2 2/2] drm/panel-simple: Add 50 Hz mode to the "

[PATCH 1/2] powerpc/signal_32: Remove !FULL_REGS() special handling in PPC64 save_general_regs()
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH v2] powerpc: Drop CONFIG_MTD_M25P80 in 85xx-hw.config
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH v6] powerpc/fadump: fix race between pstore write and fadump crash trigger
 2020-07-16 12:56 UTC  (2+ messages)

[PATCH -next] powerpc/xive: Remove unused inline function xive_kexec_teardown_cpu()
 2020-07-16 12:56 UTC  (2+ messages)

[PATCH] cpuidle/powernv : Remove dead code block
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH] powerpc/boot: Use address-of operator on section symbols
 2020-07-16 12:56 UTC  (2+ messages)

[PATCH v3] powerpc/pseries: detect secure and trusted boot state of the system
 2020-07-16 12:56 UTC  (2+ messages)

[PATCH] powerpc/Kconfig: Replace HTTP links with HTTPS ones
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH] ocxl: Replace HTTP links with HTTPS ones
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH] powerpc/signal64: Don't opencode page prefaulting
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH] docs: powerpc: Clarify book3s/32 MMU families
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH 1/2] Revert "powerpc/kasan: Fix shadow pages allocation failure"
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-07-16 12:55 UTC  (2+ messages)

[PATCH] powerpc/spufs: add CONFIG_COREDUMP dependency
 2020-07-16 12:55 UTC  (2+ messages)

linux-next: failing to fetch the dmi tree
 2020-07-16 12:55 UTC  (4+ messages)

Add and use a generic copy_oldmem_page()
 2020-07-16 12:54 UTC  (3+ messages)
` [PATCH 2/3] arm: Use the new "

[PATCH v3 0/3] Allow for qcom-pdc to be loadable as a module
 2020-07-16 12:51 UTC  (2+ messages)

[PATCH net-next 0/2] hinic: add some error messages for debug
 2020-07-16 12:50 UTC  (3+ messages)
` [PATCH net-next 1/2] hinic: add support to handle hw abnormal event
` [PATCH net-next 2/2] hinic: add log in exception handling processes

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-07-16 12:49 UTC  (2+ messages)

[PATCH v4 0/4] Add system mmu support for Armada-806
 2020-07-16 12:49 UTC  (4+ messages)

[PATCH RFC v2 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-07-16 12:48 UTC  (4+ messages)
` [PATCH RFC v2 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH RFC v2 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH RFC v2 3/3] io_uring: allow disabling rings during the creation

[PATCH V4 0/7] Tegra XUSB charger detect support
 2020-07-16 12:48 UTC  (2+ messages)

[PATCH V2] powerpc/pseries/svm: Remove unwanted check for shared_lppaca_size
 2020-07-16 12:47 UTC  (2+ messages)

[PATCH] x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
 2020-07-16 12:43 UTC  (2+ messages)

[PATCH v3 1/3] PM: introduce pm_ptr() macro
 2020-07-16 12:42 UTC  (3+ messages)
` [PATCH v3 2/3] PM: Make *_DEV_PM_OPS macros use __maybe_unused
` [PATCH v3 3/3] mmc: jz4740: Use pm_ptr() macro

[PATCH v4 00/15] Hwpoison soft-offline rework
 2020-07-16 12:38 UTC  (6+ messages)
` [PATCH v4 02/15] mm, hwpoison: remove recalculating hpage
` [PATCH v4 04/15] mm,madvise: Refactor madvise_inject_error
` [PATCH v4 06/15] mm,hwpoison: Un-export get_hwpoison_page and make it static
` [PATCH v4 07/15] mm,hwpoison: Kill put_hwpoison_page
` [PATCH v4 08/15] mm,hwpoison: remove MF_COUNT_INCREASED

[PATCH V6] GCOV: Add config to check the preqequisites situation
 2020-07-16 12:38 UTC  (2+ messages)


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