linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 15:00:55 to 2021-01-15 17:27:56 UTC [more...]

[PATCH v10 0/8] IMA: support for measuring kernel integrity critical data
 2021-01-15 17:26 UTC  (3+ messages)

[PATCH v2] perf: cs-etm: update ETM metadata format
 2021-01-15 17:27 UTC 

[PATCH] of: base: improve error msg in of_phandle_iterator_next()
 2021-01-15 17:26 UTC  (2+ messages)

[PATCH v3 00/15] kasan: HW_TAGS tests support and fixes
 2021-01-15 17:24 UTC  (5+ messages)
` [PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk

[PATCH] fs: anon_inodes: rephrase to appropriate kernel-doc
 2021-01-15 17:23 UTC  (2+ messages)

[PATCH v3 0/2] x86: Add the feature Virtual SPEC_CTRL
 2021-01-15 17:21 UTC  (3+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH v3 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL

[PATCH v4] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2021-01-15 17:21 UTC  (9+ messages)

[PATCH] driver core: Extend device_is_dependent()
 2021-01-15 17:20 UTC  (5+ messages)

[PATCH 00/18] drivers: Remove oprofile and dcookies
 2021-01-15 17:10 UTC  (7+ messages)
` [PATCH 04/18] arch: hexagon: Don't select HAVE_OPROFILE
` [PATCH 17/18] drivers: Remove CONFIG_OPROFILE support

[PATCH v3] Documentation: livepatch: document reliable stacktrace
 2021-01-15 17:20 UTC  (5+ messages)

[PATCH v2 00/14] KVM: SVM: Misc SEV cleanups
 2021-01-15 17:19 UTC  (4+ messages)
` [PATCH v2 14/14] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH v3 0/9] UBSan Enablement for hyp/nVHE code
 2021-01-15 17:18 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
` [PATCH v3 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
` [PATCH v3 3/9] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
` [PATCH v3 4/9] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
` [PATCH v3 5/9] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
` [PATCH v3 6/9] KVM: arm64: __ubsan_handle_load_invalid_value EL2 implementation
` [PATCH v3 7/9] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
` [PATCH v3 8/9] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE
` [PATCH v3 9/9] KVM: arm64: Add UBSan tests for PKVM

[PATCH v3 0/3] Add support for Boundary Nitrogen8M Mini SBC
 2021-01-15 17:18 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: arm: imx: add imx8mm nitrogen support
` [PATCH v3 2/3] arm64: dts: imx: Add i.mx8mm nitrogen8mm basic dts support

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
 2021-01-15 17:17 UTC  (9+ messages)
` [PATCH v2 2/5] lib: add error_report_notify to collect debugging tools' reports
` [PATCH v2 3/5] docs: ABI: add /sys/kernel/error_report/ documentation

[PATCH v4] Documentation: livepatch: document reliable stacktrace
 2021-01-15 17:16 UTC 

[PATCH v3] octeontx2-af: Fix missing check bugs in rvu_cgx.c
 2021-01-15 14:10 UTC 

[PATCH v8 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p
 2021-01-15 17:11 UTC  (8+ messages)

[PATCH RFC 00/30] userfaultfd-wp: Support shmem and hugetlbfs
 2021-01-15 17:12 UTC  (31+ messages)
` [PATCH RFC 01/30] mm/thp: Simplify copying of huge zero page pmd when fork
` [PATCH RFC 02/30] mm/userfaultfd: Fix uffd-wp special cases for fork()
` [PATCH RFC 03/30] mm/userfaultfd: Fix a few thp pmd missing uffd-wp bit
` [PATCH RFC 04/30] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH RFC 05/30] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH RFC 06/30] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH RFC 07/30] mm/swap: Introduce the idea of special swap ptes
` [PATCH RFC 08/30] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH RFC 09/30] mm: Drop first_index/last_index in zap_details
` [PATCH RFC 10/30] mm: Introduce zap_details.zap_flags
` [PATCH RFC 11/30] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH RFC 12/30] mm: Pass zap_flags into unmap_mapping_pages()
` [PATCH RFC 13/30] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH RFC 14/30] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH RFC 15/30] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH RFC 16/30] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH RFC 17/30] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH RFC 18/30] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH RFC 19/30] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH RFC 20/30] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH RFC 21/30] hugetlb: Pass vma into huge_pte_alloc()
` [PATCH RFC 22/30] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH RFC 23/30] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH RFC 24/30] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH RFC 25/30] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH RFC 26/30] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH RFC 27/30] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH RFC 28/30] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH RFC 29/30] userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH RFC 30/30] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH net v2] udp: ipv4: manipulate network header of NATed UDP GRO fraglist
 2021-01-15 17:12 UTC  (2+ messages)

[PATCH] kcsan: Add missing license and copyright headers
 2021-01-15 17:09 UTC 

[PATCH] pinctrl: qcom-pmic-gpio: Add support for pm8019
 2021-01-15 17:11 UTC  (2+ messages)
` [PATCH] pinctrl: qcom: spmi-mpp: Add PM8019 compatible

[PATCH 0/4] SM8350 USB and dt-bindings updates
 2021-01-15 17:09 UTC  (6+ messages)
` [PATCH 1/4] phy: qcom-qmp: Add SM8350 USB QMP PHYs

[PATCH] audit: Remove leftover reference to the audit_tasklet
 2021-01-15 17:08 UTC  (2+ messages)

[PATCH 2/2] ASoC: mediatek: mt6359: add MT6359 accdet driver
 2021-01-15 17:07 UTC 

[PATCH v9 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p
 2021-01-15 17:06 UTC  (5+ messages)
` [PATCH v9 1/4] HID: i2c-hid: Reorganize so ACPI and OF are separate modules
` [PATCH v9 2/4] arm64: defconfig: Update config names for i2c-hid rejigger
` [PATCH v9 3/4] dt-bindings: input: HID: i2c-hid: Introduce bindings for the Goodix GT7375P
` [PATCH v9 4/4] HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid core

[PATCH 0/2] kasan: fixes for 5.11-rc
 2021-01-15 17:05 UTC  (10+ messages)
` [PATCH 2/2] kasan, arm64: fix pointer tags in KASAN reports

[PATCH] PM / devfreq: Add sysfs attributes to simple_ondemand governor
 2021-01-15 17:05 UTC 

[PATCH] soc: samsung: pm_domains: Convert to regular platform driver
 2021-01-15 17:04 UTC  (6+ messages)
  ` (subset) "

[PATCH v2 1/2] misc: Add clock control logic into Aspeed LPC SNOOP driver
 2021-01-15 17:04 UTC  (3+ messages)

[PATCH RFC 0/4] Fix arm64 crash for accessing unmapped IO port regions (reboot)
 2021-01-15 16:58 UTC  (5+ messages)
` [PATCH RFC 1/4] arm64: io: Introduce IO_SPACE_BASE
` [PATCH RFC 2/4] asm-generic/io.h: Add IO_SPACE_BASE
` [PATCH RFC 3/4] kernel/resource: Make ioport_resource.start configurable
` [PATCH RFC 4/4] logic_pio: Warn on and discard accesses to addresses below IO_SPACE_BASE

[PATCH] mm: memcontrol: prevent starvation when writing memory.high
 2021-01-15 17:03 UTC  (10+ messages)

[PATCH] drm/i915/userptr: detect un-GUP-able pages early
 2021-01-15 17:03 UTC  (2+ messages)

[PATCH v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-15 16:56 UTC  (9+ messages)

[PATCH 1/2] MAINTAINERS: update maintainers of qcom audio
 2021-01-15 16:55 UTC  (2+ messages)
` [PATCH 2/2] MAINTAINERS: update qcom ASoC drivers list

[PATCH] sched/core: Print out straggler tasks in sched_cpu_dying()
 2021-01-15 16:54 UTC  (9+ messages)

Related work to MAINTAINERS truth and fiction
 2021-01-15 16:52 UTC  (2+ messages)

[PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM
 2021-01-15 16:50 UTC  (2+ messages)

[PATCH 0/2] Add support for TI AM18XX/OMAP-L138 PRUSS
 2021-01-15 16:45 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: ti: ti,pruss: add ti,am1806-pruss

[PATCH v4 0/6] Add support for Rpi4b + Cirrus Lochnagar2 and CS47L15
 2021-01-15 16:15 UTC  (9+ messages)
` [PATCH v4 2/6] dt-bindings: audio-graph-card: Add plls and sysclks properties

[PATCH v6 1/3] dt-bindings: iio: dac: AD5766 yaml documentation
 2021-01-15 16:46 UTC  (2+ messages)

[PATCH v2 00/19] scsi: libsas: Remove in_interrupt() check
 2021-01-15 16:41 UTC  (9+ messages)

[PATCH] KVM: x86/MMU: Do not check unsync status for root SP
 2021-01-16  0:21 UTC 

[PATCH] dt-bindings: soc: ti: Update TI PRUSS bindings about schemas to include
 2021-01-15 16:38 UTC  (3+ messages)

[PATCH 00/10] Fix documentation warnings at linux-next
 2021-01-15 16:37 UTC  (2+ messages)

[RFC PATCH v3 0/8] Adding the Sparx5 Switch Driver
 2021-01-15 16:34 UTC  (5+ messages)
` [RFC PATCH v3 1/8] dt-bindings: net: sparx5: Add sparx5-switch bindings

[PATCH] usb: typec: tcpm: Create legacy PDOs for PD2 connection
 2021-01-15 16:33 UTC 

[PATCH 0/2] Allow VADC_LR_MUX2_BAT_ID channel proper reading
 2021-01-15 16:30 UTC  (3+ messages)
` [PATCH 1/2] iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel

[PATCH v2 0/3] VMX: more nested fixes
 2021-01-15 16:30 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: nVMX: add kvm_nested_vmlaunch_resume tracepoint

[PATCH] soc: qcom: socinfo: Add MDM9607 IDs
 2021-01-15 16:27 UTC 

[PATCH] soundwire: debugfs: use controller id instead of link_id
 2021-01-15 16:25 UTC 

[PATCH] drm/tegra: fix reference leak when pm_runtime_get_sync fails
 2021-01-15 16:26 UTC  (2+ messages)

[PATCH v2 net-next 1/1] Allow user to set metric on default route learned via Router Advertisement
 2021-01-15 16:20 UTC  (2+ messages)

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-15 16:20 UTC  (8+ messages)

[PATCH 0/4] Add sysfs interface to collect reports from debugging tools
 2021-01-15 16:17 UTC  (7+ messages)
` [PATCH 1/4] tracing: add error_report trace points

[PATCH 0/3] Add support for assigned-performance-states for geni i2c driver
 2021-01-15 16:15 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: power: Introduce 'assigned-performance-states' property

[RFC 1/1] s390/pci: expose UID checking state in sysfs
 2021-01-15 16:15 UTC  (3+ messages)

[PATCH v12 0/4] Adding the Sparx5 Serdes driver
 2021-01-15 16:14 UTC  (4+ messages)
` [PATCH v12 2/4] phy: Add ethernet serdes configuration option

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-01-15 16:12 UTC  (12+ messages)

[BUG] on reboot: bisected to: drm/i915: Shut down displays gracefully on reboot
 2021-01-15 16:10 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH] net: ks8851: remove definition of DEBUG
 2021-01-15 16:09 UTC  (2+ messages)

[PATCH] printk: fix buffer overflow potential for print_text()
 2021-01-15 16:04 UTC  (3+ messages)

[PATCH v3] Create i2c_writesl_vi() to use with VI I2C
 2021-01-15 15:57 UTC  (3+ messages)
` [PATCH v3] i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO

WARNING in io_uring_flush
 2021-01-15 15:57 UTC 

[PATCH v2 0/7] Remove ARM platform efm32
 2021-01-15 15:51 UTC  (3+ messages)
` [PATCH v2 3/7] clocksource: Drop unused efm32 timer code
` [PATCH v2 7/7] MAINTAINERS: Remove deleted platform efm32

[PATCH][next] ALSA: usb-audio: remove initialization of param_period_time_if_needed
 2021-01-15 15:52 UTC  (2+ messages)

[PATCH v3 0/4] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-15 15:45 UTC  (9+ messages)
` [PATCH v3 1/4] kasan, arm64: Add KASAN light mode
` [PATCH v3 2/4] arm64: mte: Add asynchronous mode support
` [PATCH v3 3/4] arm64: mte: Enable async tag check fault
` [PATCH v3 4/4] arm64: mte: Optimize mte_assign_mem_tag_range()

[PATCH v1 0/5] Clock and reset improvements for Tegra ALSA drivers
 2021-01-15 15:44 UTC  (11+ messages)
` [PATCH v1 1/5] ALSA: hda/tegra: Use clk_bulk helpers
` [PATCH v1 2/5] ALSA: hda/tegra: Reset hardware
` [PATCH v1 3/5] ASoC: tegra: ahub: Use of_reset_control_array_get_exclusive()
` [PATCH v1 4/5] ASoC: tegra: ahub: Use clk_bulk helpers
` [PATCH v1 5/5] ASoC: tegra: ahub: Reset hardware properly

[PATCH v2] fs/proc: Expose RSEQ configuration
 2021-01-15 15:44 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: mtd: move partition binding to its own file
 2021-01-15 15:39 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: mtd: add binding from BCM4908 partitions
` [PATCH 3/3] mtd: parsers: ofpart: support BCM4908 fixed partitions

[PATCH v3 0/4] Promote Hikey 970 USB phy out of staging
 2021-01-15 15:39 UTC  (3+ messages)
` [PATCH v3 4/4] phy: phy-hi3670-usb3: move driver from staging into phy

[PATCH] tracing: remove definition of DEBUG
 2021-01-15 15:33 UTC 

[PATCH] objtool: Don't fail on missing symbol table
 2021-01-15 15:32 UTC  (3+ messages)

[PATCH] watchdog: it8712f_wdt: remove definition of DEBUG
 2021-01-15 15:32 UTC 

[PATCH 00/21] objtool: vmlinux.o and CLANG LTO support
 2021-01-15 15:30 UTC  (6+ messages)
` [PATCH 15/21] x86/xen/pvh: Convert indirect jump to retpoline

[PATCH] hexagon: remove CONFIG_EXPERIMENTAL from defconfigs
 2021-01-15 15:29 UTC  (2+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-15 15:29 UTC  (11+ messages)
` [PATCH v3 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest
` [PATCH v3 06/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS

[PATCH v7 0/3] MTE support for KVM guest
 2021-01-15 15:28 UTC  (4+ messages)
` [PATCH v7 1/3] arm64: kvm: Save/restore MTE registers
` [PATCH v7 2/3] arm64: kvm: Introduce MTE VCPU feature
` [RFC PATCH v7 3/3] KVM: arm64: ioctl to fetch/store tags in a guest

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

[PATCH] mm/compaction: return proper state in should_proactive_compact_node
 2021-01-15 15:21 UTC  (3+ messages)

[PATCH v5 0/3] rtc: s5m: driver improvements
 2021-01-15 15:21 UTC  (3+ messages)
` [PATCH v5 3/3] rtc: s5m: check the return value of s5m8767_rtc_init_reg()

[PATCH v2 0/5] Couple improvements for Tegra clk driver
 2021-01-15 15:17 UTC  (11+ messages)
` [PATCH v2 1/5] clk: tegra30: Use 300MHz for video decoder by default
` [PATCH v2 2/5] clk: tegra: Fix refcounting of gate clocks
` [PATCH v2 3/5] clk: tegra: Ensure that PLLU configuration is applied properly
` [PATCH v2 4/5] clk: tegra: Halve SCLK rate on Tegra20
` [PATCH v2 5/5] MAINTAINERS: Hand Tegra clk driver to Jon and Thierry

[PATCH v2 00/11] perf c2c: Sort cacheline with all loads
 2021-01-15 15:17 UTC  (5+ messages)

[PATCH] iommu: check for the deferred attach when attaching a device
 2021-01-15 15:15 UTC  (6+ messages)

[PATCH -rcu] rculist: Replace reference to atomic_ops.rst
 2021-01-15 15:11 UTC 

[PATCH v7 1/5] drm/i915: Pass port to intel_panel_bl_funcs.get()
 2021-01-15 15:11 UTC  (3+ messages)

[PATCH -tip 00/32] Core scheduling (v9)
 2021-01-15 15:10 UTC  (4+ messages)
` [PATCH -tip 32/32] sched: Debug bits

[RFC PATCH net-next] bonding: add a vlan+srcmac tx hashing option
 2021-01-15 15:08 UTC  (6+ messages)
` [PATCH net-next v2] bonding: add a vlan+mac "

[PATCH v2] brcmfmac: add support for CQM RSSI notifications
 2021-01-15 15:08 UTC  (4+ messages)

[PATCH v2 0/3] Use static_call for kvm_x86_ops
 2021-01-15 15:05 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: X86: append vmx/svm prefix to additional kvm_x86_ops functions
` [PATCH v2 2/3] KVM: x86: introduce definitions to support static calls for kvm_x86_ops

[PATCH v2 0/3] Remove one more platform_device_add_properties() call
 2021-01-15 15:05 UTC  (4+ messages)

[PATCH v2 net] skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
 2021-01-15 15:04 UTC 

linux-next: build warnings after merge of the drm-misc tree
 2021-01-15 15:03 UTC  (2+ messages)

[PATCH 00/11] kasan: HW_TAGS tests support and fixes
 2021-01-15 15:04 UTC  (3+ messages)
` [PATCH 05/11] kasan, arm64: allow using KUnit tests with HW_TAGS mode

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-15 14:57 UTC  (4+ messages)
` [RFC PATCH v3 5/8] Move RLIMIT_SIGPENDING counter to ucounts
` [RFC PATCH v3 6/8] Move RLIMIT_MEMLOCK "
` [RFC PATCH v3 8/8] kselftests: Add test to check for rlimit changes in different user namespaces


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