linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-22 12:50:13 to 2020-04-22 15:34:29 UTC [more...]

Implement close-on-fork
 2020-04-22 15:34 UTC  (5+ messages)

[PATCH 0/8] perf metric fixes and test
 2020-04-22 15:34 UTC  (4+ messages)
` [PATCH 2/8] perf metrics: fix parse errors in cascade lake metrics

[PATCH v7 0/8] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-22 15:29 UTC  (10+ messages)
` [PATCH v7 4/8] drm: imx: Add i.MX 6 MIPI DSI host platform driver
` [PATCH v7 5/8] dt-bindings: display: add i.MX6 MIPI DSI host controller doc

[PATCH v2] mtd: rawnand: denali: add more delays before latching incoming data
 2020-04-22 15:29 UTC  (2+ messages)

[PATCH] arm64: add check_wx_pages debugfs for CHECK_WX
 2020-04-22 15:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2] cpufreq: qcom: fix compatibility issue with old binding
 2020-04-22 15:26 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: opp: Fix wrong binding in qcom-nvmem-cpufreq

[PATCH] arm: dts: uDPU: switch PHY operation mode to 2500base-x
 2020-04-22 15:24 UTC  (2+ messages)

[PATCH 00/23] sched: Remove FIFO priorities from modules
 2020-04-22 15:22 UTC  (29+ messages)
` [PATCH 01/23] sched: Provide sched_set_fifo()
` [PATCH 02/23] sched,bL_switcher: Convert to sched_set_fifo*()
` [PATCH 03/23] sched,crypto: "
` [PATCH 06/23] sched,psci: "
` [PATCH 09/23] sched,ivtv: "
` [PATCH 11/23] sched,spi: "
` [PATCH 13/23] sched,ion: Convert to sched_set_normal()
` [PATCH 16/23] sched,watchdog: Convert to sched_set_fifo()
` [PATCH 21/23] sched,psi: Convert to sched_set_fifo_low()
` [PATCH 23/23] sched: Remove sched_set_*() return value

[PATCH 0/2] hwmon: (pmbus) add debugfs features for Gen 2 Renesas digital multiphase
 2020-04-22 15:22 UTC  (6+ messages)
` [PATCH 1/2] hwmon: (pmbus/isl68137) add debugfs config and black box endpoints

[PATCH 0/1] x86/fpu: Allow clearcpuid= to clear several bits
 2020-04-22 15:21 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v1] drm/bochs: fix an issue of ioremap() leak
 2020-04-22 15:21 UTC  (5+ messages)

[PATCH v2 0/9] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-04-22 15:21 UTC  (4+ messages)
` [PATCH v2 6/9] s390/module: Use s390_kernel_write() for late relocations

KASAN: use-after-free Read in usbhid_close (3)
 2020-04-22 15:21 UTC  (3+ messages)

[PATCH V9 00/11] XFS - Enable per-file/per-directory DAX operations V9
 2020-04-22 15:19 UTC  (4+ messages)
` [PATCH V9 09/11] fs: Introduce DCACHE_DONTCACHE

[PATCH] arm64: dts: allwinner: a64: Disable SPDIF by default
 2020-04-22 15:16 UTC  (2+ messages)

[PATCH] sched/pelt: sync util/runnable_sum with PELT window when propagating
 2020-04-22 15:14 UTC 

[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-22 15:13 UTC  (11+ messages)

[PATCH v2] crypto: ccp: Add support for SEV-ES to the PSP driver
 2020-04-22 15:11 UTC  (2+ messages)

[PATCH 0/4] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-22 15:10 UTC  (3+ messages)
` [PATCH 4/4] loop: Add "

[v2] arm64: dts: meson: odroid-n2: extend cpu opp-points
 2020-04-22 15:08 UTC  (3+ messages)

[PATCH v2] x86: fix early boot crash on gcc-10
 2020-04-22 15:06 UTC  (14+ messages)

[PATCH 0/23 v2] mm: Speedup page cache truncation
 2020-04-22 15:02 UTC  (24+ messages)
` [PATCH 01/23] xarray: Remove stale comment
` [PATCH 02/23] xarray: Provide xas_erase() and xas_store_noinit() helpers
` [PATCH 03/23] xarray: Use xas_store_noinit() in __xa_store, __xa_insert, __xa_alloc
` [PATCH 04/23] xarray: Switch xa_store_range() to use xas_store_noinit()
` [PATCH 05/23] xarray: Use xas_erase() in __xa_erase()
` [PATCH 06/23] xarray: Explicitely set XA_FREE_MARK in __xa_cmpxchg()
` [PATCH 07/23] xarray: Switch __xa_cmpxchg() to use xas_store_noinit()
` [PATCH 08/23] dax: Use xas_erase() in __dax_invalidate_entry()
` [PATCH 09/23] dax: Use dax_store_noinit() in grab_mapping_entry()
` [PATCH 10/23] dax: Convert xas_store() to xas_store_noinit()
` [PATCH 11/23] mm: Use xas_erase() in page_cache_delete_batch()
` [PATCH 12/23] mm: Use xas_erase() in collapse_file()
` [PATCH 13/23] mm: Use xas_store_noinit() when storing non-NULL
` [PATCH 14/23] workingset: Use xas_store_noinit() to clear shadow entry
` [PATCH 15/23] swap: Use xas_erase() when removing page from swap cache
` [PATCH 16/23] idr: Use xas_erase() in ida_destroy()
` [PATCH 17/23] idr: Use xas_erase() in ida_free()
` [PATCH 18/23] idr: Convert xas_store() to xas_store_noinit()
` [PATCH 19/23] testing: Use xas_erase() to remove entries from xarray
` [PATCH 20/23] testing: Use xas_store_noinit() for non-NULL entries
` [PATCH 21/23] testing: Introduce xa_erase_order() and use it
` [PATCH 22/23] testing: Switch xa_store_order() to xas_store_noinit()
` [PATCH 23/23] xarray: Remove xas_store()

[PATCH v3] ARM: dts: kirkwood: Add Check Point L-50 board
 2020-04-22 15:00 UTC 

[PATCH v3 6/7] misc: bcm-vk: add Broadcom VK driver
 2020-04-22 14:59 UTC  (4+ messages)

[PATCH v4] virtio: force spec specified alignment on types
 2020-04-22 14:58 UTC 

[PATCH RFC] rcu/tree: Refactor object allocation and try harder for array allocation
 2020-04-22 14:57 UTC  (6+ messages)

[PATCH v2 0/7] loopfs
 2020-04-22 14:54 UTC  (8+ messages)
` [PATCH v2 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v2 2/7] loopfs: implement loopfs
` [PATCH v2 3/7] loop: use ns_capable for some loop operations
` [PATCH v2 4/7] kernfs: handle multiple namespace tags
` [PATCH v2 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v2 6/7] loopfs: start attaching correct namespace during loop_add()
` [PATCH v2 7/7] loopfs: only show devices in their correct instance

[PATCH v4 1/7] drm: shmobile: Reduce include dependencies
 2020-04-22 14:52 UTC  (8+ messages)
` [PATCH v4 2/7] kernel.h: Drop unneeded <linux/kernel.h> inclusion from other headers
` [PATCH v4 3/7] kernel.h: Move oops_in_progress to printk.h
` [PATCH v4 4/7] kernel.h: Split out min()/max() et al helpers
` [PATCH v4 5/7] kernel.h: Split out mathematical helpers
` [PATCH v4 6/7] kernel.h: Split out panic and oops helpers
` [PATCH v4 7/7] kernel.h: Split out might_sleep() and friends

[PATCH v4 00/11] Rework READ_ONCE() to improve codegen
 2020-04-22 14:54 UTC  (6+ messages)
` [PATCH v4 08/11] READ_ONCE: Drop pointer qualifiers when reading from scalar types

[PATCH] x86, sched: Prevent divisions by zero in frequency invariant accounting
 2020-04-22 14:53 UTC  (2+ messages)

Linux 5.7-rc2
 2020-04-22 14:49 UTC  (6+ messages)
  ` [BISECTED]: Kernel panic (was: Linux 5.7-rc2)

[PATCH 0/4] usb: gadget: serial: add supend resume support
 2020-04-22 14:48 UTC  (3+ messages)
` [PATCH 1/4] usb: dwc2: gadget: move gadget resume after the core is in L0 state

[PATCH v2 0/4] perf: make Perf tool aware of SELinux access control
 2020-04-22 14:47 UTC  (5+ messages)
` [PATCH v2 1/4] perf trace: substitute CAP_SYS_ADMIN with CAP_PERFMON in error message
` [PATCH v2 2/4] perf docs: substitute CAP_SYS_ADMIN with CAP_PERFMON where needed
` [PATCH v2 3/4] perf tool: make Perf tool aware of SELinux access control
` [PATCH v2 4/4] perf docs: introduce security.txt file to document related issues

[PATCH] MIPS: Clear XContext at boot time
 2020-04-22 14:45 UTC 

[PATCH] media: MAINTAINERS: Fix Hantro, Rga and Rkvdec entries
 2020-04-22 14:42 UTC  (5+ messages)

[PATCH] MIPS: Kernel: Identify Loongson-2K processors
 2020-04-22 14:43 UTC 

kernel/perf: Sample data being lost
 2020-04-22 14:42 UTC  (3+ messages)

[PATCH 0/6] arm64: dts: meson-gx: add initial playback support
 2020-04-22 14:38 UTC  (4+ messages)
` [PATCH 2/6] arm64: dts: meson-gx: add aiu support

[PATCH 1/2] ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes
 2020-04-22 14:36 UTC  (2+ messages)
` [PATCH 2/2] arm64: "

[PATCH v1 00/15] Add support for Nitro Enclaves
 2020-04-22 14:35 UTC  (4+ messages)
` [PATCH v1 13/15] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver

[PATCH v4] MIPS: Truncate link address into 32bit for 32bit kernel
 2020-04-22 14:32 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 0/6] Loongson PCH IRQ Support
 2020-04-22 14:24 UTC  (7+ messages)
` [PATCH 1/6] irqchip: Add Loongson HyperTransport Vector support
` [PATCH 2/6] dt-bindings: interrupt-controller: Add Loongson HTVEC
` [PATCH 3/6] irqchip: Add Loongson PCH PIC controller
` [PATCH 4/6] dt-bindings: interrupt-controller: Add Loongson PCH PIC
` [PATCH 5/6] irqchip: Add Loongson PCH MSI controller
` [PATCH 6/6] dt-bindings: interrupt-controller: Add Loongson PCH MSI

[PATCH V2] dynamic_debug: Add an option to enable dynamic debug for modules only
 2020-04-22 14:25 UTC  (4+ messages)

[PATCH 0/3] objtool: Constify most of the instruction decoding loop
 2020-04-22 14:22 UTC  (4+ messages)
` [PATCH 2/3] objtool: Rename elf_read() to elf_open_read()

[PATCH 0/6] Add support for SCD30 sensor
 2020-04-22 14:11 UTC  (7+ messages)
` [PATCH 1/6] iio: chemical: scd30: add core driver
` [PATCH 2/6] iio: chemical: scd30: add I2C interface driver
` [PATCH 3/6] iio: chemical: scd30: add serial "
` [PATCH 4/6] Documentation: ABI: testing: scd30: document iio attributes
` [PATCH 5/6] dt-bindings: iio: scd30: add device binding file
` [PATCH 6/6] MAINTAINERS: add myself as a SCD30 driver maintainer

[PATCH] PM: sleep: call devfreq_suspend/resume and cpufreq_suspend/resume in pairs
 2020-04-22 14:21 UTC  (4+ messages)

[PATCH 1/3] dmaengine: ioat: removing duplicate code from timeout handler
 2020-04-22 14:21 UTC  (3+ messages)
` [PATCH 3/3] dmaengine: ioat: adding missed issue_pending to "

[PATCH] dt-bindings: at24: add microchip,24lc[0-9]+ to the compatible pattern
 2020-04-22 14:18 UTC 

[ v2,net-next 4/4] net: enetc: add tc flower psfp offload driver
 2020-04-22 14:14 UTC  (6+ messages)
` [v3,net-next 0/4] Introduce a flow gate control action and apply IEEE
  ` [v3,net-next 1/4] net: qos: introduce a gate control flow action
  ` [v3,net-next 2/4] net: schedule: add action gate offloading

[RFC PATCH 4/4] mm: Add PG_zero support
 2020-04-22 14:09 UTC  (5+ messages)

[PATCH v2 0/2] NVIDIA Tegra I2C synchronization correction
 2020-04-22 14:07 UTC  (13+ messages)
` [PATCH v2 1/2] i2c: tegra: Better handle case where CPU0 is busy for a long time

[PATCH] perf stat: Zero ena and run for interval mode
 2020-04-22 14:04 UTC  (3+ messages)

[PATCH] perf script: avoid null dereference on symbol
 2020-04-22 13:59 UTC  (3+ messages)

[PATCH] arm32: fix flushcache syscall with device address
 2020-04-22 13:56 UTC  (6+ messages)

[PATCH net-next v5 0/4] add TJA1102 support
 2020-04-22 13:49 UTC  (9+ messages)
` [PATCH net-next v5 1/4] dt-bindings: net: phy: Add support for NXP TJA11xx
` [PATCH net-next v5 2/4] net: phy: tja11xx: add initial TJA1102 support
` [PATCH net-next v5 3/4] net: mdio: of: export part of of_mdiobus_register_phy()
` [PATCH net-next v5 4/4] net: phy: tja11xx: add delayed registration of TJA1102 PHY1

[PATCH] padata: add separate cpuhp node for CPUHP_PADATA_DEAD
 2020-04-22 13:46 UTC  (3+ messages)

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-22 13:45 UTC  (9+ messages)
` [PATCH v2 1/7] KVM: s390: "
` [PATCH v2 2/7] KVM: arm64: "
` [PATCH v2 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v2 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v2 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v2 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v2 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH 1/5] ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
 2020-04-22 13:45 UTC  (3+ messages)
` [PATCH 2/5] evm: Check also if *tfm is an error pointer in init_desc()

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-04-22 13:43 UTC  (8+ messages)
` [PATCH 15/18] mm: memcontrol: make swap tracking an integral part of memory control

Fair Pay Initiative: - The Dewa
 2020-04-22 13:42 UTC  (3+ messages)
  ` Fair Pay Initiative: - final name

[PATCH 0/1] platform/x86: Add Slim Bootloader firmware update support
 2020-04-22 13:42 UTC  (3+ messages)
` [PATCH 1/1] platform/x86: Add Slim Bootloader firmware update signaling driver

[PATCH] mmc: mmci_sdmmc: fix power on issue due to pwr_reg initialization
 2020-04-22 13:40 UTC  (4+ messages)

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-04-22 13:39 UTC  (2+ messages)

linux-next: build failure after merge of the crypto tree
 2020-04-22 13:33 UTC  (2+ messages)

[PATCH v5 00/17] objtool: vmlinux.o and noinstr validation
 2020-04-22 13:33 UTC  (5+ messages)
` [PATCH v5 04/17] x86,ftrace: Fix ftrace_regs_caller() unwind

[PATCH] iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
 2020-04-22 13:30 UTC 

[PATCH rcu/dev -fixes 0/4]
 2020-04-22 13:28 UTC  (5+ messages)
` [PATCH rcu/dev -fixes 2/4] rcu/tree: Skip entry into the page allocator for PREEMPT_RT

[PATCH v2] xhci: Set port link to RxDetect if port is not enabled after resume
 2020-04-22 13:21 UTC  (3+ messages)

[PATCH v2] arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
 2020-04-22 13:17 UTC  (2+ messages)

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-04-22 13:13 UTC  (7+ messages)

[RELEASE] Userspace RCU 0.12.1, 0.11.2, 0.10.3, 0.9.7
 2020-04-22 13:13 UTC 

[PATCH v5] ARM: decompressor: simplify libfdt builds
 2020-04-22 13:08 UTC 

[PATCH v5 0/4] iio: vcnl: Add interrupts support for VCNL4010/20
 2020-04-22 13:08 UTC  (5+ messages)
` [PATCH v5 1/4] iio: vcnl4000: Factorize data reading and writing
` [PATCH v5 2/4] iio: vcnl4000: Add event support for VCNL4010/20
` [PATCH v5 3/4] iio: vcnl4000: Add sampling frequency "
` [PATCH v5 4/4] iio: vcnl4000: Add buffer "

[PATCH v2] mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
 2020-04-22 13:07 UTC  (2+ messages)

[PATCH v1] stm class: Replace uuid_t with plain u8 uuid[16]
 2020-04-22 13:02 UTC 

[PATCH v4] ARM: decompressor: simplify libfdt builds
 2020-04-22 12:56 UTC  (4+ messages)

Bug Report High CPU Usage events_power_efficient
 2020-04-22 12:55 UTC 

[PATCH] xfrm: policy: Only use mark as policy lookup key
 2020-04-22 12:53 UTC  (2+ messages)
` [PATCH v2] xfrm: policy: Fix xfrm policy match

[PATCH 4.19 00/64] 4.19.118-rc1 review
 2020-04-22 12:51 UTC  (3+ messages)

[PATCH v2] arm64: dts: qcom: db820c: fix audio configuration
 2020-04-22 12:50 UTC  (2+ messages)

[PATCH 1/2] arm64: qcom: c630: fix asm dai setup
 2020-04-22 12:50 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: db845c: "


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