All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-27 09:59:23 to 2019-11-27 10:41:13 UTC [more...]

[PATCH v2 rebase 00/34] exception cleanup, syscall in C and !COMPAT
 2019-11-27 10:39 UTC  (34+ messages)
` [PATCH v2 rebase 01/34] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH v2 rebase 02/34] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH v2 rebase 03/34] powerpc/64s/exception: Add GEN_KVM "
` [PATCH v2 rebase 04/34] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH v2 rebase 06/34] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH v2 rebase 07/34] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH v2 rebase 08/34] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH v2 rebase 09/34] powerpc/64s/exception: Add ISIDE option
` [PATCH v2 rebase 10/34] powerpc/64s/exception: move real->virt switch into the common handler
` [PATCH v2 rebase 11/34] powerpc/64s/exception: move soft-mask test to common code
` [PATCH v2 rebase 12/34] powerpc/64s/exception: move KVM "
` [PATCH v2 rebase 13/34] powerpc/64s/exception: remove confusing IEARLY option
` [PATCH v2 rebase 14/34] powerpc/64s/exception: remove the SPR saving patch code macros
` [PATCH v2 rebase 15/34] powerpc/64s/exception: trim unused arguments from KVMTEST macro
` [PATCH v2 rebase 16/34] powerpc/64s/exception: hdecrementer avoid touching the stack
` [PATCH v2 rebase 17/34] powerpc/64s/exception: re-inline some handlers
` [PATCH v2 rebase 18/34] powerpc/64s/exception: Clean up SRR specifiers
` [PATCH v2 rebase 19/34] powerpc/64s/exception: add more comments for interrupt handlers
` [PATCH v2 rebase 20/34] powerpc/64s/exception: only test KVM in SRR interrupts when PR KVM is supported
` [PATCH v2 rebase 21/34] powerpc/64s/exception: soft nmi interrupt should not use ret_from_except
` [PATCH v2 rebase 22/34] powerpc/64: system call remove non-volatile GPR save optimisation
` [PATCH v2 rebase 23/34] powerpc/64: system call implement the bulk of the logic in C
` [PATCH v2 rebase 24/34] powerpc/64s: interrupt return "
` [PATCH v2 rebase 25/34] powerpc/64s/exception: remove lite interrupt return
` [PATCH v2 rebase 26/34] powerpc/64: system call: Fix sparse warning about missing declaration
` [PATCH v2 rebase 27/34] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v2 rebase 28/34] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v2 rebase 29/34] powerpc/perf: consolidate read_user_stack_32
` [PATCH v2 rebase 30/34] powerpc/perf: consolidate valid_user_sp
` [PATCH v2 rebase 31/34] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v2 rebase 32/34] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v2 rebase 33/34] powerpc/perf: split callchain.c by bitness
` [PATCH v2 rebase 34/34] MAINTAINERS: perf: Add pattern that matches ppc perf to the perf entry

Boot failure with 5.4-rc5, bisected to 0f0581b24bd0 ("spi: fsl: Convert to use CS GPIO descriptors")
 2019-11-27 10:39 UTC  (12+ messages)

[Xen-devel] [PATCH for-4.13 1/2] python/xc.c: Remove trailing whitespace
 2019-11-27 10:40 UTC  (4+ messages)
` [Xen-devel] [PATCH for-4.13 2/2] Rationalize max_grant_frames and max_maptrack_frames handling

epoll_wait() performance
 2019-11-27 10:39 UTC  (3+ messages)

[Xen-devel] [Xen-users] 4.13RC3 and PVHVM makes drive drops just after boot
 2019-11-27 10:38 UTC 

[PATCH 10/10 v2] drm/amdgpu: reduce redundant uvd context lost warning message
 2019-11-27 10:39 UTC  (6+ messages)

[PATCH] drm/i915: customize DPCD brightness control for specific panel
 2019-11-27 10:38 UTC  (10+ messages)
          ` [Intel-gfx] "

[PATCH] drm/i915/gen7: Re-enable full-ppgtt for ivb, byt, hsw
 2019-11-27 10:38 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/gen7: Re-enable full-ppgtt for ivb, byt, hsw (rev2)
  ` [Intel-gfx] "

Security of Android QuickSettings Tile
 2019-11-27 10:36 UTC  (2+ messages)

[PATCH 0/2] gpiolib: acpi: Add honor_wakeup module-option + quirk
 2019-11-27 10:36 UTC  (4+ messages)
` [PATCH 2/2] gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism

[PATCH v2] arm: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MC
 2019-11-27 10:33 UTC  (2+ messages)

[RFC PATCH v3 00/12] fs: interface for directly reading/writing compressed data
 2019-11-27 10:33 UTC  (5+ messages)
` [RFC PATCH v3 08/12] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [RFC PATCH v3 09/12] btrfs: support different disk extent size for delalloc

[PATCH v3 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-11-27 10:29 UTC  (28+ messages)
` [PATCH v3 01/13] cpuidle: psci: Align psci_power_state count with idle state count
` [PATCH v3 02/13] dt: psci: Update DT bindings to support hierarchical PSCI states
` [PATCH v3 03/13] firmware: psci: Export functions to manage the OSI mode
` [PATCH v3 04/13] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
` [PATCH v3 05/13] cpuidle: dt: Support hierarchical CPU idle states
` [PATCH v3 06/13] cpuidle: psci: Simplify OF parsing of CPU idle state nodes
` [PATCH v3 07/13] cpuidle: psci: Support hierarchical CPU idle states
` [PATCH v3 08/13] cpuidle: psci: Add a helper to attach a CPU to its PM domain
` [PATCH v3 09/13] cpuidle: psci: Attach CPU devices to their PM domains
` [PATCH v3 10/13] cpuidle: psci: Prepare to use OS initiated suspend mode via "
` [PATCH v3 11/13] cpuidle: psci: Manage runtime PM in the idle path
` [PATCH v3 12/13] cpuidle: psci: Add support for PM domains by using genpd
` [PATCH v3 13/13] arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916

staging: most: configfs: PAGE_SIZE char arrays?
 2019-11-27 10:33 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] mk: fix unsupported flag error on armhf architercture
 2019-11-27 10:32 UTC  (8+ messages)

[PATCH kvm-unit-tests] runtime: set MAX_SMP to number of online cpus
 2019-11-27 10:32 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."
 2019-11-27 10:31 UTC  (6+ messages)
` [U-Boot] [PATCH 2/5] Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"
` [U-Boot] [PATCH 3/5] arch: powerpc: Rewrite the sata node to fit the driver
` [U-Boot] [PATCH 4/5] Revert "configs: enable sata device module in T2080QDS"
` [U-Boot] [PATCH 5/5] ata: fsl_sata: Update fsl sata header file

next/master boot: 265 boots: 6 failed, 250 passed with 7 offline, 1 untried/unknown, 1 conflict (next-20191127)
 2019-11-27 10:31 UTC 

[RFC PATCH] mm, page_alloc: avoid page_to_pfn() in move_freepages()
 2019-11-27 10:28 UTC 

[PATCH 0/1] Missing l2tp patch in v4.9.y series
 2019-11-27 10:28 UTC  (3+ messages)
` [PATCH 1/1] l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6

[PATCH net] net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
 2019-11-27 10:29 UTC  (4+ messages)

[PATCH] drm/edid: fixup EDID 1.3 and 1.4 judge reduced-blanking timings logic
 2019-11-27 10:29 UTC  (4+ messages)

[PATCH] Input: goodix: request_irq: convert gpio to irq
 2019-11-27 10:29 UTC 

[PATCH] Input: goodix - support gt9147 touchpanel
 2019-11-27 10:28 UTC 

[PATCH] Immediate enforcement of /sys/devices/cpu/rdpmc set to 0
 2019-11-27 10:28 UTC  (2+ messages)
` [tip: perf/urgent] perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0

[tip: x86/urgent] x86/entry/32: Remove unused 'restore_all_notrace' local label
 2019-11-27 10:28 UTC 

KASAN: use-after-free Read in si470x_int_in_callback (2)
 2019-11-27 10:27 UTC  (2+ messages)

phosphor-certificate-manager refactoring
 2019-11-27 10:26 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/1] fbarray: get fbarrays from containerized secondary
 2019-11-27 10:26 UTC  (8+ messages)
` [dpdk-dev] [PATCH v7 0/1] fbarray: fix duplicated fbarray file in secondary
  ` [dpdk-dev] [PATCH v7 1/1] "

[PATCH] Input: goodix - support gt9147 touchpanel
 2019-11-27 10:24 UTC  (4+ messages)

[PATCH] Input: goodix: request_irq: convert gpio to irq
 2019-11-27 10:24 UTC  (4+ messages)

[PATCH] drm/dp_mst: Fix W=1 warnings
 2019-11-27 10:23 UTC  (3+ messages)

[U-Boot] [PATCH v8 00/19] Add Intel Agilex SoC support
 2019-11-27 10:24 UTC  (3+ messages)
` [U-Boot] [PATCH v8 17/19] arm: dts: agilex: Add base dtsi and devkit dts

[PATCH] drm/stm: ltdc: move pinctrl to encoder mode set
 2019-11-27 10:23 UTC  (4+ messages)

[dpdk-dev] [PATCH v2 1/5] drivers/octeontx2: allow experimental symbols
 2019-11-27 10:22 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 1/4] eal: add API to check if its interrupt context
  ` [dpdk-dev] [PATCH v2 2/4] common/octeontx2: add interrupt offset to mbox structure
  ` [dpdk-dev] [PATCH v2 3/4] common/octeontx2: add polling based response mbox message
  ` [dpdk-dev] [PATCH v2 4/4] drivers/octeontx2: enhancing mbox APIs to get response

[PATCH] Don't delete peers if not needed on `setconf`
 2019-11-27 10:22 UTC  (3+ messages)

[PATCH] drm/bridge/synopsys: dsi: read status error during transfer
 2019-11-27 10:23 UTC  (4+ messages)

[PATCH] drm/bridge/synopsys: dsi: check post disable
 2019-11-27 10:22 UTC  (4+ messages)

[virtio-dev] [PATCH 0/2] virtio-fs: add notification queue
 2019-11-27 10:21 UTC  (3+ messages)
` [virtio-dev] [PATCH 1/2] virtio-fs: add file system device to Conformance chapter
  ` [virtio-dev] "

[igt-dev] [PATCH i-g-t] intel-ci: Drop gem_ctx_switch trivial stress tests
 2019-11-27 10:20 UTC 

[U-Boot] [PATCH 1/3] mtd: rawnand: denali-spl: Add missing hardware init
 2019-11-27 10:20 UTC  (4+ messages)

[PATCH v2 0/4] drm/rect: Bugfixes and selftests
 2019-11-27 10:19 UTC  (2+ messages)

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-27 10:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] sched/numa: advanced per-cgroup "
  ` [PATCH v2 2/3] sched/numa: expose per-task pages-migration-failure

Windows: "Not migrating configuration" after every Insider update
 2019-11-27 10:18 UTC  (2+ messages)

[Xen-devel] [PATCH for-4.13 v2] docs/xl: Document pci-assignable state
 2019-11-27 10:16 UTC  (3+ messages)

[PATCH] msm:disp:dpu1: Fix core clk rate in display driver
 2019-11-27 10:16 UTC 

[v10 1/2] dt/bindings: clk: Add YAML schemas for LS1028A Display Clock bindings
 2019-11-27 10:15 UTC  (2+ messages)
` [v10 2/2] clk: ls1028a: Add clock driver for Display output interface

[PATCH] msm:disp:dpu1: add scaler support on SC7180 display
 2019-11-27 10:14 UTC 

[U-Boot] [PATCH 1/2] rockchip: px30: Fixup PMUGRF registers layout order
 2019-11-27 10:12 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] rockchip: px30: Add support for using UART3 as debug UART

[PATCH 0/2] analyze-migration.py: require python 3
 2019-11-27 10:10 UTC  (3+ messages)
` [PATCH 1/2] analyze-migration.py: fix find() type error
` [PATCH 2/2] analyze-migration.py: replace numpy with python 3.2

[Xen-devel] [PATCH v3 for 4.13] x86/microcode: refuse to load the same revision ucode
 2019-11-27 10:11 UTC  (3+ messages)

Operation not supported when adding jump command
 2019-11-27 10:11 UTC  (10+ messages)

WireGuard for 5.5?
 2019-11-27 10:11 UTC 

BUG: ff_effects lost after a fork
 2019-11-27 10:10 UTC 

[Xen-devel] [PATCH v4 for 4.13] x86/microcode: refuse to load the same revision ucode
 2019-11-27 10:08 UTC  (2+ messages)

FAILED: patch "[PATCH] futex: Prevent exit livelock" failed to apply to 4.4-stable tree
 2019-11-27 10:08 UTC 

FAILED: patch "[PATCH] futex: Prevent exit livelock" failed to apply to 4.9-stable tree
 2019-11-27 10:08 UTC 

[Xen-devel] [xen-unstable-coverity test] 144321: all pass - PUSHED
 2019-11-27 10:08 UTC 

[PATCH v2 00/17] SoC and defconfig support for SAM9X60
 2019-11-27 10:07 UTC  (6+ messages)
` [PATCH v2 02/17] ARM: at91: pm: move SAM9X60's PM under its own SoC config flag

FAILED: patch "[PATCH] futex: Prevent robust futex exit race" failed to apply to 4.9-stable tree
 2019-11-27 10:08 UTC 

FAILED: patch "[PATCH] futex: Prevent robust futex exit race" failed to apply to 4.4-stable tree
 2019-11-27 10:08 UTC 

FAILED: patch "[PATCH] futex: Prevent robust futex exit race" failed to apply to 4.14-stable tree
 2019-11-27 10:08 UTC 

FAILED: patch "[PATCH] futex: Prevent robust futex exit race" failed to apply to 4.19-stable tree
 2019-11-27 10:08 UTC 

[PATCH net 0/2] openvswitch: remove a couple of BUG_ON()
 2019-11-27 10:07 UTC  (3+ messages)
` [PATCH net 1/2] openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()

[INTERNAL][PATCH] iio: adc: stm32-dfsdm: adapt sampling rate to oversampling ratio
 2019-11-27 10:07 UTC  (2+ messages)

[INTERNAL][PATCH] iio: adc: stm32-dfsdm: fix single conversion
 2019-11-27 10:06 UTC  (2+ messages)

[Xen-devel] [PATCH v1] psr: fix bug which may cause crash
 2019-11-27 10:06 UTC  (2+ messages)

[GIT PULL] drm/arc: Yet another set of minor fixes
 2019-11-27 10:06 UTC  (3+ messages)

[RFC PATCH 0/7] Huge page-table entries for TTM
 2019-11-27 10:05 UTC  (5+ messages)
` [RFC PATCH 6/7] drm/ttm: Introduce a huge page aligning TTM range manager

[Xen-devel] [PATCH V2] arch: arm: vgic-v3: fix GICD_ISACTIVER range
 2019-11-27 10:05 UTC  (11+ messages)

[PATCH] drm/mediatek: Fix can't get component for external display plane
 2019-11-27 10:04 UTC  (4+ messages)

[PATCH V2 0/4] can: flexcan: fixes for stop mode
 2019-11-27 10:04 UTC  (9+ messages)

[cip-dev] [PATCH 4.4.y-cip 00/17] Add RZ/G1C SD/eMMC support
 2019-11-27 10:03 UTC  (11+ messages)
` [cip-dev] [PATCH 4.4.y-cip 03/17] mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.c
` [cip-dev] [PATCH 4.4.y-cip 04/17] mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file

[PATCH/RFC] gpiolib: Let gpiod_add_lookup_table() call gpiod_add_lookup_tables()
 2019-11-27 10:02 UTC 

mainline-5.4.0: regressions detected in project mainline
 2019-11-27 10:01 UTC 

[PATCH v3 net-next] Enhanced skb_mpls_pop to update ethertype of the packet in all the cases when an ethernet header is present is the packet
 2019-11-27 10:01 UTC 

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-27 10:01 UTC  (4+ messages)

[U-Boot] [PATCH v2 2/3] env: Tidy up some of the env code
 2019-11-27  9:59 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix default mark copy flow
 2019-11-27  9:59 UTC 

[v1,net-next, 1/2] ethtool: add setting frame preemption of traffic classes
 2019-11-27  9:59 UTC  (2+ messages)
` [v1,net-next, 2/2] enetc: implement the enetc 802.1Qbu hardware function

[PATCH] gpiolib: Fix error message on out-of-range GPIO in lookup table
 2019-11-27  9:59 UTC 


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.