All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-01 12:17:33 to 2019-11-01 13:02:38 UTC [more...]

[PATCH net-next 00/10 v2] IXP4xx networking cleanups
 2019-11-01 13:02 UTC  (3+ messages)
` [PATCH net-next 01/10 v2] wan: ixp4xx_hss: fix compile-testing on 64-bit
` [PATCH net-next 02/10 v2] wan: ixp4xx_hss: prepare compile testing

[RFC 07/37] KVM: s390: protvirt: Secure memory is not mergeable
 2019-11-01 13:02 UTC  (3+ messages)
` [RFC v2] "

[PATCH 0/7] towards QE support on ARM
 2019-11-01 12:42 UTC  (78+ messages)
` [PATCH v3 00/36] QUICC Engine "
  ` [PATCH v3 01/36] soc: fsl: qe: remove space-before-tab
  ` [PATCH v3 02/36] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
  ` [PATCH v3 03/36] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
  ` [PATCH v3 04/36] soc: fsl: qe: introduce qe_io{read,write}* wrappers
  ` [PATCH v3 05/36] soc: fsl: qe: avoid ppc-specific io accessors
  ` [PATCH v3 06/36] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
  ` [PATCH v3 07/36] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
  ` [PATCH v3 08/36] soc: fsl: qe: drop unneeded #includes
  ` [PATCH v3 09/36] soc: fsl: qe: drop assign-only high_active in qe_ic_init
  ` [PATCH v3 10/36] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
  ` [PATCH v3 11/36] soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xx
    ` [PATCH v3 11/36] soc: fsl: qe: use qe_ic_cascade_{low,high}_mpic "
  ` [PATCH v3 12/36] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
  ` [PATCH v3 13/36] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
  ` [PATCH v3 14/36] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
  ` [PATCH v3 15/36] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
  ` [PATCH v3 16/36] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
  ` [PATCH v3 17/36] soc: fsl: qe: remove unused qe_ic_set_* functions
  ` [PATCH v3 18/36] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
  ` [PATCH v3 19/36] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
  ` [PATCH v3 20/36] soc: fsl: qe: simplify qe_ic_init()
  ` [PATCH v3 21/36] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
  ` [PATCH v3 22/36] soc: fsl: qe: qe.c: use of_property_read_* helpers
  ` [PATCH v3 23/36] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
  ` [PATCH v3 24/36] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
  ` [PATCH v3 25/36] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
  ` [PATCH v3 26/36] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
  ` [PATCH v3 27/36] soc/fsl/qe/qe.h: update include path for cpm.h
  ` [PATCH v3 28/36] serial: ucc_uart: explicitly include soc/fsl/cpm.h
  ` [PATCH v3 29/36] serial: ucc_uart: replace ppc-specific IO accessors
  ` [PATCH v3 30/36] serial: ucc_uart: factor out soft_uart initialization
  ` [PATCH v3 31/36] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
  ` [PATCH v3 32/36] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
  ` [PATCH v3 33/36] serial: ucc_uart: access __be32 field using be32_to_cpu
  ` [PATCH v3 34/36] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
  ` [PATCH v3 35/36] net/wan: make FSL_UCC_HDLC "
  ` [PATCH v3 36/36] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH -tip] x86/fpu: Use XFEATURE_ enum for legacy entries
 2019-11-01 13:01 UTC 

[RFC net-next v2 1/1] net: sched: prevent duplicate flower rules from tcf_proto destroy race
 2019-11-01 13:01 UTC  (2+ messages)

[PATCH v2 0/3] interconnect: Add basic tracepoints
 2019-11-01 13:00 UTC  (4+ messages)
` [PATCH v2 1/3] interconnect: Move internal structs into a separate file
` [PATCH v2 2/3] interconnect: Add a name to struct icc_path
` [PATCH v2 3/3] interconnect: Add basic tracepoints

[dpdk-dev] [PATCH v3] net/ice: optimize protocol extraction by dynamic mbuf API
 2019-11-01 12:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] "

[LTP] [PATCH v2] syscalls/prctl02: add more error tests
 2019-11-01 12:59 UTC  (2+ messages)
` [LTP] [PATCH v3] "

[igt-dev] [PATCH i-g-t] intel-ci: Relegate gem_exec_reloc to the shards
 2019-11-01 12:58 UTC  (8+ messages)
` [Intel-gfx] "
        `  "
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 00/11] rcu: introduce percpu rcu_preempt_depth
 2019-11-01 12:58 UTC  (5+ messages)
` [PATCH 08/11] rcu: don't use negative ->rcu_read_lock_nesting
` [PATCH 11/11] x86,rcu: use percpu rcu_preempt_depth

[PATCH bpf-next v5] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-01 12:57 UTC 

[PATCH] mm: fix unevictable page reclaim when calling madvise_pageout
 2019-11-01 12:56 UTC  (10+ messages)

[LTP] [PATCH v2 2/6] m4/ltp-xfs_quota.m4: Remove useless ltp—xfs_quota.m4
 2019-11-01 12:55 UTC  (7+ messages)
` [LTP] [PATCH v3 0/5] optimize quotactl test code
  ` [LTP] [PATCH v3 1/5] syscalls/quotactl01.c: Add Q_GETNEXQUOTA test
  ` [LTP] [PATCH v3 2/5] syscalls/quotactl02.c: Add Q_XGETQSTATV test
  ` [LTP] [PATCH v3 3/5] syscalls/quotactl04: add project quota test for non-xfs filesystem
  ` [LTP] [PATCH v3 4/5] syscalls/quotactl05: add project quota test for xfs filesystem
  ` [LTP] [PATCH v3 5/5] syscalls/quotactl06: Add new testcase

[PATCH v2 00/36] irqchip/gic-v4: GICv4.1 architecture support
 2019-11-01 12:55 UTC  (7+ messages)
` [PATCH v2 21/36] irqchip/gic-v4.1: Allow direct invalidation of VLPIs
` [PATCH v2 22/36] irqchip/gic-v4.1: Advertise support v4.1 to KVM

[Xen-devel] [linux-4.9 test] 143418: regressions - FAIL
 2019-11-01 12:54 UTC 

[PULL 00/11] target-arm queue
 2019-11-01 12:53 UTC  (5+ messages)

[PATCH] crypto: fix memdup.cocci warnings
 2019-11-01 12:52 UTC  (4+ messages)

[PATCH] crypto: fix semicolon.cocci warnings
 2019-11-01 12:50 UTC  (4+ messages)

[RFC PATCH v2 00/13] Support ROHM BD71828 PMIC
 2019-11-01 12:52 UTC  (10+ messages)
` [RFC PATCH v2 02/13] dt-bindings: mfd: Document ROHM BD71828 bindings

[PATCH RFC v2 00/25] Add KernelMemorySanitizer infrastructure
 2019-11-01 12:52 UTC  (4+ messages)
` [PATCH RFC v2 07/25] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__

crash and makedumpfile with 5.3 missing memory in dump
 2019-11-01 12:48 UTC  (2+ messages)
` [Crash-utility] "

[PATCH] scsi: ibmvscsi_tgt: Remove unneeded variable rc
 2019-11-01 12:47 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: bridge: minor followup optimizations
 2019-11-01 12:46 UTC  (8+ messages)
` [Bridge] "
` [PATCH net-next v2 1/3] net: bridge: fdb: br_fdb_update can take flags directly
  ` [Bridge] "
` [PATCH net-next v2 2/3] net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()
  ` [Bridge] "
` [PATCH net-next v2 3/3] net: bridge: fdb: restore unlikely() when taking over externally added entries
  ` [Bridge] "

[PATCH v2] pinctrl: sh-pfc: Do not use platform_get_irq() to count interrupts
 2019-11-01 12:45 UTC  (4+ messages)

[LTP] [PATCH v2 0/6] optimize quotactl test code
 2019-11-01 12:44 UTC  (4+ messages)
` [LTP] [PATCH v2 3/6] syscalls/quotactl01.c: Add Q_GETNEXQUOTA test

[PATCH -tip] x86/fpu: Shrink space allocated for xstate_comp_offsets
 2019-11-01 12:42 UTC 

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-01 12:42 UTC  (6+ messages)
` [RFC 06/37] s390: UV: Add import and export to UV library

[PATCH for-4.2 0/4] qcow2: Fix data corruption on XFS
 2019-11-01 12:40 UTC  (9+ messages)
` [PATCH for-4.2 1/4] Revert "qcow2: skip writing zero buffers to empty COW areas"

[U-Boot] [RFC PATCH 0/5] WIP Add support for i.MXRT family
 2019-11-01 12:41 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 5/5] Add support for the NXP IMXRT1050-EVK board

[PATCH net-next 0/3] net: bridge: minor followup optimizations
 2019-11-01 12:40 UTC  (12+ messages)
` [Bridge] "
` [PATCH net-next 1/3] net: bridge: fdb: br_fdb_update can take flags directly
  ` [Bridge] "
` [PATCH net-next 2/3] net: bridge: fdb: avoid one atomic bitop in br_fdb_external_learn_add()
  ` [Bridge] "
` [PATCH net-next 2/3] net: bridge: fdb: avoid two atomic bitops "
  ` [Bridge] "
` [PATCH net-next 3/3] net: bridge: fdb: restore unlikely() when taking over externally added entries
  ` [Bridge] "

[PATCH -tip] x86/fpu: Fix missing variable rename in a comment
 2019-11-01 12:38 UTC 

[Intel-gfx] [PATCH v10 0/2] Refactor Gen11+ SAGV support
 2019-11-01 12:35 UTC  (9+ messages)
  `  "
  ` [Intel-gfx] [PATCH v10 1/2] drm/i915: Refactor intel_can_enable_sagv
      `  "
  ` [Intel-gfx] [PATCH v10 2/2] drm/i915: Restrict qgv points which don't have enough bandwidth
      `  "

[radeon-alex:amd-mainline-dkms-5.2 2071/2647] include/kcl/kcl_list.h:6:20: error: redefinition of 'list_bulk_move_tail'
 2019-11-01 12:37 UTC  (2+ messages)

[PATCH v2 0/3] wireless: remove unneeded variable and return 0
 2019-11-01 12:33 UTC  (4+ messages)
` [PATCH v2 1/3] ipw2x00: Remove redundant variable "rc"
` [PATCH v2 2/3] iwlegacy: Remove redundant variable "ret"
` [PATCH v2 3/3] b43legacy: ASoC: ux500: Remove redundant variable "count"

[PATCH v4] ovl: improving copy-up efficiency for big sparse file
 2019-11-01 12:35 UTC 

[PATCH v2] fdc/i8257: implement verify transfer mode
 2019-11-01 12:33 UTC  (3+ messages)

[dpdk-dev] [PATCH v7 1/2] ethdev: extend flow metadata
 2019-11-01 12:34 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 0/2] extend flow metadata feature
  ` [dpdk-dev] [PATCH v8 2/2] ethdev: move egress metadata to dynamic field

[PATCH] spapr/kvm: Set default cpu model for all machine classes
 2019-11-01 12:27 UTC  (2+ messages)

[PATCH v6 00/18] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-11-01 12:33 UTC  (8+ messages)

[PATCH] clone3: validate stack arguments
 2019-11-01 12:32 UTC  (4+ messages)

[alsa-devel] [PATCH] ALSA: hda - fix the Headset Mic Jack name for Realtek
 2019-11-01 12:30 UTC  (2+ messages)

[PATCH linux-kselftest/test v1] apparmor: add AppArmor KUnit tests for policy unpack
 2019-11-01 12:30 UTC  (8+ messages)

git branch --edit-description a custom file
 2019-11-01 12:29 UTC  (9+ messages)

[PATCH] drm/i915/lmem: Check against i915_selftest only under CONFIG_SELFTEST
 2019-11-01 12:28 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
    `  "

[PATCH 0/7] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-01 12:28 UTC  (9+ messages)

[U-Boot] [PATCH 1/2] configs: ls1028a: Resync with savedefconfig
 2019-11-01 12:28 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] configs: ls1028a: enable CMD_DM

[PATCH] crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
 2019-11-01 12:21 UTC 

[U-Boot] [PATCH] video: mxsfb: Configure the clock after eLCDIF reset
 2019-11-01 12:25 UTC 

[wsa:renesas/i2c/new_probed_device 1/12] include/linux/export.h:88:20: error: redefinition of '__kstrtab_i2c_new_device'
 2019-11-01 12:22 UTC 

[PATCH 0/2] Support patches for btrfs backup root rework
 2019-11-01 12:21 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: tests: Test backup root retention logic

[PATCH] libksba: Fix license specification
 2019-11-01 11:47 UTC 

[Bug 1850570] Re: Cannot use usb-host on Mac OS
 2019-11-01 12:18 UTC  (2+ messages)

[PATCH] drm/i915: Drop inspection of execbuf flags during evict
 2019-11-01 12:18 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
    `  "

[PATCH] spi: sifive: disable clk when probe fails and remove
 2019-11-01 12:17 UTC  (2+ messages)

[PATCH 0/5] PCI Devices for Loongson PCH
 2019-11-01 12:18 UTC  (3+ messages)
` [PATCH 2/5] net: stmmac: Split devicetree parse

[PATCH net-next 00/12] Aquantia Marvell atlantic driver updates
 2019-11-01 12:17 UTC  (8+ messages)
` [PATCH net-next 06/12] net: atlantic: add fw configuration memory area
` [PATCH net-next 07/12] net: atlantic: loopback tests via private flags
` [PATCH net-next 08/12] net: atlantic: code style cleanup
` [PATCH net-next 09/12] net: atlantic: stylistic renames
` [PATCH net-next 10/12] net: atlantic: update flow control logic
` [PATCH net-next 11/12] net: atlantic: implement UDP GSO offload
` [PATCH net-next 12/12] net: atlantic: change email domains to Marvell

[PATCH] net: ethernet: arc: add the missed clk_disable_unprepare
 2019-11-01 12:17 UTC  (2+ messages)

[Patch v4 0/6] Introduce Thermal Pressure
 2019-11-01 12:17 UTC  (3+ messages)
` [Patch v4 2/6] sched: Add infrastructure to store and update instantaneous thermal pressure


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.