linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 16:23:20 to 2021-01-20 18:42:13 UTC [more...]

[PATCH v6 0/3] AMS, Collision Avoidance, and Protocol Error
 2021-01-20 17:17 UTC  (3+ messages)

[PATCH v7 3/3] perf-stat: enable counting events for BPF programs
 2021-01-20 17:04 UTC  (13+ messages)
                  ` FIX "

[RFC PATCH 0/7] Linux on Apple Silicon
 2021-01-20 18:06 UTC  (9+ messages)
` [RFC PATCH 2/7] arm64: kernel: Add a WFI hook
` [RFC PATCH 3/7] arm64: mm: use nGnRnE instead of nGnRE on Apple processors
` [RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC

[PATCH v2 1/2] mtd: spi-nor: Add Global Block Unlock command
 2021-01-20 16:56 UTC  (10+ messages)
` [PATCH v2 2/2] mtd: spi-nor: sst: Add support for Global Unlock on sst26vf

[PATCH v4 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-20 18:21 UTC  (8+ messages)
` [PATCH v4 4/8] mm: Move immutable fields of 'struct vm_fault' into anonymous struct
` [PATCH v4 5/8] mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
` [PATCH v4 6/8] mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()
` [PATCH v4 7/8] mm: Use static initialisers for immutable fields of 'struct vm_fault'
` [PATCH v4 8/8] mm: Mark anonymous struct field of 'struct vm_fault' as 'const'

[PATCH v2 0/5] Share mtk mutex driver for both DRM and MDP
 2021-01-20 18:27 UTC  (3+ messages)
` [PATCH v2 3/5] drm/mediatek: Change disp/ddp term to mutex in mtk mutex driver

[PATCH v2 0/5] create hugetlb flags to consolidate state
 2021-01-20 18:14 UTC  (7+ messages)
` [PATCH v2 1/5] hugetlb: use page.private for hugetlb specific page flags
` [PATCH v2 4/5] hugetlb: convert PageHugeTemporary() to HPageTemporary flag

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 18:06 UTC  (12+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v4 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-01-20 18:35 UTC  (5+ messages)
` [PATCH v4 02/21] arm64: Fix outdated TCR setup comment
` [PATCH v4 08/21] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code

[PATCH v2 0/4] x86/fpu: Reduce unnecessary FNINIT and MXCSR usage
 2021-01-20 18:28 UTC  (6+ messages)
` [PATCH v2 2/4] x86/mmx: Use KFPU_387 for MMX string operations
` [PATCH v2 4/4] x86/fpu/64: Don't FNINIT in kernel_fpu_begin()

[PATCH 2/4] sched/fair: Make CFS bandwidth controller burstable
 2021-01-20 18:33 UTC  (3+ messages)

[PATCH v4 0/7] cpufreq-qcom-hw: Implement full OSM programming
 2021-01-20 18:25 UTC  (3+ messages)
` [PATCH v4 5/7] cpufreq: qcom-hw: Implement CPRh aware "

[PATCH v5 0/5] Add r8a77965 DRIF support
 2021-01-20 18:19 UTC  (4+ messages)
` [PATCH v5 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema

[net-next PATCH v3 00/15] ACPI support for dpaa2 driver
 2021-01-20 18:17 UTC  (4+ messages)
` [net-next PATCH v3 09/15] device property: Introduce fwnode_get_id()

[PATCH v4] drivers/perf: Add support for ARMv8.3-SPE
 2021-01-20 18:13 UTC  (2+ messages)

[PATCH 0/4] drivers/perf: Constify static struct attribute_group
 2021-01-20 18:13 UTC  (2+ messages)

[PATCH v9 00/13] Add Broadcom VK driver
 2021-01-20 17:58 UTC  (14+ messages)
` [PATCH v9 01/13] bcm-vk: add bcm_vk UAPI
` [PATCH v9 02/13] misc: bcm-vk: add Broadcom VK driver
` [PATCH v9 03/13] misc: bcm-vk: add autoload support
` [PATCH v9 04/13] misc: bcm-vk: add misc device to Broadcom VK driver
` [PATCH v9 05/13] misc: bcm-vk: add triggers when host panic or reboots to notify card
` [PATCH v9 06/13] misc: bcm-vk: add open/release
` [PATCH v9 07/13] misc: bcm-vk: add ioctl load_image
` [PATCH v9 08/13] misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_info
` [PATCH v9 09/13] misc: bcm-vk: add VK messaging support
` [PATCH v9 10/13] misc: bcm-vk: reset_pid support
` [PATCH v9 11/13] misc: bcm-vk: add mmap function for exposing BAR2
` [PATCH v9 12/13] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver
` [PATCH v9 13/13] misc: bcm-vk: add ttyVK support

[PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier
 2021-01-20 18:09 UTC 

[GIT PULL] Networking for 5.11-rc5
 2021-01-20 18:09 UTC 

Question about CONFIG_DEBUG_SECTION_MISMATCH
 2021-01-20 18:04 UTC 

[PATCH 1/2] dt-bindings: input/touchscreen: add bindings for msg26xx
 2021-01-20 18:01 UTC  (2+ messages)
` [PATCH 2/2] Input: add MStar msg26xx touchscreen driver

[PATCH] media: dt-bindings: media: i2c: Fix $id of renamed ov5647.yaml
 2021-01-20 18:04 UTC 

[RFC PATCH 0/2] soundwire: add static port mapping support
 2021-01-20 18:01 UTC  (3+ messages)
` [RFC PATCH 1/2] soundwire: add support for static port mapping
` [RFC PATCH 2/2] soundwire: qcom: "

[PATCH] watchdog/hpwdt: Assign boolean values to a bool variable
 2021-01-20 17:52 UTC  (2+ messages)

[PATCH v5 0/2] misc: pvpanic: introduce capability & event attribute
 2021-01-20 17:53 UTC  (3+ messages)
` PING: "

[PATCH] dt-bindings: dp-connector: Drop maxItems from -supply
 2021-01-20 17:59 UTC 

[PATCH v2 00/34] Intel Vision Processing base enabling
 2021-01-20 17:59 UTC  (5+ messages)
` [PATCH v2 09/34] misc: xlink-pcie: lh: Add PCIe EPF driver for Local Host
` [PATCH v2 15/34] misc: xlink-pcie: Add XLink API interface

[PATCH 0/4] cpu/hotplug: rollback and "fail" interface fixes
 2021-01-20 17:54 UTC  (11+ messages)
` [PATCH 2/4] cpu/hotplug: CPUHP_BRINGUP_CPU exception in fail injection
` [PATCH 3/4] cpu/hotplug: Add cpuhp_invoke_callback_range()

[PATCH] soc: qcom: socinfo: Fix off-by-one array index bounds check
 2021-01-20 17:55 UTC  (4+ messages)
` [PATCH] soc: qcom: socinfo: Fix an off by one in qcom_show_pmic_model()

[PATCH] kasan: Add explicit preconditions to kasan_report()
 2021-01-20 17:55 UTC  (7+ messages)

[PATCH] arch: powerpc: mm: book3s64: Fixed spelling architectue -> architecture in line number 1061
 2021-01-20 17:51 UTC  (2+ messages)

[PATCH 01/14] rtc: ac100: use rtc_lock/rtc_unlock
 2021-01-20 17:50 UTC  (2+ messages)

[PATCH 0/4] clocksource: remove obsolete drivers
 2021-01-20 17:50 UTC  (3+ messages)
` [PATCH 4/4] timer: remove sirf prima driver

[PATCH] kbuild: Add support for Clang's polyhedral loop optimizer
 2021-01-20 17:41 UTC 

[PATCH v6 09/14] mm/gup: migrate pinned pages out of movable zone
 2021-01-20 17:50 UTC  (2+ messages)

[PATCH 0/1] arm64: reduce section size for sparsemem
 2021-01-20 17:49 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2] x86/sgx: Remove redundant if conditions in sgx_encl_create
 2021-01-20 17:47 UTC  (2+ messages)

[PATCH 0/6] v3u: add & update (H)SCIF nodes
 2021-01-20 17:47 UTC  (6+ messages)
` [PATCH 3/6] dt-bindings: serial: renesas,hscif: Add r8a779a0 support

[PATCH] ext4: stop update inode before return
 2021-01-20 17:43 UTC  (2+ messages)

[PATCH v8 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2021-01-20 17:37 UTC  (3+ messages)
` [PATCH v8 4/7] pwm: ntxec: Add driver for PWM function in Netronix EC

[RFC PATCH v0] mm/slub: Let number of online CPUs determine the slub page order
 2021-01-20 17:36 UTC  (2+ messages)

[PATCH v7 00/14] Tegra XHCI controller ELPG support
 2021-01-20 17:35 UTC  (5+ messages)
` [PATCH v7 08/14] arm64: tegra210: XUSB PADCTL add "nvidia,pmc" prop
` [PATCH v7 09/14] dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop

[PATCH 0/2] Add interconnect driver for SDX55
 2021-01-20 17:37 UTC  (5+ messages)
` [PATCH 2/2] interconnect: qcom: Add SDX55 interconnect provider driver

[PATCH v2 0/2] serial: 8250: Add driver for Broadcom UART
 2021-01-20 17:30 UTC  (9+ messages)
` [PATCH v2 2/2] serial: 8250: Add new 8250-core based Broadcom STB driver

[PATCH 0/4] vfio-pci/zdev: Fixing s390 vfio-pci ISM support
 2021-01-20 17:28 UTC  (5+ messages)
` [PATCH 4/4] vfio-pci/zdev: Introduce the zPCI I/O vfio region

[PATCH v1 0/7] devicetree fixes for Protonic and Plymovent boards
 2021-01-20 14:47 UTC  (3+ messages)
` [PATCH v1 4/7] ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node

(no subject)
 2021-01-20 14:46 UTC  (2+ messages)
` 

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-01-20 17:22 UTC  (12+ messages)
` [PATCH v1 5/5] driver core: Set "

[PATCH v2] mmc: core: remove unused host parameter of mmc_sd_get_csd()
 2021-01-20 14:07 UTC  (2+ messages)

[PATCH] mmc: test: remove the shutdown function
 2021-01-20 14:07 UTC  (2+ messages)

[PATCH v1 0/2] of: property: Add fw_devlink support for more props
 2021-01-20 17:24 UTC  (6+ messages)
` [PATCH v1 1/2] of: property: Add fw_devlink support for "gpio" and "gpios" binding
` [PATCH v1 2/2] of: property: Add fw_devlink support for interrupts

[PATCH 1/2] mfd: intel-m10-bmc: fix the register access range
 2021-01-20 15:42 UTC  (2+ messages)

[PATCH] serial: remove sirf prima/atlaas driver
 2021-01-20 15:43 UTC 

[PATCH][next] drm/amd/display: Fix spelling mistake of function name
 2021-01-20 14:46 UTC  (2+ messages)

[PATCH v4 00/15] x86: major paravirt cleanup
 2021-01-20 13:26 UTC  (3+ messages)
` [PATCH v4 01/15] static_call: Pull some static_call declarations to the type headers
` [PATCH v4 03/15] x86/xen: use specific Xen pv interrupt entry for DF

[PATCH v4 0/5] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-20 14:46 UTC  (7+ messages)
` [PATCH v4 3/5] kasan: Add report for async mode

[RFC PATCH 0/5] running kernel mode SIMD with softirqs disabled
 2021-01-20 15:44 UTC  (5+ messages)
` [RFC PATCH 4/5] arm64: fpsimd: run kernel mode NEON "

[RFC PATCH 0/5] arm64: Prepare instruction decoder for objtool
 2021-01-20 17:17 UTC  (6+ messages)
` [RFC PATCH 1/5] arm64: Move instruction encoder/decoder under lib/
` [RFC PATCH 2/5] arm64: aarch64-insn: Add SVE instruction class
` [RFC PATCH 3/5] arm64: aarch64-insn: Add barrier encodings
` [RFC PATCH 4/5] arm64: aarch64-insn: Add some opcodes to instruction decoder
` [RFC PATCH 5/5] arm64: Add load/store decoding helpers

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2021-01-20 17:17 UTC  (11+ messages)

[PATCH v2 0/3] Fix infinite machine check loop in futex_wait_setup()
 2021-01-20 17:17 UTC  (10+ messages)
` [PATCH v3] x86/mce: Avoid infinite loop for copy from user recovery
      ` [PATCH v4] "

[PATCH 0/3] tty: some cleanups in remove functions
 2021-01-20 17:16 UTC  (3+ messages)
` [PATCH 1/3] tty: hvcs: Drop unnecessary if block

[PATCH] of: property: Add device link support for interrupts
 2021-01-20 17:15 UTC  (4+ messages)

[PATCH v2 0/3] Fixes to bridge/panel and ingenic-drm
 2021-01-20 16:26 UTC  (6+ messages)
` [PATCH v2 1/3] drm: bridge/panel: Cleanup connector on bridge detach
` [PATCH v2 3/3] drm/ingenic: Fix non-OSD mode

PVPANIC PCI driver
 2021-01-20 17:08 UTC 

[PATCH] net: systemport: free dev before on error path
 2021-01-20 17:09 UTC  (3+ messages)

[PATCH] perf metricgroup: Fix for metrics containing duration_time
 2021-01-20 17:08 UTC  (2+ messages)

[PATCH/RFC] soc: renesas: rcar-sysc: Mark device node OF_POPULATED after init
 2021-01-20 17:09 UTC  (2+ messages)

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-20 17:07 UTC  (7+ messages)
` [PATCH bpf-next v5 2/4] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v5 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v5 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH v4 00/21] Move Hisilicon 6421v600 SPMI driver set out of staging
 2021-01-20 17:07 UTC  (5+ messages)
` [PATCH v4 19/21] regulator: hi6421v600-regulator: move it from staging

[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
 2021-01-20 17:04 UTC  (6+ messages)
    ` [PATCH v2] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH net] net: usb: cdc_ncm: don't spew notifications
 2021-01-20 17:04 UTC  (3+ messages)

[PATCH v2] gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default
 2021-01-20 17:01 UTC  (7+ messages)

[PATCH v5] modules: introduce the MODULE_SCMVERSION config
 2021-01-20 17:01 UTC  (3+ messages)

[PATCH net v2] net: mscc: ocelot: Fix multicast to the CPU port
 2021-01-20 17:00 UTC  (3+ messages)

[PATCH v4 0/4] configfs: implement committable items and add sample code
 2021-01-20 17:00 UTC  (2+ messages)

[PATCH] nand: raw: remove tango driver
 2021-01-20 15:41 UTC  (3+ messages)

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-01-20 16:57 UTC  (9+ messages)

[PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
 2021-01-20 16:58 UTC  (4+ messages)

[PATCH net] tcp: Fix potential use-after-free due to double kfree()
 2021-01-20 16:57 UTC  (4+ messages)

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-20 16:53 UTC  (3+ messages)
` [RFC PATCH v3 5/6] dt-bindings: of: Add restricted DMA pool

[PATCH v6 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup
 2021-01-20 16:47 UTC  (3+ messages)
` [PATCH v6 1/2] Documentation: livepatch: Convert to automatically generated contents
` [PATCH v6 2/2] Documentation: livepatch: document reliable stacktrace

[PATCH] include: linux: Fix in two lines in the file list_lru.sh ,resposible -> responsible
 2021-01-20 16:49 UTC  (2+ messages)

[PATCH] virt: vbox: Do not use wait_event_interruptible when called from kernel context
 2021-01-20 16:47 UTC 

[PATCH] pwm: remove zte zx driver
 2021-01-20 16:46 UTC  (4+ messages)

[PATCH] ASoC: Intel: Skylake: Check the kcontrol against NULL
 2021-01-20 16:45 UTC  (7+ messages)
` [PATCH v2] "

[Patch v4 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-20 16:40 UTC  (9+ messages)
` [Patch v4 1/2] cgroup: svm: Add Encryption ID controller

[PATCH V2 1/2] dt-bindings: clk: versaclock5: Add optional load capacitance property
 2021-01-20 16:41 UTC  (5+ messages)
` [PATCH V2 2/2] clk: vc5: Add support for optional load capacitance

[PATCH 0/2] drm/msm/a6xx: LLCC related fix and cleanup
 2021-01-20 16:27 UTC  (4+ messages)
` [PATCH 2/2] drm/msm/a6xx: Create an A6XX GPU specific address space

[PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c
 2021-01-20 16:37 UTC  (4+ messages)

[PATCH v2 0/3] VMCI: Queue pair bug fixes
 2021-01-20 16:32 UTC 

[PATCH v2 2/3] VMCI: Use set_page_dirty_lock() when unregistering guest memory
 2021-01-20 16:32 UTC 

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2021-01-20 16:33 UTC  (9+ messages)

[PATCH v2 1/3] VMCI: Stop log spew when qp allocation isn't possible
 2021-01-20 16:32 UTC 

[PATCH] mm: memcg/slab: optimize objcg stock draining
 2021-01-20 16:34 UTC  (2+ messages)

[PATCH v2 3/3] VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOC
 2021-01-20 16:33 UTC 

[PATCH 0/2] ASoC: remove obsolete drivers
 2021-01-20 16:25 UTC  (3+ messages)
` [PATCH 1/2] ASoC: remove sirf prima/atlas drivers
` [PATCH 2/2] ASoC: remove zte zx drivers

[PATCH 0/5] watchdog: remove obsolete drivers
 2021-01-20 16:27 UTC  (6+ messages)
` [PATCH 1/5] watchdog: remove sirf prima driver
` [PATCH 2/5] watchdog: remove sirf atlas driver
` [PATCH 3/5] watchdog: remove zte zx driver
` [PATCH 4/5] watchdog: remove tango driver
` [PATCH 5/5] watchdog: remove coh901 driver

[PATCH v2] x86/sgx: Fix free_cnt counting logic in epc section
 2021-01-20 16:27 UTC  (2+ messages)

Splicing to/from a tty
 2021-01-20 16:26 UTC  (7+ messages)

[PATCH 1/3] kvfree_rcu: Allocate a page for a single argument
 2021-01-20 16:21 UTC  (3+ messages)
` [PATCH 2/3] kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()
` [PATCH 3/3] kvfree_rcu: use migrate_disable/enable()

[PATCH] net: fec: put child node on error path
 2021-01-20 12:20 UTC 

[PATCH 0/2] thermal: remove obsolete drivers
 2021-01-20 16:24 UTC  (3+ messages)
` [PATCH 1/2] thermal: remove tango driver
` [PATCH 2/2] thermal: remove zx driver

[PATCH v3 0/5] Add APCS support for SDX55
 2021-01-20 16:20 UTC  (4+ messages)
` [PATCH v3 3/5] dt-bindings: clock: Add Qualcomm A7 PLL binding

[PATCH v2] tracing: precise log info for kretprobe addr err
 2021-01-20 16:20 UTC  (2+ messages)

[PATCH v2] x86/sgx: Allows ioctl PROVISION to execute before CREATE
 2021-01-20 16:20 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).