linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 20:04:15 to 2020-05-29 22:28:33 UTC [more...]

[PATCH 00/14] x86/entry: disallow #DB more and x86/entry lockdep/nmi
 2020-05-29 22:28 UTC  (18+ messages)
` [PATCH 01/14] x86/hw_breakpoint: Add within_area() to check data breakpoints
` [PATCH 02/14] x86/hw_breakpoint: Prevent data breakpoints on direct GDT
` [PATCH 03/14] x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rw
` [PATCH 04/14] x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_mask
` [PATCH 05/14] x86/entry: Introduce local_db_{save,restore}()
` [PATCH 06/14] x86/entry, nmi: Disable #DB
` [PATCH 07/14] x86/entry, mce: Disallow #DB during #MC
` [PATCH 08/14] x86/entry: Optimize local_db_save() for virt
` [PATCH 09/14] x86/entry: Remove debug IDT frobbing
` [PATCH 10/14] x86/entry: Remove DBn stacks
` [PATCH 11/14] x86/entry: Clarify irq_{enter,exit}_rcu()
` [PATCH 12/14] x86/entry: Rename trace_hardirqs_off_prepare()
` [PATCH 13/14] lockdep: Prepare for NMI IRQ state tracking
` [PATCH 14/14] x86/entry: Fix NMI vs "

[PATCH v2] blkdev: Replace blksize_bits() with ilog2()
 2020-05-29 22:27 UTC  (3+ messages)

Lost PCIe PME after a914ff2d78ce ("PCI/ASPM: Don't select CONFIG_PCIEASPM by default")
 2020-05-29 22:26 UTC  (7+ messages)

[ANNOUNCE] 5.4.43-rt25
 2020-05-29 22:24 UTC 

[GIT PULL] ARM: SoC fixes for v5.7
 2020-05-29 22:24 UTC 

[PATCH v2 0/4] pinctrl: bcm2835: Support for wake-up interrupts
 2020-05-29 22:22 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: Document 7211 compatible for brcm,bcm2835-gpio.txt
  ` [PATCH v2 1/4] dt-bindings: pinctrl: Document 7211 compatible for brcm, bcm2835-gpio.txt
` [PATCH v2 2/4] dt-bindings: pinctrl: Document optional BCM7211 wake-up interrupts

[PATCH] dt-bindings: Merge gpio-usb-b-connector with usb-connector
 2020-05-29 22:21 UTC  (2+ messages)

[PATCH v6 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-29 22:21 UTC  (6+ messages)

[PATCH v3] regmap: fix alignment issue
 2020-05-29 22:20 UTC  (3+ messages)

[PATCH] vfio/mdev: Fix reference count leak in add_mdev_supported_type
 2020-05-29 22:19 UTC  (2+ messages)

[PATCH v7 1/4] bitops: Introduce the the for_each_set_clump macro
 2020-05-29 22:19 UTC  (11+ messages)

[PATCH v12 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-05-29 22:18 UTC  (5+ messages)
` [PATCH v12 2/4] dt-bindings: power: Convert battery.txt to battery.yaml
` [PATCH v12 3/4] dt-bindings: power: Add the bindings for the bq2515x family of chargers

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-05-29 22:16 UTC  (2+ messages)

[PATCH] refperf: work around 64-bit division
 2020-05-29 22:12 UTC  (3+ messages)

[PATCH] [v2] ARM: omap2: fix omap5_realtime_timer_init definition
 2020-05-29 22:11 UTC  (2+ messages)

drivers/usb/cdns3/gadget.c:1188:29: sparse: sparse: incorrect type in assignment (different base types)
 2020-05-29 22:08 UTC 

[PATCH 00/27] afs: Improvements
 2020-05-29 22:03 UTC  (28+ messages)
` [PATCH 01/27] vfs, afs, ext4: Make the inode hash table RCU searchable
` [PATCH 02/27] rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH
` [PATCH 03/27] rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID
` [PATCH 04/27] afs: Always include dir in bulk status fetch from afs_do_lookup()
` [PATCH 05/27] afs: Use the serverUnique field in the UVLDB record to reduce rpc ops
` [PATCH 06/27] afs: Split the usage count on struct afs_server
` [PATCH 07/27] afs: Actively poll fileservers to maintain NAT or firewall openings
` [PATCH 08/27] afs: Show more information in /proc/net/afs/servers
` [PATCH 09/27] afs: Make callback processing more efficient
` [PATCH 10/27] afs: Set error flag rather than return error from file status decode
` [PATCH 11/27] afs: Remove the error argument from afs_protocol_error()
` [PATCH 12/27] afs: Rename struct afs_fs_cursor to afs_operation
` [PATCH 13/27] afs: Build an abstraction around an "operation" concept
` [PATCH 14/27] afs: Don't get epoch from a server because it may be ambiguous
` [PATCH 15/27] afs: Fix handling of CB.ProbeUuid cache manager op
` [PATCH 16/27] afs: Retain more of the VLDB record for alias detection
` [PATCH 17/27] afs: Implement client support for the YFSVL.GetCellName RPC op
` [PATCH 18/27] afs: Detect cell aliases 1 - Cells with root volumes
` [PATCH 19/27] afs: Detect cell aliases 2 - Cells with no "
` [PATCH 20/27] afs: Detect cell aliases 3 - YFS Cells with a canonical cell name op
` [PATCH 21/27] afs: Add a tracepoint to track the lifetime of the afs_volume struct
` [PATCH 22/27] afs: Reorganise volume and server trees to be rooted on the cell
` [PATCH 23/27] afs: Fix the by-UUID server tree to allow servers with the same UUID
` [PATCH 24/27] afs: Fix afs_statfs() to not let the values go below zero
` [PATCH 25/27] afs: Don't use probe running state to make decisions outside probe code
` [PATCH 26/27] afs: Show more a bit more server state in /proc/net/afs/servers
` [PATCH 27/27] afs: Adjust the fileserver rotation algorithm to reprobe/retry more quickly

clean up kernel_{read,write} & friends v2
 2020-05-29 22:02 UTC  (7+ messages)

[PATCH 1/2] dt-bindings: chrome: Add cros-ec-typec mux props
 2020-05-29 21:54 UTC  (5+ messages)

[PATCH v2] arm: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver
 2020-05-29 21:53 UTC  (9+ messages)

[PATCH v1] auxdisplay: charlcd: Reuse hex_to_bin() instead of custom code
 2020-05-29 21:48 UTC  (2+ messages)

[PATCH v9 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-05-29 21:47 UTC  (6+ messages)
` [PATCH v9 1/5] powerpc: Document details on H_SCM_HEALTH hcall
` [PATCH v9 2/5] seq_buf: Export seq_buf_printf
` [PATCH v9 3/5] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [PATCH v9 4/5] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
` [PATCH v9 5/5] powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTH

[PATCH] ARM: omap2: fix omap5_realtime_timer_init definition
 2020-05-29 21:46 UTC  (6+ messages)

[PATCH v4 kunit-next 0/2] kunit: extend kunit resources API
 2020-05-29 21:46 UTC  (3+ messages)
` [PATCH v4 kunit-next 1/2] kunit: generalize kunit_resource API beyond allocated resources
` [PATCH v4 kunit-next 2/2] kunit: add support for named resources

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-05-29 21:45 UTC  (3+ messages)
` [RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION

[PATCH v3 0/5] lockdep: Change IRQ state tracking to use per-cpu variables
 2020-05-29 21:35 UTC  (6+ messages)
` [RFC][PATCH v3 1/5] sparc64: Fix asm/percpu.h build error
` [PATCH v3 2/5] powerpc64: Break asm/percpu.h vs spinlock_types.h dependency
` [PATCH v3 3/5] s390: Break cyclic percpu include
` [PATCH v3 4/5] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
` [PATCH v3 5/5] lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument

[PATCH v4] perf inject --jit: Remove //anon mmap events
 2020-05-29 21:44 UTC  (7+ messages)
  ` [EXTERNAL] "

[RFC][PATCH] ASoC: qcom: q6asm-dai: kCFI fix
 2020-05-29 21:38 UTC 

drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c:49:1: warning: no previous prototype for 'lsb_header_tail_dump'
 2020-05-29 21:00 UTC 

fs/xfs/libxfs/xfs_btree_staging.c:144 xfs_btree_stage_afakeroot() error: potential null dereference 'nops'. (kmem_alloc returns null)
 2020-05-29 21:00 UTC 

[PATCH] lan743x: Added fixed link and RGMII support
 2020-05-29 21:30 UTC  (2+ messages)

[PATCH v2] dt-bindings: timer: renesas: cmt: Convert to json-schema
 2020-05-29 21:29 UTC  (2+ messages)

[PATCH v2] selftests/ftrace: Use printf instead of echo in kprobe syntax error tests
 2020-05-29 21:26 UTC  (3+ messages)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-29 21:24 UTC  (10+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH 0/11] exec: cred calculation simplifications
        ` [PATCH 0/2] exec: Remove the computation of bprm->cred
          ` [PATCH 1/2] exec: Add a per bprm->file version of per_clear
          ` [PATCH 2/2] exec: Compute file based creds only once

[PATCH v5 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-29 21:24 UTC  (3+ messages)
` [PATCH v5 02/11] dt-bindings: dma: dw: Add max burst transaction length property

[PATCH 2/2] nvmem: add ONIE NVMEM cells support
 2020-05-29 20:52 UTC  (2+ messages)

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-05-29 21:21 UTC  (6+ messages)

[PATCH v2 0/2] drivers: clk: zynqmp: Update fraction clock check from custom type flags
 2020-05-29 21:20 UTC  (6+ messages)
` [PATCH v2 2/2] "

linux-next: manual merge of the akpm-current tree with the rsic-v tree
 2020-05-29 21:18 UTC  (3+ messages)

[PATCH v3 0/6] hwmon: pmbus: adm1266: add support
 2020-05-29 21:17 UTC  (3+ messages)
` [PATCH v3 6/6] dt-bindings: hwmon: Add bindings for ADM1266

[PATCH v3 00/25] clk: bcm: rpi: Add support for BCM2711 firmware clocks
 2020-05-29 21:17 UTC  (5+ messages)
` [PATCH v3 02/25] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH v3 04/25] clk: bcm: rpi: Allow the driver to be probed by DT

[PATCH] dt-bindings: thermal: Convert qoriq to json-schema
 2020-05-29 21:16 UTC  (2+ messages)

[PATCH v6 00/12] Add a new mmap locking API wrapping mmap_sem calls
 2020-05-29 21:16 UTC  (11+ messages)
` [PATCH v6 08/12] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v6 09/12] mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
` [PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock
` [PATCH v6 11/12] mmap locking API: convert mmap_sem API comments
` [PATCH v6 12/12] mmap locking API: convert mmap_sem comments

linux-next: manual merge of the akpm-current tree with the mips tree
 2020-05-29 21:15 UTC  (2+ messages)

[PATCH v4 1/2] clk: hisilicon: Use correct return value about hisi_reset_init()
 2020-05-29 21:14 UTC  (11+ messages)

[PATCH 1/3] cpufreq: brcmstb-avs-cpufreq: more flexible interface for __issue_avs_command()
 2020-05-29 21:13 UTC  (4+ messages)
` [PATCH 3/3] cpufreq: brcmstb-avs-cpufreq: send S2_ENTER / S2_EXIT commands to AVS

[PATCH 0/3] ARC: [plat-hsdk-4xd] initial port for HSDK-4xD board
 2020-05-29 21:12 UTC  (7+ messages)
` [PATCH 1/3] ARC: allow to overide default mcpu compiler flag
` [PATCH 2/3] ARC: ARCv2: support loop buffer (LPB) disabling
` [PATCH 3/3] ARC: [plat-hsdk-4xd] initial port for HSDK-4xD board

[PATCH 8/8] blk-mq: drain I/O when all CPUs in a hctx are offline
 2020-05-29 21:12 UTC  (9+ messages)

[PATCH v13 0/7] Add support for the X1830 and fix bugs for X1000
 2020-05-29 21:11 UTC  (4+ messages)
` [PATCH v13 3/7] dt-bindings: clock: Add documentation for X1830 bindings

[PATCH] dt-bindings: clock: Convert i.MX8QXP LPCG to json-schema
 2020-05-29 21:11 UTC  (2+ messages)

[GIT PULL] clk fixes for v5.7-rc7
 2020-05-29 21:10 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2020-05-29 21:10 UTC  (2+ messages)

[GIT PULL] arm64 fix for 5.7-rc8/final
 2020-05-29 21:10 UTC  (2+ messages)

[GIT PULL] Ceph fixes for 5.7-rc8
 2020-05-29 21:10 UTC  (2+ messages)

[GIT PULL] MMC fixes for v5.7-rc8
 2020-05-29 21:10 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.7-rc7
 2020-05-29 21:10 UTC  (2+ messages)

[GIT PULL] GFS2 fix for v5.7-rc7
 2020-05-29 21:10 UTC  (2+ messages)

[GIT PULL] sound fixes for 5.7 (rc8 or final)
 2020-05-29 21:10 UTC  (2+ messages)

[git pull] drm fixes for 5.7 final (apologies release)
 2020-05-29 21:10 UTC  (2+ messages)

[GIT PULL] parisc architecture fix for kernel v5.7
 2020-05-29 21:10 UTC  (2+ messages)

[PATCH v2] usb/phy-generic: Add support for OTG VBUS supply control
 2020-05-29 21:08 UTC  (2+ messages)

[PATCHES] uaccess __copy_to_user()
 2020-05-29 21:06 UTC  (11+ messages)
` [PATCH 1/2] esas2r: don't bother with __copy_to_user()
  ` [PATCH 2/2] dlmfs: convert dlmfs_file_read() to copy_to_user()

[PATCH v7] dt-bindings: spi: Convert DW SPI binding to DT schema
 2020-05-29 21:06 UTC  (2+ messages)

[PATCH 0/2] RZ/G1H enable sound support
 2020-05-29 21:05 UTC  (2+ messages)

[PATCH 0/3] MIPS: Loongson64: Initial LS7A PCH support
 2020-05-29 21:04 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: mips: Document two Loongson generic boards

[PATCH] cpuidle/firmware: qcom: fix smcc dependencies
 2020-05-29 21:02 UTC  (2+ messages)

[PATCH 0/2] objtool: Support implicit addend relocations
 2020-05-29 21:01 UTC  (3+ messages)
` [PATCH 1/2] objtool: Rename rela to reloc
` [PATCH 2/2] objtool: Add support for relocations without addends

[PATCH net-next v4 0/4] RGMII Internal delay common property
 2020-05-29 20:58 UTC  (5+ messages)
` [PATCH net-next v4 1/4] dt-bindings: net: Add tx and rx internal delays

[PATCH v3 0/7] Introduce local_lock()
 2020-05-29 20:57 UTC  (5+ messages)
` [PATCH v3 6/7] zram: Allocate struct zcomp_strm as per-CPU memory
` [PATCH v3 7/7] zram: Use local lock to protect per-CPU data

Some -serious- BPF-related litmus tests
 2020-05-29 20:53 UTC  (21+ messages)

[PATCH] iio: accel: mxc4005: add support for mxc6655
 2020-05-29 20:05 UTC 

[PATCH] HID: usbhid: do not sleep when opening device
 2020-05-29 20:44 UTC  (4+ messages)

[PATCH] drm/selftests/mm: reduce per-function stack usage
 2020-05-29 20:43 UTC  (2+ messages)

[RFC 0/2] tools/build/ patches to allow setting NO_SYSCALL_TABLE=1 from make command line
 2020-05-29 20:33 UTC  (7+ messages)
` [PATCH 1/2] perf build: Group the NO_SYSCALL_TABLE logic
` [PATCH 2/2] perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variable

[PATCH 0/3] hwrng: add support for Silex Insight BA431
 2020-05-29 20:33 UTC  (5+ messages)
` [PATCH 3/3] hwrng: ba431-rng: add support for BA431 hwrng

[PATCH 1/9] staging: media: atomisp: fix incorrect NULL pointer check
 2020-05-29 20:31 UTC  (4+ messages)

linux-next: Tree for May 29
 2020-05-29 20:31 UTC  (3+ messages)
` linux-next: Tree for May 29 (objtool warnings)

[PATCH] staging: gasket: Convert get_user_pages*() --> pin_user_pages*()
 2020-05-29 20:28 UTC  (4+ messages)

[PATCH drivers/misc 0/4] lkdtm: Various clean ups
 2020-05-29 20:22 UTC  (7+ messages)
` [PATCH 1/4] lkdtm: Avoid more compiler optimizations for bad writes
` [PATCH 2/4] lkdtm/heap: Avoid edge and middle of slabs
` [PATCH 3/4] selftests/lkdtm: Reset WARN_ONCE to avoid false negatives
` [PATCH 4/4] lkdtm: Make arch-specific tests always available

[PATCH linux-rcu] docs/litmus-tests: add BPF ringbuf MPSC litmus tests
 2020-05-29 20:18 UTC  (4+ messages)

[PATCH] opp: avoid uninitialized-variable use
 2020-05-29 20:17 UTC 

[PATCH v2 0/3] Add seccomp notifier ioctl that enables adding fds
 2020-05-29 20:14 UTC  (9+ messages)
` [PATCH v2 1/3] seccomp: Add find_notification helper
` [PATCH v2 3/3] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD

[PATCH] block: add 'struct gendisk' declaration
 2020-05-29 20:14 UTC 

mmotm 2020-05-13-20-30 uploaded (objtool warnings)
 2020-05-29 20:14 UTC  (12+ messages)

[PATCH] flow_dissector: work around stack frame size warning
 2020-05-29 20:13 UTC 

remove kernel_setsockopt v4
 2020-05-29 20:11 UTC  (2+ messages)

[PATCH] iommu/amd: Fix event counter availability check
 2020-05-29 20:07 UTC 

[PATCH 3/3] power: supply: max17040: Set rcomp value
 2020-05-29 20:09 UTC  (3+ messages)

[PATCH RESEND v8 2/2] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors
 2020-05-29 20:04 UTC 

[PATCH RESEND v8 1/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-05-29 20:04 UTC 

[PATCH RESEND v8 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-05-29 20:04 UTC 

[PATCH] ASoC: SOF: Intel: byt: fix unused-function warnings
 2020-05-29 20:04 UTC 

[PATCH v8 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-05-29 20:05 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).