All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-22 20:59:15 to 2019-07-22 21:48:56 UTC [more...]

[PATCH 2/2] HID: core: only warn once of oversize hid report
 2019-07-22 21:48 UTC  (15+ messages)
` [PATCH v2 1/3] HID: core: reformat and reduce hid_printk macros
  ` [PATCH v2 2/3] HID: core: Add printk_once variants to hid_warn() etc
  ` [PATCH v2 3/3] HID: core: only warn once of oversize hid report
` [PATCH v3 1/3] HID: core: reformat and reduce hid_printk macros
  ` [PATCH v3 2/3] HID: core: Add printk_once variants to hid_warn() etc
  ` [PATCH v3 3/3] HID: core: only warn once of oversize hid report

[PATCH 1/3] macb: bindings doc: update sifive fu540-c000 binding
 2019-07-22 21:48 UTC  (7+ messages)
` [PATCH 2/3] macb: Update compatibility string for SiFive FU540-C000
` [PATCH 3/3] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

[PATCH v9 00/21] Generic page walk and ptdump
 2019-07-22 21:47 UTC  (4+ messages)
` [PATCH v9 04/21] mips: mm: Add p?d_leaf() definitions

[PATCH] drm/i915: Fix up broken merge
 2019-07-22 21:47 UTC  (5+ messages)

[PATCH] drm/i915: Move global activity tracking from GEM to GT
 2019-07-22 21:46 UTC  (3+ messages)

[PATCH] raid1: use an int as the return value of raise_barrier()
 2019-07-22 21:46 UTC  (2+ messages)

[PATCH] clk: rockchip: Fix -Wunused-const-variable
 2019-07-22 21:44 UTC  (6+ messages)

[PATCH][next] clk: Si5341/Si5340: remove redundant assignment to n_den
 2019-07-22 21:43 UTC  (7+ messages)

[PATCH v2] tracing: kmem: convert call_site addresses to user friendly symbols
 2019-07-22 21:42 UTC 

[PATCH v2 1/2] x86/purgatory: do not use __builtin_memcpy and __builtin_memset
 2019-07-22 21:41 UTC  (3+ messages)
` [PATCH v2 2/2] x86/purgatory: use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
  ` [PATCH v2 0/2] Support kexec/kdump for clang built kernel

[Xen-devel] [PATCH v2 00/35] xen/arm: Rework head.S to make it more compliant with the Arm Arm
 2019-07-22 21:39 UTC  (36+ messages)
` [Xen-devel] [PATCH v2 01/35] xen/arm64: macros: Introduce an assembly macro to alias x30
` [Xen-devel] [PATCH v2 02/35] xen/arm64: head: Mark the end of subroutines with ENDPROC
` [Xen-devel] [PATCH v2 03/35] xen/arm64: head: Don't clobber x30/lr in the macro PRINT
` [Xen-devel] [PATCH v2 04/35] xen/arm64: head: Rework UART initialization on boot CPU
` [Xen-devel] [PATCH v2 05/35] xen/arm64: head: Introduce print_reg
` [Xen-devel] [PATCH v2 06/35] xen/arm64: head: Introduce distinct paths for the boot CPU and secondary CPUs
` [Xen-devel] [PATCH v2 07/35] xen/arm64: head: Rework and document check_cpu_mode()
` [Xen-devel] [PATCH v2 08/35] xen/arm64: head: Rework and document zero_bss()
` [Xen-devel] [PATCH v2 09/35] xen/arm64: head: Improve coding style and document cpu_init()
` [Xen-devel] [PATCH v2 10/35] xen/arm64: head: Improve coding style and document create_pages_tables()
` [Xen-devel] [PATCH v2 11/35] xen/arm64: head: Document enable_mmu()
` [Xen-devel] [PATCH v2 12/35] xen/arm64: head: Move assembly switch to the runtime PT in secondary CPUs path
` [Xen-devel] [PATCH v2 13/35] xen/arm64: head: Don't setup the fixmap on secondary CPUs
` [Xen-devel] [PATCH v2 14/35] xen/arm64: head: Remove 1:1 mapping as soon as it is not used
` [Xen-devel] [PATCH v2 15/35] xen/arm64: head: Rework and document setup_fixmap()
` [Xen-devel] [PATCH v2 16/35] xen/arm64: head: Rework and document launch()
` [Xen-devel] [PATCH v2 17/35] xen/arm64: head: Setup TTBR_EL2 in enable_mmu() and add missing isb
` [Xen-devel] [PATCH v2 18/35] xen/arm64: head: Introduce a macro to get a PC-relative address of a symbol
` [Xen-devel] [PATCH v2 19/35] xen/arm32: head: Add a macro to move an immediate constant into a 32-bit register
` [Xen-devel] [PATCH v2 20/35] xen/arm32: head: Mark the end of subroutines with ENDPROC
` [Xen-devel] [PATCH v2 21/35] xen/arm32: head: Don't clobber r14/lr in the macro PRINT
` [Xen-devel] [PATCH v2 22/35] xen/arm32: head: Rework UART initialization on boot CPU
` [Xen-devel] [PATCH v2 23/35] xen/arm32: head: Introduce print_reg
` [Xen-devel] [PATCH v2 24/35] xen/arm32: head: Introduce distinct paths for the boot CPU and secondary CPUs
` [Xen-devel] [PATCH v2 25/35] xen/arm32: head: Rework and document check_cpu_mode()
` [Xen-devel] [PATCH v2 26/35] xen/arm32: head: Rework and document zero_bss()
` [Xen-devel] [PATCH v2 27/35] xen/arm32: head: Document create_pages_tables()
` [Xen-devel] [PATCH v2 28/35] xen/arm32: head: Document enable_mmu()
` [Xen-devel] [PATCH v2 29/35] xen/arm32: head: Move assembly switch to the runtime PT in secondary CPUs path
` [Xen-devel] [PATCH v2 30/35] xen/arm32: head: Don't setup the fixmap on secondary CPUs
` [Xen-devel] [PATCH v2 31/35] xen/arm32: head: Remove 1:1 mapping as soon as it is not used
` [Xen-devel] [PATCH v2 32/35] xen/arm32: head: Rework and document setup_fixmap()
` [Xen-devel] [PATCH v2 33/35] xen/arm32: head: Rework and document launch()
` [Xen-devel] [PATCH v2 34/35] xen/arm32: head: Setup HTTBR in enable_mmu() and add missing isb
` [Xen-devel] [PATCH v2 35/35] xen/arm: Zero BSS after the MMU and D-cache is turned on

[PATCH v4 net-next 00/19] Add ionic driver
 2019-07-22 21:40 UTC  (20+ messages)
` [PATCH v4 net-next 01/19] ionic: Add basic framework for IONIC Network device driver
` [PATCH v4 net-next 02/19] ionic: Add hardware init and device commands
` [PATCH v4 net-next 03/19] ionic: Add port management commands
` [PATCH v4 net-next 04/19] ionic: Add basic lif support
` [PATCH v4 net-next 05/19] ionic: Add interrupts and doorbells
` [PATCH v4 net-next 06/19] ionic: Add basic adminq support
` [PATCH v4 net-next 07/19] ionic: Add adminq action
` [PATCH v4 net-next 08/19] ionic: Add notifyq support
` [PATCH v4 net-next 09/19] ionic: Add the basic NDO callbacks for netdev support
` [PATCH v4 net-next 10/19] ionic: Add management of rx filters
` [PATCH v4 net-next 11/19] ionic: Add Rx filter and rx_mode ndo support
` [PATCH v4 net-next 12/19] ionic: Add async link status check and basic stats
` [PATCH v4 net-next 13/19] ionic: Add initial ethtool support
` [PATCH v4 net-next 14/19] ionic: Add Tx and Rx handling
` [PATCH v4 net-next 15/19] ionic: Add netdev-event handling
` [PATCH v4 net-next 16/19] ionic: Add driver stats
` [PATCH v4 net-next 17/19] ionic: Add RSS support
` [PATCH v4 net-next 18/19] ionic: Add coalesce and other features
` [PATCH v4 net-next 19/19] ionic: Add basic devlink interface

[PATCH 0/5] MIPS: ralink: add CPU clock detection for MT7621
 2019-07-22 21:40 UTC  (5+ messages)
` [PATCH 1/5] MIPS: ralink: add dt binding header for mt7621-pll

[PATCH v2] staging: wilc1000: flush the workqueue before deinit the host
 2019-07-22 21:38 UTC  (2+ messages)

[PATCH 0/5] ASoC: Intel: IPC framework updates
 2019-07-22 21:37 UTC  (3+ messages)

[Xen-devel] [BUG?] limit too low in privcmd-buf.c
 2019-07-22 21:37 UTC  (2+ messages)

[PATCH] ARM: davinci: dm646x: Fix a typo in the comment
 2019-07-22 21:36 UTC  (3+ messages)

[PATCH net-next] net: sched: verify that q!=NULL before setting q->flags
 2019-07-22 21:37 UTC  (2+ messages)

[PATCH 01/11] ext4: add handling for extended mount options
 2019-07-22 21:36 UTC  (4+ messages)

SMACK and keys
 2019-07-22 21:35 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the net-next tree
 2019-07-22 21:35 UTC 

[PATCH 11/11] ext4: fast-commit recovery path changes
 2019-07-22 21:34 UTC  (2+ messages)

[PATCH v3] clk: mediatek: mt8183: Register 13MHz clock earlier for clocksource
 2019-07-22 21:33 UTC  (4+ messages)

[RESEND][PATCH] clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1
 2019-07-22 21:32 UTC  (6+ messages)

[PATCH] clk: Add missing documentation of devm_clk_bulk_get_optional() argument
 2019-07-22 21:32 UTC  (2+ messages)

[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
 2019-07-22 21:32 UTC  (2+ messages)
` [PATCH v1 2/2] doc: Update documentation for page_idle virtual address indexing

Enumeration of USB keyboard connected to dock fails during boot
 2019-07-22 21:31 UTC 

[RFC PATCH 0/3] md: export internal stats through debugfs
 2019-07-22 21:31 UTC  (2+ messages)

[PATCH 1/6] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
 2019-07-22 21:31 UTC  (4+ messages)
` [PATCH 5/6] clk: imx8mq: Remove CLK_IS_CRITICAL flag for IMX8MQ_CLK_TMU_ROOT

[PATCH 00/11] firmware: arm_scmi: Add support for Rx, async commands and delayed response
 2019-07-22 21:30 UTC  (7+ messages)
` [PATCH 10/11] firmware: arm_scmi: Drop config flag in clk_ops->rate_set
` [PATCH 11/11] firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possible

[PATCH nft] libnftables: got rid of repeated initialization of netlink_ctx variable in loop
 2019-07-22 21:29 UTC  (3+ messages)
` [PATCH nft v2 0/2] netlink_ctx initialization fixes

[PATCH 1/5] x86_64: -march=native support
 2019-07-22 21:27 UTC  (5+ messages)
` [PATCH 2/5] x86_64, -march=native: POPCNT support

[PATCH] ASoC: rt5665: Fix a typo in the name of a function
 2019-07-22 21:26 UTC  (2+ messages)

nvme-tcp: 'page must not be a Slab one'
 2019-07-22 21:27 UTC 

ubifs assert when creating a SMACK transmuting directory
 2019-07-22 21:26 UTC  (2+ messages)

[PATCH] clk: imx8mq: Mark AHB clock as critical
 2019-07-22 21:25 UTC  (5+ messages)

[PATCH nft 0/3] fix crash bug during rule restore
 2019-07-22 21:25 UTC  (5+ messages)
` [PATCH nft 3/3] src: evaluate: return immediately if no op was requested

[PATCH] tracing: kmem: convert call_site addresses to user friendly symbols
 2019-07-22 21:23 UTC  (3+ messages)

[PATCH v4 0/4] Add a generic driver for LED-based backlight
 2019-07-22 21:23 UTC  (4+ messages)

[PATCH] Close transport helper on protocol error
 2019-07-22 21:22 UTC 

[meta-oe][PATCH] cpprest: update to 2.10.14
 2019-07-22 21:23 UTC 

[PATCH] pte_special()/pte_mkspecial() support added
 2019-07-22 21:22 UTC  (2+ messages)

[PATCH 3/3] MIPS: BMIPS: add clock controller nodes
 2019-07-22 21:22 UTC  (3+ messages)

[PATCH 2/3] MIPS: DTS: jz4740: Add node for the MMC driver
 2019-07-22 21:22 UTC  (3+ messages)

[PATCH 2/2] MIPS: Decode config3 register on Ingenic SoCs
 2019-07-22 21:21 UTC  (2+ messages)

[PATCH 5/5] MIPS: Undefine PMD_ORDER for 32-bit builds
 2019-07-22 21:21 UTC  (2+ messages)

[PATCH 4/5] MIPS: ingenic: Add support for huge pages
 2019-07-22 21:21 UTC  (2+ messages)

[PATCH 3/5] MIPS: Decouple CPU_SUPPORTS_HUGEPAGES from 64BIT
 2019-07-22 21:21 UTC  (2+ messages)

[RFC 0/7] x86/percpu: Use segment qualifiers
 2019-07-22 21:20 UTC  (8+ messages)
` [RFC 3/7] x86/percpu: Use C for percpu accesses when possible
` [RFC 7/7] x86/current: Aggressive caching of current

[PATCH 2/5] MIPS: Add partial 32-bit huge page support
 2019-07-22 21:20 UTC  (2+ messages)

[PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M
 2019-07-22 21:19 UTC  (7+ messages)

[PATCH] checkpatch: Added warnings in favor of strscpy()
 2019-07-22 21:01 UTC  (7+ messages)

[meta-oe][PATCH] Introduce recipes for sdbus-c++ library and its tools
 2019-07-22 21:18 UTC  (2+ messages)
` [meta-oe][PATCH] log4cplus: Fix build with gold linker

[PATCH] ASoC: pcm3168a: Fix a typo in the name of a constant
 2019-07-22 21:15 UTC  (2+ messages)

[PATCH v2 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-07-22 21:15 UTC  (5+ messages)
` [PATCH v2 6/8] PCI: al: Add support for DW based driver type

[PATCH v1] ima-evm-utils: use tsspcrread to read the TPM 2.0 PCRs
 2019-07-22 21:14 UTC 

[PATCH 1/5] MIPS: Disallow CPU_SUPPORTS_HUGEPAGES for XPA,EVA
 2019-07-22 21:15 UTC  (2+ messages)

[PATCH 1/2] MIPS: Rename JZRISC to XBURST
 2019-07-22 21:13 UTC  (2+ messages)

[PATCH] be2net: fix adapter->big_page_size miscaculation
 2019-07-22 21:13 UTC  (6+ messages)

[PATCH 2/2] hwmon/k10temp: Add support for AMD family 17h, model 71h CPUs
 2019-07-22 21:12 UTC  (4+ messages)
` [PATCH v2 2/2] hwmon/k10temp: Add support for AMD family 17h, model 70h CPUs

Possible bug in Makefile when executing curl-config
 2019-07-22 21:12 UTC  (2+ messages)

[PATCH 0/2] Support kexec/kdump for clang built kernel
 2019-07-22 21:12 UTC  (5+ messages)
` [PATCH 1/2] x86/purgatory: add -mno-sse, -mno-mmx, -mno-sse2 to Makefile

[PATCH] linux/dim: fix -Wunused-const-variable warnings
 2019-07-22 21:10 UTC  (2+ messages)

[PATCH 1/2] x86/amd_nb: Add PCI device IDs for family 17h, model 71h
 2019-07-22 21:09 UTC  (13+ messages)

[Buildroot] [Bug 12051] New: Build succeeds but leaves a temporary libtool wrapper script for dhcp in the rootfs
 2019-07-22 21:07 UTC  (3+ messages)
` [Buildroot] [Bug 12051] "

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault
 2019-07-22 21:06 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] virtio-scsi: fixed virtio_scsi_ctx_check failed when detaching scsi disk
 2019-07-22 21:05 UTC 

[PATCH] ASoC: intel: Add Broadwell rt5650 machine driver
 2019-07-22 21:04 UTC  (3+ messages)

[PATCH] Enable backlight when trigger is activated
 2019-07-22 21:04 UTC  (8+ messages)

[PATCH 05/11] jbd2: fast-commit commit path new APIs
 2019-07-22 21:02 UTC  (2+ messages)

[PATCH v2] drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller
 2019-07-22 21:02 UTC  (4+ messages)

[PATCH] credential: add nocache option to the credentials API
 2019-07-22 21:00 UTC  (4+ messages)

[PATCH v10 0/6] Introduced new Cadence USBSS DRD Driver
 2019-07-22 21:00 UTC  (6+ messages)

[Bug 204275] New: bluetoothd consumes 100% cpu on keyboard disconnect
 2019-07-22 21:00 UTC  (2+ messages)
` [Bug 204275] "

[PATCH 0/2] LP5024/18 LED introduction
 2019-07-22 20:59 UTC  (2+ messages)
` Backlight in motorola Droid 4

[Buildroot] [Bug 12031] New: Build of cups-filters fails while linking, apparently due to missing libiconv
 2019-07-22 20:59 UTC  (2+ messages)
` [Buildroot] [Bug 12031] "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.