All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-01 11:30:44 to 2019-11-01 12:44:45 UTC [more...]

[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 0/7] towards QE support on ARM
 2019-11-01 12:42 UTC  (46+ 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 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: 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)

[PATCH] scsi: ibmvscsi_tgt: Remove unneeded variable rc
 2019-11-01 12:35 UTC 

[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] clone3: validate stack arguments
 2019-11-01 12:32 UTC  (4+ messages)

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

[PATCH 00/11] rcu: introduce percpu rcu_preempt_depth
 2019-11-01 12:33 UTC  (7+ messages)
` [PATCH 05/11] rcu: clean all rcu_read_unlock_special after report qs
` [PATCH 06/11] rcu: clear t->rcu_read_unlock_special in one go
` [PATCH 08/11] rcu: don't use negative ->rcu_read_lock_nesting

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

[PATCH v2 00/36] irqchip/gic-v4: GICv4.1 architecture support
 2019-11-01 12:30 UTC  (16+ messages)
` [PATCH v2 17/36] irqchip/gic-v4.1: Add VPE residency callback
` [PATCH v2 18/36] irqchip/gic-v4.1: Add VPE eviction callback
` [PATCH v2 19/36] irqchip/gic-v4.1: Add VPE INVALL callback
` [PATCH v2 20/36] irqchip/gic-v4.1: Suppress per-VLPI doorbell
` [PATCH v2 21/36] irqchip/gic-v4.1: Allow direct invalidation of VLPIs

[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 i-g-t] intel-ci: Relegate gem_exec_reloc to the shards
 2019-11-01 12:29 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[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  (10+ 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  (4+ 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  (13+ messages)
` [PATCH net-next 01/12] net: atlantic: update firmware interface
` [PATCH net-next 02/12] net: atlantic: implement wake_phy feature
` [PATCH net-next 03/12] net: atlantic: refactoring pm logic
` [PATCH net-next 04/12] net: atlantic: add msglevel configuration
` [PATCH net-next 05/12] net: atlantic: adding ethtool physical identification
` [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  (3+ 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

[PATCH bpf-next] Revert "selftests: bpf: Don't try to read files without read permission"
 2019-11-01 12:16 UTC  (2+ messages)

[PATCH 0/1] Add device node support for TSENS
 2019-11-01 12:08 UTC  (2+ messages)
` [PATCH 1/1] arm64: dts: qcom: sc7180: Add device node support for TSENS in SC7180

[wsa:renesas/i2c/new_probed_device 1/12] include/linux/export.h:127:2: note: in expansion of macro '__cond_export_sym_1'
 2019-11-01 12:15 UTC 

[PATCH v4 0/5] livepatch: new API to track system state changes
 2019-11-01 12:14 UTC  (3+ messages)

[dpdk-dev] [PATCH v1 1/1] kernel/linux: introduce vfio_pf kernel module
 2019-11-01 12:12 UTC  (6+ messages)

[PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
 2019-11-01 12:09 UTC  (3+ messages)

[PATCH net 0/3] fix BPF offload related bugs
 2019-11-01 12:10 UTC  (2+ messages)

[meta-oe][PATCH] glibmm: upgrade 2.62.0 -> 2.63.1
 2019-11-01 13:59 UTC  (3+ messages)

[PATCH] cpufreq: Add user_min/max_freq
 2019-11-01 12:03 UTC  (5+ messages)

[PATCH v2 0/3] arm64: Brahma-B53 erratum updates
 2019-11-01 12:01 UTC  (3+ messages)

[thud/master][PATCH v2 0/7] Mesa-based EGL/GLES
 2019-11-01 12:05 UTC  (3+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-01 12:05 UTC  (7+ messages)
` [PATCH 02/28] xfs: Throttle commits on delayed background CIL push
` [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability
` [PATCH 08/28] xfs: factor inode lookup from xfs_ifree_cluster

lists.infradead.org mailing list memberships reminder
 2019-11-01 12:00 UTC 

[dpdk-dev] [PATCH v4 0/1] fbarray: get fbarrays from containerized secondary
 2019-11-01 12:01 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6 0/1] fbarray: fix duplicated fbarray file in secondary
  ` [dpdk-dev] [PATCH v6 1/1] "

[PATCH] ASoC: sun4i: Use PTR_ERR_OR_ZERO to simplify the code
 2019-11-01 11:55 UTC  (3+ messages)

[RFC PATCH v3 00/15] Support ROHM BD71828 PMIC
 2019-11-01 11:53 UTC  (16+ messages)
` [RFC PATCH v3 02/15] dt-bindings: mfd: Document ROHM BD71828 bindings
` [RFC PATCH v3 03/15] dt-bindings: regulator: Document ROHM BD71282 regulator bindings
` [RFC PATCH v3 04/15] dt-bindings: leds: ROHM BD71282 PMIC LED driver
` [RFC PATCH v3 05/15] mfd: input: bd71828: Add power-key support
` [RFC PATCH v3 06/15] clk: bd718x7: Support ROHM BD71828 clk block
` [RFC PATCH v3 07/15] clk: bd718x7: simplify header dependencies
` [RFC PATCH v3 08/15] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [RFC PATCH v3 09/15] regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators
` [RFC PATCH v3 10/15] regulator: bd71828: Add GPIO based run-level control for regulators
` [RFC PATCH v3 11/15] regulator: bd71828: enhanced run-level support
` [RFC PATCH v3 12/15] regulator: bd71828: Support in-kernel APIs to change run-level
` [RFC PATCH v3 13/15] rtc: bd70528 add BD71828 support
` [RFC PATCH v3 14/15] gpio: Add definition for GPIO direction
` [RFC PATCH v3 15/15] gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs

[PATCH] sched/numa: advanced per-cgroup numa statistic
 2019-11-01 11:52 UTC  (7+ messages)

[Cocci] Moving exception handling code to the end of a function implementation with SmPL?
 2019-11-01 11:50 UTC  (5+ messages)
  ` [Cocci] Checking the occurrence of trailing spaces in a semantic patch

[PATCH] arm64: dts: rockchip: Add PCIe node on rk3399-roc-pc
 2019-11-01 11:47 UTC  (6+ messages)

[PATCH] pinctrl: just return if no valid maps
 2019-11-01 11:43 UTC 

[PATCH 00/25] thunderbolt: Add support for USB4
 2019-11-01 11:43 UTC  (2+ messages)

[PATCH -next] serial: uartlite: Missing uart_unregister_driver() on error in ulite_probe()
 2019-11-01 11:41 UTC  (3+ messages)

[PATCH -next] nfsd: Drop LIST_HEAD where the variable it declares is never used
 2019-11-01 11:40 UTC  (2+ messages)

[dpdk-dev] [PATCH] app: add few sanity checks in test-sad app
 2019-11-01 11:38 UTC 

[dpdk-dev] [PATCH 1/2] ethdev: add flow action type update as an offload
 2019-11-01 11:35 UTC  (5+ messages)

[PATCH -next] gpu: host1x: Fix compile test failure
 2019-11-01 11:33 UTC  (6+ messages)

[RFC PATCH v4 00/19] Core scheduling v4
 2019-11-01 11:33 UTC  (3+ messages)

[PATCH] btrfs-progs: Replace btrfs_block_group_cache::item with dedicated members
 2019-11-01 11:31 UTC  (2+ messages)

[drm-intel:drm-intel-next-queued 2/2] drivers/gpu/drm/i915/i915_perf.c:2442:85: sparse: sparse: dubious: x | !y
 2019-11-01 11:30 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH] arm64: dts: allwinner: a64: Drop PMU node
 2019-11-01 11:30 UTC  (14+ messages)


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.