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

[PATCH SRv6 End.X] Signed-off-by: Reji Thomas <rejithomas@juniper.net>
 2020-10-12 16:11 UTC  (2+ messages)

[GIT PULL] performance events updates for v5.10
 2020-10-12 16:10 UTC 

[PATCH 0/5] Add GPIO support for MStar/SigmaStar ARMv7
 2020-10-12 16:10 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: gpio: Binding for MStar MSC313 GPIO controller

[PATCH v1 00/15] Introduce threaded trace streaming for basic perf record operation
 2020-10-12 16:09 UTC  (9+ messages)
` [PATCH v1 02/15] perf report: output trace file name in raw trace dump
` [PATCH v1 03/15] perf data: open data directory in read access mode
` [PATCH v1 05/15] perf session: introduce decompressor into trace reader object
` [PATCH v1 06/15] perf session: load data directory into tool process memory

[PATCH v3] kcov, usb: specify contexts for remote coverage sections
 2020-10-12 16:07 UTC  (2+ messages)

[PATCH] qla2xxx: Return EBUSY on fcport deletion
 2020-10-12 16:07 UTC  (2+ messages)

[PATCH 0/5] Fix x2apic enablement and allow up to 32768 CPUs without IR where supported
 2020-10-12 16:06 UTC  (16+ messages)
` [PATCH 1/5] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [PATCH 5/5] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH v2 0/2] CPUFreq: Add support for cpu performance dependencies
 2020-10-12 16:06 UTC  (16+ messages)
` [PATCH v2 2/2] [RFC] CPUFreq: Add support for cpu-perf-dependencies

[PATCH] mm: memcontrol: localize mem_cgroup_sockets_enabled() check
 2020-10-12 16:04 UTC  (3+ messages)
  ` [External] "

[PATCH 0/4] powercap/dtpm: Add the DTPM framework
 2020-10-12 16:02 UTC  (5+ messages)

[PATCH v2 1/4] dt-bindings: usb: convert usb-device.txt to YAML schema
 2020-10-12 16:00 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: usb: add properties for hard wired devices

[PATCH] usb: host: ehci-sched: add comment about find_tt() not returning error
 2020-10-12 16:00 UTC  (7+ messages)
` [linux-safety] "

[PATCH 0/3] f_accessory upstream
 2020-10-12 15:58 UTC  (4+ messages)
` [PATCH 1/3] ANDROID: usb: gadget: f_accessory: Add Android Accessory function

[GIT PULL] Static calls for v5.10
 2020-10-12 15:55 UTC 

[PATCH v2] dt-bindings: cpufreq: cpufreq-qcom-hw: Convert to YAML bindings
 2020-10-12 15:50 UTC 

[PATCH v2 0/1] fix i2c polling mode workaround for FU540-C000 SoC
 2020-10-12 15:49 UTC  (4+ messages)
` [PATCH v2 1/1] i2c: ocores: fix polling mode workaround on "

[PATCH v14 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-10-12 15:45 UTC  (8+ messages)
` [PATCH v14 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v14 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v14 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v14 4/7] x86/cet/ibt: ELF header parsing "
` [PATCH v14 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v14 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v14 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH] arm64: dts: allwinner: pinetab: Drop unnecessary address/size-cells information
 2020-10-12 15:44 UTC  (2+ messages)

[PATCH 00/14] drm/msm: de-struct_mutex-ification
 2020-10-12 15:43 UTC  (7+ messages)
` [PATCH v2 07/22] drm/msm: Do rpm get sooner in the submit path
` [PATCH v2 22/22] drm/msm: Don't implicit-sync if only a single ring

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-12 15:38 UTC  (27+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v14 04/26] x86/cet: Add control-protection fault handler
` [PATCH v14 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v14 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v14 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v14 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v14 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v14 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v14 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v14 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v14 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v14 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v14 16/26] mm: Add guard pages around a shadow stack
` [PATCH v14 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v14 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v14 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v14 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v14 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v14 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v14 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v14 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v14 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v14 26/26] mm: Introduce PROT_SHSTK "

[PATCH v2] powerpc/mm: Add mask of always present MMU features
 2020-10-12 15:39 UTC 

[tip: objtool/core] x86/insn: Support big endian cross-compiles
 2020-10-12 15:39 UTC  (6+ messages)

[PATCH 00/18] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-10-12 15:41 UTC  (11+ messages)
` [PATCH 02/18] dt-bindings: usb: usb-hcd: Add "wireless" maximum-speed property value
` [PATCH 15/18] dt-bindings: usb: meson-g12a-usb: Discard FL-adj property

[PATCH 0/5] tracing: Synthetic event dynamic string fixes
 2020-10-12 15:38 UTC  (9+ messages)
` [PATCH 1/5] tracing: Don't show dynamic string internals in synthetic event description
` [PATCH 4/5] tracing: Add synthetic event error logging

[PATCH] kthread: Add kthread_work tracepoints
 2020-10-12 15:37 UTC  (4+ messages)

[PATCH v7 0/2] PCI: dwc: fix two MSI issues
 2020-10-12 15:35 UTC  (4+ messages)
` [PATCH v7 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

[PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"
 2020-10-12 15:36 UTC  (3+ messages)

[PATCH v2 0/3] objtool: Extend CFA updating/checking
 2020-10-12 15:35 UTC  (5+ messages)
` [PATCH v2 1/3] objtool: check: Fully validate the stack frame

[PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
 2020-10-12 15:35 UTC  (6+ messages)

[PATCH v2 0/5] Couple of bugfixes to sev-es series
 2020-10-12 15:35 UTC  (5+ messages)
` [PATCH] x86/boot/64: Initialize 5-level paging variables earlier

[GIT PULL] core/build changes for v5.10: Add orphan section checking for x86, ARM and ARM64
 2020-10-12 15:34 UTC 

linux-next: Tree for Oct 12
 2020-10-12 15:33 UTC  (2+ messages)
` linux-next: Tree for Oct 12 (drivers/staging/media/atomisp/)

[PATCH RFC 2/2] kbuild: use interpreters to invoke scripts
 2020-10-12 15:32 UTC  (2+ messages)

[ANNOUNCE] libtraceevent.git
 2020-10-12 15:32 UTC  (4+ messages)

RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()
 2020-10-12 15:32 UTC 

[PATCH] drm/panel: rm68200: fix mode to 50fps
 2020-10-12 15:31 UTC  (2+ messages)

[PATCH 00/13] Clean up legacy clock tick users
 2020-10-12 15:30 UTC  (4+ messages)
` [PATCH 08/13] m68k: m68328: use legacy_timer_tick()

[PATCHv3] selftests: rtnetlink: load fou module for kci_test_encap_fou() test
 2020-10-12 15:28 UTC  (6+ messages)

[PATCH v2 1/2] extcon: add driver for TI TUSB320
 2020-10-12 14:47 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: extcon: add binding for TUSB320

[PATCH] perf c2c: Update usage for showing memory events
 2020-10-12 15:25 UTC  (3+ messages)

[PATCH v2 0/5] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-12 15:25 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()
` [PATCH v2 2/5] of/address: Introduce of_dma_lower_bus_limit()

[RFC PATCH] checkpatch: add shebang check to EXECUTE_PERMISSIONS
 2020-10-12 15:23 UTC  (6+ messages)

[PATCH] mm: Make allocator take care of memoryless numa node
 2020-10-12 15:22 UTC  (3+ messages)

[v4 PATCH 0/2] fix scrolling of panel with small hfp or hbp
 2020-10-12 15:22 UTC  (2+ messages)

[GIT PULL] EFI changes for v5.10
 2020-10-12 15:21 UTC 

[PATCH] checkpatch: improve EXECUTE_PERMISSIONS tests
 2020-10-12 15:16 UTC 

[PATCH] net: ethernet: ixgbe: don't propagate -ENODEV from ixgbe_mii_bus_init()
 2020-10-12 15:16 UTC  (3+ messages)

[PATCH 0/1] tracing/boot: Add alloc_snapshot for instance option
 2020-10-12 15:11 UTC  (3+ messages)
` [PATCH 1/1] tracing/boot: Add ftrace.instance.*.alloc_snapshot option

[PATCH] x86/x86_64_defconfig: Enable the serial console
 2020-10-12 15:10 UTC  (13+ messages)

[PATCH] trace: Fix some typos in comment
 2020-10-12 15:10 UTC  (2+ messages)

[PATCH] checkpatch: Check for .byte-spelled insn opcodes documentation on x86
 2020-10-12 15:04 UTC  (10+ messages)
            ` [PATCH -v3] "

Missing [GIT PULL] request for <tip.git#locking-urgent-2020-10-11>
 2020-10-12 15:02 UTC  (4+ messages)

LPC 2020 Hackroom Session: summary and next steps for isolated user namespaces
 2020-10-12 15:00 UTC  (6+ messages)

[PATCH v3 0/2] media: mtk-vcodec: fix builds when remoteproc is disabled
 2020-10-12 14:59 UTC  (3+ messages)
` [PATCH v3 2/2] media: mtk-vcodec: fix build breakage when one of VPU or SCP is enabled

[PATCH v3 00/15] MIPS: Convert Ingenic to a generic board v3
 2020-10-12 14:59 UTC  (4+ messages)
` [PATCH v3 11/15] MIPS: generic: Add support for Ingenic SoCs

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-10-12 14:51 UTC  (19+ messages)

[PATCH v4 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-10-12 14:51 UTC  (4+ messages)
` [PATCH v4 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling

general protection fault in scsi_queue_rq
 2020-10-12 14:51 UTC 

[PATCH 0/3] l3mdev icmp error route lookup fixes
 2020-10-12 14:50 UTC  (4+ messages)
` [PATCH 1/3] ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)
` [PATCH 2/3] ipv6/icmp: "
` [PATCH 3/3] selftests: Add VRF route leaking tests

[GIT PULL] printk for 5.10 (includes lockless ringbuffer)
 2020-10-12 14:49 UTC 

[PATCH 1/2] ARM: dts: sun8i: h2+: Fix Orange Pi Zero device description
 2020-10-12 14:47 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: arm: sunxi: Fix Orange Pi Zero bindings

[PATCH v3 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-12 14:46 UTC  (5+ messages)
` [PATCH v3 1/2] tracing: support "bool" type in synthetic trace events

[PATCH] trace: Return ENOTCONN instead of EBADF
 2020-10-12 14:45 UTC  (4+ messages)

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-12 14:39 UTC  (5+ messages)
` [PATCH v2 08/17] s390/pci: Remove races against pte updates

[tip:x86/pti] BUILD SUCCESS WITH WARNING 767d46ab566dd489733666efe48732d523c8c332
 2020-10-12 14:37 UTC  (6+ messages)

[PATCH v9 0/6] add DFL bus support to MODULE_DEVICE_TABLE()
 2020-10-12 14:32 UTC  (10+ messages)
` [PATCH v9 1/6] fpga: dfl: fix the definitions of type & feature_id for dfl devices
` [PATCH v9 5/6] fpga: dfl: add support for N3000 Nios private feature

[GIT PULL] hwmon updates for v5.10
 2020-10-12 14:28 UTC 

[PATCH v2] leds: lm3697: Rename struct into more appropriate name
 2020-10-12 14:27 UTC  (4+ messages)

[RFC PATCH 0/3] l3mdev icmp error route lookup fixes
 2020-10-12 14:26 UTC  (7+ messages)

[PATCH][next] io_uring: Fix sizeof() mismatch
 2020-10-12 14:24 UTC  (2+ messages)

[PATCH 2/2] mm: introduce vma_set_file function v4
 2020-10-12 14:22 UTC  (3+ messages)

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-12 14:20 UTC  (8+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure

[PATCH] nfsd: remove unneeded break
 2020-10-12 14:19 UTC  (2+ messages)

[PATCH] ASoC: pcm5102a: Make codec selectable
 2020-10-12 14:19 UTC 

[PATCH 2/5] firmware: arm_scmi: fix transfer missing re-initialization
 2020-10-12 14:17 UTC  (2+ messages)
` [PATCH] firmware: arm_scmi: Add missing Rx size re-initialisation

[PATCH v8 3/3] leds: trigger: implement a tty trigger
 2020-10-12 14:16 UTC  (2+ messages)

[GIT PULL] RCU changes for v5.10
 2020-10-12 14:14 UTC 

[PATCH -v2 00/17] sched: Migrate disable support
 2020-10-12 14:14 UTC  (6+ messages)
` [PATCH -v2 07/17] sched: Fix hotplug vs CPU bandwidth control

[tip: locking/core] lockdep: Fix lockdep recursion
 2020-10-12 14:14 UTC  (4+ messages)

[PATCH -next] arm64: Fix redefinition of init_new_context()
 2020-10-12 14:10 UTC 

linux-next: build failure after merge of the drm-misc tree
 2020-10-12 14:10 UTC  (3+ messages)
` [PATCH] drm/ingenic: Fix bad revert

[PATCH 4.4 00/39] 4.4.239-rc1 review
 2020-10-12 13:26 UTC  (6+ messages)
` [PATCH 4.4 07/39] drivers/net/wan/hdlc: Set skb->protocol before transmitting
` [PATCH 4.4 16/39] netfilter: ctnetlink: add a range check for l3/l4 protonum
` [PATCH 4.4 23/39] platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
` [PATCH 4.4 24/39] platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
` [PATCH 4.4 25/39] driver core: Fix probe_count imbalance in really_probe()

[PATCH] spi: imx: Revert "spi: imx: enable runtime pm support"
 2020-10-12 14:07 UTC  (4+ messages)

[PATCH 4.9 00/54] 4.9.239-rc1 review
 2020-10-12 13:27 UTC  (18+ messages)
` [PATCH 4.9 01/54] vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
` [PATCH 4.9 03/54] USB: gadget: f_ncm: Fix NDP16 datagram validation
` [PATCH 4.9 04/54] gpio: tc35894: fix up tc35894 interrupt configuration
` [PATCH 4.9 10/54] drivers/net/wan/hdlc: Set skb->protocol before transmitting
` [PATCH 4.9 11/54] mac80211: do not allow bigger VHT MPDUs than the hardware supports
` [PATCH 4.9 12/54] nfs: Fix security label length not being reset
` [PATCH 4.9 13/54] clk: samsung: exynos4: mark chipid clock as CLK_IGNORE_UNUSED
` [PATCH 4.9 14/54] iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
` [PATCH 4.9 25/54] Revert "ravb: Fixed to be able to unload modules"
` [PATCH 4.9 26/54] fbcon: Fix global-out-of-bounds read in fbcon_get_font()
` [PATCH 4.9 27/54] net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
` [PATCH 4.9 28/54] usermodehelper: reset umask to default before executing user process
` [PATCH 4.9 29/54] platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
` [PATCH 4.9 30/54] platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
` [PATCH 4.9 32/54] perf top: Fix stdio interface input handling with glibc 2.28+
` [PATCH 4.9 39/54] net: team: fix memory leak in __team_options_register
` [PATCH 4.9 40/54] openvswitch: handle DNAT tuple collision

[PATCH net-next v5 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-12 14:04 UTC  (11+ messages)
` [PATCH net-next v5 01/10] net: bridge: extend the process of special frames
` [PATCH net-next v5 02/10] bridge: cfm: Add BRIDGE_CFM to Kconfig
` [PATCH net-next v5 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol
` [PATCH net-next v5 04/10] bridge: cfm: Kernel space implementation of CFM. MEP create/delete
` [PATCH net-next v5 05/10] bridge: cfm: Kernel space implementation of CFM. CCM frame TX added
` [PATCH net-next v5 06/10] bridge: cfm: Kernel space implementation of CFM. CCM frame RX added
` [PATCH net-next v5 07/10] bridge: cfm: Netlink SET configuration Interface
` [PATCH net-next v5 08/10] bridge: cfm: Netlink GET "
` [PATCH net-next v5 09/10] bridge: cfm: Netlink GET status Interface
` [PATCH net-next v5 10/10] bridge: cfm: Netlink Notifications


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