linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 13:23:03 to 2021-07-29 14:10:48 UTC [more...]

[PATCH 00/11] perf test: Improve pmu-events support
 2021-07-29 13:56 UTC  (4+ messages)
` [PATCH 04/11] perf test: Factor out pmu-events alias comparison
` [PATCH 09/11] perf pmu: Make pmu_add_sys_aliases() public
` [PATCH 11/11] perf test: Add pmu-events sys event support

[PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86
 2021-07-29 14:08 UTC  (13+ messages)
` [PATCH -tip v10 01/16] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v10 03/16] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v10 04/16] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
` [PATCH -tip v10 05/16] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v10 07/16] objtool: Ignore unwind hints for ignored functions
` [PATCH -tip v10 08/16] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
` [PATCH -tip v10 10/16] ia64: Add instruction_pointer_set() API
` [PATCH -tip v10 11/16] arm: kprobes: Make space for instruction pointer on stack
` [PATCH -tip v10 13/16] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v10 14/16] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v10 15/16] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v10 16/16] x86/kprobes: Fixup return address in generic trampoline handler

[PATCH] slub: fix unreclaimable slab stat for bulk free
 2021-07-29 14:03 UTC  (3+ messages)

[PATCH v4] Bluetooth: schedule SCO timeouts with delayed_work
 2021-07-29 14:02 UTC  (3+ messages)

[PATCH 0/5] Cleanups and fixup for memcontrol
 2021-07-29 14:07 UTC  (5+ messages)
` [PATCH 1/5] mm, memcg: remove unused functions
` [PATCH 4/5] mm, memcg: avoid possible NULL pointer dereferencing in mem_cgroup_init()

[RFC 0/4] dma-fence: Deadline awareness
 2021-07-29 14:05 UTC  (28+ messages)

[PATCH 00/14] Introduce PECI subsystem
 2021-07-29 14:03 UTC  (4+ messages)
` [PATCH 07/14] peci: Add peci-aspeed controller driver

[PATCH] x86/fault: Fix wrong signal when vsyscall fails with pkey
 2021-07-29 14:02 UTC  (2+ messages)

[PATCH v4 0/6] staging: r8188eu: add newer/better RTL8188eu driver
 2021-07-29 14:00 UTC  (5+ messages)

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-07-29 13:49 UTC  (11+ messages)
` [PATCH v27 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v27 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v27 03/10] fs/ntfs3: Add bitmap
` [PATCH v27 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v27 05/10] fs/ntfs3: Add attrib operations
` [PATCH v27 06/10] fs/ntfs3: Add compression
` [PATCH v27 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v27 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v27 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v27 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 5.13 00/22] 5.13.7-rc1 review
 2021-07-29 13:54 UTC  (23+ messages)
` [PATCH 5.13 01/22] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 5.13 02/22] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 5.13 03/22] cgroup1: fix leaked context root causing sporadic NULL deref in LTP
` [PATCH 5.13 04/22] net/802/mrp: fix memleak in mrp_request_join()
` [PATCH 5.13 05/22] net/802/garp: fix memleak in garp_request_join()
` [PATCH 5.13 06/22] net: annotate data race around sk_ll_usec
` [PATCH 5.13 07/22] sctp: move 198 addresses from unusable to private scope
` [PATCH 5.13 08/22] rcu-tasks: Dont delete holdouts within trc_inspect_reader()
` [PATCH 5.13 09/22] rcu-tasks: Dont delete holdouts within trc_wait_for_one_reader()
` [PATCH 5.13 10/22] ipv6: allocate enough headroom in ip6_finish_output2()
` [PATCH 5.13 11/22] nvme-pci: fix multiple races in nvme_setup_io_queues
` [PATCH 5.13 12/22] drm/ttm: add a check against null pointer dereference
` [PATCH 5.13 13/22] hfs: add missing clean-up in hfs_fill_super
` [PATCH 5.13 14/22] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 5.13 15/22] hfs: add lock nesting notation to hfs_find_init
` [PATCH 5.13 16/22] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 5.13 17/22] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 5.13 18/22] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 5.13 19/22] iomap: remove the length variable in iomap_seek_data
` [PATCH 5.13 20/22] iomap: remove the length variable in iomap_seek_hole
` [PATCH 5.13 21/22] ARM: dts: versatile: Fix up interrupt controller node names
` [PATCH 5.13 22/22] ipv6: ip6_finish_output2: set sk into newly allocated nskb

[PATCH] kobject: kobject_add_internal cleanup
 2021-07-29 13:59 UTC  (3+ messages)
    `  "

[PATCH 5.10 00/24] 5.10.55-rc1 review
 2021-07-29 13:54 UTC  (25+ messages)
` [PATCH 5.10 01/24] tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include
` [PATCH 5.10 02/24] [PATCH] io_uring: fix link timeout refs
` [PATCH 5.10 03/24] KVM: x86: determine if an exception has an error code only when injecting it
` [PATCH 5.10 04/24] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 5.10 05/24] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 5.10 06/24] cgroup1: fix leaked context root causing sporadic NULL deref in LTP
` [PATCH 5.10 07/24] net/802/mrp: fix memleak in mrp_request_join()
` [PATCH 5.10 08/24] net/802/garp: fix memleak in garp_request_join()
` [PATCH 5.10 09/24] net: annotate data race around sk_ll_usec
` [PATCH 5.10 10/24] sctp: move 198 addresses from unusable to private scope
` [PATCH 5.10 11/24] rcu-tasks: Dont delete holdouts within trc_inspect_reader()
` [PATCH 5.10 12/24] rcu-tasks: Dont delete holdouts within trc_wait_for_one_reader()
` [PATCH 5.10 13/24] ipv6: allocate enough headroom in ip6_finish_output2()
` [PATCH 5.10 14/24] drm/ttm: add a check against null pointer dereference
` [PATCH 5.10 15/24] hfs: add missing clean-up in hfs_fill_super
` [PATCH 5.10 16/24] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 5.10 17/24] hfs: add lock nesting notation to hfs_find_init
` [PATCH 5.10 18/24] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 5.10 19/24] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 5.10 20/24] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 5.10 21/24] iomap: remove the length variable in iomap_seek_data
` [PATCH 5.10 22/24] iomap: remove the length variable in iomap_seek_hole
` [PATCH 5.10 23/24] ARM: dts: versatile: Fix up interrupt controller node names
` [PATCH 5.10 24/24] ipv6: ip6_finish_output2: set sk into newly allocated nskb

[PATCH 5.4 00/21] 5.4.137-rc1 review
 2021-07-29 13:54 UTC  (22+ messages)
` [PATCH 5.4 01/21] selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c
` [PATCH 5.4 02/21] tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include
` [PATCH 5.4 03/21] KVM: x86: determine if an exception has an error code only when injecting it
` [PATCH 5.4 04/21] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 5.4 05/21] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 5.4 06/21] cgroup1: fix leaked context root causing sporadic NULL deref in LTP
` [PATCH 5.4 07/21] net/802/mrp: fix memleak in mrp_request_join()
` [PATCH 5.4 08/21] net/802/garp: fix memleak in garp_request_join()
` [PATCH 5.4 09/21] net: annotate data race around sk_ll_usec
` [PATCH 5.4 10/21] sctp: move 198 addresses from unusable to private scope
` [PATCH 5.4 11/21] ipv6: allocate enough headroom in ip6_finish_output2()
` [PATCH 5.4 12/21] hfs: add missing clean-up in hfs_fill_super
` [PATCH 5.4 13/21] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 5.4 14/21] hfs: add lock nesting notation to hfs_find_init
` [PATCH 5.4 15/21] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 5.4 16/21] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 5.4 17/21] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 5.4 18/21] iomap: remove the length variable in iomap_seek_data
` [PATCH 5.4 19/21] iomap: remove the length variable in iomap_seek_hole
` [PATCH 5.4 20/21] ARM: dts: versatile: Fix up interrupt controller node names
` [PATCH 5.4 21/21] ipv6: ip6_finish_output2: set sk into newly allocated nskb

[PATCH 1/3] net: mdio-ipq4019: Add mdio reset function
 2021-07-29 13:57 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: net: rename Qualcomm IPQ MDIO bindings

[PATCH 4.19 00/17] 4.19.200-rc1 review
 2021-07-29 13:54 UTC  (18+ messages)
` [PATCH 4.19 01/17] selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c
` [PATCH 4.19 02/17] iio: dac: ds4422/ds4424 drop of_node check
` [PATCH 4.19 03/17] KVM: x86: determine if an exception has an error code only when injecting it
` [PATCH 4.19 04/17] net: split out functions related to registering inflight socket files
` [PATCH 4.19 05/17] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 4.19 06/17] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 4.19 07/17] net/802/mrp: fix memleak in mrp_request_join()
` [PATCH 4.19 08/17] net/802/garp: fix memleak in garp_request_join()
` [PATCH 4.19 09/17] net: annotate data race around sk_ll_usec
` [PATCH 4.19 10/17] sctp: move 198 addresses from unusable to private scope
` [PATCH 4.19 11/17] hfs: add missing clean-up in hfs_fill_super
` [PATCH 4.19 12/17] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 4.19 13/17] hfs: add lock nesting notation to hfs_find_init
` [PATCH 4.19 14/17] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 4.19 15/17] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 4.19 16/17] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 4.19 17/17] ARM: dts: versatile: Fix up interrupt controller node names

[RFC PATCH v6 0/3] arm64: Implement stack trace reliability checks
 2021-07-29 13:54 UTC  (4+ messages)
  ` [RFC PATCH v6 1/3] arm64: Improve the unwinder return value

[PATCH] drm/amdgpu/powerplay/smu10: Fix a typo in error message
 2021-07-29 13:53 UTC 

[PATCH V3] iscsi_ibft: fix crash due to KASLR physical memory remapping
 2021-07-29 13:52 UTC 

[PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
 2021-07-29 13:52 UTC  (2+ messages)

[RESEND PATCH] perf/x86/amd: Do not touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest
 2021-07-29 13:49 UTC  (3+ messages)

[RFC v2 00/34] SLUB: reduce irq disabled scope and make it RT compatible
 2021-07-29 13:49 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: Convey the exit reason to user-space on emulation failure
 2021-07-29 13:48 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace

[PATCH 14/39] arm64: dts: qcom: sdm630: Add TSENS node
 2021-07-29 13:48 UTC  (7+ messages)

[PATCH 0/2] staging: vchiq: Minor fixups to CONFIG_VCHIQ_CDEV
 2021-07-29 13:47 UTC  (6+ messages)
` [PATCH 2/2] staging: vchiq: Add details to $CONFIG_VCHIQ_CDEV help text

[PATCH 0/4] s390: add kfence support
 2021-07-29 13:47 UTC  (4+ messages)
` [PATCH 2/4] kfence: add function to mask address bits

[PATCH] KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interfaces
 2021-07-29 13:46 UTC  (3+ messages)

[PATCH v3 0/3] kvm: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-07-29 13:39 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86: kvm_x86_ops.get_exit_info should include the exit reason
` [PATCH v3 2/3] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
` [PATCH v3 3/3] KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol

[PATCH v2 00/13] KVM: s390: pv: implement lazy destroy
 2021-07-29 13:45 UTC  (16+ messages)
` [PATCH v2 01/13] KVM: s390: pv: avoid stall notifications for some UVCs
` [PATCH v2 02/13] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v2 05/13] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v2 13/13] KVM: s390: pv: add support for UV feature bits

[PATCH v2] PCI: PM: Add special case handling for PCIe device wakeup
 2021-07-29 13:44 UTC  (3+ messages)

[PATCH 0/3] Some exit code tidying
 2021-07-29 13:39 UTC  (3+ messages)
` [PATCH 3/3] perf test: Be more consistent in use of TEST_*

[PATCH] media: em28xx: fix corrupted list
 2021-07-29 13:40 UTC  (5+ messages)
` [PATCH v2] media: em28xx: add missing em28xx_close_extension

[PATCH] tpm: ibmvtpm: Avoid error message when process gets signal while waiting
 2021-07-29 13:39 UTC  (5+ messages)

[PATCH v14 000/138] Memory folios
 2021-07-29 13:39 UTC  (4+ messages)
` [PATCH v14 049/138] mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()

[PATCH v6 0/6] Introduce multi-preference mempolicy
 2021-07-29 13:38 UTC  (7+ messages)
` [PATCH v6 1/6] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes

[PATCH] ipmi: rate limit ipmi smi_event failure message
 2021-07-29 13:37 UTC  (2+ messages)

[PATCH rcu 0/18] Miscellaneous fixes for v5.15
 2021-07-29 13:36 UTC  (4+ messages)
` [PATCH rcu 10/18] srcutiny: Mark read-side data races

[PATCH v3 00/21] Track shared pages at EL2 in protected mode
 2021-07-29 13:28 UTC  (22+ messages)
` [PATCH v3 01/21] KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2
` [PATCH v3 02/21] KVM: arm64: Introduce hyp_assert_lock_held()
` [PATCH v3 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v3 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v3 05/21] KVM: arm64: Expose page-table helpers
` [PATCH v3 06/21] KVM: arm64: Optimize host memory aborts
` [PATCH v3 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH v3 08/21] KVM: arm64: Don't overwrite software bits with owner id
` [PATCH v3 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
` [PATCH v3 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH v3 11/21] KVM: arm64: Allow populating software bits
` [PATCH v3 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits
` [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers
` [PATCH v3 14/21] KVM: arm64: Expose pkvm_hyp_id
` [PATCH v3 15/21] KVM: arm64: Introduce addr_is_memory()
` [PATCH v3 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH v3 17/21] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH v3 18/21] KVM: arm64: Remove __pkvm_mark_hyp
` [PATCH v3 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
` [PATCH v3 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode
` [PATCH v3 21/21] KVM: arm64: Make __pkvm_create_mappings static

decompressor.c:undefined reference to `__clzdi2'
 2021-07-29 13:29 UTC  (3+ messages)
  ` [PATCH] s390/boot: fix zstd build for -march=z900

[PATCH v6 0/9] cpufreq-qcom-hw: Implement full OSM programming
 2021-07-29 13:28 UTC  (4+ messages)
` [PATCH v6 9/9] dt-bindings: cpufreq: qcom-hw: Make reg-names a required property

[PATCH v7 0/5] Implement SPM/SAW for MSM8998 and SDM6xx
 2021-07-29 13:26 UTC  (4+ messages)
` [PATCH v7 5/5] dt-bindings: soc: qcom: spm: Document SDM660 and MSM8998 compatibles

[PATCH v6 0/2] init/initramfs.c: make initramfs support pivot_root
 2021-07-29 13:25 UTC  (12+ messages)
` [PATCH v6 2/2] init/do_mounts.c: create second mount for initramfs

[PATCH v3 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-07-29 13:21 UTC  (16+ messages)
` [PATCH v3 21/35] mm, slub: call deactivate_slab() without disabling irqs
` [PATCH v3 22/35] mm, slub: move irq control into unfreeze_partials()
` [PATCH v3 23/35] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [PATCH v3 24/35] mm, slub: detach whole partial list at once in unfreeze_partials()
` [PATCH v3 25/35] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [PATCH v3 26/35] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [PATCH v3 27/35] mm, slub: don't disable irqs in slub_cpu_dead()
` [PATCH v3 28/35] mm, slab: make flush_slab() possible to call with irqs enabled
` [PATCH v3 29/35] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [PATCH v3 30/35] mm: slub: Make object_map_lock a raw_spinlock_t
` [PATCH v3 31/35] mm, slub: optionally save/restore irqs in slab_[un]lock()/
` [PATCH v3 32/35] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [PATCH v3 33/35] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [PATCH v3 34/35] mm, slub: use migrate_disable() on PREEMPT_RT
` [PATCH v3 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock


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